.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
@charset "UTF-8";
.quill-container {
  border: 0.0625rem solid rgba(0, 85, 195, 0.303);
  border-radius: 0.624rem;
  margin-top: 0.804rem;
  padding: 0;
  padding-bottom: 0.6rem !important;
  padding-top: 0.552rem !important;
  font-family: "Inter Regular", sans-serif;
  font-size: 1rem;
}

.ql-toolbar.ql-snow {
  border: none;
  border-bottom: 0.0625rem solid rgba(0, 85, 195, 0.3);
  display: flex;
  flex-wrap: wrap !important;
  flex: 0 0 100%;
  max-width: 100%;
}

.ql-container.ql-snow {
  border: none;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label,
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  padding: 2px 0;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.datepicker,
.report-datepicker {
  padding-left: 2.256rem;
}
.datepicker-group,
.report-datepicker-group {
  position: relative;
}
.datepicker-append,
.report-datepicker-append {
  position: absolute;
  z-index: 4;
  right: 1.932rem;
  top: 0.6rem;
}

.bootstrap-datetimepicker-widget {
  inset: 0 !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
}
.bootstrap-datetimepicker-widget .datepicker {
  padding: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  padding: 0rem;
  width: 70% !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu table {
  border-collapse: separate !important;
  border-spacing: 7px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu thead {
  background-color: white !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu td {
  border-radius: 50% !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu td.active {
  background-image: none !important;
  background-color: transparent !important;
  outline: 1px solid #0055c3;
  color: #0055c3 !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker table tr td.today:not(.active) {
  background-image: none !important;
  background-color: #a7b8fc !important;
  outline: 1px solid #a7b8fc !important;
  color: #fff !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu .table-sm th,
.bootstrap-datetimepicker-widget.dropdown-menu .table-sm td {
  padding: 0.6rem !important;
}

td.minute {
  line-height: 4.5;
  background-image: none !important;
  background-color: transparent !important;
}
td.minute:hover {
  outline: 1px solid #0055c3;
  color: #0055c3 !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 24rem;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5rem;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  line-height: 0.24rem;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 24rem;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #fff !important;
  color: #000;
  text-shadow: 0 -0.0624rem 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td span {
  line-height: 0.36rem;
  cursor: pointer;
  border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td span.active {
  border: 0.0625rem solid #337ab7 !important;
  background-color: #fff !important;
  color: #000;
  text-shadow: 0 -0.0624rem 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -0.0625rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.datetimepicker-worckspace {
  right: 3.6rem !important;
  z-index: 0 !important;
}

.datepicker-months tbody td:last-child {
  padding: 0.5rem !important;
}

.datepicker table tr td span.active {
  background-image: none !important;
  background-color: transparent !important;
  outline: 1px solid #0055c3;
  color: #0055c3 !important;
}

.size-modal-calendar .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 65% !important;
}
.size-modal-calendar .dropdown-menu {
  font-size: 1rem;
}
.size-modal-calendar .bootstrap-datetimepicker-widget.dropdown-menu .table-sm th,
.size-modal-calendar .bootstrap-datetimepicker-widget.dropdown-menu .table-sm td {
  padding: 0.5rem !important;
}
.size-modal-calendar .bootstrap-datetimepicker-widget table th {
  line-height: 2rem;
}
.size-modal-calendar .datepicker td,
.size-modal-calendar .datepicker th {
  width: 12% !important;
  height: 1rem;
}
.size-modal-calendar .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 4rem !important;
}

.size-modal-calendar.size-modal-calendar_bigger .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 150% !important;
}

.size-modal-calendar.size-modal-calendar_smaller .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 32% !important;
}

.size-modal-calendar.size-modal-calendar_small .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 36% !important;
}

.size-modal-calendar.size-modal-calendar-big .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 46.45% !important;
}

.size-modal-calendar.size-modal-calendar-middle .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 67% !important;
}

.size-modal-calendar.size-modal-calendar_grande .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 104% !important;
}

.litepicker .container__days .day-item {
  border-radius: 50%;
  height: 2.3rem;
  text-align: center;
  line-height: 2.3;
}

.litepicker .container__days .day-item.is-today {
  background-color: #a7b8fc;
  border-color: #a7b8fc;
  color: #fff;
}

.datepicker-append .fa-calendar,
.report-datepicker-append .fa-calendar {
  position: absolute;
  margin-left: 7px;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-visible {
  overflow: visible;
}

.scrollY::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar,
div.dataTables_scrollBody::-webkit-scrollbar,
textarea::-webkit-scrollbar {
  width: 0.384rem;
}

.scrollX::-webkit-scrollbar,
.card-body__company-information-template #datatables-company-info-template-index_wrapper::-webkit-scrollbar,
div.dataTables_scrollBody::-webkit-scrollbar {
  height: 0.5rem;
}

.scrollY::-webkit-scrollbar-track,
.scrollX::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track,
.card-body__company-information-template #datatables-company-info-template-index_wrapper::-webkit-scrollbar-track,
div.dataTables_scrollBody::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
  background: transparent !important;
  box-shadow: 0px 0.3125rem 0.624rem rgba(155, 154, 154, 0.25) !important;
  border-radius: 0.3125rem !important;
}

.scrollY::-webkit-scrollbar-thumb,
.scrollX::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb,
div.dataTables_scrollBody::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #0055c3 !important;
  box-shadow: 0px 1rem 1.872rem rgba(0, 85, 195, 0.4) !important;
  border-radius: 0.3125rem !important;
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nintendo-switch:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-rendact:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "American Typewriter";
  src: local("AmericanTypewriter-Regular"), local("AmericanTypewriter-Regular"), url(/fonts/AmericanTypewriter-Regular.woff2?ef626f60dacc44500b0cc24326563776) format("woff2"), url(/fonts/AmericanTypewriter-Regular.woff?779d5be90f8af82167b51765df9c166b) format("woff"), url(/fonts/AmericanTypewriter-Regular.ttf?5070e3975638666109d308a0be11a24c) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter Regular";
  src: url(/fonts/Inter-Regular.ttf?a3e5baa244e35d0f891dd31135b82d9a) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.z-index-2 {
  z-index: 2;
}

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

#datatables-basic_previous a,
#datatables-basic_next a,
.page-item.previous a,
.page-item.next a {
  justify-content: center;
  border-radius: 1.25rem;
  width: 5.628rem !important;
  display: flex;
  height: 2.4rem !important;
  align-items: center;
}

.card-body__inbound-outbound .dataTables_paginate.paging_simple_numbers {
  margin-right: 0;
}

.dataTables_paginate.paging_simple_numbers {
  display: flex;
  justify-content: end;
  margin-right: 1.2rem;
  margin-top: 1.2rem;
}

.dataTables_paginate .paging_simple_numbers {
  margin-top: 1.872rem;
}

.paginate_button.page-item {
  display: flex;
  align-items: center;
}

.card-body__inbound-outbound .dataTables_info {
  padding-left: 0;
}

.dataTables_info {
  padding-left: 1.2rem;
  margin: 1.404rem 0;
}

ul.pagination {
  margin: 0 !important;
}

ul.pagination li:not(:last-child) {
  margin-right: 0.804rem;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  justify-content: center;
  border-radius: 1.25rem;
  width: 5.628rem;
  display: flex;
  height: 2.4rem;
  align-items: center;
}

li.page-item .page-link {
  border-radius: 50%;
  height: 2.4rem;
  width: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item.active .page-link {
  background-color: #9984f0;
  border-color: #9984f0;
}
.page-item.active .page-link:focus {
  background-color: #ccc1f7;
  border-color: #ccc1f7;
}

.page-item.active .page-link:hover,
.page-link:hover {
  background-color: #8d79de;
  border-color: #8d79de;
}
.page-item.active .page-link:focus,
.page-link:focus {
  box-shadow: none;
}

.page-link {
  width: 1.872rem !important;
  height: 1.872rem !important;
  padding: 0.3rem 0.75rem !important;
}

div.dataTables_scrollBody table {
  padding: 1.56rem 0;
}

div.dataTables_scrollBody .table-custom {
  padding: 0;
}

.reports-table .dataTables_scrollHead {
  width: 100% !important;
  border-radius: 1.25rem 1.25rem 0 0;
}

.reports-table .dataTables_scrollFoot {
  border-radius: 0 0 1.25rem 1.25rem;
}

.dataTables_scrollBody td:last-child {
  padding: 0.75rem 0.5rem 0.75rem 1.2rem !important;
}

.table.dataTable td,
.table td,
.table th,
.table.dataTable th {
  padding: 0.75rem 0.5rem 0.75rem 1.2rem;
}
.table.dataTable td:first-child,
.table td:first-child,
.table th:first-child,
.table.dataTable th:first-child {
  padding: 0.75rem 0.5rem 0.75rem 1.2rem;
}
.table.dataTable td:last-child,
.table td:last-child,
.table th:last-child,
.table.dataTable th:last-child {
  padding: 0.75rem 0.5rem 0.75rem 1.2rem;
}

.dataTables_scrollBody td {
  padding: 0.75rem 0.5rem 0.75rem 1.2rem !important;
}
.dataTables_scrollBody td:first-child {
  padding: 0.75rem 0.5rem 0.75rem 1.2rem !important;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
  margin: 0;
  border: unset;
  font-size: 0.875rem;
}

table.dataTable td {
  border-bottom: 0.0625rem solid #aec6e5;
}

.reports-table table.dataTable th:not(:last-child) {
  border-right: 0.0625rem solid #aec6e5;
}

.reports-table table.dataTable td {
  border-left: 0.0625rem solid #aec6e5;
}

.reports-table table.dataTable td:last-child {
  border-right: 0.0625rem solid #aec6e5;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.25rem 3.12rem;
  box-shadow: 0 0 8.136rem 0.252rem #0060c0;
}

.card-body__users thead th:last-child,
.card-body__users tbody th:last-child,
.card-body__users tfoot th:last-child {
  padding: 0.75rem 1.2rem 0.75rem 1.2rem;
}
.card-body__users thead td:last-child,
.card-body__users tbody td:last-child,
.card-body__users tfoot td:last-child {
  padding: 0.75rem 1.2rem 0.75rem 1.2rem !important;
}

.card-body__settings-call-type div.dataTables_wrapper div.row .col-sm-12.col-md-6 {
  padding: 0 0rem !important;
}

.hr-profile__icon-edit {
  cursor: pointer;
  font-size: 1.08rem;
}

.card-body__company-information-template .dataTables_wrapper {
  overflow: auto !important;
}

.card-body__users .row:last-child {
  margin-bottom: 3.12rem !important;
  flex-wrap: nowrap;
}

#datatables-timer-updates_wrapper .dataTables_scroll,
#datatables-timer-updates-2_wrapper .dataTables_scroll,
#datatables-timer-updates-3_wrapper .dataTables_scroll {
  padding: 0 0.72rem;
}

div#datatables-user-documents_wrapper div.row:first-child {
  padding: 0 1.2rem 1.2rem 1.2rem !important;
}

#datatables-user-documents_wrapper .dataTables_scroll {
  padding: 0 0.72rem;
}

.card-body__customizable-reports #client-reports-table_wrapper div.row .dt-buttons,
.card-body.js-table-wrapper div.dataTables_wrapper div.row .dt-buttons,
.card-body.js-table-wrapper div#datatables-users_wrapper div.row .dt-buttons,
div#datatables-pending_wrapper div.row .dt-buttons,
div#datatables-approved_wrapper div.row .dt-buttons,
div#datatables-decline_wrapper div.row .dt-buttons,
div#datatables-timer-updates_wrapper div.row .dt-buttons,
div#datatables-timer-updates-2_wrapper div.row .dt-buttons,
div#datatables-timer-updates-3_wrapper div.row .dt-buttons,
div#datatables-one-on-one-index_wrapper div.row .dt-buttons,
div#datatables-hr-profile_wrapper div.row .dt-buttons,
div#datatables-vacancy_wrapper div.row .dt-buttons,
div#datatables-user-documents_wrapper div.row .dt-buttons,
div#datatables-company-info-template-index_wrapper div.row .dt-buttons {
  margin-right: 0;
  margin-left: 0;
}
.card-body__customizable-reports #client-reports-table_wrapper div.row:first-child,
.card-body.js-table-wrapper div.dataTables_wrapper div.row:first-child,
.card-body.js-table-wrapper div#datatables-users_wrapper div.row:first-child,
div#datatables-pending_wrapper div.row:first-child,
div#datatables-approved_wrapper div.row:first-child,
div#datatables-decline_wrapper div.row:first-child,
div#datatables-timer-updates_wrapper div.row:first-child,
div#datatables-timer-updates-2_wrapper div.row:first-child,
div#datatables-timer-updates-3_wrapper div.row:first-child,
div#datatables-one-on-one-index_wrapper div.row:first-child,
div#datatables-hr-profile_wrapper div.row:first-child,
div#datatables-vacancy_wrapper div.row:first-child,
div#datatables-user-documents_wrapper div.row:first-child,
div#datatables-company-info-template-index_wrapper div.row:first-child {
  flex-direction: row-reverse;
  margin: 0 0 0.15rem 0;
  padding: 0 0.4rem 1.2rem 0.04rem;
}
.card-body__customizable-reports #client-reports-table_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
.card-body.js-table-wrapper div.dataTables_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
.card-body.js-table-wrapper div#datatables-users_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-pending_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-approved_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-decline_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-timer-updates_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-timer-updates-2_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-timer-updates-3_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-one-on-one-index_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-hr-profile_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-vacancy_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-user-documents_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-company-info-template-index_wrapper div.row .col-sm-12.col-md-6:not(:first-child) {
  flex: 0 0 80%;
  max-width: 80%;
}
@media (min-width: 768px) {
  .card-body__customizable-reports #client-reports-table_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
.card-body.js-table-wrapper div.dataTables_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
.card-body.js-table-wrapper div#datatables-users_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-pending_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-approved_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-decline_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-timer-updates_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-timer-updates-2_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-timer-updates-3_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-one-on-one-index_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-hr-profile_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-vacancy_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-user-documents_wrapper div.row .col-sm-12.col-md-6:not(:first-child),
div#datatables-company-info-template-index_wrapper div.row .col-sm-12.col-md-6:not(:first-child) {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0;
  }
}
.card-body__customizable-reports #client-reports-table_wrapper div.row .col-sm-12.col-md-6:first-child,
.card-body.js-table-wrapper div.dataTables_wrapper div.row .col-sm-12.col-md-6:first-child,
.card-body.js-table-wrapper div#datatables-users_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-pending_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-approved_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-decline_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-timer-updates_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-timer-updates-2_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-timer-updates-3_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-one-on-one-index_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-hr-profile_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-vacancy_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-user-documents_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-company-info-template-index_wrapper div.row .col-sm-12.col-md-6:first-child {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 768px) {
  .card-body__customizable-reports #client-reports-table_wrapper div.row .col-sm-12.col-md-6:first-child,
.card-body.js-table-wrapper div.dataTables_wrapper div.row .col-sm-12.col-md-6:first-child,
.card-body.js-table-wrapper div#datatables-users_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-pending_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-approved_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-decline_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-timer-updates_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-timer-updates-2_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-timer-updates-3_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-one-on-one-index_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-hr-profile_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-vacancy_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-user-documents_wrapper div.row .col-sm-12.col-md-6:first-child,
div#datatables-company-info-template-index_wrapper div.row .col-sm-12.col-md-6:first-child {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.table-border-none .dataTables_wrapper .dataTables_scrollBody,
.table-border-none .dataTables_wrapper .dataTables_scrollHead,
.table-border-none .dataTables_wrapper .dataTables_scrollFoot {
  overflow: unset !important;
  border-right: none !important;
  border-left: none !important;
}

.dataTables_scroll {
  overflow: initial;
}

#datatables-pending_wrapper .dataTables_scrollBody td:last-child,
#datatables-approved_wrapper .dataTables_scrollBody td:last-child,
#datatables-decline_wrapper .dataTables_scrollBody td:last-child {
  padding: 0.75rem 1.2rem 0.75rem 1.2rem !important;
}
#datatables-pending_wrapper .table th:not(:first-child),
#datatables-approved_wrapper .table th:not(:first-child),
#datatables-decline_wrapper .table th:not(:first-child) {
  padding: 0.75rem 0 0.75rem 1.2rem;
}
#datatables-pending_wrapper .table th:nth-child(10),
#datatables-approved_wrapper .table th:nth-child(10),
#datatables-decline_wrapper .table th:nth-child(10) {
  padding: 0.75rem 0 0.75rem 1.2rem;
}
#datatables-pending_wrapper td:not(:first-child),
#datatables-approved_wrapper td:not(:first-child),
#datatables-decline_wrapper td:not(:first-child) {
  padding: 0.75rem 0 0.75rem 1.2rem !important;
}

#datatables-decline_wrapper .dataTables_scrollBody td:last-child {
  padding: 0.75rem 1.2rem 0.75rem 1.2rem !important;
}
#datatables-decline_wrapper .table th:last-child {
  padding: 0.75rem 0 0.75rem 1.2rem;
}
#datatables-decline_wrapper td:not(:first-child) {
  padding: 0.75rem 0 0.75rem 1.2rem !important;
}

.js-table-wrapper .call-table.mb-5 .dataTables_wrapper .row:first-child .dataTables_length {
  padding-left: 3.12rem !important;
}
.js-table-wrapper .call-table.mb-5 .dataTables_wrapper .row:first-child {
  padding-right: 1.3rem;
  margin-bottom: 1.2rem;
  flex-direction: row-reverse !important;
  padding-left: 1.2rem;
}

.card-body__inbound-outbound .dataTables_wrapper .dataTables_scrollHead,
.highlight-table.highlight-table__all-star .dataTables_wrapper .row .dataTables_scrollHead {
  border-radius: 1.25rem 1.25rem 0 0;
}
.card-body__inbound-outbound .dataTables_wrapper .dataTables_scrollHead th,
.highlight-table.highlight-table__all-star .dataTables_wrapper .row .dataTables_scrollHead th {
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.3) !important;
}
.card-body__inbound-outbound .dataTables_wrapper .dataTables_scrollFoot,
.highlight-table.highlight-table__all-star .dataTables_wrapper .row .dataTables_scrollFoot {
  border-radius: 0 0 1.25rem 1.25rem;
}
.card-body__inbound-outbound .dataTables_wrapper table.dataTable:not(:last-child),
.card-body__inbound-outbound .dataTables_wrapper table.dataTable th:not(:last-child),
.card-body__inbound-outbound .dataTables_wrapper table.dataTable td:not(:last-child),
.highlight-table.highlight-table__all-star .dataTables_wrapper .row table.dataTable:not(:last-child),
.highlight-table.highlight-table__all-star .dataTables_wrapper .row table.dataTable th:not(:last-child),
.highlight-table.highlight-table__all-star .dataTables_wrapper .row table.dataTable td:not(:last-child) {
  border-right: 0.0625rem solid rgba(0, 85, 195, 0.3);
}
.card-body__inbound-outbound .dataTables_wrapper .table-striped.table-custom tbody tr,
.highlight-table.highlight-table__all-star .dataTables_wrapper .row .table-striped.table-custom tbody tr {
  background-color: #ffffff !important;
}
.card-body__inbound-outbound .dataTables_wrapper tfoot th,
.highlight-table.highlight-table__all-star .dataTables_wrapper .row tfoot th {
  background-color: #abbdfe !important;
}

.dataTables_scrollBody,
.dataTables_scrollHead,
.dataTables_scrollFoot {
  border-right: 0.0625rem solid rgba(0, 85, 195, 0.3) !important;
  border-left: 0.0625rem solid rgba(0, 85, 195, 0.3) !important;
}

.card-body__not-booked-report .dataTables_wrapper .row:first-child {
  padding-left: 0 !important;
}
.card-body__not-booked-report .dataTables_wrapper .row:first-child .dt-buttons {
  margin: 0 !important;
}

.card-body__booked .reports-table.mb-4 .dataTables_wrapper.dt-bootstrap4 .row:last-child .col-7,
#datatables-hr-profile-edit_wrapper .row:last-child .col-7,
#datatables-hr-profile-call-audit-edit_wrapper .row:last-child .col-7,
#datatables-hr-profile-call-out-edit_wrapper .row:last-child .col-7,
.card-body__detailed-call #datatables-declined_wrapper .row:last-child .col-7 {
  padding-right: 0 !important;
}
.card-body__booked .reports-table.mb-4 .dataTables_wrapper.dt-bootstrap4 .row:last-child .dataTables_info,
#datatables-hr-profile-edit_wrapper .row:last-child .dataTables_info,
#datatables-hr-profile-call-audit-edit_wrapper .row:last-child .dataTables_info,
#datatables-hr-profile-call-out-edit_wrapper .row:last-child .dataTables_info,
.card-body__detailed-call #datatables-declined_wrapper .row:last-child .dataTables_info {
  padding-left: 0 !important;
}
.card-body__booked .reports-table.mb-4 .dataTables_wrapper.dt-bootstrap4 .row:last-child .dataTables_paginate.paging_simple_numbers,
#datatables-hr-profile-edit_wrapper .row:last-child .dataTables_paginate.paging_simple_numbers,
#datatables-hr-profile-call-audit-edit_wrapper .row:last-child .dataTables_paginate.paging_simple_numbers,
#datatables-hr-profile-call-out-edit_wrapper .row:last-child .dataTables_paginate.paging_simple_numbers,
.card-body__detailed-call #datatables-declined_wrapper .row:last-child .dataTables_paginate.paging_simple_numbers {
  margin-right: 0 !important;
}

#datatables-vacancy_wrapper .row:last-child {
  padding: 0 0.72rem;
}
#datatables-vacancy_wrapper .row:last-child .col-sm-12.col-md-5 {
  padding-left: 1.12rem !important;
}
#datatables-vacancy_wrapper .row:last-child .dataTables_info {
  padding-left: 0 !important;
}
#datatables-vacancy_wrapper .row:last-child .dataTables_paginate.paging_simple_numbers {
  margin-right: 3.12rem !important;
}

div.card-body__detailed-call .dataTables_wrapper div.row {
  flex-direction: row !important;
}
div.card-body__detailed-call .dataTables_wrapper .row:first-child {
  margin-bottom: 1.45rem !important;
}
div.card-body__detailed-call .dataTables_wrapper .row:first-child .col-sm-12.col-md-6:first-child {
  display: flex;
  align-items: end;
}
div.card-body__detailed-call .dataTables_wrapper .dt-buttons {
  margin: 0;
}

.highlight-table__client .dataTables_wrapper div.row:first-child {
  padding: 0;
}

.timers-table .dataTables_wrapper div.row:first-child {
  display: flex;
  align-items: center;
}
.timers-table .dataTables_wrapper div.row .col-sm-12.col-md-6.text-right .dt-buttons.flex-wrap {
  justify-content: end !important;
}

.timers-table .dataTables_scroll {
  padding: 0 !important;
  margin-right: 0.75rem !important;
  overflow-x: auto;
  margin-left: 0.75rem;
}
.timers-table .dataTables_scroll .table.dataTable td, .timers-table .dataTables_scroll .table td, .timers-table .dataTables_scroll .table th, .timers-table .dataTables_scroll .table.dataTable th {
  width: 6rem !important;
}
.timers-table .dataTables_scroll .table.dataTable td:nth-child(n-2), .timers-table .dataTables_scroll .table td:nth-child(n-2), .timers-table .dataTables_scroll .table th:nth-child(n-2), .timers-table .dataTables_scroll .table.dataTable th:nth-child(n-2) {
  width: 10rem !important;
}

.timers-table .dataTables_scrollBody {
  padding: 0 0.1rem;
  overflow: hidden;
}

#datatables-hr-profile-call-audit-edit_wrapper .col-sm-12.col-md-6:not(:first-child),
#datatables-hr-profile-edit_wrapper .col-sm-12.col-md-6:not(:first-child),
#datatables-hr-profile-call-out-edit_wrapper .col-sm-12.col-md-6:not(:first-child),
.call-table div.dataTables_wrapper div.row .col-sm-12.col-md-6:not(:first-child) {
  flex: 0 0 60% !important;
  max-width: 60% !important;
}
#datatables-hr-profile-call-audit-edit_wrapper .col-sm-12.col-md-6:first-child,
#datatables-hr-profile-edit_wrapper .col-sm-12.col-md-6:first-child,
#datatables-hr-profile-call-out-edit_wrapper .col-sm-12.col-md-6:first-child,
.call-table div.dataTables_wrapper div.row .col-sm-12.col-md-6:first-child {
  display: flex !important;
  flex-direction: column !important;
  flex: 0 0 40% !important;
  max-width: 40% !important;
}
#datatables-hr-profile-call-audit-edit_wrapper .col-sm-12.col-md-6:first-child .dataTables_length label,
#datatables-hr-profile-edit_wrapper .col-sm-12.col-md-6:first-child .dataTables_length label,
#datatables-hr-profile-call-out-edit_wrapper .col-sm-12.col-md-6:first-child .dataTables_length label,
.call-table div.dataTables_wrapper div.row .col-sm-12.col-md-6:first-child .dataTables_length label {
  padding-top: 0rem !important;
}

.reports-table #datatables-declined_wrapper .row .col-sm-12.col-md-5 #datatables-declined_info {
  padding-left: 0 !important;
}

.reports-table .dataTables_wrapper div.row {
  flex-direction: column !important;
  margin: 0 !important;
}

#datatables-pending_length label,
#datatables-approved_length label,
#datatables-decline_length label,
#datatables-timer-updates_length label,
#datatables-timer-updates-2_length label,
#datatables-timer-updates-3_length label,
#datatables-one-on-one-index_length label,
#datatables-basic_length label,
.dataTables_length label {
  padding-top: 1.188rem !important;
}

div.dataTables_filter {
  position: relative;
}
div.dataTables_filter label {
  width: 100% !important;
  padding-top: 2.16rem !important;
}
div.dataTables_filter label input {
  margin-top: 1.2rem;
}

.card.js-report-csr-card .card-body .reports-table div.highlight-table div.dataTables_wrapper.dataTables_wrapper div.row:not(:first-child) {
  padding: 3.12rem;
  background: #ffffff;
  box-shadow: 0px -3px 1.25rem rgba(40, 40, 40, 0.05), 0px 0.804rem 1.25rem rgba(141, 141, 141, 0.05);
  border-radius: 1.25rem;
}

div#datatables-basic_filter label,
div#DataTables_Table_0_filter label,
#datatables-decline_filter label,
#datatables-approved_filter label,
#datatables-timer-updates_filter label,
#datatables-timer-updates-3_filter label,
#datatables-timer-updates-2_filter label,
#datatables-pending_filter label,
#datatables-one-on-one-index_filter label,
.dataTables_filter label {
  display: flex !important;
  padding-left: 4.56rem;
  padding-top: 2.5rem;
  color: transparent;
}
div#datatables-basic_filter label input.form-control,
div#DataTables_Table_0_filter label input.form-control,
#datatables-decline_filter label input.form-control,
#datatables-approved_filter label input.form-control,
#datatables-timer-updates_filter label input.form-control,
#datatables-timer-updates-3_filter label input.form-control,
#datatables-timer-updates-2_filter label input.form-control,
#datatables-pending_filter label input.form-control,
#datatables-one-on-one-index_filter label input.form-control,
.dataTables_filter label input.form-control {
  box-shadow: 0px 0.3125rem 0.624rem rgba(155, 154, 154, 0.25);
  border-radius: 3.12rem;
  position: absolute;
  background: transparent;
  top: 0rem;
  left: 0;
  border: none;
  padding-left: 4.2rem !important;
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
  background-image: url(/fonts/search.svg?fec2134a1b96c10ce23415717ac4fbe1);
  background-repeat: no-repeat, repeat;
  background-size: 0.875rem auto, 100%;
  background-position: left 2.5rem top 50%, 0 0;
}

#datatables-one-on-one-index_filter label input.form-control,
.dataTables_filter label input.form-control {
  top: 0rem;
}

div#datatables-basic_filter label input::before,
div#DataTables_Table_0_filter label input::before {
  color: #0055c3;
}

div.dataTables_length {
  padding: 0;
}
div.dataTables_length label {
  display: flex !important;
  justify-content: end;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 150%;
}

table.table-error-message-left.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: left;
}

.dashboard-card {
  min-height: 14.55rem;
  padding: 0.5rem 1.2rem;
  margin-bottom: 0;
}
.dashboard-card .dataTables_wrapper .row:first-child {
  padding-left: 0 !important;
}

.dashboard-card__main-page .reports-table .dataTables_wrapper .row:first-child {
  padding-left: 0 !important;
  padding-bottom: 1.404rem;
}
.dashboard-card__main-page .dt-buttons {
  margin: 0;
}

.card.js-report-csr-card .card-body .reports-table div.highlight-table div.dataTables_wrapper div.row:not(:first-child) {
  padding: 0 !important;
}

.dataTables_scrollHead {
  width: 100% !important;
}

#datatables-timer-updates_wrapper .row:not(:first-child),
#datatables-timer-updates-2_wrapper .row:not(:first-child),
#datatables-timer-updates-3_wrapper .row:not(:first-child) {
  margin-right: 0.024rem !important;
  margin-left: 0.024rem !important;
}

div.card-body__companies-access {
  padding: 1.2rem 0 0 0;
}
div.card-body__companies-access .nav.nav-tabs {
  margin-bottom: 0 !important;
}

.card-body-tiers .dataTables_wrapper .dataTables_scroll {
  padding: 0 0.72rem;
}
.card-body-tiers .dataTables_wrapper .dataTables_scroll .reports-table table.dataTable .dropdown__companies .dropdown-content,
.card-body-tiers .dataTables_wrapper .dataTables_scroll .reports-table table.dataTable th .dropdown__companies .dropdown-content,
.card-body-tiers .dataTables_wrapper .dataTables_scroll .table.dataTable td .dropdown__companies .dropdown-content {
  right: -7.212rem;
}

.card-body__users .dataTables_scroll {
  padding: 0 0.72rem;
}
.card-body__users .row:last-child .dataTables_info {
  margin-bottom: 0 !important;
}
.card-body__users .col-sm-12.col-md-6.text-right .dt-buttons {
  margin-top: 0;
}

.table-align-center {
  padding: 0 0.72rem !important;
}

.position-text-table .dataTables_wrapper .row:not(:first-child) {
  margin: 0;
}
.position-text-table .dataTables_wrapper .row:not(:first-child) .col-sm-12 {
  padding: 0;
  overflow: auto;
}
.position-text-table .dataTables_wrapper .row:not(:first-child) .col-sm-12 table.dataTable,
.position-text-table .dataTables_wrapper .row:not(:first-child) .col-sm-12 table.dataTable th,
.position-text-table .dataTables_wrapper .row:not(:first-child) .col-sm-12 table.dataTable td {
  text-align: start !important;
}

.block-pagination {
  padding: 0 0.72rem !important;
}
.block-pagination .row:last-child {
  flex-wrap: nowrap;
}

@media (min-width: 0.0625rem) {
  .card-body__payroll-report .dataTables_wrapper.dt-bootstrap4 .row:first-child .col-sm-12 {
    flex-direction: row;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex;
  }

  .card-body__detailed-call .dataTables_wrapper.dt-bootstrap4 .row:first-child .col-sm-12 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .card-body__create-company-template-index .col-md-12,
.card-body__create-company-template-index .col-7 {
    margin-left: 0.72rem !important;
    flex: 0 0 50.4rem !important;
    max-width: 100% !important;
  }
}
div.form-check .form-check-input,
div.form-group .form-check-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-check-input + label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #1f1f1f;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.752rem;
}
.form-check-input + label::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  border: 0.0625rem solid #68bfff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3125rem;
  margin-right: 0.804rem;
}

.form-check-input:checked + label::before {
  border-color: #00cd88;
  background-color: #00cd88;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.form-check-input:not(:disabled):not(:checked) + label:hover::before {
  background-color: #90e6c9;
  border-color: #90e6c9;
}

.form-check-input:not(:disabled):active + label::before {
  background-color: #2ac591;
  border-color: #2ac591;
  box-shadow: 0 0 0 0.15rem #69c7a7;
}

.form-check-input:disabled + label::before {
  background-color: transparent;
  border: 0.0625rem solid #83ade2;
}

.form-control.is-invalid ~ .select2-container .select2-selection--single,
.form-control.is-invalid ~ .select2-container--bootstrap4 .select2-selection--multiple {
  border-color: #f26666 !important;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-position: right 2.448rem center !important;
  background-size: 1.32rem !important;
}

.select2.select2-container {
  background: white;
  box-shadow: 0 0.312rem 0.624rem rgba(155, 154, 154, 0.25) !important;
  font-size: 0.875rem;
  padding: 0.48rem 1.2rem;
  border-radius: 3.21rem;
  border: none;
  color: #495057;
  width: 100% !important;
  min-height: 2.3rem !important;
  max-height: -webkit-max-content !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  background-image: url(/fonts/arrow-down.svg?2e5b86a29ccba725bb1f0f4240e8e0d3) !important;
  background-repeat: no-repeat, repeat !important;
  background-size: 0.624rem auto, 100% !important;
  background-position: right 1.2rem top 54%, 0 0 !important;
}

.select2.select2-container.select2-container--open {
  border-radius: 3.12rem;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  background: transparent;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 1.124rem;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 1.992rem;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  padding: 0;
  line-height: 1.812rem;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 0;
  font-family: "Inter Regular", sans-serif;
  color: #495057;
  height: 100%;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  border: 0.06rem solid #ccc;
  border-radius: 1.872rem;
  margin: 0 0.72rem 0.4rem 0;
  padding: 0 0.373rem 1.368rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
  position: relative;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  height: 1.368rem;
  width: 1.368rem;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 1rem;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: -0.312rem;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
  border-radius: 2.3rem 2.3rem 0.12rem 0.12rem !important;
  margin: 0.84rem 0 0.36rem;
  position: absolute;
  top: -1.6rem;
  width: 100%;
  border-bottom: 1px solid #bdccfa;
  margin-bottom: 9rem;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: none !important;
  border-bottom: none !important;
  padding: 0.2496rem 0.372rem !important;
  border-radius: 3.12rem 3.12rem 0 0 !important;
  background-image: url(/fonts/search.svg?fec2134a1b96c10ce23415717ac4fbe1) !important;
  background-repeat: no-repeat, repeat !important;
  background-size: 0.624rem auto, 100% !important;
  background-position: left 2.496rem top 51%, 0 0 !important;
  padding-left: 3.696rem !important;
  height: 2rem;
  width: 100%;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff;
  border-radius: 1.25rem;
  color: #495057;
  margin-top: 0.6rem;
  padding: 0.3rem 0;
}
.select2-container .select2-dropdown .select2-results ul li[aria-selected=true] {
  background-color: #c3d0fa !important;
  border-bottom: 1px solid rgba(0, 84, 194, 0.3);
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: #dce4ff;
}

.select2-results__option {
  cursor: pointer;
  padding: 0.75rem 1.2rem;
}

.select2-container--disabled {
  background-color: #e9ecef !important;
}
.select2-container--disabled .select2-selection__rendered {
  background-color: #e9ecef !important;
}

.select2-results__options {
  box-shadow: 0 -0.18rem 1.25rem rgba(40, 40, 40, 0.05), 0 0.936rem 1.25rem rgba(141, 141, 141, 0.05) !important;
  list-style: none;
  max-height: 21.6rem !important;
  overflow: auto;
}

.progress__hr-profile,
.progress {
  border: none !important;
  padding: 0 !important;
  width: 100%;
  background-color: rgba(131, 174, 226, 0.3);
  height: 0.3125rem;
}

.hr-profile__progress-bar {
  width: 40% !important;
  height: 0.624rem;
  background-color: #0055c3;
  text-align: center;
  color: white;
}

div.progress-bar {
  color: transparent;
}

.dropdown__btn-companies-edit {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 0.3125rem 0.624rem rgba(155, 154, 154, 0.25);
  border-radius: 3.12rem;
  padding: 1.752rem 2.5rem;
  border: 0.0625rem solid #ced4da;
  color: #bbbbbb;
  width: 100%;
  background-image: url(/fonts/arrow-down.svg?2e5b86a29ccba725bb1f0f4240e8e0d3);
  background-repeat: no-repeat, repeat;
  background-position: right 2.5rem top 50%, 0 0;
  background-size: 0.624rem auto, 100%;
  border: none;
  align-items: center;
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
}
.dropdown__btn-companies-edit::after {
  margin-left: 7.62rem;
}
.dropdown__btn-companies-edit:focus {
  box-shadow: none;
}
.dropdown__btn-companies-edit:hover {
  color: #bbbbbb;
}

.dropdown-menu.show {
  background: #ffffff;
  box-shadow: 0px 0.804rem 1.25rem rgba(175, 174, 174, 0.25);
  border-radius: 1.25rem;
  top: -0.96rem !important;
  padding: 0.6rem 0;
  border: none;
  outline: none;
  right: -0.42rem;
  min-width: 11.4rem;
  right: -2.4rem;
}
.dropdown-menu.show .dropdown-item {
  padding: 0.624rem1 0.44rem;
  align-items: center;
}
.dropdown-menu.show a.dropdown-item {
  display: flex;
  justify-content: start !important;
  text-align: center;
}
.dropdown-menu.show .dropdown-item:hover,
.dropdown-menu.show .dropdown-item:active,
.dropdown-menu.show .dropdown-item:focus {
  background-color: #dde4ff;
  color: #1f1f1f;
}

.dropdown-menu-right {
  right: -4.6rem !important;
  left: auto;
}

.dropdown-menu.dropdown-menu__add-some-new {
  top: 3.84rem !important;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown__one-on-one {
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
}
.dropdown__one-on-one:hover {
  color: #0056b3;
  text-decoration: none;
}

.dropdown__companies {
  position: relative;
  display: inline-block;
}
.dropdown__companies svg {
  display: inline-block;
  width: 2rem;
  height: 1.5rem;
  fill: #3c3c3c;
  margin-left: 0;
}
.dropdown__companies-users svg {
  margin-left: -3rem !important;
}
.dropdown__companies-HR-Profiles svg {
  margin-left: 0.373rem !important;
}

.dropbtn {
  padding: 0;
  font-size: 0.875rem;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 11.96rem;
  z-index: 5;
  background: #ffffff;
  box-shadow: 0px 0.804rem 1.25rem rgba(175, 174, 174, 0.25);
  border-radius: 1.25rem;
  padding: 0;
  top: 2rem;
  right: -1rem;
}
.dropdown-content li div,
.dropdown-content li a,
.dropdown-content li form {
  width: 100%;
}
.dropdown-content li a {
  display: inline-block;
}
.dropdown-content li:first-child {
  border-radius: 1.25rem 1.25rem 0 0;
}
.dropdown-content li:last-child {
  border-radius: 0 0 1.25rem 1.25rem;
}
.dropdown-content li:only-child {
  border-radius: 1.25rem;
}

.dropdown-content li {
  height: 2.4rem;
  color: black;
  padding: 0.3125rem 0 0.3125rem 1.56rem !important;
  display: flex;
  align-items: center;
}
.dropdown-content li div a,
.dropdown-content li form a {
  color: #1f1f1f;
  text-decoration: none;
  font-size: 0.804rem;
}
.dropdown-content li:hover {
  background-color: #dde4ff;
}

.show {
  display: block;
}

.dropzone.dz-clickable {
  background-image: url(/fonts/clip.svg?5fa5f64b78cf7b8a5e47ca5086393d48) !important;
  background-repeat: no-repeat, repeat !important;
  background-size: 1.32rem auto, 100% !important;
  background-position: right 1.872rem top 50%, 0 0 !important;
  height: 100% !important;
}

.dropzone.dz-clickable.js-card-drop-zone.dz-started {
  height: 100% !important;
}

.dz-download {
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove {
  font-size: 0.876rem;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: pre-wrap;
}

.dropzone .dz-preview .dz-details {
  padding: 1rem;
  line-height: 119%;
}

.dropzone .dz-message {
  text-align: center !important;
  margin: 4rem 0 !important;
}

.dz-filename span {
  word-break: break-all;
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
}

.timer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 1.25rem 1.2rem;
}
@media screen and (max-width: 576px) {
  .timer {
    height: 1.25vh;
    margin-right: 0.552rem;
    width: 20.88rem;
    padding: 0;
  }
}
.timer-block {
  height: 7.5rem;
  padding: 1.2rem 4.92rem 0 0;
}
.timer-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 4.38rem;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  background-color: transparent;
  border-radius: 6.25rem;
  border: 0.0625rem solid #0055c3;
}
.timer__controls {
  display: flex;
}
@media screen and (max-width: 576px) {
  .timer__controls .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.684rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.timer__stopwatch {
  display: flex;
  align-items: center;
}
.timer__dropdown-toggle {
  vertical-align: middle;
}
.timer__dropdown-toggle::after {
  display: none;
}
.timer__dropdown-menu {
  max-height: 14.616rem;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.timer__dropdown-menu::-webkit-scrollbar {
  width: 0.3125rem;
}
.timer__dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.timer__dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
}
.timer__dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.js-stopwatch {
  color: #0055c3;
}

.btn.js-timer-stop {
  color: #ffffff;
  background-color: #d6d6d6;
  border-radius: 6.25rem;
  border: none;
}
.btn.js-timer-stop:hover {
  background-color: #e6e6e6;
  border: none;
}
.btn.js-timer-play {
  color: #ffffff;
  background-color: #00cd88;
  border-radius: 6.25rem;
  border: none;
}
.btn.js-timer-play:hover, .btn.js-timer-play:active {
  background-color: #b3f0dc !important;
  border: none;
}
.btn.js-timer-play:focus, .btn.js-timer-play:not(:disabled):not(.disabled):active:focus {
  border: none;
  box-shadow: none;
}
.btn.js-timer-play:active {
  border: none;
}

.btn.active {
  background-color: currentColor;
}
.btn.active span {
  color: #fff;
}

.marketing__diagrama {
  padding: 0 0.804rem 0 1.56rem;
}

.amcharts-Sprite-group.amcharts-Container-group.amcharts-AmChartsLogo-group {
  display: none;
}

.chartdiv {
  font-size: 0.684rem;
  border: 0.0625rem solid rgba(0, 85, 195, 0.3);
  border-radius: 1.25rem;
  margin-left: 0.552rem;
  width: 98% !important;
  padding: 0.6rem 0 0 0;
}
.chartdiv-pie {
  width: 100%;
  height: 17.2rem;
}
.chartdiv_full {
  width: 100%;
  height: 100%;
  min-height: 17.2rem;
  float: unset;
}
.chartdiv_small {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  float: unset;
}

.legend {
  width: 50%;
  height: 22rem;
  border: 0.0625rem solid #eee;
  margin-left: 0.624rem;
  float: left;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.legend::-webkit-scrollbar {
  width: 0.3125rem;
}
.legend::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.legend::-webkit-scrollbar-thumb {
  background: #888;
}
.legend::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.legend .legend-item {
  margin: 0.624rem;
  font-size: 0.804rem;
  font-weight: bold;
  cursor: pointer;
}

.legend .legend-item .legend-value {
  font-size: 0.75rem;
  font-weight: normal;
  margin-left: 1.368rem;
}

.legend .legend-item .legend-marker {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border: 0.0625rem solid #ccc;
  margin-right: 0.624rem;
}

.legend .legend-item.disabled .legend-marker {
  opacity: 0.5;
  background: #ddd;
}

.block-list__item {
  font-size: 0.86rem;
  cursor: pointer;
}
.block-list__item:hover {
  color: #3b7ddd;
  text-decoration: underline;
}
.block-list__item:not(:last-child) {
  margin-bottom: 0.492rem;
}

.file-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-template-rows: auto;
  gap: 0.492rem;
}

html {
  font-size: 100%;
}

body {
  font-size: 0.936rem !important;
  font-family: "Inter Regular", sans-serif;
}

label {
  margin-bottom: 0rem !important;
}

.main .header:first-child {
  display: block !important;
  position: absolute;
  top: -8.1rem;
}
.main .header:first-child .header-title {
  font-size: 1.3rem;
}
.main .header:first-child .breadcrumb-item {
  font-size: 0.8rem;
}
.main .header:first-child .breadcrumb-item.active {
  font-size: 0.9rem;
}

input,
button,
select,
optgroup,
textarea {
  font-size: 0.875rem;
  font-family: "Inter Regular", sans-serif;
}

input:disabled,
button:disabled,
select:disabled,
optgroup:disabled,
textarea:disabled {
  background-color: #e9ecef;
}

ol,
ul,
dl {
  margin-bottom: 1rem !important;
}

p {
  word-break: break-all;
  margin-bottom: 1rem;
}

.text-family_american {
  font-family: "American Typewriter", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: -0.492rem !important;
  font-family: "American Typewriter", sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.img-fluid {
  box-shadow: 0px -3px 20px rgba(40, 40, 40, 0.05), 0px 15px 20px rgba(141, 141, 141, 0.05);
}

.img-personal-info {
  width: 7.992rem;
  height: 7.992rem;
}

.img__payroll-report-admin {
  width: 3.996rem;
  height: 3.996rem;
}

.img__users {
  width: 2.928rem;
  height: 2.928rem;
}

.img__admin-test {
  width: 2rem;
  height: 2rem;
}

.fa-arrows-up-down {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.toast-top-right {
  top: 3.996rem;
}

.input-group-append {
  position: absolute !important;
  right: 3.36rem !important;
}

.input-group-text {
  border-radius: 0.192rem !important;
  font-size: 0.936rem !important;
  padding: 0.25rem 0.696rem !important;
  border: none;
  background: transparent;
  position: absolute;
  z-index: 4;
  left: unset;
  top: 0.5rem;
}
.input-group-text__workspace {
  top: -1.98rem;
}

.splash-icon {
  z-index: 100000 !important;
}

.table-bordered {
  border: unset;
}

.form__name-create-role {
  top: 4.5rem !important;
  right: 3.12rem !important;
}

.form-in-btn {
  margin: 0 !important;
}
.form-in-btn .form-row .form-group {
  display: none;
  margin: 0;
}
.form-in-btn .form-row .form-group:last-child {
  display: block;
}

.reports-table .dataTables_scrollHead {
  width: 100% !important;
  border-radius: 1.25rem 1.25rem 0 0;
}

.reports-table .dataTables_scrollFoot {
  border-radius: 0 0 1.25rem 1.25rem;
}

.wrapper:before {
  height: 24.312rem;
}

.wrapper:before {
  height: 24.312rem;
}

.card-body-tiers td:last-child,
.card-body-tiers th:last-child,
.card-body__companies td:last-child,
.card-body__companies th:last-child {
  width: 15%;
}
.card-body-tiers td:nth-child(2),
.card-body-tiers th:nth-child(2),
.card-body__companies td:nth-child(2),
.card-body__companies th:nth-child(2) {
  width: 12%;
}
.card-body-tiers td:nth-child(5), .card-body-tiers td:nth-child(6),
.card-body-tiers th:nth-child(5),
.card-body-tiers th:nth-child(6),
.card-body__companies td:nth-child(5),
.card-body__companies td:nth-child(6),
.card-body__companies th:nth-child(5),
.card-body__companies th:nth-child(6) {
  width: 7%;
}

.small-count {
  position: absolute;
  top: 0rem;
  right: 3rem;
}

tbody td:last-child {
  padding: 1.5rem 3.12rem 1.5rem 3.12rem;
}

.table-responsive .table td,
.table-responsive .table th {
  padding: 0.75rem 0 0.75rem 1.2rem !important;
  border: none;
  border-bottom: 0.0625rem solid #aec6e5;
}
.table-responsive .table td:last-child,
.table-responsive .table th:last-child {
  padding: 0.75rem 0 0.75rem 1.2rem !important;
}
.table-responsive .table td:last-child .select2.select2-container,
.table-responsive .table th:last-child .select2.select2-container {
  background-position: right 1.3rem top 54%, 0 0 !important;
  padding: 0.48rem 1rem;
}
.table-responsive .table td {
  vertical-align: top;
  padding-top: 2rem;
}

table thead {
  background-color: #dde4ff;
}

table.table-custom thead {
  background-color: #0055c3;
  color: #fff;
}

table.table-custom tfoot {
  background-color: #9984f0;
  color: #fff;
}

.table-striped.table-custom tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.wrapper {
  overflow: unset;
}

.card_pos_sticky {
  position: sticky;
  top: 1rem;
}
.card_pos_sticky .select2.select2-container {
  min-height: auto !important;
}
.card_pos_sticky p {
  letter-spacing: -0.05rem;
}

.cart_pos_fixed {
  position: fixed;
  top: 6rem;
  width: 18%;
  overflow: scroll;
  height: 90%;
}

.tab .nav-tabs .nav-link.hr-profile__nav-link {
  padding: 0.5rem 1rem 0.5rem 0 !important;
}
.tab .nav-tabs .nav-link.hr-profile__nav-link.active {
  background: transparent;
}

.all-star-tasks {
  display: none;
}

.highlight {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.highlight.red {
  background-color: #dc3545;
  color: #fff !important;
}
.highlight.yellow {
  background-color: #f5e400;
}
.highlight.green {
  background-color: #00cd88;
}
.highlight.blue {
  background-color: #0c85d0;
}

.fs-3.fw-bold {
  font-weight: 700;
  font-size: 1.2rem;
}

.highlight-table .dt-buttons {
  margin-left: 0 !important;
}
.highlight-table .table td {
  position: relative;
}

.table-weekly-striped.table-custom tbody tr:nth-child(6n+1) {
  background-color: #67b5e4;
}

.iframe-preview {
  height: 43.8rem;
  width: 100%;
}

.custom-control-label_big::before, .custom-control-label_big::after {
  width: 1.5rem;
  height: 1.5rem;
}

.custom-control {
  padding-left: 1.5rem !important;
  min-height: 1.368rem !important;
}
.custom-control input {
  width: 1rem !important;
  height: 1.188rem !important;
}

.datepicker.form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-select,
.form-label__custom-file-upload {
  cursor: pointer;
  border-radius: 6.252rem;
  background-image: url(/fonts/arrow-down.svg?2e5b86a29ccba725bb1f0f4240e8e0d3);
  background-repeat: no-repeat, repeat;
  border-color: #0055c3;
  width: 5.064rem;
  margin-left: 1.128rem;
  margin-right: 0.804rem;
  background-position: right 0.804rem top 50%, 0 0;
  background-size: 0.804rem auto, 100%;
  padding-left: 1.25rem;
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
}

select.form-control {
  margin-bottom: 0.432rem;
  background-image: url(/fonts/arrow-down.svg?2e5b86a29ccba725bb1f0f4240e8e0d3) !important;
  background-repeat: no-repeat, repeat !important;
  background-size: 0.624rem auto, 100% !important;
  background-position: right 1.872rem top 56%, 0 0 !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
select.form-control.custom-select {
  background-position: right 1.38rem top 51%, 0 0 !important;
  width: 6.252rem !important;
}
select.form-control__call-types {
  width: 3rem !important;
  border: 0.00624rem solid #0055c3 !important;
  background-position: right 1.2rem top 51%, 0 0 !important;
  padding: 0rem 1.25rem !important;
  max-height: 2.184rem;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}
select.form-control__call-types ~ .select2.select2-container {
  width: 71% !important;
}
select.form-control option:hover {
  background-color: #dde4ff !important;
}

.form-label__custom-file-upload {
  background-image: url(/fonts/clip.svg?5fa5f64b78cf7b8a5e47ca5086393d48) !important;
  background-repeat: no-repeat, repeat !important;
  background-size: 0.96rem auto, 100% !important;
  background-position: right 2.28rem top 56%, 0 0 !important;
  top: 1.92rem;
}

.step__label-file-download {
  cursor: pointer !important;
  color: #1f1f1f;
  font-size: 0.804rem;
}

.step__file-download_hidden {
  opacity: 0;
  position: absolute;
}

textarea.form-control,
select.form-control,
.form-label__custom-file-upload {
  overflow: hidden !important;
  padding: 0.6rem 3rem;
  color: #495057;
  background: #ffffff;
  box-shadow: 0px 0.3125rem 0.624rem rgba(155, 154, 154, 0.25);
  border-radius: 3.12rem;
  border: none;
  margin-bottom: 1.25rem;
  font-size: 0.936rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: none;
}
textarea.form-control.custom-select,
select.form-control.custom-select,
.form-label__custom-file-upload.custom-select {
  padding: 0 1.692rem !important;
}
textarea.form-control__purpose, textarea.form-control__description,
select.form-control__purpose,
select.form-control__description,
.form-label__custom-file-upload__purpose,
.form-label__custom-file-upload__description {
  border-radius: 1.25rem !important;
  min-height: 0.624rem !important;
}
textarea.form-control_big-height,
select.form-control_big-height,
.form-label__custom-file-upload_big-height {
  min-height: 9.36rem;
  border-radius: 0.624rem;
}

textarea.form-control {
  margin-bottom: 0;
  padding: 0.6rem 0 0.3rem 2rem;
}
textarea.form-control_big-height {
  padding-bottom: 4rem;
}

select.form-control,
.form-label__custom-file-upload {
  height: 2.5rem;
}

select.form-control,
.form-label__custom-file-upload {
  min-height: 2.5rem !important;
  max-height: 2.5rem !important;
}

.col-sm-12.col-md-6,
.col-sm-12 {
  padding: 0 !important;
}

.card__payroll-report .card-header,
.dashboard-card .card-header {
  margin-bottom: 0 !important;
}

.dashboard-card-body {
  display: flex;
  flex-direction: column;
}

.dashboard-diagram-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0 1.5rem;
}

.form-control.form-control__companies-edit, .form-control.form-control__company-info {
  background: #ffffff;
  box-shadow: 0px 0.3125rem 0.624rem rgba(155, 154, 154, 0.25);
  border-radius: 3.12rem;
  padding: 1.4rem 2.5rem;
  border: none;
}
.form-control.form-control__companies-edit::-moz-placeholder, .form-control.form-control__company-info::-moz-placeholder {
  color: #a3a3a3;
  font-size: 0.875rem;
}
.form-control.form-control__companies-edit::placeholder, .form-control.form-control__company-info::placeholder {
  color: #a3a3a3;
  font-size: 0.875rem;
}

.form-control__input-search {
  padding: 1.188rem 4.56rem !important;
}

.js-company-information-template {
  border: 0.0625rem solid rgba(0, 85, 195, 0.3);
  border-radius: 0.624rem;
}

.form-group__companies-edit {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.form-label.form-label__companies-edit, .form-label.form-label__companies-info {
  color: #3c3c3c;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
}

.form-label.form-label__companies-edit {
  margin: 0 !important;
}

.card-title__companies-edit {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
  color: #1f1f1f;
  margin: 0 0 1.872rem;
}

.form-row {
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 0.3125rem;
  padding-left: 0;
}

div.form-row.align-items-center.form-row-panding {
  padding: 0 !important;
}

.form-select.form-select__companies-edit {
  background: #ffffff;
  box-shadow: 0px 0.3125rem 0.624rem rgba(155, 154, 154, 0.25);
  border-radius: 3.12rem;
  border: 0.0625rem solid #ced4da;
  height: calc(1.896rem + 0.1248rem);
  padding: 0.25rem 0.696rem;
  color: #495057;
  background-image: url(/fonts/arrow-down.svg?2e5b86a29ccba725bb1f0f4240e8e0d3);
  background-repeat: no-repeat, repeat;
  background-size: 0.624rem auto, 100%;
  background-position: right 1.25rem top 50%, 0 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.row > .col-sm-12.col-md-6:first-child select.custom-select.custom-select-sm.form-control.form-control-sm,
.form-control__inbound {
  width: 4.992rem !important;
  border: 0.00624rem solid #0055c3 !important;
  background-position: right 1.2rem top 51%, 0 0 !important;
  padding: 0rem 1.25rem !important;
  max-height: 2.184rem;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

.form-label.form-label__companies-info {
  color: #495057;
  padding-left: 2rem !important;
}

.map-show__list > ul.list-unstyled li {
  padding-left: 2.5rem !important;
}
.map-show__list > ul.list-unstyled li div:first-child {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  margin-right: 1.56rem;
}
.map-show__list > ul.list-unstyled li div:first-child div div.text-center {
  text-align: start !important;
  padding: 0 1.44rem 2.5rem;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.752rem;
}
.map-show__list > ul.list-unstyled li div {
  flex: 0 0 8.3333333333%;
  max-width: 5.333%;
}

.fa-solid.fa-circle-plus {
  color: #0055c3;
  font-size: 1.25rem;
  cursor: pointer;
}

.fa-fw {
  width: 1.25rem !important;
}

.fa.fa-times {
  margin-bottom: 6.5% !important;
}

.js-map-area-text-change.js-map-marker, .js-map-area-text-change.js-map-polygon, .js-map-area-text-change.js-map-circle, .js-map-area-text-change.js-map-rectangle {
  padding: 1.1rem 0 1.1rem 2.5rem;
  background: #ffffff;
  box-shadow: 0px 0.312rem 0.624rem rgba(155, 154, 154, 0.25);
  border-radius: 3.12rem;
  border: none;
}

div.pickr button.pcr-button::before, div.pickr button.pcr-button::after {
  top: -1.1rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}

.pickr button:focus,
.pickr button.pcr-active {
  box-shadow: none !important;
}

input:focus-visible {
  outline: none;
}

.js-add-company-info {
  padding: 0.624rem 2.5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.188rem;
}

.card.js-company-info-elem {
  padding: 0;
}

.js-company-info-elem .card-header {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 0.0625rem solid rgba(0, 85, 195, 0.306);
  margin-bottom: 0;
}
.js-company-info-elem .card-header .card-title {
  padding-left: 0.6rem;
  margin-bottom: 0.26rem !important;
}
.js-company-info-elem .card-header .card-title a {
  font-size: 1.3rem;
}

.js-company-info-elem:not(:last-child) {
  margin-bottom: 1.5rem;
}

.btn-delete {
  color: #7f7b7a !important;
}

.accordion .card-body {
  border: none !important;
  padding: 0 0.72rem;
}

.info-tools .custom-control.custom-switch.mb-3 {
  padding-left: 11.568rem;
}

.input-group-append {
  position: absolute;
}
.input-group-append__onboarding-step {
  right: 14.4rem !important;
}
.input-group-append__calendar {
  left: 6.6rem;
}
.input-group-append__checklist {
  right: 0;
}

.custom-select:focus {
  box-shadow: 0 0.3125rem 0.624rem rgba(155, 154, 154, 0.25) !important;
}

.card-actions.float-right .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
}

.js-accordeon-item-drop {
  padding-top: 0.432rem;
  padding-right: 2.5rem;
}

.form-control:focus {
  border: none;
  box-shadow: 0px 0.3125rem 0.624rem rgba(155, 154, 154, 0.25) !important;
}

.form-label {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.752rem;
  color: #3c3c3c;
  margin-bottom: 0rem !important;
}

.form-label__radio {
  padding-left: 0 !important;
}

.invalid-feedback {
  padding-left: 2.88rem;
}

.color-label {
  background-position: right 0.804rem top 50%, 0 0;
  background-size: 1.188rem auto, 100%;
  width: 2.5rem !important;
  height: 1.752rem !important;
  background-repeat: no-repeat, repeat;
  background-color: transparent !important;
}

.js-open-card-create {
  margin-top: 1.25rem;
  font-style: normal;
  font-weight: 600;
  font-size: 0.804rem;
  line-height: 1.188rem;
}

.chart__report {
  margin-top: 5.004rem;
}

.personal-info__avatar {
  width: 69%;
}

.breadcrumb {
  margin-bottom: 0rem !important;
  border-radius: 0.192rem !important;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem !important;
}
.breadcrumb-item + .breadcrumb-item:before {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.list-group-flush .list-group-item {
  padding: 0.75rem 1.25rem !important;
}

.card-body__create-company-template-index .col-md-12,
.card-body__create-company-template-index .col-7 {
  margin-left: 0.72rem !important;
  flex: 0 0 50.4rem !important;
  max-width: 100% !important;
}

.table__file-list,
.table__file-list-onboarding {
  background: #fcfcfc;
  border-radius: 0.624rem;
}
.table__file-list:hover,
.table__file-list-onboarding:hover {
  box-shadow: 0px 0.96rem 1.25rem rgba(175, 174, 174, 0.25);
}
.table__file-list thead,
.table__file-list-onboarding thead {
  background-color: transparent;
}
.table__file-list thead th,
.table__file-list-onboarding thead th {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 150% !important;
  background-color: #dde4ff;
  border-top: none;
}
.table__file-list thead th:first-child,
.table__file-list-onboarding thead th:first-child {
  border-radius: 0.624rem 0 0 0;
}
.table__file-list thead th:last-child,
.table__file-list-onboarding thead th:last-child {
  border-radius: 0 0.624rem 0 0;
}
.table__file-list thead th,
.table__file-list tbody td,
.table__file-list-onboarding thead th,
.table__file-list-onboarding tbody td {
  font-style: normal;
  font-weight: 400;
  font-size: 0.86rem;
  line-height: 1.74rem;
  padding: 0.75rem 0 0.75rem 1.2rem;
}

.table__file-list-onboarding {
  margin-bottom: 2.5rem !important;
}
.table__file-list-onboarding thead th:first-child,
.table__file-list-onboarding tbody td:first-child {
  width: 20.4rem !important;
  word-break: break-all;
}

.nav-item__onboarding {
  text-align: center;
}
.nav-item__onboarding a {
  border: none;
}
.nav-item__onboarding button {
  width: 3.48rem !important;
  height: 3.48rem !important;
  border-radius: 50% !important;
  background-color: transparent !important;
  font-family: "American Typewriter";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
  display: flex;
  justify-content: center;
  border: 0.0625rem solid #0055c3;
  margin-bottom: 0.624rem;
}
.nav-item__onboarding button h3 {
  color: #0055c3;
}
.nav-item__onboarding span {
  font-style: normal;
  font-weight: 600;
  font-size: 1.116rem;
  line-height: 1.368rem;
  color: #0055c3;
}

.form-row__onboarding {
  padding: 0 !important;
}

.signature-pad {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(155, 154, 154, 0.25);
  border-radius: 10px;
  height: 20.4rem;
  border: none !important;
}

.clear-signature__btn {
  color: #abbdfe;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.74rem;
  top: 1.872rem;
  right: 1.872rem;
  background: transparent;
  border: none;
  border-bottom: 0.0625rem solid;
}

.last-step__title-onboarding h3 {
  margin-top: 3.6rem;
  margin-bottom: 1.25rem !important;
  font-family: "American Typewriter";
  font-style: normal;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
  color: #0055c3;
}
.last-step__title-onboarding p {
  margin-bottom: 1.872rem !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.74rem;
}

.tabs-triggers {
  display: flex;
  margin-bottom: 10px;
}

.tabs-content {
  margin-bottom: 10px;
}

.tabs-triggers__item {
  width: 50px;
  height: 50px;
  padding-top: 15px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.tabs-content__item {
  display: none;
}

.tabs-content__item_active {
  display: block;
}

.tabs-button__prev,
.tabs-button__next {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.timer-info-container__payroll-report small {
  font-family: "Inter Regular", sans-serif !important;
}
.timer-info-container__payroll-report strong {
  font-size: 1.25rem;
}

.table.table-striped.table-sm thead th {
  background-color: #dde4ff;
}
.table.table-striped.table-sm thead th:first-child {
  border-radius: 0.624rem 0 0 0;
}
.table.table-striped.table-sm thead th:last-child {
  border-radius: 0 0.624rem 0 0;
}
.table.table-striped.table-sm td,
.table.table-striped.table-sm th {
  padding: 1.2rem 0 1.2rem 1.25rem !important;
}

.highlight-table__company-report .row:first-child {
  padding-left: 0 !important;
}
.highlight-table__company-report .dt-buttons {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#signature-name:hover,
#signature-date:hover {
  cursor: auto !important;
}
#signature-name:focus,
#signature-date:focus {
  cursor: move !important;
}

#toast-container > div {
  border-radius: 1.2rem;
}

.toast {
  background-color: #3490dc;
}

.toast-success {
  background-color: #4dc0b5;
}

.toast-error {
  background-color: #e3342f;
}

.toast-info {
  background-color: #3490dc;
}

.toast-warning {
  background-color: #f6993f;
}

.toast-title {
  font-size: 14px;
}

.toast-message {
  font-size: 12px;
}

.chartdiv_small {
  margin-left: 0 !important;
}

.customer-purposes {
  margin-top: 2.124rem;
  max-height: 21.6rem;
  overflow-y: auto;
}
.customer-purposes h3 {
  z-index: 5;
  width: 100%;
  top: 0;
  position: sticky;
  background-color: #fff;
}

.select2-container .select2-selection--single {
  height: 1.3rem;
}

.navbar .nav-item .nav-link .fas.fa-cog {
  font-size: 1.6rem !important;
}

.ql-editor li::before {
  content: "" !important;
  background-image: url(/images/favicon.png?813ccde02082f484b3b82254f036ae20);
  position: absolute;
  height: 2rem;
  width: 2.5rem;
  background-size: 38%;
  background-repeat: no-repeat;
  background-position: left 0 top 3%;
}

.badge-processing {
  color: #fff;
  background-color: #ffc800;
}

a.badge-processing:focus,
a.badge-processing:hover {
  color: #fff;
  background-color: #e8bf09;
}

.filter-arrow-block {
  position: absolute;
  right: 1rem;
}

#company-info-accordion {
  max-height: 50rem;
  overflow-y: auto;
}

.filter-arrow-block {
  position: absolute;
  right: 1rem;
  bottom: 0.9rem;
  color: #dcdcdc;
  cursor: pointer;
}

.filter-arrow-block .fa-angle-up.active {
  color: #fff;
}

.container-fluid {
  position: relative;
}

div.logs__header p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #3C3C3C;
  text-align: start;
}
div.logs__header .btn-primary.btn-small {
  font-weight: 600;
  font-size: 0.75rem !important;
  line-height: 0.9375rem !important;
  padding: 0 1.25rem;
  box-shadow: none !important;
}

div.show-log-details-content {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 30rem;
}

div.log__card {
  margin: 1.0625rem 0;
}
div.log__card p, div.log__card .log__date {
  margin: 0;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #3C3C3C;
  text-align: start;
}
div.log__card img {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.4375rem;
}
div.log__card .log__date {
  color: #7f7f7f;
}
div.log__card .log__file {
  padding-left: 2.3125rem;
}
div.log__card .log__file img {
  border-radius: 0.625rem;
  width: 100%;
  height: 9.3125rem;
}

tr td.edit-td.remove-padding {
  padding: 0 !important;
}

.show-edit-icon::after {
  content: "✎";
  position: absolute;
  z-index: 5;
  right: 0.3rem;
  top: 0.3rem;
  transform: rotate(90deg);
  cursor: pointer;
}

.icon-edit-td {
  position: absolute;
  right: 0;
  top: 2rem;
}

tbody tr td.add-padding {
  padding-right: 1.5rem !important;
}

.table > tbody > tr > td {
  vertical-align: sub;
}

.card__marketing {
  padding: 1.2rem;
}

.position__selects-block {
  position: relative;
  z-index: 5;
}

.icon-close {
  background-image: url("/public/images/cross.svg");
  height: 2rem;
  width: 2rem;
  display: block;
  background-repeat: no-repeat;
  background-position: right 0.5rem top 0.5rem;
}

@media (min-width: 0px) and (max-width: 992px) {
  .candidate__sticky-btn {
    right: 0.3rem !important;
  }
  .candidate__sticky-btn .auth-btn {
    padding: 0.804rem 1.48rem;
    min-width: 6rem;
  }
}
@media (max-width: 576px) {
  .timer {
    height: auto;
    width: 14rem;
  }

  .dropdown-menu__add-some-new {
    right: -0.3rem !important;
    left: auto;
  }
}
@media only screen and (min-width: 480px) {
  .main .header:first-child {
    left: 3rem;
  }
}
@media only screen and (min-width: 1824px) {
  .main .header:first-child {
    left: 0;
  }
}
.nav-item.nav-link {
  font-size: 18px !important;
}

.z-index-1100 {
  z-index: 1100 !important;
}
