@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900);/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #aaa; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }
/*!
 * Datepicker for Bootstrap v1.8.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, 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;
  -ms-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:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled: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, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled: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.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled: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.disabled.active,
.datepicker table tr td.today.disabled: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:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled: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, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled: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.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled: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.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled: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.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled: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.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled: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.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled: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.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \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:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled: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.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled: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.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.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: normal;
  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;
}table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}
table.dataTable.table-sm > thead > tr > th {
  padding-right: 20px;
}
table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}
  /*
    Flaticon icon font: Flaticon
    Creation date: 20/03/2017 20:02
    */


  /*
    CSS - Changes
    The base path has been changed from './font/'
    to '../fonts/'
   */

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before {
    font-family: Flaticon;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}  

.flaticon-email-black-circular-button:before { content: "\F100"; }
.flaticon-map:before { content: "\F101"; }
.flaticon-alert-off:before { content: "\F102"; }
.flaticon-alert:before { content: "\F103"; }
.flaticon-computer:before { content: "\F104"; }
.flaticon-responsive:before { content: "\F105"; }
.flaticon-presentation:before { content: "\F106"; }
.flaticon-arrows:before { content: "\F107"; }
.flaticon-rocket:before { content: "\F108"; }
.flaticon-reply:before { content: "\F109"; }
.flaticon-gift:before { content: "\F10A"; }
.flaticon-confetti:before { content: "\F10B"; }
.flaticon-piggy-bank:before { content: "\F10C"; }
.flaticon-support:before { content: "\F10D"; }
.flaticon-delete:before { content: "\F10E"; }
.flaticon-eye:before { content: "\F10F"; }
.flaticon-multimedia:before { content: "\F110"; }
.flaticon-whatsapp:before { content: "\F111"; }
.flaticon-multimedia-2:before { content: "\F112"; }
.flaticon-email:before { content: "\F113"; }
.flaticon-presentation-1:before { content: "\F114"; }
.flaticon-trophy:before { content: "\F115"; }
.flaticon-psd:before { content: "\F116"; }
.flaticon-layer:before { content: "\F117"; }
.flaticon-doc:before { content: "\F118"; }
.flaticon-file:before { content: "\F119"; }
.flaticon-network:before { content: "\F11A"; }
.flaticon-bus-stop:before { content: "\F11B"; }
.flaticon-globe:before { content: "\F11C"; }
.flaticon-upload:before { content: "\F11D"; }
.flaticon-squares:before { content: "\F11E"; }
.flaticon-technology:before { content: "\F11F"; }
.flaticon-up-arrow:before { content: "\F120"; }
.flaticon-browser:before { content: "\F121"; }
.flaticon-speech-bubble:before { content: "\F122"; }
.flaticon-coins:before { content: "\F123"; }
.flaticon-open-box:before { content: "\F124"; }
.flaticon-speech-bubble-1:before { content: "\F125"; }
.flaticon-attachment:before { content: "\F126"; }
.flaticon-photo-camera:before { content: "\F127"; }
.flaticon-skype-logo:before { content: "\F128"; }
.flaticon-linkedin-logo:before { content: "\F129"; }
.flaticon-twitter-logo:before { content: "\F12A"; }
.flaticon-facebook-letter-logo:before { content: "\F12B"; }
.flaticon-calendar-with-a-clock-time-tools:before { content: "\F12C"; }
.flaticon-youtube:before { content: "\F12D"; }
.flaticon-add-circular-button:before { content: "\F12E"; }
.flaticon-more-v2:before { content: "\F12F"; }
.flaticon-search:before { content: "\F130"; }
.flaticon-search-magnifier-interface-symbol:before { content: "\F131"; }
.flaticon-questions-circular-button:before { content: "\F132"; }
.flaticon-refresh:before { content: "\F133"; }
.flaticon-logout:before { content: "\F134"; }
.flaticon-event-calendar-symbol:before { content: "\F135"; }
.flaticon-laptop:before { content: "\F136"; }
.flaticon-tool:before { content: "\F137"; }
.flaticon-graphic:before { content: "\F138"; }
.flaticon-symbol:before { content: "\F139"; }
.flaticon-graphic-1:before { content: "\F13A"; }
.flaticon-clock:before { content: "\F13B"; }
.flaticon-squares-1:before { content: "\F13C"; }
.flaticon-black:before { content: "\F13D"; }
.flaticon-book:before { content: "\F13E"; }
.flaticon-cogwheel:before { content: "\F13F"; }
.flaticon-exclamation:before { content: "\F140"; }
.flaticon-add-label-button:before { content: "\F141"; }
.flaticon-delete-1:before { content: "\F142"; }
.flaticon-interface:before { content: "\F143"; }
.flaticon-more:before { content: "\F144"; }
.flaticon-warning-sign:before { content: "\F145"; }
.flaticon-calendar:before { content: "\F146"; }
.flaticon-instagram-logo:before { content: "\F147"; }
.flaticon-linkedin:before { content: "\F148"; }
.flaticon-facebook-logo-button:before { content: "\F149"; }
.flaticon-twitter-logo-button:before { content: "\F14A"; }
.flaticon-cancel:before { content: "\F14B"; }
.flaticon-exclamation-square:before { content: "\F14C"; }
.flaticon-buildings:before { content: "\F14D"; }
.flaticon-danger:before { content: "\F14E"; }
.flaticon-technology-1:before { content: "\F14F"; }
.flaticon-letter-g:before { content: "\F150"; }
.flaticon-interface-1:before { content: "\F151"; }
.flaticon-circle:before { content: "\F152"; }
.flaticon-pin:before { content: "\F153"; }
.flaticon-close:before { content: "\F154"; }
.flaticon-clock-1:before { content: "\F155"; }
.flaticon-apps:before { content: "\F156"; }
.flaticon-user:before { content: "\F157"; }
.flaticon-menu-button:before { content: "\F158"; }
.flaticon-settings:before { content: "\F159"; }
.flaticon-home:before { content: "\F15A"; }
.flaticon-clock-2:before { content: "\F15B"; }
.flaticon-lifebuoy:before { content: "\F15C"; }
.flaticon-cogwheel-1:before { content: "\F15D"; }
.flaticon-paper-plane:before { content: "\F15E"; }
.flaticon-statistics:before { content: "\F15F"; }
.flaticon-diagram:before { content: "\F160"; }
.flaticon-line-graph:before { content: "\F161"; }
.flaticon-customer:before { content: "\F162"; }
.flaticon-visible:before { content: "\F163"; }
.flaticon-shopping-basket:before { content: "\F164"; }
.flaticon-price-tag:before { content: "\F165"; }
.flaticon-businesswoman:before { content: "\F166"; }
.flaticon-medal:before { content: "\F167"; }
.flaticon-like:before { content: "\F168"; }
.flaticon-edit:before { content: "\F169"; }
.flaticon-avatar:before { content: "\F16A"; }
.flaticon-download:before { content: "\F16B"; }
.flaticon-home-1:before { content: "\F16C"; }
.flaticon-mail:before { content: "\F16D"; }
.flaticon-mail-1:before { content: "\F16E"; }
.flaticon-warning:before { content: "\F16F"; }
.flaticon-cart:before { content: "\F170"; }
.flaticon-bag:before { content: "\F171"; }
.flaticon-pie-chart:before { content: "\F172"; }
.flaticon-graph:before { content: "\F173"; }
.flaticon-interface-2:before { content: "\F174"; }
.flaticon-chat:before { content: "\F175"; }
.flaticon-envelope:before { content: "\F176"; }
.flaticon-chat-1:before { content: "\F177"; }
.flaticon-interface-3:before { content: "\F178"; }
.flaticon-background:before { content: "\F179"; }
.flaticon-file-1:before { content: "\F17A"; }
.flaticon-interface-4:before { content: "\F17B"; }
.flaticon-multimedia-3:before { content: "\F17C"; }
.flaticon-list:before { content: "\F17D"; }
.flaticon-time:before { content: "\F17E"; }
.flaticon-profile:before { content: "\F17F"; }
.flaticon-imac:before { content: "\F180"; }
.flaticon-medical:before { content: "\F181"; }
.flaticon-music:before { content: "\F182"; }
.flaticon-plus:before { content: "\F183"; }
.flaticon-exclamation-1:before { content: "\F184"; }
.flaticon-info:before { content: "\F185"; }
.flaticon-menu-1:before { content: "\F186"; }
.flaticon-menu-2:before { content: "\F187"; }
.flaticon-share:before { content: "\F188"; }
.flaticon-interface-5:before { content: "\F189"; }
.flaticon-signs:before { content: "\F18A"; }
.flaticon-tabs:before { content: "\F18B"; }
.flaticon-multimedia-4:before { content: "\F18C"; }
.flaticon-upload-1:before { content: "\F18D"; }
.flaticon-web:before { content: "\F18E"; }
.flaticon-placeholder:before { content: "\F18F"; }
.flaticon-placeholder-1:before { content: "\F190"; }
.flaticon-layers:before { content: "\F191"; }
.flaticon-interface-6:before { content: "\F192"; }
.flaticon-interface-7:before { content: "\F193"; }
.flaticon-interface-8:before { content: "\F194"; }
.flaticon-tool-1:before { content: "\F195"; }
.flaticon-settings-1:before { content: "\F196"; }
.flaticon-alarm:before { content: "\F197"; }
.flaticon-search-1:before { content: "\F198"; }
.flaticon-time-1:before { content: "\F199"; }
.flaticon-stopwatch:before { content: "\F19A"; }
.flaticon-folder:before { content: "\F19B"; }
.flaticon-folder-1:before { content: "\F19C"; }
.flaticon-folder-2:before { content: "\F19D"; }
.flaticon-folder-3:before { content: "\F19E"; }
.flaticon-file-2:before { content: "\F19F"; }
.flaticon-list-1:before { content: "\F1A0"; }
.flaticon-list-2:before { content: "\F1A1"; }
.flaticon-calendar-1:before { content: "\F1A2"; }
.flaticon-time-2:before { content: "\F1A3"; }
.flaticon-interface-9:before { content: "\F1A4"; }
.flaticon-app:before { content: "\F1A5"; }
.flaticon-suitcase:before { content: "\F1A6"; }
.flaticon-grid-menu-v2:before { content: "\F1A7"; }
.flaticon-more-v6:before { content: "\F1A8"; }
.flaticon-more-v5:before { content: "\F1A9"; }
.flaticon-add:before { content: "\F1AA"; }
.flaticon-multimedia-5:before { content: "\F1AB"; }
.flaticon-more-v4:before { content: "\F1AC"; }
.flaticon-placeholder-2:before { content: "\F1AD"; }
.flaticon-map-location:before { content: "\F1AE"; }
.flaticon-users:before { content: "\F1AF"; }
.flaticon-profile-1:before { content: "\F1B0"; }
.flaticon-lock:before { content: "\F1B1"; }
.flaticon-sound:before { content: "\F1B2"; }
.flaticon-star:before { content: "\F1B3"; }
.flaticon-placeholder-3:before { content: "\F1B4"; }
.flaticon-bell:before { content: "\F1B5"; }
.flaticon-paper-plane-1:before { content: "\F1B6"; }
.flaticon-users-1:before { content: "\F1B7"; }
.flaticon-more-1:before { content: "\F1B8"; }
.flaticon-up-arrow-1:before { content: "\F1B9"; }
.flaticon-grid-menu:before { content: "\F1BA"; }
.flaticon-alarm-1:before { content: "\F1BB"; }
.flaticon-earth-globe:before { content: "\F1BC"; }
.flaticon-alert-1:before { content: "\F1BD"; }
.flaticon-internet:before { content: "\F1BE"; }
.flaticon-user-ok:before { content: "\F1BF"; }
.flaticon-user-add:before { content: "\F1C0"; }
.flaticon-user-settings:before { content: "\F1C1"; }
.flaticon-truck:before { content: "\F1C2"; }
.flaticon-analytics:before { content: "\F1C3"; }
.flaticon-notes:before { content: "\F1C4"; }
.flaticon-tea-cup:before { content: "\F1C5"; }
.flaticon-exclamation-2:before { content: "\F1C6"; }
.flaticon-technology-2:before { content: "\F1C7"; }
.flaticon-location:before { content: "\F1C8"; }
.flaticon-edit-1:before { content: "\F1C9"; }
.flaticon-home-2:before { content: "\F1CA"; }
.flaticon-dashboard:before { content: "\F1CB"; }
.flaticon-information:before { content: "\F1CC"; }
.flaticon-light:before { content: "\F1CD"; }
.flaticon-car:before { content: "\F1CE"; }
.flaticon-business:before { content: "\F1CF"; }
.flaticon-squares-2:before { content: "\F1D0"; }
.flaticon-signs-1:before { content: "\F1D1"; }
.flaticon-mark:before { content: "\F1D2"; }
.flaticon-squares-3:before { content: "\F1D3"; }
.flaticon-comment:before { content: "\F1D4"; }
.flaticon-shapes:before { content: "\F1D5"; }
.flaticon-clipboard:before { content: "\F1D6"; }
.flaticon-squares-4:before { content: "\F1D7"; }
.flaticon-delete-2:before { content: "\F1D8"; }
.flaticon-bell-1:before { content: "\F1D9"; }
.flaticon-list-3:before { content: "\F1DA"; }
.flaticon-infinity:before { content: "\F1DB"; }
.flaticon-chat-2:before { content: "\F1DC"; }
.flaticon-calendar-2:before { content: "\F1DD"; }
.flaticon-signs-2:before { content: "\F1DE"; }
.flaticon-time-3:before { content: "\F1DF"; }
.flaticon-calendar-3:before { content: "\F1E0"; }
.flaticon-interface-10:before { content: "\F1E1"; }
.flaticon-interface-11:before { content: "\F1E2"; }
.flaticon-folder-4:before { content: "\F1E3"; }
.flaticon-alert-2:before { content: "\F1E4"; }
.flaticon-cogwheel-2:before { content: "\F1E5"; }
.flaticon-graphic-2:before { content: "\F1E6"; }
.flaticon-rotate:before { content: "\F1E7"; }
.flaticon-feed:before { content: "\F1E8"; }
.flaticon-safe-shield-protection:before { content: "\F1E9"; }
.flaticon-security:before { content: "\F1EA"; }
.flaticon-download-1:before { content: "\F1EB"; }
.flaticon-pie-chart-1:before { content: "\F1EC"; }
.flaticon-notepad:before { content: "\F1ED"; }  /*
    Flaticon icon font: Flaticon
    Creation date: 20/03/2017 20:02
    */
   
  /*
    CSS - Changes
    The base path has been changed from './font/'
    to '../fonts/'
   */   

@font-face {
  font-family: "Flaticon2";
  src: url("../fonts/Flaticon2.eot");
  src: url("../fonts/Flaticon2.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon2.woff") format("woff"),
       url("../fonts/Flaticon2.ttf") format("truetype"),
       url("../fonts/Flaticon2.svg#Flaticon2") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon2";
    src: url("../fonts/Flaticon2.svg#Flaticon2") format("svg");
  }
}

[class^="flaticon2-"]:before, 
[class*=" flaticon2-"]:before {
    font-family: Flaticon2;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}  

.flaticon2-notification:before { content: "\F100"; }
.flaticon2-settings:before { content: "\F101"; }
.flaticon2-search:before { content: "\F102"; }
.flaticon2-delete:before { content: "\F103"; }
.flaticon2-psd:before { content: "\F104"; }
.flaticon2-list:before { content: "\F105"; }
.flaticon2-box:before { content: "\F106"; }
.flaticon2-download:before { content: "\F107"; }
.flaticon2-shield:before { content: "\F108"; }
.flaticon2-paperplane:before { content: "\F109"; }
.flaticon2-avatar:before { content: "\F10A"; }
.flaticon2-bell:before { content: "\F10B"; }
.flaticon2-fax:before { content: "\F10C"; }
.flaticon2-chart2:before { content: "\F10D"; }
.flaticon2-supermarket:before { content: "\F10E"; }
.flaticon2-phone:before { content: "\F10F"; }
.flaticon2-envelope:before { content: "\F110"; }
.flaticon2-pin:before { content: "\F111"; }
.flaticon2-chat:before { content: "\F112"; }
.flaticon2-chart:before { content: "\F113"; }
.flaticon2-infographic:before { content: "\F114"; }
.flaticon2-grids:before { content: "\F115"; }
.flaticon2-menu:before { content: "\F116"; }
.flaticon2-plus:before { content: "\F117"; }
.flaticon2-list-1:before { content: "\F118"; }
.flaticon2-talk:before { content: "\F119"; }
.flaticon2-file:before { content: "\F11A"; }
.flaticon2-user:before { content: "\F11B"; }
.flaticon2-line-chart:before { content: "\F11C"; }
.flaticon2-percentage:before { content: "\F11D"; }
.flaticon2-menu-1:before { content: "\F11E"; }
.flaticon2-paper-plane:before { content: "\F11F"; }
.flaticon2-menu-2:before { content: "\F120"; }
.flaticon2-shopping-cart:before { content: "\F121"; }
.flaticon2-pie-chart:before { content: "\F122"; }
.flaticon2-box-1:before { content: "\F123"; }
.flaticon2-map:before { content: "\F124"; }
.flaticon2-favourite:before { content: "\F125"; }
.flaticon2-checking:before { content: "\F126"; }
.flaticon2-safe:before { content: "\F127"; }
.flaticon2-heart-rate-monitor:before { content: "\F128"; }
.flaticon2-layers:before { content: "\F129"; }
.flaticon2-delivery-package:before { content: "\F12A"; }
.flaticon2-sms:before { content: "\F12B"; }
.flaticon2-image-file:before { content: "\F12C"; }
.flaticon2-plus-1:before { content: "\F12D"; }
.flaticon2-send:before { content: "\F12E"; }
.flaticon2-graphic-design:before { content: "\F12F"; }
.flaticon2-cup:before { content: "\F130"; }
.flaticon2-website:before { content: "\F131"; }
.flaticon2-gift:before { content: "\F132"; }
.flaticon2-chronometer:before { content: "\F133"; }
.flaticon2-bar-chart:before { content: "\F134"; }
.flaticon2-browser:before { content: "\F135"; }
.flaticon2-digital-marketing:before { content: "\F136"; }
.flaticon2-calendar:before { content: "\F137"; }
.flaticon2-calendar-1:before { content: "\F138"; }
.flaticon2-rocket:before { content: "\F139"; }
.flaticon2-analytics:before { content: "\F13A"; }
.flaticon2-pie-chart-1:before { content: "\F13B"; }
.flaticon2-pie-chart-2:before { content: "\F13C"; }
.flaticon2-analytics-1:before { content: "\F13D"; }
.flaticon2-google-drive-file:before { content: "\F13E"; }
.flaticon2-pie-chart-3:before { content: "\F13F"; }
.flaticon2-poll-symbol:before { content: "\F140"; }
.flaticon2-gear:before { content: "\F141"; }
.flaticon2-magnifier-tool:before { content: "\F142"; }
.flaticon2-add:before { content: "\F143"; }
.flaticon2-cube:before { content: "\F144"; }
.flaticon2-gift-1:before { content: "\F145"; }
.flaticon2-list-2:before { content: "\F146"; }
.flaticon2-shopping-cart-1:before { content: "\F147"; }
.flaticon2-calendar-2:before { content: "\F148"; }
.flaticon2-laptop:before { content: "\F149"; }
.flaticon2-cube-1:before { content: "\F14A"; }
.flaticon2-layers-1:before { content: "\F14B"; }
.flaticon2-chat-1:before { content: "\F14C"; }
.flaticon2-copy:before { content: "\F14D"; }
.flaticon2-paper:before { content: "\F14E"; }
.flaticon2-hospital:before { content: "\F14F"; }
.flaticon2-calendar-3:before { content: "\F150"; }
.flaticon2-speaker:before { content: "\F151"; }
.flaticon2-pie-chart-4:before { content: "\F152"; }
.flaticon2-schedule:before { content: "\F153"; }
.flaticon2-expand:before { content: "\F154"; }
.flaticon2-menu-3:before { content: "\F155"; }
.flaticon2-download-1:before { content: "\F156"; }
.flaticon2-help:before { content: "\F157"; }
.flaticon2-list-3:before { content: "\F158"; }
.flaticon2-notepad:before { content: "\F159"; }
.flaticon2-graph:before { content: "\F15A"; }
.flaticon2-browser-1:before { content: "\F15B"; }
.flaticon2-photograph:before { content: "\F15C"; }
.flaticon2-browser-2:before { content: "\F15D"; }
.flaticon2-hourglass:before { content: "\F15E"; }
.flaticon2-mail:before { content: "\F15F"; }
.flaticon2-cardiogram:before { content: "\F160"; }
.flaticon2-document:before { content: "\F161"; }
.flaticon2-contract:before { content: "\F162"; }
.flaticon2-graph-1:before { content: "\F163"; }
.flaticon2-graphic:before { content: "\F164"; }
.flaticon2-position:before { content: "\F165"; }
.flaticon2-soft-icons:before { content: "\F166"; }
.flaticon2-circle-vol-2:before { content: "\F167"; }
.flaticon2-rocket-1:before { content: "\F168"; }
.flaticon2-lorry:before { content: "\F169"; }
.flaticon2-cd:before { content: "\F16A"; }
.flaticon2-file-1:before { content: "\F16B"; }
.flaticon2-reload:before { content: "\F16C"; }
.flaticon2-placeholder:before { content: "\F16D"; }
.flaticon2-refresh:before { content: "\F16E"; }
.flaticon2-medical-records:before { content: "\F16F"; }
.flaticon2-rectangular:before { content: "\F170"; }
.flaticon2-medical-records-1:before { content: "\F171"; }
.flaticon2-indent-dots:before { content: "\F172"; }
.flaticon2-search-1:before { content: "\F173"; }
.flaticon2-edit:before { content: "\F174"; }
.flaticon2-new-email:before { content: "\F175"; }
.flaticon2-calendar-4:before { content: "\F176"; }
.flaticon2-add-circular-button:before { content: "\F177"; }
.flaticon2-close-cross:before { content: "\F178"; }
.flaticon2-attention:before { content: "\F179"; }
.flaticon2-information:before { content: "\F17A"; }
.flaticon2-rocket-2:before { content: "\F17B"; }
.flaticon2-maps:before { content: "\F17C"; }
.flaticon2-link:before { content: "\F17D"; }
.flaticon2-download-symbol:before { content: "\F17E"; }
.flaticon2-power:before { content: "\F17F"; }
.flaticon2-console:before { content: "\F180"; }
.flaticon2-open-text-book:before { content: "\F181"; }
.flaticon2-download-2:before { content: "\F182"; }
.flaticon2-zig-zag-line-sign:before { content: "\F183"; }
.flaticon2-tools-and-utensils:before { content: "\F184"; }
.flaticon2-crisp-icons:before { content: "\F185"; }
.flaticon2-trash:before { content: "\F186"; }
.flaticon2-lock:before { content: "\F187"; }
.flaticon2-bell-1:before { content: "\F188"; }
.flaticon2-bell-alarm-symbol:before { content: "\F189"; }
.flaticon2-setup:before { content: "\F18A"; }
.flaticon2-menu-4:before { content: "\F18B"; }
.flaticon2-architecture-and-city:before { content: "\F18C"; }
.flaticon2-shelter:before { content: "\F18D"; }
.flaticon2-add-1:before { content: "\F18E"; }
.flaticon2-checkmark:before { content: "\F18F"; }
.flaticon2-circular-arrow:before { content: "\F190"; }
.flaticon2-user-outline-symbol:before { content: "\F191"; }
.flaticon2-rhombus:before { content: "\F192"; }
.flaticon2-crisp-icons-1:before { content: "\F193"; }
.flaticon2-soft-icons-1:before { content: "\F194"; }
.flaticon2-hexagonal:before { content: "\F195"; }
.flaticon2-time:before { content: "\F196"; }
.flaticon2-contrast:before { content: "\F197"; }
.flaticon2-note:before { content: "\F198"; }
.flaticon2-telegram-logo:before { content: "\F199"; }
.flaticon2-hangouts-logo:before { content: "\F19A"; }
.flaticon2-analytics-2:before { content: "\F19B"; }
.flaticon2-wifi:before { content: "\F19C"; }
.flaticon2-protected:before { content: "\F19D"; }
.flaticon2-drop:before { content: "\F19E"; }
.flaticon2-mail-1:before { content: "\F19F"; }
.flaticon2-delivery-truck:before { content: "\F1A0"; }
.flaticon2-writing:before { content: "\F1A1"; }
.flaticon2-calendar-5:before { content: "\F1A2"; }
.flaticon2-protection:before { content: "\F1A3"; }
.flaticon2-calendar-6:before { content: "\F1A4"; }
.flaticon2-calendar-7:before { content: "\F1A5"; }
.flaticon2-calendar-8:before { content: "\F1A6"; }
.flaticon2-bell-2:before { content: "\F1A7"; }
.flaticon2-hourglass-1:before { content: "\F1A8"; }
.flaticon2-next:before { content: "\F1A9"; }
.flaticon2-chat-2:before { content: "\F1AA"; }
.flaticon2-correct:before { content: "\F1AB"; }
.flaticon2-right-arrow:before { content: "\F1AC"; }
.flaticon2-down-arrow:before { content: "\F1AD"; }
.flaticon2-photo-camera:before { content: "\F1AE"; }
.flaticon2-fast-next:before { content: "\F1AF"; }
.flaticon2-fast-back:before { content: "\F1B0"; }
.flaticon2-down:before { content: "\F1B1"; }
.flaticon2-back:before { content: "\F1B2"; }
.flaticon2-up:before { content: "\F1B3"; }
.flaticon2-arrow-down:before { content: "\F1B4"; }
.flaticon2-arrow-up:before { content: "\F1B5"; }
.flaticon2-accept:before { content: "\F1B6"; }
.flaticon2-sort:before { content: "\F1B7"; }
.flaticon2-arrow:before { content: "\F1B8"; }
.flaticon2-back-1:before { content: "\F1B9"; }
.flaticon2-add-square:before { content: "\F1BA"; }
.flaticon2-quotation-mark:before { content: "\F1BB"; }
.flaticon2-clip-symbol:before { content: "\F1BC"; }
.flaticon2-check-mark:before { content: "\F1BD"; }
.flaticon2-folder:before { content: "\F1BE"; }
.flaticon2-cancel-music:before { content: "\F1BF"; }
.flaticon2-cross:before { content: "\F1C0"; }
.flaticon2-pen:before { content: "\F1C1"; }
.flaticon2-email:before { content: "\F1C2"; }
.flaticon2-graph-2:before { content: "\F1C3"; }
.flaticon2-open-box:before { content: "\F1C4"; }
.flaticon2-files-and-folders:before { content: "\F1C5"; }
.flaticon2-ui:before { content: "\F1C6"; }
.flaticon2-sheet:before { content: "\F1C7"; }
.flaticon2-dashboard:before { content: "\F1C8"; }
.flaticon2-user-1:before { content: "\F1C9"; }
.flaticon2-group:before { content: "\F1CA"; }/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */

@font-face {
  font-family: "LineAwesome";
  src: url("../fonts/line-awesome.eot?v=1.1.");
  src: url("../fonts/line-awesome.eot??v=1.1.#iefix") format("embedded-opentype"),
       url("../fonts/line-awesome.woff2?v=1.1.") format("woff2"),
       url("../fonts/line-awesome.woff?v=1.1.") format("woff"),
       url("../fonts/line-awesome.ttf?v=1.1.") format("truetype"),
       url("../fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "LineAwesome";
    src: url("../fonts/line-awesome.svg?v=1.1.#fa") format("svg");
  }
}

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la {
    display: inline-block;
    font: normal normal normal 16px/1 "LineAwesome";
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
/* makes the font 33% larger relative to the icon container */
.la-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.la-2x {
    font-size: 2em;
}
.la-3x {
    font-size: 3em;
}
.la-4x {
    font-size: 4em;
}
.la-5x {
    font-size: 5em;
}
.la-fw {
    width: 1.28571429em;
    text-align: center;
}
.la-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.la-ul > li {
    position: relative;
}
.la-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.la-li.la-lg {
    left: -1.85714286em;
}
.la-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.li.pull-left {
    margin-right: .3em;
}
.li.pull-right {
    margin-left: .3em;
}
.la-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.la-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
}
.la-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}
.la-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}
.la-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform: scale(-1, 1);
}
.la-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform: scale(1, -1);
}
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical {
    -webkit-filter: none;
            filter: none;
}
.la-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.la-stack-1x,
.la-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.la-stack-1x {
    line-height: inherit;
}
.la-stack-2x {
    font-size: 2em;
}
.la-inverse {
    color: #ffffff;
}
/* Thanks to http://fontawesome.io @fontawesome and @davegandy */

.la-500px:before { content: "\F100"; }
.la-adjust:before { content: "\F101"; }
.la-adn:before { content: "\F102"; }
.la-align-center:before { content: "\F103"; }
.la-align-justify:before { content: "\F104"; }
.la-align-left:before { content: "\F105"; }
.la-align-right:before { content: "\F106"; }
.la-amazon:before { content: "\F107"; }
.la-ambulance:before { content: "\F108"; }
.la-anchor:before { content: "\F109"; }
.la-android:before { content: "\F10A"; }
.la-angellist:before { content: "\F10B"; }
.la-angle-double-down:before { content: "\F10C"; }
.la-angle-double-left:before { content: "\F10D"; }
.la-angle-double-right:before { content: "\F10E"; }
.la-angle-double-up:before { content: "\F10F"; }
.la-angle-down:before { content: "\F110"; }
.la-angle-left:before { content: "\F111"; }
.la-angle-right:before { content: "\F112"; }
.la-angle-up:before { content: "\F113"; }
.la-apple:before { content: "\F114"; }
.la-archive:before { content: "\F115"; }
.la-area-chart:before { content: "\F116"; }
.la-arrow-circle-down:before { content: "\F117"; }
.la-arrow-circle-left:before { content: "\F118"; }
.la-arrow-circle-o-down:before { content: "\F119"; }
.la-arrow-circle-o-left:before { content: "\F11A"; }
.la-arrow-circle-o-right:before { content: "\F11B"; }
.la-arrow-circle-o-up:before { content: "\F11C"; }
.la-arrow-circle-right:before { content: "\F11D"; }
.la-arrow-circle-up:before { content: "\F11E"; }
.la-arrow-down:before { content: "\F11F"; }
.la-arrow-left:before { content: "\F120"; }
.la-arrow-right:before { content: "\F121"; }
.la-arrow-up:before { content: "\F122"; }
.la-arrows:before { content: "\F123"; }
.la-arrows-alt:before { content: "\F124"; }
.la-arrows-h:before { content: "\F125"; }
.la-arrows-v:before { content: "\F126"; }
.la-asterisk:before { content: "\F127"; }
.la-at:before { content: "\F128"; }
.la-automobile:before { content: "\F129"; }
.la-backward:before { content: "\F12A"; }
.la-balance-scale:before { content: "\F12B"; }
.la-ban:before { content: "\F12C"; }
.la-bank:before { content: "\F12D"; }
.la-bar-chart:before { content: "\F12E"; }
.la-bar-chart-o:before { content: "\F12F"; }
.la-barcode:before { content: "\F130"; }
.la-bars:before { content: "\F131"; }
.la-battery-0:before { content: "\F132"; }
.la-battery-1:before { content: "\F133"; }
.la-battery-2:before { content: "\F134"; }
.la-battery-3:before { content: "\F135"; }
.la-battery-4:before { content: "\F136"; }
.la-battery-empty:before { content: "\F137"; }
.la-battery-full:before { content: "\F138"; }
.la-battery-half:before { content: "\F139"; }
.la-battery-quarter:before { content: "\F13A"; }
.la-battery-three-quarters:before { content: "\F13B"; }
.la-bed:before { content: "\F13C"; }
.la-beer:before { content: "\F13D"; }
.la-behance:before { content: "\F13E"; }
.la-behance-square:before { content: "\F13F"; }
.la-bell:before { content: "\F140"; }
.la-bell-o:before { content: "\F141"; }
.la-bell-slash:before { content: "\F142"; }
.la-bell-slash-o:before { content: "\F143"; }
.la-bicycle:before { content: "\F144"; }
.la-binoculars:before { content: "\F145"; }
.la-birthday-cake:before { content: "\F146"; }
.la-bitbucket:before { content: "\F147"; }
.la-bitbucket-square:before { content: "\F148"; }
.la-bitcoin:before { content: "\F149"; }
.la-black-tie:before { content: "\F14A"; }
.la-bold:before { content: "\F14B"; }
.la-bolt:before { content: "\F14C"; }
.la-bomb:before { content: "\F14D"; }
.la-book:before { content: "\F14E"; }
.la-bookmark:before { content: "\F14F"; }
.la-bookmark-o:before { content: "\F150"; }
.la-briefcase:before { content: "\F151"; }
.la-btc:before { content: "\F152"; }
.la-bug:before { content: "\F153"; }
.la-building:before { content: "\F154"; }
.la-building-o:before { content: "\F155"; }
.la-bullhorn:before { content: "\F156"; }
.la-bullseye:before { content: "\F157"; }
.la-bus:before { content: "\F158"; }
.la-buysellads:before { content: "\F159"; }
.la-cab:before { content: "\F15A"; }
.la-calculator:before { content: "\F15B"; }
.la-calendar:before { content: "\F15C"; }
.la-calendar-check-o:before { content: "\F15D"; }
.la-calendar-minus-o:before { content: "\F15E"; }
.la-calendar-o:before { content: "\F15F"; }
.la-calendar-plus-o:before { content: "\F160"; }
.la-calendar-times-o:before { content: "\F161"; }
.la-camera:before { content: "\F162"; }
.la-camera-retro:before { content: "\F163"; }
.la-car:before { content: "\F164"; }
.la-caret-down:before { content: "\F165"; }
.la-caret-left:before { content: "\F166"; }
.la-caret-right:before { content: "\F167"; }
.la-caret-square-o-down:before, .la-toggle-down:before { content: "\F168"; }
.la-caret-square-o-left:before, .la-toggle-left:before { content: "\F169"; }
.la-caret-square-o-right:before, .la-toggle-right:before { content: "\F16A"; }
.la-caret-square-o-up:before, .la-toggle-up:before { content: "\F16B"; }
.la-caret-up:before { content: "\F16C"; }
.la-cart-arrow-down:before { content: "\F16D"; }
.la-cart-plus:before { content: "\F16E"; }
.la-cc:before { content: "\F16F"; }
.la-cc-amex:before { content: "\F170"; }
.la-cc-diners-club:before { content: "\F171"; }
.la-cc-discover:before { content: "\F172"; }
.la-cc-jcb:before { content: "\F173"; }
.la-cc-mastercard:before { content: "\F174"; }
.la-cc-paypal:before { content: "\F175"; }
.la-cc-stripe:before { content: "\F176"; }
.la-cc-visa:before { content: "\F177"; }
.la-certificate:before { content: "\F178"; }
.la-chain:before { content: "\F179"; }
.la-chain-broken:before { content: "\F17A"; }
.la-check:before { content: "\F17B"; }
.la-check-circle:before { content: "\F17C"; }
.la-check-circle-o:before { content: "\F17D"; }
.la-check-square:before { content: "\F17E"; }
.la-check-square-o:before { content: "\F17F"; }
.la-chevron-circle-down:before { content: "\F180"; }
.la-chevron-circle-left:before { content: "\F181"; }
.la-chevron-circle-right:before { content: "\F182"; }
.la-chevron-circle-up:before { content: "\F183"; }
.la-chevron-down:before { content: "\F184"; }
.la-chevron-left:before { content: "\F185"; }
.la-chevron-right:before { content: "\F186"; }
.la-chevron-up:before { content: "\F187"; }
.la-child:before { content: "\F188"; }
.la-chrome:before { content: "\F189"; }
.la-circle:before { content: "\F18A"; }
.la-circle-o:before { content: "\F18B"; }
.la-circle-o-notch:before { content: "\F18C"; }
.la-circle-thin:before { content: "\F18D"; }
.la-clipboard:before { content: "\F18E"; }
.la-clock-o:before { content: "\F18F"; }
.la-clone:before { content: "\F190"; }
.la-close:before { content: "\F191"; }
.la-cloud:before { content: "\F192"; }
.la-cloud-download:before { content: "\F193"; }
.la-cloud-upload:before { content: "\F194"; }
.la-cny:before { content: "\F195"; }
.la-code:before { content: "\F196"; }
.la-code-fork:before { content: "\F197"; }
.la-codepen:before { content: "\F198"; }
.la-coffee:before { content: "\F199"; }
.la-cog:before { content: "\F19A"; }
.la-cogs:before { content: "\F19B"; }
.la-columns:before { content: "\F19C"; }
.la-comment:before { content: "\F19D"; }
.la-comment-o:before { content: "\F19E"; }
.la-commenting:before { content: "\F19F"; }
.la-commenting-o:before { content: "\F1A0"; }
.la-comments:before { content: "\F1A1"; }
.la-comments-o:before { content: "\F1A2"; }
.la-compass:before { content: "\F1A3"; }
.la-compress:before { content: "\F1A4"; }
.la-connectdevelop:before { content: "\F1A5"; }
.la-contao:before { content: "\F1A6"; }
.la-copy:before { content: "\F1A7"; }
.la-copyright:before { content: "\F1A8"; }
.la-creative-commons:before { content: "\F1A9"; }
.la-credit-card:before { content: "\F1AA"; }
.la-crop:before { content: "\F1AB"; }
.la-crosshairs:before { content: "\F1AC"; }
.la-css3:before { content: "\F1AD"; }
.la-cube:before { content: "\F1AE"; }
.la-cubes:before { content: "\F1AF"; }
.la-cut:before { content: "\F1B0"; }
.la-cutlery:before { content: "\F1B1"; }
.la-dashboard:before { content: "\F1B2"; }
.la-dashcube:before { content: "\F1B3"; }
.la-database:before { content: "\F1B4"; }
.la-dedent:before { content: "\F1B5"; }
.la-delicious:before { content: "\F1B6"; }
.la-desktop:before { content: "\F1B7"; }
.la-deviantart:before { content: "\F1B8"; }
.la-diamond:before { content: "\F1B9"; }
.la-digg:before { content: "\F1BA"; }
.la-dollar:before { content: "\F1BB"; }
.la-dot-circle-o:before { content: "\F1BC"; }
.la-download:before { content: "\F1BD"; }
.la-dribbble:before { content: "\F1BE"; }
.la-dropbox:before { content: "\F1BF"; }
.la-drupal:before { content: "\F1C0"; }
.la-edit:before { content: "\F1C1"; }
.la-eject:before { content: "\F1C2"; }
.la-ellipsis-h:before { content: "\F1C3"; }
.la-ellipsis-v:before { content: "\F1C4"; }
.la-empire:before, .la-ge:before { content: "\F1C5"; }
.la-envelope:before { content: "\F1C6"; }
.la-envelope-o:before { content: "\F1C7"; }
.la-envelope-square:before { content: "\F1C8"; }
.la-eraser:before { content: "\F1C9"; }
.la-eur:before { content: "\F1CA"; }
.la-euro:before { content: "\F1CB"; }
.la-exchange:before { content: "\F1CC"; }
.la-exclamation:before { content: "\F1CD"; }
.la-exclamation-circle:before { content: "\F1CE"; }
.la-exclamation-triangle:before { content: "\F1CF"; }
.la-expand:before { content: "\F1D0"; }
.la-expeditedssl:before { content: "\F1D1"; }
.la-external-link:before { content: "\F1D2"; }
.la-external-link-square:before { content: "\F1D3"; }
.la-eye:before { content: "\F1D4"; }
.la-eye-slash:before { content: "\F1D5"; }
.la-eyedropper:before { content: "\F1D6"; }
.la-facebook:before, .la-facebook-f:before { content: "\F1D7"; }
.la-facebook-official:before { content: "\F1D8"; }
.la-facebook-square:before { content: "\F1D9"; }
.la-fast-backward:before { content: "\F1DA"; }
.la-fast-forward:before { content: "\F1DB"; }
.la-fax:before { content: "\F1DC"; }
.la-female:before { content: "\F1DD"; }
.la-fighter-jet:before { content: "\F1DE"; }
.la-file:before { content: "\F1DF"; }
.la-file-archive-o:before { content: "\F1E0"; }
.la-file-audio-o:before { content: "\F1E1"; }
.la-file-code-o:before { content: "\F1E2"; }
.la-file-excel-o:before { content: "\F1E3"; }
.la-file-image-o:before { content: "\F1E4"; }
.la-file-movie-o:before { content: "\F1E5"; }
.la-file-o:before { content: "\F1E6"; }
.la-file-pdf-o:before { content: "\F1E7"; }
.la-file-photo-o:before { content: "\F1E8"; }
.la-file-picture-o:before { content: "\F1E9"; }
.la-file-powerpoint-o:before { content: "\F1EA"; }
.la-file-sound-o:before { content: "\F1EB"; }
.la-file-text:before { content: "\F1EC"; }
.la-file-text-o:before { content: "\F1ED"; }
.la-file-video-o:before { content: "\F1EE"; }
.la-file-word-o:before { content: "\F1EF"; }
.la-file-zip-o:before { content: "\F1F0"; }
.la-files-o:before { content: "\F1F1"; }
.la-film:before { content: "\F1F2"; }
.la-filter:before { content: "\F1F3"; }
.la-fire:before { content: "\F1F4"; }
.la-fire-extinguisher:before { content: "\F1F5"; }
.la-firefox:before { content: "\F1F6"; }
.la-flag:before { content: "\F1F7"; }
.la-flag-checkered:before { content: "\F1F8"; }
.la-flag-o:before { content: "\F1F9"; }
.la-flash:before { content: "\F1FA"; }
.la-flask:before { content: "\F1FB"; }
.la-flickr:before { content: "\F1FC"; }
.la-floppy-o:before { content: "\F1FD"; }
.la-folder:before { content: "\F1FE"; }
.la-folder-o:before { content: "\F1FF"; }
.la-folder-open:before { content: "\F200"; }
.la-folder-open-o:before { content: "\F201"; }
.la-font:before { content: "\F202"; }
.la-fonticons:before { content: "\F203"; }
.la-forumbee:before { content: "\F204"; }
.la-forward:before { content: "\F205"; }
.la-foursquare:before { content: "\F206"; }
.la-frown-o:before { content: "\F207"; }
.la-futbol-o:before, .la-soccer-ball-o:before { content: "\F208"; }
.la-gamepad:before { content: "\F209"; }
.la-gavel:before { content: "\F20A"; }
.la-gbp:before { content: "\F20B"; }
.la-gear:before { content: "\F20C"; }
.la-gears:before { content: "\F20D"; }
.la-genderless:before { content: "\F20E"; }
.la-get-pocket:before { content: "\F20F"; }
.la-gg:before { content: "\F210"; }
.la-gg-circle:before { content: "\F211"; }
.la-gift:before { content: "\F212"; }
.la-git:before { content: "\F213"; }
.la-git-square:before { content: "\F214"; }
.la-github:before { content: "\F215"; }
.la-github-alt:before { content: "\F216"; }
.la-github-square:before { content: "\F217"; }
.la-glass:before { content: "\F218"; }
.la-globe:before { content: "\F219"; }
.la-google:before { content: "\F21A"; }
.la-google-plus:before { content: "\F21B"; }
.la-google-plus-square:before { content: "\F21C"; }
.la-google-wallet:before { content: "\F21D"; }
.la-graduation-cap:before { content: "\F21E"; }
.la-gratipay:before, .la-gittip:before { content: "\F21F"; }
.la-group:before { content: "\F220"; }
.la-h-square:before { content: "\F221"; }
.la-hacker-news:before { content: "\F222"; }
.la-hand-grab-o:before { content: "\F223"; }
.la-hand-lizard-o:before { content: "\F224"; }
.la-hand-o-down:before { content: "\F225"; }
.la-hand-o-left:before { content: "\F226"; }
.la-hand-o-right:before { content: "\F227"; }
.la-hand-o-up:before { content: "\F228"; }
.la-hand-paper-o:before { content: "\F229"; }
.la-hand-peace-o:before { content: "\F22A"; }
.la-hand-pointer-o:before { content: "\F22B"; }
.la-hand-rock-o:before { content: "\F22C"; }
.la-hand-scissors-o:before { content: "\F22D"; }
.la-hand-spock-o:before { content: "\F22E"; }
.la-hand-stop-o:before { content: "\F22F"; }
.la-hdd-o:before { content: "\F230"; }
.la-header:before { content: "\F231"; }
.la-headphones:before { content: "\F232"; }
.la-heart:before { content: "\F233"; }
.la-heart-o:before { content: "\F234"; }
.la-heartbeat:before { content: "\F235"; }
.la-history:before { content: "\F236"; }
.la-home:before { content: "\F237"; }
.la-hospital-o:before { content: "\F238"; }
.la-hotel:before { content: "\F239"; }
.la-hourglass:before { content: "\F23A"; }
.la-hourglass-1:before { content: "\F23B"; }
.la-hourglass-2:before { content: "\F23C"; }
.la-hourglass-3:before { content: "\F23D"; }
.la-hourglass-end:before { content: "\F23E"; }
.la-hourglass-half:before { content: "\F23F"; }
.la-hourglass-o:before { content: "\F240"; }
.la-hourglass-start:before { content: "\F241"; }
.la-houzz:before { content: "\F242"; }
.la-html5:before { content: "\F243"; }
.la-i-cursor:before { content: "\F244"; }
.la-ils:before { content: "\F245"; }
.la-image:before { content: "\F246"; }
.la-inbox:before { content: "\F247"; }
.la-indent:before { content: "\F248"; }
.la-industry:before { content: "\F249"; }
.la-info:before { content: "\F24A"; }
.la-info-circle:before { content: "\F24B"; }
.la-inr:before { content: "\F24C"; }
.la-instagram:before { content: "\F24D"; }
.la-institution:before { content: "\F24E"; }
.la-internet-explorer:before { content: "\F24F"; }
.la-ioxhost:before { content: "\F250"; }
.la-italic:before { content: "\F251"; }
.la-joomla:before { content: "\F252"; }
.la-jpy:before { content: "\F253"; }
.la-jsfiddle:before { content: "\F254"; }
.la-key:before { content: "\F255"; }
.la-keyboard-o:before { content: "\F256"; }
.la-krw:before { content: "\F257"; }
.la-language:before { content: "\F258"; }
.la-laptop:before { content: "\F259"; }
.la-lastfm:before { content: "\F25A"; }
.la-lastfm-square:before { content: "\F25B"; }
.la-leaf:before { content: "\F25C"; }
.la-leanpub:before { content: "\F25D"; }
.la-legal:before { content: "\F25E"; }
.la-lemon-o:before { content: "\F25F"; }
.la-level-down:before { content: "\F260"; }
.la-level-up:before { content: "\F261"; }
.la-life-bouy:before { content: "\F262"; }
.la-life-buoy:before { content: "\F263"; }
.la-life-ring:before, .la-support:before { content: "\F264"; }
.la-life-saver:before { content: "\F265"; }
.la-lightbulb-o:before { content: "\F266"; }
.la-line-chart:before { content: "\F267"; }
.la-link:before { content: "\F268"; }
.la-linkedin:before { content: "\F269"; }
.la-linkedin-square:before { content: "\F26A"; }
.la-linux:before { content: "\F26B"; }
.la-list:before { content: "\F26C"; }
.la-list-alt:before { content: "\F26D"; }
.la-list-ol:before { content: "\F26E"; }
.la-list-ul:before { content: "\F26F"; }
.la-location-arrow:before { content: "\F270"; }
.la-lock:before { content: "\F271"; }
.la-long-arrow-down:before { content: "\F272"; }
.la-long-arrow-left:before { content: "\F273"; }
.la-long-arrow-right:before { content: "\F274"; }
.la-long-arrow-up:before { content: "\F275"; }
.la-magic:before { content: "\F276"; }
.la-magnet:before { content: "\F277"; }
.la-mail-forward:before { content: "\F278"; }
.la-mail-reply:before { content: "\F279"; }
.la-mail-reply-all:before { content: "\F27A"; }
.la-male:before { content: "\F27B"; }
.la-map:before { content: "\F27C"; }
.la-map-marker:before { content: "\F27D"; }
.la-map-o:before { content: "\F27E"; }
.la-map-pin:before { content: "\F27F"; }
.la-map-signs:before { content: "\F280"; }
.la-mars:before { content: "\F281"; }
.la-mars-double:before { content: "\F282"; }
.la-mars-stroke:before { content: "\F283"; }
.la-mars-stroke-h:before { content: "\F284"; }
.la-mars-stroke-v:before { content: "\F285"; }
.la-maxcdn:before { content: "\F286"; }
.la-meanpath:before { content: "\F287"; }
.la-medium:before { content: "\F288"; }
.la-medkit:before { content: "\F289"; }
.la-meh-o:before { content: "\F28A"; }
.la-mercury:before { content: "\F28B"; }
.la-microphone:before { content: "\F28C"; }
.la-microphone-slash:before { content: "\F28D"; }
.la-minus:before { content: "\F28E"; }
.la-minus-circle:before { content: "\F28F"; }
.la-minus-square:before { content: "\F290"; }
.la-minus-square-o:before { content: "\F291"; }
.la-mobile:before { content: "\F292"; }
.la-mobile-phone:before { content: "\F293"; }
.la-money:before { content: "\F294"; }
.la-moon-o:before { content: "\F295"; }
.la-mortar-board:before { content: "\F296"; }
.la-motorcycle:before { content: "\F297"; }
.la-mouse-pointer:before { content: "\F298"; }
.la-music:before { content: "\F299"; }
.la-navicon:before { content: "\F29A"; }
.la-neuter:before { content: "\F29B"; }
.la-newspaper-o:before { content: "\F29C"; }
.la-object-group:before { content: "\F29D"; }
.la-object-ungroup:before { content: "\F29E"; }
.la-odnoklassniki:before { content: "\F29F"; }
.la-odnoklassniki-square:before { content: "\F2A0"; }
.la-opencart:before { content: "\F2A1"; }
.la-openid:before { content: "\F2A2"; }
.la-opera:before { content: "\F2A3"; }
.la-optin-monster:before { content: "\F2A4"; }
.la-outdent:before { content: "\F2A5"; }
.la-pagelines:before { content: "\F2A6"; }
.la-paint-brush:before { content: "\F2A7"; }
.la-paper-plane:before, .la-send:before { content: "\F2A8"; }
.la-paper-plane-o:before, .la-send-o:before { content: "\F2A9"; }
.la-paperclip:before { content: "\F2AA"; }
.la-paragraph:before { content: "\F2AB"; }
.la-paste:before { content: "\F2AC"; }
.la-pause:before { content: "\F2AD"; }
.la-paw:before { content: "\F2AE"; }
.la-paypal:before { content: "\F2AF"; }
.la-pencil:before { content: "\F2B0"; }
.la-pencil-square:before { content: "\F2B1"; }
.la-pencil-square-o:before { content: "\F2B2"; }
.la-phone:before { content: "\F2B3"; }
.la-phone-square:before { content: "\F2B4"; }
.la-photo:before { content: "\F2B5"; }
.la-picture-o:before { content: "\F2B6"; }
.la-pie-chart:before { content: "\F2B7"; }
.la-pied-piper:before { content: "\F2B8"; }
.la-pied-piper-alt:before { content: "\F2B9"; }
.la-pinterest:before { content: "\F2BA"; }
.la-pinterest-p:before { content: "\F2BB"; }
.la-pinterest-square:before { content: "\F2BC"; }
.la-plane:before { content: "\F2BD"; }
.la-play:before { content: "\F2BE"; }
.la-play-circle:before { content: "\F2BF"; }
.la-play-circle-o:before { content: "\F2C0"; }
.la-plug:before { content: "\F2C1"; }
.la-plus:before { content: "\F2C2"; }
.la-plus-circle:before { content: "\F2C3"; }
.la-plus-square:before { content: "\F2C4"; }
.la-plus-square-o:before { content: "\F2C5"; }
.la-power-off:before { content: "\F2C6"; }
.la-print:before { content: "\F2C7"; }
.la-puzzle-piece:before { content: "\F2C8"; }
.la-qq:before { content: "\F2C9"; }
.la-qrcode:before { content: "\F2CA"; }
.la-question:before { content: "\F2CB"; }
.la-question-circle:before { content: "\F2CC"; }
.la-quote-left:before { content: "\F2CD"; }
.la-quote-right:before { content: "\F2CE"; }
.la-ra:before { content: "\F2CF"; }
.la-random:before { content: "\F2D0"; }
.la-rebel:before { content: "\F2D1"; }
.la-recycle:before { content: "\F2D2"; }
.la-reddit:before { content: "\F2D3"; }
.la-reddit-square:before { content: "\F2D4"; }
.la-refresh:before { content: "\F2D5"; }
.la-registered:before { content: "\F2D6"; }
.la-renren:before { content: "\F2D7"; }
.la-reorder:before { content: "\F2D8"; }
.la-repeat:before { content: "\F2D9"; }
.la-reply:before { content: "\F2DA"; }
.la-reply-all:before { content: "\F2DB"; }
.la-retweet:before { content: "\F2DC"; }
.la-rmb:before { content: "\F2DD"; }
.la-road:before { content: "\F2DE"; }
.la-rocket:before { content: "\F2DF"; }
.la-rotate-left:before { content: "\F2E0"; }
.la-rotate-right:before { content: "\F2E1"; }
.la-rouble:before { content: "\F2E2"; }
.la-rss:before, .la-feed:before { content: "\F2E3"; }
.la-rss-square:before { content: "\F2E4"; }
.la-rub:before { content: "\F2E5"; }
.la-ruble:before { content: "\F2E6"; }
.la-rupee:before { content: "\F2E7"; }
.la-safari:before { content: "\F2E8"; }
.la-save:before { content: "\F2E9"; }
.la-scissors:before { content: "\F2EA"; }
.la-search:before { content: "\F2EB"; }
.la-search-minus:before { content: "\F2EC"; }
.la-search-plus:before { content: "\F2ED"; }
.la-sellsy:before { content: "\F2EE"; }
.la-server:before { content: "\F2EF"; }
.la-share:before { content: "\F2F0"; }
.la-share-alt:before { content: "\F2F1"; }
.la-share-alt-square:before { content: "\F2F2"; }
.la-share-square:before { content: "\F2F3"; }
.la-share-square-o:before { content: "\F2F4"; }
.la-shekel:before { content: "\F2F5"; }
.la-sheqel:before { content: "\F2F6"; }
.la-shield:before { content: "\F2F7"; }
.la-ship:before { content: "\F2F8"; }
.la-shirtsinbulk:before { content: "\F2F9"; }
.la-shopping-cart:before { content: "\F2FA"; }
.la-sign-in:before { content: "\F2FB"; }
.la-sign-out:before { content: "\F2FC"; }
.la-signal:before { content: "\F2FD"; }
.la-simplybuilt:before { content: "\F2FE"; }
.la-sitemap:before { content: "\F2FF"; }
.la-skyatlas:before { content: "\F300"; }
.la-skype:before { content: "\F301"; }
.la-slack:before { content: "\F302"; }
.la-sliders:before { content: "\F303"; }
.la-slideshare:before { content: "\F304"; }
.la-smile-o:before { content: "\F305"; }
.la-sort:before, .la-unsorted:before { content: "\F306"; }
.la-sort-alpha-asc:before { content: "\F307"; }
.la-sort-alpha-desc:before { content: "\F308"; }
.la-sort-amount-asc:before { content: "\F309"; }
.la-sort-amount-desc:before { content: "\F30A"; }
.la-sort-asc:before, .la-sort-up:before { content: "\F30B"; }
.la-sort-desc:before, .la-sort-down:before { content: "\F30C"; }
.la-sort-numeric-asc:before { content: "\F30D"; }
.la-sort-numeric-desc:before { content: "\F30E"; }
.la-soundcloud:before { content: "\F30F"; }
.la-space-shuttle:before { content: "\F310"; }
.la-spinner:before { content: "\F311"; }
.la-spoon:before { content: "\F312"; }
.la-spotify:before { content: "\F313"; }
.la-square:before { content: "\F314"; }
.la-square-o:before { content: "\F315"; }
.la-stack-exchange:before { content: "\F316"; }
.la-stack-overflow:before { content: "\F317"; }
.la-star:before { content: "\F318"; }
.la-star-half:before { content: "\F319"; }
.la-star-half-o:before, .la-star-half-full:before, .la-star-half-empty:before { content: "\F31A"; }
.la-star-o:before { content: "\F31B"; }
.la-steam:before { content: "\F31C"; }
.la-steam-square:before { content: "\F31D"; }
.la-step-backward:before { content: "\F31E"; }
.la-step-forward:before { content: "\F31F"; }
.la-stethoscope:before { content: "\F320"; }
.la-sticky-note:before { content: "\F321"; }
.la-sticky-note-o:before { content: "\F322"; }
.la-stop:before { content: "\F323"; }
.la-street-view:before { content: "\F324"; }
.la-strikethrough:before { content: "\F325"; }
.la-stumbleupon:before { content: "\F326"; }
.la-stumbleupon-circle:before { content: "\F327"; }
.la-subscript:before { content: "\F328"; }
.la-subway:before { content: "\F329"; }
.la-suitcase:before { content: "\F32A"; }
.la-sun-o:before { content: "\F32B"; }
.la-superscript:before { content: "\F32C"; }
.la-table:before { content: "\F32D"; }
.la-tablet:before { content: "\F32E"; }
.la-tachometer:before { content: "\F32F"; }
.la-tag:before { content: "\F330"; }
.la-tags:before { content: "\F331"; }
.la-tasks:before { content: "\F332"; }
.la-taxi:before { content: "\F333"; }
.la-television:before, .la-tv:before { content: "\F334"; }
.la-tencent-weibo:before { content: "\F335"; }
.la-terminal:before { content: "\F336"; }
.la-text-height:before { content: "\F337"; }
.la-text-width:before { content: "\F338"; }
.la-th:before { content: "\F339"; }
.la-th-large:before { content: "\F33A"; }
.la-th-list:before { content: "\F33B"; }
.la-thumb-tack:before { content: "\F33C"; }
.la-thumbs-down:before { content: "\F33D"; }
.la-thumbs-o-down:before { content: "\F33E"; }
.la-thumbs-o-up:before { content: "\F33F"; }
.la-thumbs-up:before { content: "\F340"; }
.la-ticket:before { content: "\F341"; }
.la-times:before, .la-remove:before { content: "\F342"; }
.la-times-circle:before { content: "\F343"; }
.la-times-circle-o:before { content: "\F344"; }
.la-tint:before { content: "\F345"; }
.la-toggle-off:before { content: "\F346"; }
.la-toggle-on:before { content: "\F347"; }
.la-trademark:before { content: "\F348"; }
.la-train:before { content: "\F349"; }
.la-transgender:before, .la-intersex:before { content: "\F34A"; }
.la-transgender-alt:before { content: "\F34B"; }
.la-trash:before { content: "\F34C"; }
.la-trash-o:before { content: "\F34D"; }
.la-tree:before { content: "\F34E"; }
.la-trello:before { content: "\F34F"; }
.la-tripadvisor:before { content: "\F350"; }
.la-trophy:before { content: "\F351"; }
.la-truck:before { content: "\F352"; }
.la-try:before { content: "\F353"; }
.la-tty:before { content: "\F354"; }
.la-tumblr:before { content: "\F355"; }
.la-tumblr-square:before { content: "\F356"; }
.la-turkish-lira:before { content: "\F357"; }
.la-twitch:before { content: "\F358"; }
.la-twitter:before { content: "\F359"; }
.la-twitter-square:before { content: "\F35A"; }
.la-umbrella:before { content: "\F35B"; }
.la-underline:before { content: "\F35C"; }
.la-undo:before { content: "\F35D"; }
.la-university:before { content: "\F35E"; }
.la-unlink:before { content: "\F35F"; }
.la-unlock:before { content: "\F360"; }
.la-unlock-alt:before { content: "\F361"; }
.la-upload:before { content: "\F362"; }
.la-usd:before { content: "\F363"; }
.la-user:before { content: "\F364"; }
.la-user-md:before { content: "\F365"; }
.la-user-plus:before { content: "\F366"; }
.la-user-secret:before { content: "\F367"; }
.la-user-times:before { content: "\F368"; }
.la-users:before { content: "\F369"; }
.la-venus:before { content: "\F36A"; }
.la-venus-double:before { content: "\F36B"; }
.la-venus-mars:before { content: "\F36C"; }
.la-viacoin:before { content: "\F36D"; }
.la-video-camera:before { content: "\F36E"; }
.la-vimeo:before { content: "\F36F"; }
.la-vimeo-square:before { content: "\F370"; }
.la-vine:before { content: "\F371"; }
.la-vk:before { content: "\F372"; }
.la-volume-down:before { content: "\F373"; }
.la-volume-off:before { content: "\F374"; }
.la-volume-up:before { content: "\F375"; }
.la-warning:before { content: "\F376"; }
.la-wechat:before { content: "\F377"; }
.la-weibo:before { content: "\F378"; }
.la-weixin:before { content: "\F379"; }
.la-whatsapp:before { content: "\F37A"; }
.la-wheelchair:before { content: "\F37B"; }
.la-wifi:before { content: "\F37C"; }
.la-wikipedia-w:before { content: "\F37D"; }
.la-windows:before { content: "\F37E"; }
.la-won:before { content: "\F37F"; }
.la-wordpress:before { content: "\F380"; }
.la-wrench:before { content: "\F381"; }
.la-xing:before { content: "\F382"; }
.la-xing-square:before { content: "\F383"; }
.la-y-combinator:before { content: "\F384"; }
.la-y-combinator-square:before { content: "\F385"; }
.la-yahoo:before { content: "\F386"; }
.la-yc:before { content: "\F387"; }
.la-yc-square:before { content: "\F388"; }
.la-yelp:before { content: "\F389"; }
.la-yen:before { content: "\F38A"; }
.la-youtube:before { content: "\F38B"; }
.la-youtube-play:before { content: "\F38C"; }
.la-youtube-square:before { content: "\F38D"; }.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);
  line-height: 1;
}
.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);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*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;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  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.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#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 > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
@charset "UTF-8";.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon::before{display:flex;align-items:center;font-size:2em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon::before{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 .0625em #fff,0 0 0 .125em rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;background-color:transparent;-webkit-overflow-scrolling:touch}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-container.swal2-shown{background-color:rgba(0,0,0,.4)}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;outline:initial;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-webkit-input-placeholder,.swal2-input::-webkit-input-placeholder,.swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::-webkit-input-placeholder, .swal2-input::-webkit-input-placeholder, .swal2-textarea::-webkit-input-placeholder{color:#ccc}.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder, .swal2-input::-ms-input-placeholder, .swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:inherit}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:inherit;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon::before{display:flex;align-items:center;height:92%;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning::before{content:"!"}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info::before{content:"i"}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question::before{content:"?"}.swal2-icon.swal2-question.swal2-arabic-question-mark::before{content:"\61F"}.swal2-icon.swal2-success{border-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.875em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-show.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-hide.swal2-noanimation{-webkit-animation:none;animation:none}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-animate-success-icon .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-animate-success-icon .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-animate-success-icon .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-animate-error-icon{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-animate-error-icon .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.875em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-shown{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent}body.swal2-no-backdrop .swal2-shown>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-shown.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-top-left,body.swal2-no-backdrop .swal2-shown.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-top-end,body.swal2-no-backdrop .swal2-shown.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-shown.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-left,body.swal2-no-backdrop .swal2-shown.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-center-end,body.swal2-no-backdrop .swal2-shown.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,body.swal2-no-backdrop .swal2-shown.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,body.swal2-no-backdrop .swal2-shown.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-shown{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
/* This CSS file is unnecessary if you are not using vertical buttons functionality */

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0;
}


/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top;
}
.jstree-anchor:focus {
  outline: 0;
}
.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit;
}
.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
}
.jstree-ocl {
  cursor: pointer;
}
.jstree-leaf > .jstree-ocl {
  cursor: default;
}
.jstree .jstree-open > .jstree-children {
  display: block;
}
.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none;
}
.jstree-anchor > .jstree-themeicon {
  margin-right: 2px;
}
.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none;
}
.jstree-hidden,
.jstree-node.jstree-hidden {
  display: none;
}
.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px;
}
.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0;
}
.jstree-rtl .jstree-node {
  margin-left: 0;
}
.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0;
}
.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer;
}
.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative;
}
.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jstree-contextmenu .jstree-anchor {
  -webkit-user-select: none;
  /* disable selection/Copy of UIWebView */
  -webkit-touch-callout: none;
  /* disable the IOS popup when long-press on a link */
}
.vakata-context {
  display: none;
}
.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999;
}
.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px;
}
.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context li {
  list-style: none;
}
.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px;
}
.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat;
}
.vakata-context li > a:focus {
  outline: 0;
}
.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0;
}
.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
}
.vakata-context .vakata-contextmenu-disabled > a > i {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em;
}
.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em;
}
.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3;
}
.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none;
}
.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px;
}
.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat;
}
.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3;
}
.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
}
.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0;
}
.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent;
}
.jstree-default .jstree-anchor,
.jstree-default .jstree-animated,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s;
}
.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc;
}
.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999;
}
.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none;
}
.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold;
}
.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none;
}
.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent;
}
.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
}
.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
}
.jstree-default .jstree-wholerow {
  box-sizing: border-box;
}
.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9;
}
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%);
}
.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px;
}
.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px;
}
.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px;
}
.jstree-default .jstree-wholerow {
  height: 24px;
}
.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png");
}
.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y;
}
.jstree-default .jstree-last {
  background: transparent;
}
.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px;
}
.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px;
}
.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px;
}
.jstree-default .jstree-themeicon {
  background-position: -260px -4px;
}
.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px;
}
.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px;
}
.jstree-default .jstree-disabled {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default .jstree-checkbox {
  background-position: -164px -4px;
}
.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px;
}
.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px;
}
.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px;
}
.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px;
}
.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default > .jstree-striped {
  background-size: auto 48px;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px;
}
.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px;
}
.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px;
}
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px;
}
.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../images/vendor/jstree/dist/themes/default/throbber.gif") center center no-repeat;
}
.jstree-default .jstree-file {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -100px -68px no-repeat;
}
.jstree-default .jstree-folder {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -260px -4px no-repeat;
}
.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px;
}
#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px;
}
.jstree-default .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 29px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
}
.jstree-default.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px;
}
.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px;
}
.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px;
}
.jstree-default-small .jstree-wholerow {
  height: 18px;
}
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png");
}
.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y;
}
.jstree-default-small .jstree-last {
  background: transparent;
}
.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px;
}
.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px;
}
.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px;
}
.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px;
}
.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px;
}
.jstree-default-small .jstree-disabled {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px;
}
.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px;
}
.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px;
}
.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px;
}
.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-small > .jstree-striped {
  background-size: auto 36px;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px;
}
.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px;
}
.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px;
}
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px;
}
.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../images/vendor/jstree/dist/themes/default/throbber.gif") center center no-repeat;
}
.jstree-default-small .jstree-file {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -103px -71px no-repeat;
}
.jstree-default-small .jstree-folder {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -263px -7px no-repeat;
}
.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px;
}
#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px;
}
.jstree-default-small .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-small .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 23px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg==");
}
.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px;
}
.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px;
}
.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px;
}
.jstree-default-large .jstree-wholerow {
  height: 32px;
}
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png");
}
.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y;
}
.jstree-default-large .jstree-last {
  background: transparent;
}
.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px;
}
.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px;
}
.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px;
}
.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px;
}
.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px;
}
.jstree-default-large .jstree-disabled {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent;
}
.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef;
}
.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px;
}
.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px;
}
.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px;
}
.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px;
}
.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.jstree-default-large > .jstree-striped {
  background-size: auto 64px;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y;
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px;
}
.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px;
}
.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px;
}
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px;
}
.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0;
}
.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../images/vendor/jstree/dist/themes/default/throbber.gif") center center no-repeat;
}
.jstree-default-large .jstree-file {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -96px -64px no-repeat;
}
.jstree-default-large .jstree-folder {
  background: url("../images/vendor/jstree/dist/themes/default/32px.png") -256px 0px no-repeat;
}
.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0;
}
#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px;
}
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../images/vendor/jstree/dist/themes/default/32px.png");
  background-repeat: no-repeat;
  background-color: transparent;
}
#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px;
}
#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px;
}
.jstree-default-large .jstree-ellipsis {
  overflow: hidden;
}
.jstree-default-large .jstree-ellipsis .jstree-anchor {
  width: calc(100% - 37px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg==");
}
.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent;
}
@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../images/vendor/jstree/dist/themes/default/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px;
  }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../images/vendor/jstree/dist/themes/default/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px;
  }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/
  }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../images/vendor/jstree/dist/themes/default/40px.png");
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap;
  }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px;
  }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
  }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px;
    background: transparent;
  }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0;
  }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl,
  .jstree-default-responsive.jstree-rtl .jstree-leaf > .jstree-ocl {
    background: transparent;
  }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important;
  }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important;
  }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important;
  }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px;
  }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px;
  }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px;
  }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px;
  }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white;
  }
  .jstree-default-responsive > .jstree-striped {
    background: transparent;
  }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px;
  }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9;
  }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff;
  }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666;
  }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0;
  }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none;
  }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../images/vendor/jstree/dist/themes/default/40px.png");
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y;
  }
  .jstree-default-responsive .jstree-last {
    background: transparent;
  }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px;
  }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px;
  }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
  }
  .jstree-default-responsive .jstree-file {
    background: url("../images/vendor/jstree/dist/themes/default/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive .jstree-folder {
    background: url("../images/vendor/jstree/dist/themes/default/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px;
  }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0;
  }
}
@font-face{font-family:"summernote";font-style:normal;font-weight:normal;src:url("/fonts/summernote.eot?4c7e83314b68cfa6a0d18a8b4690044b");src:url("/fonts/summernote.eot?4c7e83314b68cfa6a0d18a8b4690044b#iefix") format("embedded-opentype"),url("/fonts/summernote.woff?4c7e83314b68cfa6a0d18a8b4690044b") format("woff"),url("/fonts/summernote.ttf?4c7e83314b68cfa6a0d18a8b4690044b") format("truetype")}[class^="note-icon-"]:before,[class*=" note-icon-"]:before{display:inline-block;font:normal normal normal 14px summernote;font-size:inherit;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;speak:none;-moz-osx-font-smoothing:grayscale}.note-icon-align-center:before,.note-icon-align-indent:before,.note-icon-align-justify:before,.note-icon-align-left:before,.note-icon-align-outdent:before,.note-icon-align-right:before,.note-icon-align:before,.note-icon-arrow-circle-down:before,.note-icon-arrow-circle-left:before,.note-icon-arrow-circle-right:before,.note-icon-arrow-circle-up:before,.note-icon-arrows-alt:before,.note-icon-arrows-h:before,.note-icon-arrows-v:before,.note-icon-bold:before,.note-icon-caret:before,.note-icon-chain-broken:before,.note-icon-circle:before,.note-icon-close:before,.note-icon-code:before,.note-icon-col-after:before,.note-icon-col-before:before,.note-icon-col-remove:before,.note-icon-eraser:before,.note-icon-font:before,.note-icon-frame:before,.note-icon-italic:before,.note-icon-link:before,.note-icon-magic:before,.note-icon-menu-check:before,.note-icon-minus:before,.note-icon-orderedlist:before,.note-icon-pencil:before,.note-icon-picture:before,.note-icon-question:before,.note-icon-redo:before,.note-icon-row-above:before,.note-icon-row-below:before,.note-icon-row-remove:before,.note-icon-special-character:before,.note-icon-square:before,.note-icon-strikethrough:before,.note-icon-subscript:before,.note-icon-summernote:before,.note-icon-superscript:before,.note-icon-table:before,.note-icon-text-height:before,.note-icon-trash:before,.note-icon-underline:before,.note-icon-undo:before,.note-icon-unorderedlist:before,.note-icon-video:before{display:inline-block;font-family:"summernote";font-style:normal;font-weight:normal;text-decoration:inherit}.note-icon-align-center:before{content:"\F101"}.note-icon-align-indent:before{content:"\F102"}.note-icon-align-justify:before{content:"\F103"}.note-icon-align-left:before{content:"\F104"}.note-icon-align-outdent:before{content:"\F105"}.note-icon-align-right:before{content:"\F106"}.note-icon-align:before{content:"\F107"}.note-icon-arrow-circle-down:before{content:"\F108"}.note-icon-arrow-circle-left:before{content:"\F109"}.note-icon-arrow-circle-right:before{content:"\F10A"}.note-icon-arrow-circle-up:before{content:"\F10B"}.note-icon-arrows-alt:before{content:"\F10C"}.note-icon-arrows-h:before{content:"\F10D"}.note-icon-arrows-v:before{content:"\F10E"}.note-icon-bold:before{content:"\F10F"}.note-icon-caret:before{content:"\F110"}.note-icon-chain-broken:before{content:"\F111"}.note-icon-circle:before{content:"\F112"}.note-icon-close:before{content:"\F113"}.note-icon-code:before{content:"\F114"}.note-icon-col-after:before{content:"\F115"}.note-icon-col-before:before{content:"\F116"}.note-icon-col-remove:before{content:"\F117"}.note-icon-eraser:before{content:"\F118"}.note-icon-font:before{content:"\F119"}.note-icon-frame:before{content:"\F11A"}.note-icon-italic:before{content:"\F11B"}.note-icon-link:before{content:"\F11C"}.note-icon-magic:before{content:"\F11D"}.note-icon-menu-check:before{content:"\F11E"}.note-icon-minus:before{content:"\F11F"}.note-icon-orderedlist:before{content:"\F120"}.note-icon-pencil:before{content:"\F121"}.note-icon-picture:before{content:"\F122"}.note-icon-question:before{content:"\F123"}.note-icon-redo:before{content:"\F124"}.note-icon-row-above:before{content:"\F125"}.note-icon-row-below:before{content:"\F126"}.note-icon-row-remove:before{content:"\F127"}.note-icon-special-character:before{content:"\F128"}.note-icon-square:before{content:"\F129"}.note-icon-strikethrough:before{content:"\F12A"}.note-icon-subscript:before{content:"\F12B"}.note-icon-summernote:before{content:"\F12C"}.note-icon-superscript:before{content:"\F12D"}.note-icon-table:before{content:"\F12E"}.note-icon-text-height:before{content:"\F12F"}.note-icon-trash:before{content:"\F130"}.note-icon-underline:before{content:"\F131"}.note-icon-undo:before{content:"\F132"}.note-icon-unorderedlist:before{content:"\F133"}.note-icon-video:before{content:"\F134"}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:700;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:0}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area img.note-float-left{margin-right:10px}.note-editor .note-editing-area img.note-float-right{margin-left:10px}.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;word-wrap:break-word;background-color:#fff}.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{background-color:#e5e5e5}.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;border-radius:0;box-shadow:none;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%!important}.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-status-output{display:block;width:100%;height:20px;margin-bottom:0;font-size:14px;line-height:1.42857143;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-frame .note-status-output .alert{padding:7px 10px 2px 10px;margin:-7px 0 0 0;color:#000;background-color:#f5f5f5;border-radius:0}.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.note-editor.note-frame .note-statusbar .note-resizebar{width:100%;height:9px;padding-top:1px;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-frame .note-placeholder{padding:10px}.note-popover.popover{max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative;z-index:500}.note-popover .popover-content,.panel-heading.note-toolbar{padding:0 0 5px 5px;margin:0}.note-popover .popover-content>.btn-group,.panel-heading.note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .popover-content .btn-group .note-table,.panel-heading.note-toolbar .btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .note-style .dropdown-style blockquote,.panel-heading.note-toolbar .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre,.panel-heading.note-toolbar .note-style .dropdown-style pre{padding:5px 10px;margin:0}.note-popover .popover-content .note-style .dropdown-style h1,.panel-heading.note-toolbar .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.panel-heading.note-toolbar .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.panel-heading.note-toolbar .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.panel-heading.note-toolbar .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.panel-heading.note-toolbar .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.panel-heading.note-toolbar .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p,.panel-heading.note-toolbar .note-style .dropdown-style p{padding:0;margin:0}.note-popover .popover-content .note-color-all .dropdown-menu,.panel-heading.note-toolbar .note-color-all .dropdown-menu{min-width:337px}.note-popover .popover-content .note-color .dropdown-toggle,.panel-heading.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette{display:inline-block;width:160px;margin:0}.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child{margin:0 5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select{width:100%;padding:0 3px;margin:3px;font-size:11px;cursor:pointer;border-radius:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover{background:#eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn{display:none}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn,.panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-popover .popover-content .note-para .dropdown-menu,.panel-heading.note-toolbar .note-para .dropdown-menu{min-width:216px;padding:5px}.note-popover .popover-content .note-para .dropdown-menu>div:first-child,.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover-content .dropdown-menu,.panel-heading.note-toolbar .dropdown-menu{min-width:90px}.note-popover .popover-content .dropdown-menu.right,.panel-heading.note-toolbar .dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .dropdown-menu.right::before,.panel-heading.note-toolbar .dropdown-menu.right::before{right:9px;left:auto!important}.note-popover .popover-content .dropdown-menu.right::after,.panel-heading.note-toolbar .dropdown-menu.right::after{right:10px;left:auto!important}.note-popover .popover-content .dropdown-menu.note-check li a i,.panel-heading.note-toolbar .dropdown-menu.note-check li a i{color:deepskyblue;visibility:hidden}.note-popover .popover-content .dropdown-menu.note-check li a.checked i,.panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.panel-heading.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.panel-heading.note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.panel-heading.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-dialog>div{display:none}.note-dialog .form-group{margin-right:0;margin-left:0}.note-dialog .note-modal-form{margin:0}.note-dialog .note-image-dialog .note-dropzone{min-height:100px;margin-bottom:10px;font-size:30px;line-height:4;color:lightgray;text-align:center;border:4px dashed lightgray}@-moz-document url-prefix(){.note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:#fff;border:1px solid #000}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#000;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{max-height:150px;padding:3px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:#428bca;outline:0}
@font-face{font-family:"summernote";font-style:normal;font-weight:normal;src:url("/font/summernote.eot?4c7e83314b68cfa6a0d18a8b4690044b");src:url("/font/summernote.eot?4c7e83314b68cfa6a0d18a8b4690044b#iefix") format("embedded-opentype"),url("/font/summernote.woff?4c7e83314b68cfa6a0d18a8b4690044b") format("woff"),url("/font/summernote.ttf?4c7e83314b68cfa6a0d18a8b4690044b") format("truetype")}[class^="note-icon-"]:before,[class*=" note-icon-"]:before{display:inline-block;font:normal normal normal 14px summernote;font-size:inherit;-webkit-font-smoothing:antialiased;text-decoration:inherit;text-rendering:auto;text-transform:none;vertical-align:middle;speak:none;-moz-osx-font-smoothing:grayscale}.note-icon-align-center:before,.note-icon-align-indent:before,.note-icon-align-justify:before,.note-icon-align-left:before,.note-icon-align-outdent:before,.note-icon-align-right:before,.note-icon-align:before,.note-icon-arrow-circle-down:before,.note-icon-arrow-circle-left:before,.note-icon-arrow-circle-right:before,.note-icon-arrow-circle-up:before,.note-icon-arrows-alt:before,.note-icon-arrows-h:before,.note-icon-arrows-v:before,.note-icon-bold:before,.note-icon-caret:before,.note-icon-chain-broken:before,.note-icon-circle:before,.note-icon-close:before,.note-icon-code:before,.note-icon-col-after:before,.note-icon-col-before:before,.note-icon-col-remove:before,.note-icon-eraser:before,.note-icon-font:before,.note-icon-frame:before,.note-icon-italic:before,.note-icon-link:before,.note-icon-magic:before,.note-icon-menu-check:before,.note-icon-minus:before,.note-icon-orderedlist:before,.note-icon-pencil:before,.note-icon-picture:before,.note-icon-question:before,.note-icon-redo:before,.note-icon-row-above:before,.note-icon-row-below:before,.note-icon-row-remove:before,.note-icon-special-character:before,.note-icon-square:before,.note-icon-strikethrough:before,.note-icon-subscript:before,.note-icon-summernote:before,.note-icon-superscript:before,.note-icon-table:before,.note-icon-text-height:before,.note-icon-trash:before,.note-icon-underline:before,.note-icon-undo:before,.note-icon-unorderedlist:before,.note-icon-video:before{display:inline-block;font-family:"summernote";font-style:normal;font-weight:normal;text-decoration:inherit}.note-icon-align-center:before{content:"\F101"}.note-icon-align-indent:before{content:"\F102"}.note-icon-align-justify:before{content:"\F103"}.note-icon-align-left:before{content:"\F104"}.note-icon-align-outdent:before{content:"\F105"}.note-icon-align-right:before{content:"\F106"}.note-icon-align:before{content:"\F107"}.note-icon-arrow-circle-down:before{content:"\F108"}.note-icon-arrow-circle-left:before{content:"\F109"}.note-icon-arrow-circle-right:before{content:"\F10A"}.note-icon-arrow-circle-up:before{content:"\F10B"}.note-icon-arrows-alt:before{content:"\F10C"}.note-icon-arrows-h:before{content:"\F10D"}.note-icon-arrows-v:before{content:"\F10E"}.note-icon-bold:before{content:"\F10F"}.note-icon-caret:before{content:"\F110"}.note-icon-chain-broken:before{content:"\F111"}.note-icon-circle:before{content:"\F112"}.note-icon-close:before{content:"\F113"}.note-icon-code:before{content:"\F114"}.note-icon-col-after:before{content:"\F115"}.note-icon-col-before:before{content:"\F116"}.note-icon-col-remove:before{content:"\F117"}.note-icon-eraser:before{content:"\F118"}.note-icon-font:before{content:"\F119"}.note-icon-frame:before{content:"\F11A"}.note-icon-italic:before{content:"\F11B"}.note-icon-link:before{content:"\F11C"}.note-icon-magic:before{content:"\F11D"}.note-icon-menu-check:before{content:"\F11E"}.note-icon-minus:before{content:"\F11F"}.note-icon-orderedlist:before{content:"\F120"}.note-icon-pencil:before{content:"\F121"}.note-icon-picture:before{content:"\F122"}.note-icon-question:before{content:"\F123"}.note-icon-redo:before{content:"\F124"}.note-icon-row-above:before{content:"\F125"}.note-icon-row-below:before{content:"\F126"}.note-icon-row-remove:before{content:"\F127"}.note-icon-special-character:before{content:"\F128"}.note-icon-square:before{content:"\F129"}.note-icon-strikethrough:before{content:"\F12A"}.note-icon-subscript:before{content:"\F12B"}.note-icon-summernote:before{content:"\F12C"}.note-icon-superscript:before{content:"\F12D"}.note-icon-table:before{content:"\F12E"}.note-icon-text-height:before{content:"\F12F"}.note-icon-trash:before{content:"\F130"}.note-icon-underline:before{content:"\F131"}.note-icon-undo:before{content:"\F132"}.note-icon-unorderedlist:before{content:"\F133"}.note-icon-video:before{content:"\F134"}.note-editor{position:relative}.note-editor .note-dropzone{position:absolute;z-index:100;display:none;color:#87cefa;background-color:#fff;opacity:.95}.note-editor .note-dropzone .note-dropzone-message{display:table-cell;font-size:28px;font-weight:700;text-align:center;vertical-align:middle}.note-editor .note-dropzone.hover{color:#098ddf}.note-editor.dragover .note-dropzone{display:table}.note-editor .note-editing-area{position:relative}.note-editor .note-editing-area .note-editable{outline:0}.note-editor .note-editing-area .note-editable sup{vertical-align:super}.note-editor .note-editing-area .note-editable sub{vertical-align:sub}.note-editor .note-editing-area img.note-float-left{margin-right:10px}.note-editor .note-editing-area img.note-float-right{margin-left:10px}.note-editor.note-frame{border:1px solid #a9a9a9}.note-editor.note-frame.codeview .note-editing-area .note-editable{display:none}.note-editor.note-frame.codeview .note-editing-area .note-codable{display:block}.note-editor.note-frame .note-editing-area{overflow:hidden}.note-editor.note-frame .note-editing-area .note-editable{padding:10px;overflow:auto;color:#000;word-wrap:break-word;background-color:#fff}.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"]{background-color:#e5e5e5}.note-editor.note-frame .note-editing-area .note-codable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;border-radius:0;box-shadow:none;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor.note-frame.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%!important}.note-editor.note-frame.fullscreen .note-editable{background-color:#fff}.note-editor.note-frame.fullscreen .note-resizebar{display:none}.note-editor.note-frame .note-status-output{display:block;width:100%;height:20px;margin-bottom:0;font-size:14px;line-height:1.42857143;color:#000;border:0;border-top:1px solid #e2e2e2}.note-editor.note-frame .note-status-output:empty{height:0;border-top:0 solid transparent}.note-editor.note-frame .note-status-output .pull-right{float:right!important}.note-editor.note-frame .note-status-output .text-muted{color:#777}.note-editor.note-frame .note-status-output .text-primary{color:#286090}.note-editor.note-frame .note-status-output .text-success{color:#3c763d}.note-editor.note-frame .note-status-output .text-info{color:#31708f}.note-editor.note-frame .note-status-output .text-warning{color:#8a6d3b}.note-editor.note-frame .note-status-output .text-danger{color:#a94442}.note-editor.note-frame .note-status-output .alert{padding:7px 10px 2px 10px;margin:-7px 0 0 0;color:#000;background-color:#f5f5f5;border-radius:0}.note-editor.note-frame .note-status-output .alert .note-icon{margin-right:5px}.note-editor.note-frame .note-status-output .alert-success{color:#3c763d!important;background-color:#dff0d8!important}.note-editor.note-frame .note-status-output .alert-info{color:#31708f!important;background-color:#d9edf7!important}.note-editor.note-frame .note-status-output .alert-warning{color:#8a6d3b!important;background-color:#fcf8e3!important}.note-editor.note-frame .note-status-output .alert-danger{color:#a94442!important;background-color:#f2dede!important}.note-editor.note-frame .note-statusbar{background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.note-editor.note-frame .note-statusbar .note-resizebar{width:100%;height:9px;padding-top:1px;cursor:ns-resize}.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor.note-frame .note-statusbar.locked .note-resizebar{cursor:default}.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar{display:none}.note-editor.note-frame .note-placeholder{padding:10px}.note-popover.popover{display:none;max-width:none}.note-popover.popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-popover.popover .arrow{left:20px!important}.note-toolbar{position:relative;z-index:500}.note-popover .popover-content,.card-header.note-toolbar{padding:0 0 5px 5px;margin:0;background:#f5f5f5}.note-popover .popover-content>.btn-group,.card-header.note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-popover .popover-content .btn-group .note-table,.card-header.note-toolbar .btn-group .note-table{min-width:0;padding:5px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker,.card-header.note-toolbar .btn-group .note-table .note-dimension-picker{font-size:18px}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,.card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,.card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,.card-header.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat}.note-popover .popover-content .note-style .dropdown-style blockquote,.card-header.note-toolbar .note-style .dropdown-style blockquote,.note-popover .popover-content .note-style .dropdown-style pre,.card-header.note-toolbar .note-style .dropdown-style pre{padding:5px 10px;margin:0}.note-popover .popover-content .note-style .dropdown-style h1,.card-header.note-toolbar .note-style .dropdown-style h1,.note-popover .popover-content .note-style .dropdown-style h2,.card-header.note-toolbar .note-style .dropdown-style h2,.note-popover .popover-content .note-style .dropdown-style h3,.card-header.note-toolbar .note-style .dropdown-style h3,.note-popover .popover-content .note-style .dropdown-style h4,.card-header.note-toolbar .note-style .dropdown-style h4,.note-popover .popover-content .note-style .dropdown-style h5,.card-header.note-toolbar .note-style .dropdown-style h5,.note-popover .popover-content .note-style .dropdown-style h6,.card-header.note-toolbar .note-style .dropdown-style h6,.note-popover .popover-content .note-style .dropdown-style p,.card-header.note-toolbar .note-style .dropdown-style p{padding:0;margin:0}.note-popover .popover-content .note-color-all .dropdown-menu,.card-header.note-toolbar .note-color-all .dropdown-menu{min-width:337px}.note-popover .popover-content .note-color .dropdown-toggle,.card-header.note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette,.card-header.note-toolbar .note-color .dropdown-menu .note-palette{display:inline-block;width:160px;margin:0}.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child,.card-header.note-toolbar .note-color .dropdown-menu .note-palette:first-child{margin:0 5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title,.card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset,.card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset,.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select,.card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select{width:100%;padding:0 3px;margin:3px;font-size:11px;cursor:pointer;border-radius:5px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row,.card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row{height:20px}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover,.card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover{background:#eee}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn,.card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn{display:none}.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn,.card-header.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn{border:1px solid #eee}.note-popover .popover-content .note-para .dropdown-menu,.card-header.note-toolbar .note-para .dropdown-menu{min-width:216px;padding:5px}.note-popover .popover-content .note-para .dropdown-menu>div:first-child,.card-header.note-toolbar .note-para .dropdown-menu>div:first-child{margin-right:5px}.note-popover .popover-content .dropdown-menu,.card-header.note-toolbar .dropdown-menu{min-width:90px}.note-popover .popover-content .dropdown-menu.right,.card-header.note-toolbar .dropdown-menu.right{right:0;left:auto}.note-popover .popover-content .dropdown-menu.right::before,.card-header.note-toolbar .dropdown-menu.right::before{right:9px;left:auto!important}.note-popover .popover-content .dropdown-menu.right::after,.card-header.note-toolbar .dropdown-menu.right::after{right:10px;left:auto!important}.note-popover .popover-content .dropdown-menu.note-check a i,.card-header.note-toolbar .dropdown-menu.note-check a i{color:deepskyblue;visibility:hidden}.note-popover .popover-content .dropdown-menu.note-check a.checked i,.card-header.note-toolbar .dropdown-menu.note-check a.checked i{visibility:visible}.note-popover .popover-content .note-fontsize-10,.card-header.note-toolbar .note-fontsize-10{font-size:10px}.note-popover .popover-content .note-color-palette,.card-header.note-toolbar .note-color-palette{line-height:1}.note-popover .popover-content .note-color-palette div .note-color-btn,.card-header.note-toolbar .note-color-palette div .note-color-btn{width:20px;height:20px;padding:0;margin:0;border:1px solid #fff}.note-popover .popover-content .note-color-palette div .note-color-btn:hover,.card-header.note-toolbar .note-color-palette div .note-color-btn:hover{border:1px solid #000}.note-dialog>div{display:none}.note-dialog .form-group{margin-right:0;margin-left:0}.note-dialog .note-modal-form{margin:0}.note-dialog .note-image-dialog .note-dropzone{min-height:100px;margin-bottom:10px;font-size:30px;line-height:4;color:lightgray;text-align:center;border:4px dashed lightgray}@-moz-document url-prefix(){.note-image-input{height:auto}}.note-placeholder{position:absolute;display:none;color:gray}.note-handle .note-control-selection{position:absolute;display:none;border:1px solid black}.note-handle .note-control-selection>div{position:absolute}.note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:black;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-handle .note-control-selection .note-control-handle{width:7px;height:7px;border:1px solid black}.note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid black}.note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:white;border:1px solid black}.note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:none}.note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-handle .note-control-selection .note-control-se.note-control-holder{cursor:default;border-top:0;border-left:none}.note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#000;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-hint-popover{min-width:100px;padding:2px}.note-hint-popover .popover-content{max-height:150px;padding:3px;overflow:auto}.note-hint-popover .popover-content .note-hint-group .note-hint-item{display:block!important;padding:3px}.note-hint-popover .popover-content .note-hint-group .note-hint-item.active,.note-hint-popover .popover-content .note-hint-group .note-hint-item:hover{display:block;clear:both;font-weight:400;line-height:1.4;color:#fff;text-decoration:none;white-space:nowrap;cursor:pointer;background-color:#428bca;outline:0}
@charset "UTF-8";
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #F1A31D;
  --secondary: #e1e1ef;
  --success: #08BB87;
  --info: #2d9fff;
  --warning: #ffb822;
  --danger: #fd387a;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1399px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #F1A31D;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #b6770b;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #a7abc3;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1399px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1399px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ebedf2;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebedf2;
}
.table tbody + tbody {
  border-top: 2px solid #ebedf2;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #ebedf2;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ebedf2;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f8fa;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #fafbfc;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fbe5c0;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f8cf89;
}

.table-hover .table-primary:hover {
  background-color: #f9dba8;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f9dba8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f7f7fb;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #efeff7;
}

.table-hover .table-secondary:hover {
  background-color: #e6e6f3;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e6e6f3;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #baecdd;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7fdcc1;
}

.table-hover .table-success:hover {
  background-color: #a6e6d3;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a6e6d3;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c4e4ff;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #92cdff;
}

.table-hover .table-info:hover {
  background-color: #abd8ff;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abd8ff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffebc1;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffda8c;
}

.table-hover .table-warning:hover {
  background-color: #ffe3a8;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe3a8;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fec7da;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fe98ba;
}

.table-hover .table-danger:hover {
  background-color: #feaec9;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #feaec9;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #F1A31D;
}

.table-hover .table-active:hover {
  background-color: #e6970e;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e6970e;
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #6c7293;
  background-color: #ebedf2;
  border-color: #ebedf2;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1398.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: 3.462rem;
  padding: 0.65rem 1.231rem;
  font-size: 1.077rem;
  font-weight: 400;
  line-height: 1.5;
  color: #56516e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #a7abc3;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #56516e;
}
.form-control:focus {
  color: #56516e;
  background-color: #fff;
  border-color: #FFB81F;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #a7abc3;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #a7abc3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a7abc3;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #a7abc3;
  opacity: 1;
}
.form-control::placeholder {
  color: #a7abc3;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f4f5f8;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #56516e;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.65rem + 1px);
  padding-bottom: calc(0.65rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(1.15rem + 1px);
  padding-bottom: calc(1.15rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.65rem 0;
  margin-bottom: 0;
  font-size: 1.077rem;
  line-height: 1.5;
  color: #56516e;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 2.3rem + 2px);
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #a7abc3;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #08BB87;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #08bb87;
  border-radius: 3px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #08BB87;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2308BB87' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.325rem) center;
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #08BB87;
  box-shadow: 0 0 0 0.2rem rgba(8, 187, 135, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #08BB87;
  padding-right: calc(0.75em + 3.206rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.231rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2308BB87' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 2.231rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #08BB87;
  box-shadow: 0 0 0 0.2rem rgba(8, 187, 135, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #08BB87;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #08BB87;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #08BB87;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #0aecaa;
  background-color: #0aecaa;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(8, 187, 135, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #08BB87;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #08BB87;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #08BB87;
  box-shadow: 0 0 0 0.2rem rgba(8, 187, 135, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #fd387a;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #fff;
  background-color: #fd387a;
  border-radius: 3px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #fd387a;
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd387a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd387a' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.325rem) center;
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #fd387a;
  box-shadow: 0 0 0 0.2rem rgba(253, 56, 122, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #fd387a;
  padding-right: calc(0.75em + 3.206rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.231rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23fd387a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23fd387a' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.231rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #fd387a;
  box-shadow: 0 0 0 0.2rem rgba(253, 56, 122, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fd387a;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #fd387a;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fd387a;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fe6a9c;
  background-color: #fe6a9c;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(253, 56, 122, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fd387a;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #fd387a;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #fd387a;
  box-shadow: 0 0 0 0.2rem rgba(253, 56, 122, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 8px 25px;
  font-size: 1.077rem;
  line-height: 1.5;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.btn-primary:hover {
  color: #212529;
  background-color: #da8f0e;
  border-color: #ce870d;
}
.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #da8f0e;
  border-color: #ce870d;
  box-shadow: 0 0 0 0.2rem rgba(210, 144, 31, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ce870d;
  border-color: #c27f0c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 144, 31, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #c8c8e2;
  border-color: #c0c0dd;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #c8c8e2;
  border-color: #c0c0dd;
  box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #c0c0dd;
  border-color: #b7b7d9;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(196, 197, 209, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #08BB87;
  border-color: #08BB87;
}
.btn-success:hover {
  color: #fff;
  background-color: #06966d;
  border-color: #068a64;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #06966d;
  border-color: #068a64;
  box-shadow: 0 0 0 0.2rem rgba(45, 197, 153, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #08BB87;
  border-color: #08BB87;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #068a64;
  border-color: #057e5b;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 197, 153, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #2d9fff;
  border-color: #2d9fff;
}
.btn-info:hover {
  color: #fff;
  background-color: #078eff;
  border-color: #0087f9;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #078eff;
  border-color: #0087f9;
  box-shadow: 0 0 0 0.2rem rgba(77, 173, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #2d9fff;
  border-color: #2d9fff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0087f9;
  border-color: #0080ec;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 173, 255, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-warning:hover {
  color: #212529;
  background-color: #fbaa00;
  border-color: #eea200;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #fbaa00;
  border-color: #eea200;
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #eea200;
  border-color: #e19900;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #fd387a;
  border-color: #fd387a;
}
.btn-danger:hover {
  color: #fff;
  background-color: #fd1261;
  border-color: #fc0658;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #fd1261;
  border-color: #fc0658;
  box-shadow: 0 0 0 0.2rem rgba(253, 86, 142, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #fd387a;
  border-color: #fd387a;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc0658;
  border-color: #f30253;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 86, 142, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #F1A31D;
  border-color: #F1A31D;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #F1A31D;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.5);
}

.btn-outline-secondary {
  color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #e1e1ef;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e1e1ef;
  border-color: #e1e1ef;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}

.btn-outline-success {
  color: #08BB87;
  border-color: #08BB87;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #08BB87;
  border-color: #08BB87;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 187, 135, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #08BB87;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #08BB87;
  border-color: #08BB87;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 187, 135, 0.5);
}

.btn-outline-info {
  color: #2d9fff;
  border-color: #2d9fff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #2d9fff;
  border-color: #2d9fff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 159, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2d9fff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #2d9fff;
  border-color: #2d9fff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 159, 255, 0.5);
}

.btn-outline-warning {
  color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffb822;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

.btn-outline-danger {
  color: #fd387a;
  border-color: #fd387a;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #fd387a;
  border-color: #fd387a;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 56, 122, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fd387a;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fd387a;
  border-color: #fd387a;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 56, 122, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #F1A31D;
  text-decoration: none;
}
.btn-link:hover {
  color: #b6770b;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.731rem 1.923rem;
  font-size: 1.231rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 15px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 95;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1399px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #a7abc3;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #6c7293;
  text-decoration: none;
  background-color: #f4f5f8;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #F1A31D;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb1c7;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #a7abc3;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #a7abc3;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 18.75px;
  padding-left: 18.75px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 11.25px;
  padding-left: 11.25px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.44225rem;
  padding-left: 1.44225rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.65rem 1.231rem;
  margin-bottom: 0;
  font-size: 1.077rem;
  font-weight: 400;
  line-height: 1.5;
  color: #a7abc3;
  text-align: center;
  white-space: nowrap;
  background-color: #f4f5f8;
  border: 1px solid #a7abc3;
  border-radius: 6px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 2.3rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1.15rem 1.65rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.231rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #F1A31D;
  background-color: #F1A31D;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #FFB81F;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fbe7c5;
  border-color: #fbe7c5;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f4f5f8;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 6px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #F1A31D;
  background-color: #F1A31D;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(241, 163, 29, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(241, 163, 29, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(241, 163, 29, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(241, 163, 29, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 3.462rem;
  padding: 0.65rem 2.231rem 0.65rem 1.231rem;
  font-size: 1.077rem;
  font-weight: 400;
  line-height: 1.5;
  color: #56516e;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.231rem center/8px 10px;
  border: 1px solid #a7abc3;
  border-radius: 6px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #FFB81F;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.25);
}
.custom-select:focus::-ms-value {
  color: #56516e;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.231rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #56516e;
}

.custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 2.3rem + 2px);
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  padding-left: 1.65rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 3.462rem;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 3.462rem;
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #FFB81F;
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f4f5f8;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 3.462rem;
  padding: 0.65rem 1.231rem;
  font-weight: 400;
  line-height: 1.5;
  color: #56516e;
  background-color: #fff;
  border: 1px solid #a7abc3;
  border-radius: 6px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.3rem);
  padding: 0.65rem 1.231rem;
  line-height: 1.5;
  color: #56516e;
  content: "Browse";
  background-color: #f4f5f8;
  border-left: inherit;
  border-radius: 0 6px 6px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 163, 29, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 163, 29, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(241, 163, 29, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #F1A31D;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #fbe7c5;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #F1A31D;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #fbe7c5;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #F1A31D;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #fbe7c5;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 6px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #F1A31D;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1398.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1399px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ebedf2;
  border-radius: 6px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f4f5f8;
  border-bottom: 1px solid #ebedf2;
}
.card-header:first-child {
  border-radius: 5px 5px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f4f5f8;
  border-top: 1px solid #ebedf2;
}
.card-footer:last-child {
  border-radius: 0 0 5px 5px;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.card-deck .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group > .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 6px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 6px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #F1A31D;
  background-color: #fff;
  border: 1px solid #ebedf2;
}
.page-link:hover {
  z-index: 2;
  color: #b6770b;
  text-decoration: none;
  background-color: #ebedf2;
  border-color: #ebedf2;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ebedf2;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 6px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #212529;
  background-color: #F1A31D;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #ce870d;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #e1e1ef;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #c0c0dd;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(225, 225, 239, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #08BB87;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #068a64;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(8, 187, 135, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #2d9fff;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0087f9;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(45, 159, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffb822;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #eea200;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #fd387a;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #fc0658;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 56, 122, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 6px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7d550f;
  background-color: #fcedd2;
  border-color: #fbe5c0;
}
.alert-primary hr {
  border-top-color: #f9dba8;
}
.alert-primary .alert-link {
  color: #4f360a;
}

.alert-secondary {
  color: #75757c;
  background-color: #f9f9fc;
  border-color: #f7f7fb;
}
.alert-secondary hr {
  border-top-color: #e6e6f3;
}
.alert-secondary .alert-link {
  color: #5c5c62;
}

.alert-success {
  color: #046146;
  background-color: #cef1e7;
  border-color: #baecdd;
}
.alert-success hr {
  border-top-color: #a6e6d3;
}
.alert-success .alert-link {
  color: #023023;
}

.alert-info {
  color: #175385;
  background-color: #d5ecff;
  border-color: #c4e4ff;
}
.alert-info hr {
  border-top-color: #abd8ff;
}
.alert-info .alert-link {
  color: #0f385a;
}

.alert-warning {
  color: #856012;
  background-color: #fff1d3;
  border-color: #ffebc1;
}
.alert-warning hr {
  border-top-color: #ffe3a8;
}
.alert-warning .alert-link {
  color: #58400c;
}

.alert-danger {
  color: #841d3f;
  background-color: #ffd7e4;
  border-color: #fec7da;
}
.alert-danger hr {
  border-top-color: #feaec9;
}
.alert-danger .alert-link {
  color: #5a142b;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: get-color();
  border-radius: 6px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #F1A31D;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #ebedf2;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #ebedf2;
}
.list-group-item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.list-group-item:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 6px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1399px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #7d550f;
  background-color: #fbe5c0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7d550f;
  background-color: #f9dba8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #7d550f;
  border-color: #7d550f;
}

.list-group-item-secondary {
  color: #75757c;
  background-color: #f7f7fb;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #75757c;
  background-color: #e6e6f3;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #75757c;
  border-color: #75757c;
}

.list-group-item-success {
  color: #046146;
  background-color: #baecdd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #046146;
  background-color: #a6e6d3;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #046146;
  border-color: #046146;
}

.list-group-item-info {
  color: #175385;
  background-color: #c4e4ff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #175385;
  background-color: #abd8ff;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #175385;
  border-color: #175385;
}

.list-group-item-warning {
  color: #856012;
  background-color: #ffebc1;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856012;
  background-color: #ffe3a8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856012;
  border-color: #856012;
}

.list-group-item-danger {
  color: #841d3f;
  background-color: #fec7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #841d3f;
  background-color: #feaec9;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #841d3f;
  border-color: #841d3f;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c7293;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #ebedf2;
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ebedf2;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.25rem;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1.25rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #ebedf2;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1399px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffffff;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ffffff;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ffffff;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ffffff;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #6c7293;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.9rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 3px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: white;
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 3px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: white;
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: white;
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #ffffff;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 3px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: white;
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c7293;
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1.25rem;
  color: #a7abc3;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #F1A31D !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ce870d !important;
}

.bg-secondary {
  background-color: #e1e1ef !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c0c0dd !important;
}

.bg-success {
  background-color: #08BB87 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #068a64 !important;
}

.bg-info {
  background-color: #2d9fff !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0087f9 !important;
}

.bg-warning {
  background-color: #ffb822 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #eea200 !important;
}

.bg-danger {
  background-color: #fd387a !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #fc0658 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #F1A31D !important;
}

.border-secondary {
  border-color: #e1e1ef !important;
}

.border-success {
  border-color: #08BB87 !important;
}

.border-info {
  border-color: #2d9fff !important;
}

.border-warning {
  border-color: #ffb822 !important;
}

.border-danger {
  border-color: #fd387a !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 6px !important;
}

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1399px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1399px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1399px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1399px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1399px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #F1A31D !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #b6770b !important;
}

.text-secondary {
  color: #e1e1ef !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #afafd4 !important;
}

.text-success {
  color: #08BB87 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #057252 !important;
}

.text-info {
  color: #2d9fff !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0079e0 !important;
}

.text-warning {
  color: #ffb822 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d59000 !important;
}

.text-danger {
  color: #fd387a !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #e6024f !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #a7abc3 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 1024px !important;
  }

  .container {
    min-width: 1024px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #ebedf2;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #ebedf2;
  }
}
.accordion .card {
  margin: 0;
}
.accordion .card .card-header {
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.accordion .card .card-header .card-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 1rem 1rem;
  color: #F1A31D;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.accordion .card .card-header .card-title > i {
  margin-right: 1rem;
  font-size: 1.4rem;
  color: #F1A31D;
}
.accordion .card .card-header .card-title.collapsed {
  color: #6c7293;
}
.accordion .card .card-header .card-title.collapsed > i {
  color: #a7abc3;
}
.accordion .card .card-header .card-title:after {
  right: 1rem;
}
.accordion .card .card-body {
  padding: 1.25rem;
  font-size: 1rem;
}

.accordion.accordion-light {
  padding: 40px 25px;
  background-color: #fff;
}
.accordion.accordion-light .card {
  border: 0;
  border-top: 1px solid #eeeef4;
  margin: 0;
}
.accordion.accordion-light .card .card-header {
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
}
.accordion.accordion-light .card .card-header .card-title {
  margin: 0;
  padding: 1.231rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #F1A31D;
}
.accordion.accordion-light .card .card-header .card-title.collapsed {
  color: #a7abc3;
  padding: 1.231rem 0;
}
.accordion.accordion-light .card .card-header .card-title.collapsed:after {
  color: #a7abc3;
}
.accordion.accordion-light .card .card-header .card-title:after {
  right: 0;
}
.accordion.accordion-light .card .card-body {
  padding: 0;
  margin-top: 0.846rem;
  margin-bottom: 1.846rem;
  font-size: 1rem;
}
.accordion.accordion-light .card:first-child {
  border-top: 0;
}
.accordion.accordion-light .card:first-child .card-header {
  margin: 0;
}
.accordion.accordion-light .card:first-child .card-header .card-title {
  padding-top: 0;
}
.accordion.accordion-light .card:last-child .card-header .card-title.collapsed {
  padding-bottom: 0;
}
.accordion.accordion-light .card:last-child .card-body {
  margin-bottom: 0;
}

.accordion.accordion-outline--padded {
  padding: 1.7rem;
}
.accordion.accordion-outline .card {
  margin-bottom: 1.25rem;
  border: 0;
}
.accordion.accordion-outline .card .card-header {
  padding: 0;
  background-color: transparent;
}
.accordion.accordion-outline .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  border-color: #f7ca7d;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  padding-bottom: calc(1.5rem + 2px);
  border-left-width: 2px;
  border-style: solid;
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.accordion.accordion-outline .card .card-header .card-title:after {
  position: absolute;
  right: 1.25rem;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F28E";
  font-size: 1.7rem;
  font-weight: bold;
  color: #F1A31D;
}
.accordion.accordion-outline .card .card-header .card-title.collapsed {
  color: #464457;
  border-color: #efeff0;
  border-bottom-width: 2px;
  padding-bottom: 1.5rem;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.accordion.accordion-outline .card .card-header .card-title.collapsed:after {
  content: "\F2C2";
  color: #efeff0;
}
.accordion.accordion-outline .card .card-body-wrapper > .card-body {
  padding: 0 2.7rem 1.7rem 1.7rem;
  font-size: 1.1rem;
  font-weight: 400;
  border-color: #f7ca7d;
  border-top-width: 0;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-style: solid;
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  color: #8d8c9b;
}
.accordion.accordion-outline .card .card-body-wrapper > .card-body > p:last-child {
  margin-bottom: 0;
}
.accordion.accordion-outline .card:last-child {
  margin-bottom: 0;
}

.accordion.accordion-solid .card {
  margin-bottom: 1.5rem;
  border: 0;
}
.accordion.accordion-solid .card:last-child {
  margin-bottom: 0;
}
.accordion.accordion-solid .card .card-header {
  padding: 0;
  background-color: transparent;
}
.accordion.accordion-solid .card .card-header .card-title {
  font-size: 1.1rem;
  padding: 1.25rem;
  background-color: #f4f5f8;
  border-radius: 6px;
}
.accordion.accordion-solid .card .card-header .card-title.collapsed {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion.accordion-solid .card .card-body {
  border: 1px solid #f4f5f8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.accordion.accordion-toggle-arrow .card .card-header .card-title {
  color: #F1A31D;
  position: relative;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
  position: absolute;
  font-size: 1rem;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F110";
  color: #F1A31D;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed {
  color: #a7abc3;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title.collapsed:after {
  color: #a7abc3;
  content: "\F112";
}

.accordion.accordion-toggle-plus .card .card-header .card-title {
  color: #F1A31D;
  position: relative;
}
.accordion.accordion-toggle-plus .card .card-header .card-title:after {
  position: absolute;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F28E";
  font-size: 1.2rem;
  color: #F1A31D;
}
.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed {
  color: #a7abc3;
}
.accordion.accordion-toggle-plus .card .card-header .card-title.collapsed:after {
  color: #a7abc3;
  content: "\F2C2";
}

.alert {
  display: flex;
  align-items: stretch;
  padding: 1rem 2rem;
  border-radius: 3px;
  margin: 0 0 24px 0;
}
.alert:first-child {
  margin-top: -9px;
}
.alert:not(:first-child) {
  margin-top: 16px;
}
.alert .alert-icon {
  display: flex;
  align-items: center;
  padding: 0 1.25rem 0 0;
}
.alert .alert-icon i {
  font-size: 2.4rem;
}
.alert .alert-icon.alert-icon-top {
  align-items: flex-start;
  align-content: stretch;
}
.alert .alert-text {
  align-self: center;
  flex-grow: 1;
}
.alert .alert-close {
  padding: 0 0 0 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.alert .alert-close .close {
  text-shadow: none !important;
}
.alert .alert-close i {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.alert .alert-close i:hover {
  transition: all 0.3s ease;
  opacity: 1;
}
.alert.alert-elevate {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}
.alert.alert-brand {
  background: #F1A31D;
  border: 1px solid #F1A31D;
  color: #ffffff;
}
.alert.alert-brand .alert-icon i {
  color: #ffffff;
}
.alert.alert-brand .alert-text {
  color: #ffffff;
}
.alert.alert-brand .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-brand .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-brand {
  border: 1px solid #F1A31D;
  color: #F1A31D;
}
.alert.alert-outline-brand .alert-icon i {
  color: #F1A31D;
}
.alert.alert-outline-brand .alert-text {
  color: #F1A31D;
}
.alert.alert-outline-brand .alert-close i {
  color: #F1A31D;
}
.alert.alert-solid-brand {
  background: rgba(241, 163, 29, 0.1);
  border-color: transparent;
  color: #F1A31D;
}
.alert.alert-solid-brand .alert-icon i {
  color: #F1A31D;
}
.alert.alert-solid-brand .alert-text {
  color: #F1A31D;
}
.alert.alert-solid-brand .alert-close i {
  color: #F1A31D;
}
.alert.alert-light {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #5d8cfe;
}
.alert.alert-light .alert-icon i {
  color: #5d8cfe;
}
.alert.alert-light .alert-text {
  color: #5d8cfe;
}
.alert.alert-light .alert-text hr {
  border-top-color: #5d8cfe;
  opacity: 0.4;
}
.alert.alert-light .alert-close i {
  color: #5d8cfe;
}
.alert.alert-outline-light {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.alert.alert-outline-light .alert-icon i {
  color: #ffffff;
}
.alert.alert-outline-light .alert-text {
  color: #ffffff;
}
.alert.alert-outline-light .alert-close i {
  color: #ffffff;
}
.alert.alert-solid-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: #ffffff;
}
.alert.alert-solid-light .alert-icon i {
  color: #ffffff;
}
.alert.alert-solid-light .alert-text {
  color: #ffffff;
}
.alert.alert-solid-light .alert-close i {
  color: #ffffff;
}
.alert.alert-dark {
  background: #282b3b;
  border: 1px solid #282b3b;
  color: #ffffff;
}
.alert.alert-dark .alert-icon i {
  color: #ffffff;
}
.alert.alert-dark .alert-text {
  color: #ffffff;
}
.alert.alert-dark .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-dark .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-dark {
  border: 1px solid #282b3b;
  color: #282b3b;
}
.alert.alert-outline-dark .alert-icon i {
  color: #282b3b;
}
.alert.alert-outline-dark .alert-text {
  color: #282b3b;
}
.alert.alert-outline-dark .alert-close i {
  color: #282b3b;
}
.alert.alert-solid-dark {
  background: rgba(40, 43, 59, 0.1);
  border-color: transparent;
  color: #282b3b;
}
.alert.alert-solid-dark .alert-icon i {
  color: #282b3b;
}
.alert.alert-solid-dark .alert-text {
  color: #282b3b;
}
.alert.alert-solid-dark .alert-close i {
  color: #282b3b;
}
.alert.alert-primary {
  background: #F1A31D;
  border: 1px solid #F1A31D;
  color: #ffffff;
}
.alert.alert-primary .alert-icon i {
  color: #ffffff;
}
.alert.alert-primary .alert-text {
  color: #ffffff;
}
.alert.alert-primary .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-primary .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-primary {
  border: 1px solid #F1A31D;
  color: #F1A31D;
}
.alert.alert-outline-primary .alert-icon i {
  color: #F1A31D;
}
.alert.alert-outline-primary .alert-text {
  color: #F1A31D;
}
.alert.alert-outline-primary .alert-close i {
  color: #F1A31D;
}
.alert.alert-solid-primary {
  background: rgba(241, 163, 29, 0.1);
  border-color: transparent;
  color: #F1A31D;
}
.alert.alert-solid-primary .alert-icon i {
  color: #F1A31D;
}
.alert.alert-solid-primary .alert-text {
  color: #F1A31D;
}
.alert.alert-solid-primary .alert-close i {
  color: #F1A31D;
}
.alert.alert-success {
  background: #08BB87;
  border: 1px solid #08BB87;
  color: #ffffff;
}
.alert.alert-success .alert-icon i {
  color: #ffffff;
}
.alert.alert-success .alert-text {
  color: #ffffff;
}
.alert.alert-success .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-success .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-success {
  border: 1px solid #08BB87;
  color: #08BB87;
}
.alert.alert-outline-success .alert-icon i {
  color: #08BB87;
}
.alert.alert-outline-success .alert-text {
  color: #08BB87;
}
.alert.alert-outline-success .alert-close i {
  color: #08BB87;
}
.alert.alert-solid-success {
  background: rgba(8, 187, 135, 0.1);
  border-color: transparent;
  color: #08BB87;
}
.alert.alert-solid-success .alert-icon i {
  color: #08BB87;
}
.alert.alert-solid-success .alert-text {
  color: #08BB87;
}
.alert.alert-solid-success .alert-close i {
  color: #08BB87;
}
.alert.alert-info {
  background: #2d9fff;
  border: 1px solid #2d9fff;
  color: #ffffff;
}
.alert.alert-info .alert-icon i {
  color: #ffffff;
}
.alert.alert-info .alert-text {
  color: #ffffff;
}
.alert.alert-info .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-info .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-info {
  border: 1px solid #2d9fff;
  color: #2d9fff;
}
.alert.alert-outline-info .alert-icon i {
  color: #2d9fff;
}
.alert.alert-outline-info .alert-text {
  color: #2d9fff;
}
.alert.alert-outline-info .alert-close i {
  color: #2d9fff;
}
.alert.alert-solid-info {
  background: rgba(45, 159, 255, 0.1);
  border-color: transparent;
  color: #2d9fff;
}
.alert.alert-solid-info .alert-icon i {
  color: #2d9fff;
}
.alert.alert-solid-info .alert-text {
  color: #2d9fff;
}
.alert.alert-solid-info .alert-close i {
  color: #2d9fff;
}
.alert.alert-warning {
  background: #ffb822;
  border: 1px solid #ffb822;
  color: #111111;
}
.alert.alert-warning .alert-icon i {
  color: #111111;
}
.alert.alert-warning .alert-text {
  color: #111111;
}
.alert.alert-warning .alert-text hr {
  border-top-color: #111111;
  opacity: 0.4;
}
.alert.alert-warning .alert-close i {
  color: #111111;
}
.alert.alert-outline-warning {
  border: 1px solid #ffb822;
  color: #ffb822;
}
.alert.alert-outline-warning .alert-icon i {
  color: #ffb822;
}
.alert.alert-outline-warning .alert-text {
  color: #ffb822;
}
.alert.alert-outline-warning .alert-close i {
  color: #ffb822;
}
.alert.alert-solid-warning {
  background: rgba(255, 184, 34, 0.1);
  border-color: transparent;
  color: #ffb822;
}
.alert.alert-solid-warning .alert-icon i {
  color: #ffb822;
}
.alert.alert-solid-warning .alert-text {
  color: #ffb822;
}
.alert.alert-solid-warning .alert-close i {
  color: #ffb822;
}
.alert.alert-warning-2 {
  background: #DA9910;
  border: 1px solid #DA9910;
  color: #ffffff;
}
.alert.alert-warning-2 .alert-icon i {
  color: #ffffff;
}
.alert.alert-warning-2 .alert-text {
  color: #ffffff;
}
.alert.alert-warning-2 .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-warning-2 .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-warning-2 {
  border: 1px solid #DA9910;
  color: #DA9910;
}
.alert.alert-outline-warning-2 .alert-icon i {
  color: #DA9910;
}
.alert.alert-outline-warning-2 .alert-text {
  color: #DA9910;
}
.alert.alert-outline-warning-2 .alert-close i {
  color: #DA9910;
}
.alert.alert-solid-warning-2 {
  background: rgba(218, 153, 16, 0.1);
  border-color: transparent;
  color: #DA9910;
}
.alert.alert-solid-warning-2 .alert-icon i {
  color: #DA9910;
}
.alert.alert-solid-warning-2 .alert-text {
  color: #DA9910;
}
.alert.alert-solid-warning-2 .alert-close i {
  color: #DA9910;
}
.alert.alert-danger {
  background: #fd387a;
  border: 1px solid #fd387a;
  color: #ffffff;
}
.alert.alert-danger .alert-icon i {
  color: #ffffff;
}
.alert.alert-danger .alert-text {
  color: #ffffff;
}
.alert.alert-danger .alert-text hr {
  border-top-color: #ffffff;
  opacity: 0.4;
}
.alert.alert-danger .alert-close i {
  color: #ffffff;
}
.alert.alert-outline-danger {
  border: 1px solid #fd387a;
  color: #fd387a;
}
.alert.alert-outline-danger .alert-icon i {
  color: #fd387a;
}
.alert.alert-outline-danger .alert-text {
  color: #fd387a;
}
.alert.alert-outline-danger .alert-close i {
  color: #fd387a;
}
.alert.alert-solid-danger {
  background: rgba(253, 56, 122, 0.1);
  border-color: transparent;
  color: #fd387a;
}
.alert.alert-solid-danger .alert-icon i {
  color: #fd387a;
}
.alert.alert-solid-danger .alert-text {
  color: #fd387a;
}
.alert.alert-solid-danger .alert-close i {
  color: #fd387a;
}
.alert.alert-secondary .alert-icon i {
  color: #a7abc3;
}
.alert.alert-secondary .alert-text {
  color: #6c7293;
}
.alert.alert--marginless {
  margin: 0;
}
.alert.alert-bold .alert-text {
  font-weight: 500;
}

.badge {
  font-weight: 400;
}

.btn {
  background: transparent;
  outline: none !important;
  vertical-align: middle;
}
.btn:focus:not(.btn-elevate) {
  box-shadow: none !important;
}

.btn-rm {
  margin-right: 6px;
}

.btn-lm:not(:first-child) {
  margin-left: 6px;
}

.portlet__head-toolbar .btn-lm:not(:first-child) {
  margin-left: 10px;
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover {
  background-color: #F1A31D !important;
  border-color: #F1A31D !important;
}
.btn-primary:disabled, .btn-primary.disabled, .btn-primary[data-disabled] {
  background-color: #FFE5AD !important;
  color: rgba(173, 177, 199, 0.5) !important;
  border-color: #FFE5AD !important;
  cursor: auto;
}

.btn.btn-clean {
  border-color: transparent;
  background: transparent;
  color: #FFE5AD;
}
.btn.btn-clean i {
  color: #FFE5AD;
}
.show > .btn.btn-clean, .btn.btn-clean.active, .btn.btn-clean:active, .btn.btn-clean:hover {
  color: #F1A31D;
  background: #FFF9EB;
}
.show > .btn.btn-clean i, .btn.btn-clean.active i, .btn.btn-clean:active i, .btn.btn-clean:hover i {
  color: #F1A31D;
}

.btn.btn-default {
  border: 0;
  background: transparent;
  color: #a7abc3;
  border: 1px solid #FFE5AD;
}
.btn.btn-default i {
  color: #FFBE33;
}
.show > .btn.btn-default, .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover {
  color: #ffffff;
  background: #F1A31D;
  border-color: #F1A31D;
}
.show > .btn.btn-default i, .btn.btn-default.active i, .btn.btn-default:active i, .btn.btn-default:hover i {
  color: #ffffff;
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid #FFE5AD;
  color: #6c7293;
  font-size: 1.231rem;
}
.show > .btn-secondary.dropdown-toggle, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active, .btn-secondary:hover {
  color: #6c7293;
  border-color: #FFE5AD;
  background-color: #f4f5f8;
}
.btn-secondary:disabled, .btn-secondary.disabled, .btn-secondary[data-disabled] {
  background-color: #FFE5AD;
  color: rgba(173, 177, 199, 0.5);
  border-color: #FFE5AD;
  cursor: auto;
}

.btn-tertiary {
  background-color: transparent;
  border: none;
  color: #65676b;
  font-size: 1.231rem;
}
.show > .btn-tertiary.dropdown-toggle, .btn-tertiary:focus, .btn-tertiary.active, .btn-tertiary:active, .btn-tertiary:hover {
  color: #F1A31D;
}
.btn-tertiary.btn-back {
  background-color: rgba(255, 229, 173, 0.5);
}
.btn-tertiary:disabled, .btn-tertiary.disabled, .btn-tertiary[data-disabled] {
  color: rgba(173, 177, 199, 0.5);
}

.btn-refresh, .btn-new {
  font-size: 1rem;
}
.btn-refresh.btn i[class*=" la-"], .btn-new.btn i[class*=" la-"] {
  font-size: 1.1rem;
}
.btn-refresh.btn-lm:not(:first-child), .btn-new.btn-lm:not(:first-child) {
  margin-left: 10px;
}

.btn-brand {
  color: #212529;
  background-color: #F1A31D;
  border-color: #F1A31D;
  color: #ffffff;
}
.btn-brand:hover {
  color: #212529;
  background-color: #da8f0e;
  border-color: #ce870d;
}
.btn-brand:focus, .btn-brand.focus {
  color: #212529;
  background-color: #da8f0e;
  border-color: #ce870d;
  box-shadow: 0 0 0 0.2rem rgba(210, 144, 31, 0.5);
}
.btn-brand.disabled, .btn-brand:disabled {
  color: #212529;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.btn-brand:not(:disabled):not(.disabled):active, .btn-brand:not(:disabled):not(.disabled).active, .show > .btn-brand.dropdown-toggle {
  color: #fff;
  background-color: #ce870d;
  border-color: #c27f0c;
}
.btn-brand:not(:disabled):not(.disabled):active:focus, .btn-brand:not(:disabled):not(.disabled).active:focus, .show > .btn-brand.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 144, 31, 0.5);
}
.btn-brand + .btn.dropdown-toggle {
  position: relative;
}
.btn-brand + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-brand + .btn.dropdown-toggle:hover:before, .btn-brand + .btn.dropdown-toggle:focus:before, .btn-brand + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-light {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #5d8cfe;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.show > .btn-light.dropdown-toggle, .btn-light:focus, .btn-light.active, .btn-light:active, .btn-light:hover {
  background-color: #f4f5f8;
  border-color: #f4f5f8;
}
.btn-light + .btn.dropdown-toggle {
  position: relative;
}
.btn-light + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #5d8cfe;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-light + .btn.dropdown-toggle:hover:before, .btn-light + .btn.dropdown-toggle:focus:before, .btn-light + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-dark {
  color: #fff;
  background-color: #282b3b;
  border-color: #282b3b;
  color: #ffffff;
}
.btn-dark:hover {
  color: #fff;
  background-color: #191a24;
  border-color: #13151d;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #191a24;
  border-color: #13151d;
  box-shadow: 0 0 0 0.2rem rgba(72, 75, 88, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #282b3b;
  border-color: #282b3b;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #13151d;
  border-color: #0e0f15;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 75, 88, 0.5);
}
.btn-dark + .btn.dropdown-toggle {
  position: relative;
}
.btn-dark + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-dark + .btn.dropdown-toggle:hover:before, .btn-dark + .btn.dropdown-toggle:focus:before, .btn-dark + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-primary {
  color: #212529;
  background-color: #F1A31D;
  border-color: #F1A31D;
  color: #ffffff;
}
.btn-primary:hover {
  color: #212529;
  background-color: #da8f0e;
  border-color: #ce870d;
}
.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #da8f0e;
  border-color: #ce870d;
  box-shadow: 0 0 0 0.2rem rgba(210, 144, 31, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ce870d;
  border-color: #c27f0c;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(210, 144, 31, 0.5);
}
.btn-primary + .btn.dropdown-toggle {
  position: relative;
}
.btn-primary + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-primary + .btn.dropdown-toggle:hover:before, .btn-primary + .btn.dropdown-toggle:focus:before, .btn-primary + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-success {
  color: #fff;
  background-color: #08BB87;
  border-color: #08BB87;
  color: #ffffff;
}
.btn-success:hover {
  color: #fff;
  background-color: #06966d;
  border-color: #068a64;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #06966d;
  border-color: #068a64;
  box-shadow: 0 0 0 0.2rem rgba(45, 197, 153, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #08BB87;
  border-color: #08BB87;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #068a64;
  border-color: #057e5b;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 197, 153, 0.5);
}
.btn-success + .btn.dropdown-toggle {
  position: relative;
}
.btn-success + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-success + .btn.dropdown-toggle:hover:before, .btn-success + .btn.dropdown-toggle:focus:before, .btn-success + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-info {
  color: #fff;
  background-color: #2d9fff;
  border-color: #2d9fff;
  color: #ffffff;
}
.btn-info:hover {
  color: #fff;
  background-color: #078eff;
  border-color: #0087f9;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #078eff;
  border-color: #0087f9;
  box-shadow: 0 0 0 0.2rem rgba(77, 173, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #2d9fff;
  border-color: #2d9fff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0087f9;
  border-color: #0080ec;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 173, 255, 0.5);
}
.btn-info + .btn.dropdown-toggle {
  position: relative;
}
.btn-info + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-info + .btn.dropdown-toggle:hover:before, .btn-info + .btn.dropdown-toggle:focus:before, .btn-info + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-warning {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
  color: #111111;
}
.btn-warning:hover {
  color: #212529;
  background-color: #fbaa00;
  border-color: #eea200;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #fbaa00;
  border-color: #eea200;
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #eea200;
  border-color: #e19900;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 162, 35, 0.5);
}
.btn-warning + .btn.dropdown-toggle {
  position: relative;
}
.btn-warning + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #111111;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-warning + .btn.dropdown-toggle:hover:before, .btn-warning + .btn.dropdown-toggle:focus:before, .btn-warning + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-warning-2 {
  color: #212529;
  background-color: #DA9910;
  border-color: #DA9910;
  color: #ffffff;
}
.btn-warning-2:hover {
  color: #fff;
  background-color: #b6800d;
  border-color: #aa780d;
}
.btn-warning-2:focus, .btn-warning-2.focus {
  color: #fff;
  background-color: #b6800d;
  border-color: #aa780d;
  box-shadow: 0 0 0 0.2rem rgba(190, 136, 20, 0.5);
}
.btn-warning-2.disabled, .btn-warning-2:disabled {
  color: #212529;
  background-color: #DA9910;
  border-color: #DA9910;
}
.btn-warning-2:not(:disabled):not(.disabled):active, .btn-warning-2:not(:disabled):not(.disabled).active, .show > .btn-warning-2.dropdown-toggle {
  color: #fff;
  background-color: #aa780d;
  border-color: #9f6f0c;
}
.btn-warning-2:not(:disabled):not(.disabled):active:focus, .btn-warning-2:not(:disabled):not(.disabled).active:focus, .show > .btn-warning-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 136, 20, 0.5);
}
.btn-warning-2 + .btn.dropdown-toggle {
  position: relative;
}
.btn-warning-2 + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-warning-2 + .btn.dropdown-toggle:hover:before, .btn-warning-2 + .btn.dropdown-toggle:focus:before, .btn-warning-2 + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-danger {
  color: #fff;
  background-color: #fd387a;
  border-color: #fd387a;
  color: #ffffff;
}
.btn-danger:hover {
  color: #fff;
  background-color: #fd1261;
  border-color: #fc0658;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #fd1261;
  border-color: #fc0658;
  box-shadow: 0 0 0 0.2rem rgba(253, 86, 142, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #fd387a;
  border-color: #fd387a;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc0658;
  border-color: #f30253;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 86, 142, 0.5);
}
.btn-danger + .btn.dropdown-toggle {
  position: relative;
}
.btn-danger + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-danger + .btn.dropdown-toggle:hover:before, .btn-danger + .btn.dropdown-toggle:focus:before, .btn-danger + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-facebook + .btn.dropdown-toggle {
  position: relative;
}
.btn-facebook + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-facebook + .btn.dropdown-toggle:hover:before, .btn-facebook + .btn.dropdown-toggle:focus:before, .btn-facebook + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-google {
  color: #fff;
  background-color: #dc4e41;
  border-color: #dc4e41;
  color: #ffffff;
}
.btn-google:hover {
  color: #fff;
  background-color: #d03526;
  border-color: #c63224;
}
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #d03526;
  border-color: #c63224;
  box-shadow: 0 0 0 0.2rem rgba(225, 105, 94, 0.5);
}
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #dc4e41;
  border-color: #dc4e41;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c63224;
  border-color: #bb2f22;
}
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google:not(:disabled):not(.disabled).active:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 105, 94, 0.5);
}
.btn-google + .btn.dropdown-toggle {
  position: relative;
}
.btn-google + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-google + .btn.dropdown-toggle:hover:before, .btn-google + .btn.dropdown-toggle:focus:before, .btn-google + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-twitter {
  color: #212529;
  background-color: #4AB3F4;
  border-color: #4AB3F4;
  color: #ffffff;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #26a4f2;
  border-color: #1a9ff1;
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #26a4f2;
  border-color: #1a9ff1;
  box-shadow: 0 0 0 0.2rem rgba(68, 158, 214, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #212529;
  background-color: #4AB3F4;
  border-color: #4AB3F4;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #1a9ff1;
  border-color: #0f9af0;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(68, 158, 214, 0.5);
}
.btn-twitter + .btn.dropdown-toggle {
  position: relative;
}
.btn-twitter + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-twitter + .btn.dropdown-toggle:hover:before, .btn-twitter + .btn.dropdown-toggle:focus:before, .btn-twitter + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
  color: #ffffff;
}
.btn-instagram:hover {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
}
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}
.btn-instagram + .btn.dropdown-toggle {
  position: relative;
}
.btn-instagram + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-instagram + .btn.dropdown-toggle:hover:before, .btn-instagram + .btn.dropdown-toggle:focus:before, .btn-instagram + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-youtube {
  color: #fff;
  background-color: #b31217;
  border-color: #b31217;
  color: #ffffff;
}
.btn-youtube:hover {
  color: #fff;
  background-color: #900f13;
  border-color: #850d11;
}
.btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
  background-color: #900f13;
  border-color: #850d11;
  box-shadow: 0 0 0 0.2rem rgba(190, 54, 58, 0.5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #b31217;
  border-color: #b31217;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #850d11;
  border-color: #790c10;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 54, 58, 0.5);
}
.btn-youtube + .btn.dropdown-toggle {
  position: relative;
}
.btn-youtube + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-youtube + .btn.dropdown-toggle:hover:before, .btn-youtube + .btn.dropdown-toggle:focus:before, .btn-youtube + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
  color: #ffffff;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #005e8f;
  border-color: #005582;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005e8f;
  border-color: #005582;
  box-shadow: 0 0 0 0.2rem rgba(38, 139, 192, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005582;
  border-color: #004d75;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 139, 192, 0.5);
}
.btn-linkedin + .btn.dropdown-toggle {
  position: relative;
}
.btn-linkedin + .btn.dropdown-toggle:before {
  display: block;
  content: " ";
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 3px;
  left: -1px;
  bottom: 3px;
  opacity: 0.3;
}
.btn-linkedin + .btn.dropdown-toggle:hover:before, .btn-linkedin + .btn.dropdown-toggle:focus:before, .btn-linkedin + .btn.dropdown-toggle.active:before {
  display: none;
}

.btn-outline-brand {
  color: #F1A31D;
  border-color: #F1A31D;
}
.btn-outline-brand:hover {
  color: #ffffff;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.btn-outline-brand:focus, .btn-outline-brand.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.5);
}
.btn-outline-brand.disabled, .btn-outline-brand:disabled {
  color: #F1A31D;
  background-color: transparent;
}
.btn-outline-brand:not(:disabled):not(.disabled):active, .btn-outline-brand:not(:disabled):not(.disabled).active, .show > .btn-outline-brand.dropdown-toggle {
  color: #212529;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.btn-outline-brand:not(:disabled):not(.disabled):active:focus, .btn-outline-brand:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brand.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.5);
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  color: #5d8cfe;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #282b3b;
  border-color: #282b3b;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #282b3b;
  border-color: #282b3b;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 43, 59, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #282b3b;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #282b3b;
  border-color: #282b3b;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 43, 59, 0.5);
}

.btn-outline-primary {
  color: #F1A31D;
  border-color: #F1A31D;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #F1A31D;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #F1A31D;
  border-color: #F1A31D;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 163, 29, 0.5);
}

.btn-outline-success {
  color: #08BB87;
  border-color: #08BB87;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #08BB87;
  border-color: #08BB87;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 187, 135, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #08BB87;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #08BB87;
  border-color: #08BB87;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 187, 135, 0.5);
}

.btn-outline-info {
  color: #2d9fff;
  border-color: #2d9fff;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #2d9fff;
  border-color: #2d9fff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 159, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2d9fff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #2d9fff;
  border-color: #2d9fff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 159, 255, 0.5);
}

.btn-outline-warning {
  color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:hover {
  color: #111111;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffb822;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffb822;
  border-color: #ffb822;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
}

.btn-outline-warning-2 {
  color: #DA9910;
  border-color: #DA9910;
}
.btn-outline-warning-2:hover {
  color: #ffffff;
  background-color: #DA9910;
  border-color: #DA9910;
}
.btn-outline-warning-2:focus, .btn-outline-warning-2.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 153, 16, 0.5);
}
.btn-outline-warning-2.disabled, .btn-outline-warning-2:disabled {
  color: #DA9910;
  background-color: transparent;
}
.btn-outline-warning-2:not(:disabled):not(.disabled):active, .btn-outline-warning-2:not(:disabled):not(.disabled).active, .show > .btn-outline-warning-2.dropdown-toggle {
  color: #212529;
  background-color: #DA9910;
  border-color: #DA9910;
}
.btn-outline-warning-2:not(:disabled):not(.disabled):active:focus, .btn-outline-warning-2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 153, 16, 0.5);
}

.btn-outline-danger {
  color: #fd387a;
  border-color: #fd387a;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #fd387a;
  border-color: #fd387a;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 56, 122, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #fd387a;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #fd387a;
  border-color: #fd387a;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 56, 122, 0.5);
}

.show > .btn-hover-brand, .btn-hover-brand.active, .btn-hover-brand:active, .btn-hover-brand:hover {
  color: #ffffff;
  background-color: #F1A31D;
  border-color: #F1A31D;
}

.btn-outline-hover-brand.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-brand, .btn-outline-hover-brand.active, .btn-outline-hover-brand:active, .btn-outline-hover-brand:hover {
  color: #F1A31D;
  border-color: #F1A31D;
  background-color: transparent;
}

.show > .btn-hover-light, .btn-hover-light.active, .btn-hover-light:active, .btn-hover-light:hover {
  color: #5d8cfe;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-hover-light.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-light, .btn-outline-hover-light.active, .btn-outline-hover-light:active, .btn-outline-hover-light:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.show > .btn-hover-dark, .btn-hover-dark.active, .btn-hover-dark:active, .btn-hover-dark:hover {
  color: #ffffff;
  background-color: #282b3b;
  border-color: #282b3b;
}

.btn-outline-hover-dark.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-dark, .btn-outline-hover-dark.active, .btn-outline-hover-dark:active, .btn-outline-hover-dark:hover {
  color: #282b3b;
  border-color: #282b3b;
  background-color: transparent;
}

.show > .btn-hover-primary, .btn-hover-primary.active, .btn-hover-primary:active, .btn-hover-primary:hover {
  color: #ffffff;
  background-color: #F1A31D;
  border-color: #F1A31D;
}

.btn-outline-hover-primary.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-primary, .btn-outline-hover-primary.active, .btn-outline-hover-primary:active, .btn-outline-hover-primary:hover {
  color: #F1A31D;
  border-color: #F1A31D;
  background-color: transparent;
}

.show > .btn-hover-success, .btn-hover-success.active, .btn-hover-success:active, .btn-hover-success:hover {
  color: #ffffff;
  background-color: #08BB87;
  border-color: #08BB87;
}

.btn-outline-hover-success.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-success, .btn-outline-hover-success.active, .btn-outline-hover-success:active, .btn-outline-hover-success:hover {
  color: #08BB87;
  border-color: #08BB87;
  background-color: transparent;
}

.show > .btn-hover-info, .btn-hover-info.active, .btn-hover-info:active, .btn-hover-info:hover {
  color: #ffffff;
  background-color: #2d9fff;
  border-color: #2d9fff;
}

.btn-outline-hover-info.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-info, .btn-outline-hover-info.active, .btn-outline-hover-info:active, .btn-outline-hover-info:hover {
  color: #2d9fff;
  border-color: #2d9fff;
  background-color: transparent;
}

.show > .btn-hover-warning, .btn-hover-warning.active, .btn-hover-warning:active, .btn-hover-warning:hover {
  color: #111111;
  background-color: #ffb822;
  border-color: #ffb822;
}

.btn-outline-hover-warning.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-warning, .btn-outline-hover-warning.active, .btn-outline-hover-warning:active, .btn-outline-hover-warning:hover {
  color: #ffb822;
  border-color: #ffb822;
  background-color: transparent;
}

.show > .btn-hover-warning-2, .btn-hover-warning-2.active, .btn-hover-warning-2:active, .btn-hover-warning-2:hover {
  color: #ffffff;
  background-color: #DA9910;
  border-color: #DA9910;
}

.btn-outline-hover-warning-2.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-warning-2, .btn-outline-hover-warning-2.active, .btn-outline-hover-warning-2:active, .btn-outline-hover-warning-2:hover {
  color: #DA9910;
  border-color: #DA9910;
  background-color: transparent;
}

.show > .btn-hover-danger, .btn-hover-danger.active, .btn-hover-danger:active, .btn-hover-danger:hover {
  color: #ffffff;
  background-color: #fd387a;
  border-color: #fd387a;
}

.btn-outline-hover-danger.btn-clean {
  border: 1px solid transparent;
}
.show > .btn-outline-hover-danger, .btn-outline-hover-danger.active, .btn-outline-hover-danger:active, .btn-outline-hover-danger:hover {
  color: #fd387a;
  border-color: #fd387a;
  background-color: transparent;
}

.btn-font-brand {
  color: #F1A31D;
}

.show > .btn-font-hover-brand, .btn-font-hover-brand.active, .btn-font-hover-brand:active, .btn-font-hover-brand:hover {
  color: #F1A31D;
}

.btn-font-light {
  color: #ffffff;
}

.show > .btn-font-hover-light, .btn-font-hover-light.active, .btn-font-hover-light:active, .btn-font-hover-light:hover {
  color: #ffffff;
}

.btn-font-dark {
  color: #282b3b;
}

.show > .btn-font-hover-dark, .btn-font-hover-dark.active, .btn-font-hover-dark:active, .btn-font-hover-dark:hover {
  color: #282b3b;
}

.btn-font-primary {
  color: #F1A31D;
}

.show > .btn-font-hover-primary, .btn-font-hover-primary.active, .btn-font-hover-primary:active, .btn-font-hover-primary:hover {
  color: #F1A31D;
}

.btn-font-success {
  color: #08BB87;
}

.show > .btn-font-hover-success, .btn-font-hover-success.active, .btn-font-hover-success:active, .btn-font-hover-success:hover {
  color: #08BB87;
}

.btn-font-info {
  color: #2d9fff;
}

.show > .btn-font-hover-info, .btn-font-hover-info.active, .btn-font-hover-info:active, .btn-font-hover-info:hover {
  color: #2d9fff;
}

.btn-font-warning {
  color: #ffb822;
}

.show > .btn-font-hover-warning, .btn-font-hover-warning.active, .btn-font-hover-warning:active, .btn-font-hover-warning:hover {
  color: #ffb822;
}

.btn-font-warning-2 {
  color: #DA9910;
}

.show > .btn-font-hover-warning-2, .btn-font-hover-warning-2.active, .btn-font-hover-warning-2:active, .btn-font-hover-warning-2:hover {
  color: #DA9910;
}

.btn-font-danger {
  color: #fd387a;
}

.show > .btn-font-hover-danger, .btn-font-hover-danger.active, .btn-font-hover-danger:active, .btn-font-hover-danger:hover {
  color: #fd387a;
}

.btn.btn-outline-secondary {
  color: #494988;
}
.show > .btn.btn-outline-secondary, .btn.btn-outline-secondary.active, .btn.btn-outline-secondary:active, .btn.btn-outline-secondary:hover {
  background-color: #e1e1ef;
}

.btn.btn-elevate {
  transition: all 0.3s ease 0s;
}
.btn.btn-elevate.btn-elevate-air:hover {
  transform: translate(0, -4px);
}
.btn.btn-brand.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(241, 163, 29, 0.15);
}
.show > .btn.btn-brand.btn-elevate, .btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate:active, .btn.btn-brand.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(241, 163, 29, 0.25) !important;
}
.show > .btn.btn-brand.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-brand.btn-elevate, .btn.btn-brand.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:focus, .btn.btn-brand.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate.active, .btn.btn-brand.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:active, .btn.btn-brand.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(241, 163, 29, 0.25) !important;
}
.show > .btn.btn-brand.btn-elevate-hover, .btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover:active, .btn.btn-brand.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(241, 163, 29, 0.25) !important;
}
.show > .btn.btn-brand.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-brand.btn-elevate-hover, .btn.btn-brand.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover.active, .btn.btn-brand.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:focus, .btn.btn-brand.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:active, .btn.btn-brand.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-brand.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(241, 163, 29, 0.25) !important;
}
.btn.btn-light.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(153, 153, 153, 0.15);
}
.show > .btn.btn-light.btn-elevate, .btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate:active, .btn.btn-light.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  background-color: transparent;
  border-color: transparent;
}
.show > .btn.btn-light.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-light.btn-elevate, .btn.btn-light.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:focus, .btn.btn-light.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate.active, .btn.btn-light.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:active, .btn.btn-light.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important;
}
.show > .btn.btn-light.btn-elevate-hover, .btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover:active, .btn.btn-light.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(153, 153, 153, 0.25) !important;
  background-color: transparent;
  border-color: transparent;
}
.show > .btn.btn-light.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-light.btn-elevate-hover, .btn.btn-light.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover.active, .btn.btn-light.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:focus, .btn.btn-light.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:active, .btn.btn-light.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-light.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(153, 153, 153, 0.25) !important;
}
.btn.btn-dark.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(40, 43, 59, 0.15);
}
.show > .btn.btn-dark.btn-elevate, .btn.btn-dark.btn-elevate:focus, .btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(40, 43, 59, 0.25) !important;
}
.show > .btn.btn-dark.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-dark.btn-elevate, .btn.btn-dark.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:focus, .btn.btn-dark.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate.active, .btn.btn-dark.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:active, .btn.btn-dark.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(40, 43, 59, 0.25) !important;
}
.show > .btn.btn-dark.btn-elevate-hover, .btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover:active, .btn.btn-dark.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(40, 43, 59, 0.25) !important;
}
.show > .btn.btn-dark.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-dark.btn-elevate-hover, .btn.btn-dark.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover.active, .btn.btn-dark.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:focus, .btn.btn-dark.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:active, .btn.btn-dark.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-dark.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(40, 43, 59, 0.25) !important;
}
.btn.btn-primary.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(241, 163, 29, 0.15);
}
.show > .btn.btn-primary.btn-elevate, .btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate:active, .btn.btn-primary.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(241, 163, 29, 0.25) !important;
}
.show > .btn.btn-primary.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-primary.btn-elevate, .btn.btn-primary.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:focus, .btn.btn-primary.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate.active, .btn.btn-primary.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:active, .btn.btn-primary.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(241, 163, 29, 0.25) !important;
}
.show > .btn.btn-primary.btn-elevate-hover, .btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover:active, .btn.btn-primary.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(241, 163, 29, 0.25) !important;
}
.show > .btn.btn-primary.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-primary.btn-elevate-hover, .btn.btn-primary.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover.active, .btn.btn-primary.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:focus, .btn.btn-primary.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:active, .btn.btn-primary.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-primary.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(241, 163, 29, 0.25) !important;
}
.btn.btn-success.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(8, 187, 135, 0.15);
}
.show > .btn.btn-success.btn-elevate, .btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate:active, .btn.btn-success.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(8, 187, 135, 0.25) !important;
}
.show > .btn.btn-success.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-success.btn-elevate, .btn.btn-success.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:focus, .btn.btn-success.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate.active, .btn.btn-success.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:active, .btn.btn-success.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(8, 187, 135, 0.25) !important;
}
.show > .btn.btn-success.btn-elevate-hover, .btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover:active, .btn.btn-success.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(8, 187, 135, 0.25) !important;
}
.show > .btn.btn-success.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-success.btn-elevate-hover, .btn.btn-success.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover.active, .btn.btn-success.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:focus, .btn.btn-success.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:active, .btn.btn-success.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-success.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(8, 187, 135, 0.25) !important;
}
.btn.btn-info.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(45, 159, 255, 0.15);
}
.show > .btn.btn-info.btn-elevate, .btn.btn-info.btn-elevate:focus, .btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(45, 159, 255, 0.25) !important;
}
.show > .btn.btn-info.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-info.btn-elevate, .btn.btn-info.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:focus, .btn.btn-info.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate.active, .btn.btn-info.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:active, .btn.btn-info.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(45, 159, 255, 0.25) !important;
}
.show > .btn.btn-info.btn-elevate-hover, .btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover:active, .btn.btn-info.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(45, 159, 255, 0.25) !important;
}
.show > .btn.btn-info.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-info.btn-elevate-hover, .btn.btn-info.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover.active, .btn.btn-info.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:focus, .btn.btn-info.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:active, .btn.btn-info.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-info.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(45, 159, 255, 0.25) !important;
}
.btn.btn-warning.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(255, 184, 34, 0.15);
}
.show > .btn.btn-warning.btn-elevate, .btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate:active, .btn.btn-warning.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.show > .btn.btn-warning.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-warning.btn-elevate, .btn.btn-warning.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:focus, .btn.btn-warning.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate.active, .btn.btn-warning.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:active, .btn.btn-warning.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.show > .btn.btn-warning.btn-elevate-hover, .btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover:active, .btn.btn-warning.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.show > .btn.btn-warning.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-warning.btn-elevate-hover, .btn.btn-warning.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover.active, .btn.btn-warning.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:focus, .btn.btn-warning.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:active, .btn.btn-warning.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-warning.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(255, 184, 34, 0.25) !important;
}
.btn.btn-warning-2.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(218, 153, 16, 0.15);
}
.show > .btn.btn-warning-2.btn-elevate, .btn.btn-warning-2.btn-elevate:focus, .btn.btn-warning-2.btn-elevate.active, .btn.btn-warning-2.btn-elevate:active, .btn.btn-warning-2.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(218, 153, 16, 0.25) !important;
}
.show > .btn.btn-warning-2.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-warning-2.btn-elevate, .btn.btn-warning-2.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-warning-2.btn-elevate:focus, .btn.btn-warning-2.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-warning-2.btn-elevate.active, .btn.btn-warning-2.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-warning-2.btn-elevate:active, .btn.btn-warning-2.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-warning-2.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(218, 153, 16, 0.25) !important;
}
.show > .btn.btn-warning-2.btn-elevate-hover, .btn.btn-warning-2.btn-elevate-hover.active, .btn.btn-warning-2.btn-elevate-hover:focus, .btn.btn-warning-2.btn-elevate-hover:active, .btn.btn-warning-2.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(218, 153, 16, 0.25) !important;
}
.show > .btn.btn-warning-2.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-warning-2.btn-elevate-hover, .btn.btn-warning-2.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-warning-2.btn-elevate-hover.active, .btn.btn-warning-2.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-warning-2.btn-elevate-hover:focus, .btn.btn-warning-2.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-warning-2.btn-elevate-hover:active, .btn.btn-warning-2.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-warning-2.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(218, 153, 16, 0.25) !important;
}
.btn.btn-danger.btn-elevate {
  box-shadow: 0px 4px 16px 0px rgba(253, 56, 122, 0.15);
}
.show > .btn.btn-danger.btn-elevate, .btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate:active, .btn.btn-danger.btn-elevate:hover {
  box-shadow: 0px 9px 16px 0px rgba(253, 56, 122, 0.25) !important;
}
.show > .btn.btn-danger.btn-elevate.btn-sm, .btn-group-sm.show > .btn.btn-danger.btn-elevate, .btn.btn-danger.btn-elevate:focus.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:focus, .btn.btn-danger.btn-elevate.active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate.active, .btn.btn-danger.btn-elevate:active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:active, .btn.btn-danger.btn-elevate:hover.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate:hover {
  box-shadow: 0px 6px 16px 0px rgba(253, 56, 122, 0.25) !important;
}
.show > .btn.btn-danger.btn-elevate-hover, .btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover:active, .btn.btn-danger.btn-elevate-hover:hover {
  box-shadow: 0px 9px 16px 0px rgba(253, 56, 122, 0.25) !important;
}
.show > .btn.btn-danger.btn-elevate-hover.btn-sm, .btn-group-sm.show > .btn.btn-danger.btn-elevate-hover, .btn.btn-danger.btn-elevate-hover.active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover.active, .btn.btn-danger.btn-elevate-hover:focus.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:focus, .btn.btn-danger.btn-elevate-hover:active.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:active, .btn.btn-danger.btn-elevate-hover:hover.btn-sm, .btn-group-sm > .btn.btn-danger.btn-elevate-hover:hover {
  box-shadow: 0px 6px 16px 0px rgba(253, 56, 122, 0.25) !important;
}

.btn.btn-square {
  border-radius: 0;
}

.btn.btn-pill {
  border-radius: 2rem;
}

.btn.btn-upper {
  text-transform: uppercase;
}
.btn.btn-bold {
  font-weight: 600;
}
.btn.btn-bolder {
  font-weight: 500;
}
.btn.btn-boldest {
  font-weight: 700;
}
.btn.btn-thin {
  font-weight: 400;
}
.btn.btn-lower {
  text-transform: lowercase;
}

.btn.btn-wide {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.btn.btn-wider {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.btn.btn-widest {
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn.btn-tall {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
}
.btn.btn-taller {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}
.btn.btn-tallest {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

.btn.btn-font-sm {
  font-size: 0.85rem;
}
.btn.btn-font-md {
  font-size: 1rem;
}
.btn.btn-font-lg {
  font-size: 1.1rem;
}

.btn {
  align-items: center;
}
.btn [class^=la-],
.btn [class*=" la-"] {
  font-size: 1.5rem;
}
.btn [class^=fa-],
.btn [class*=" fa-"] {
  font-size: 1.2rem;
}
.btn [class^=flaticon-],
.btn [class*=" flaticon-"],
.btn [class^=flaticon2-],
.btn [class*=" flaticon2-"] {
  font-size: 1.2rem;
}
.btn i {
  padding-right: 0.5rem;
  vertical-align: middle;
  line-height: 0;
}
.btn.btn-sm [class^=la-], .btn-group-sm > .btn [class^=la-],
.btn.btn-sm [class*=" la-"],
.btn-group-sm > .btn [class*=" la-"] {
  font-size: 1.3rem;
}
.btn.btn-sm [class^=fa-], .btn-group-sm > .btn [class^=fa-],
.btn.btn-sm [class*=" fa-"],
.btn-group-sm > .btn [class*=" fa-"] {
  font-size: 1rem;
}
.btn.btn-sm [class^=flaticon-], .btn-group-sm > .btn [class^=flaticon-],
.btn.btn-sm [class*=" flaticon-"],
.btn-group-sm > .btn [class*=" flaticon-"],
.btn.btn-sm [class^=flaticon2-],
.btn-group-sm > .btn [class^=flaticon2-],
.btn.btn-sm [class*=" flaticon2-"],
.btn-group-sm > .btn [class*=" flaticon2-"] {
  font-size: 1rem;
}
.btn.btn-sm i, .btn-group-sm > .btn i {
  padding-right: 0.35rem;
}
.btn.btn-lg [class^=la-], .btn-group-lg > .btn [class^=la-],
.btn.btn-lg [class*=" la-"],
.btn-group-lg > .btn [class*=" la-"] {
  font-size: 1.7rem;
}
.btn.btn-lg [class^=fa-], .btn-group-lg > .btn [class^=fa-],
.btn.btn-lg [class*=" fa-"],
.btn-group-lg > .btn [class*=" fa-"] {
  font-size: 1.4rem;
}
.btn.btn-lg [class^=flaticon-], .btn-group-lg > .btn [class^=flaticon-],
.btn.btn-lg [class*=" flaticon-"],
.btn-group-lg > .btn [class*=" flaticon-"],
.btn.btn-lg [class^=flaticon2-],
.btn-group-lg > .btn [class^=flaticon2-],
.btn.btn-lg [class*=" flaticon2-"],
.btn-group-lg > .btn [class*=" flaticon2-"] {
  font-size: 1.3rem;
}
.btn.btn-lg i, .btn-group-lg > .btn i {
  padding-right: 0.75rem;
}

.btn.btn-label {
  background-color: #FFF9EB;
  color: #F1A31D;
  cursor: text !important;
}

.btn.btn-link,
a.btn.btn-label,
button.btn.btn-label,
input.btn.btn-label {
  cursor: pointer !important;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link.active,
a.btn.btn-label:focus,
a.btn.btn-label:hover,
a.btn.btn-label.active,
button.btn.btn-label:focus,
button.btn.btn-label:hover,
button.btn.btn-label.active,
input.btn.btn-label:focus,
input.btn.btn-label:hover,
input.btn.btn-label.active {
  background-color: #F1A31D;
  color: #ffffff;
}

.btn.btn-label-brand {
  background-color: rgba(241, 163, 29, 0.1);
  color: #F1A31D;
  cursor: text !important;
}

.btn.btn-label-brand-o2 {
  background-color: rgba(241, 163, 29, 0.2);
  color: #F1A31D;
  cursor: text !important;
}

a.btn.btn-label-brand,
button.btn.btn-label-brand,
input.btn.btn-label-brand {
  cursor: pointer !important;
}
a.btn.btn-label-brand:focus, a.btn.btn-label-brand:hover, a.btn.btn-label-brand.active,
button.btn.btn-label-brand:focus,
button.btn.btn-label-brand:hover,
button.btn.btn-label-brand.active,
input.btn.btn-label-brand:focus,
input.btn.btn-label-brand:hover,
input.btn.btn-label-brand.active {
  background-color: #F1A31D;
  color: #ffffff;
}

.btn.btn-label-light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: text !important;
}

.btn.btn-label-light-o2 {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: text !important;
}

a.btn.btn-label-light,
button.btn.btn-label-light,
input.btn.btn-label-light {
  cursor: pointer !important;
}
a.btn.btn-label-light:focus, a.btn.btn-label-light:hover, a.btn.btn-label-light.active,
button.btn.btn-label-light:focus,
button.btn.btn-label-light:hover,
button.btn.btn-label-light.active,
input.btn.btn-label-light:focus,
input.btn.btn-label-light:hover,
input.btn.btn-label-light.active {
  background-color: #ffffff;
  color: #5d8cfe;
}

.btn.btn-label-dark {
  background-color: rgba(40, 43, 59, 0.1);
  color: #282b3b;
  cursor: text !important;
}

.btn.btn-label-dark-o2 {
  background-color: rgba(40, 43, 59, 0.2);
  color: #282b3b;
  cursor: text !important;
}

a.btn.btn-label-dark,
button.btn.btn-label-dark,
input.btn.btn-label-dark {
  cursor: pointer !important;
}
a.btn.btn-label-dark:focus, a.btn.btn-label-dark:hover, a.btn.btn-label-dark.active,
button.btn.btn-label-dark:focus,
button.btn.btn-label-dark:hover,
button.btn.btn-label-dark.active,
input.btn.btn-label-dark:focus,
input.btn.btn-label-dark:hover,
input.btn.btn-label-dark.active {
  background-color: #282b3b;
  color: #ffffff;
}

.btn.btn-label-primary {
  background-color: rgba(241, 163, 29, 0.1);
  color: #F1A31D;
  cursor: text !important;
}

.btn.btn-label-primary-o2 {
  background-color: rgba(241, 163, 29, 0.2);
  color: #F1A31D;
  cursor: text !important;
}

a.btn.btn-label-primary,
button.btn.btn-label-primary,
input.btn.btn-label-primary {
  cursor: pointer !important;
}
a.btn.btn-label-primary:focus, a.btn.btn-label-primary:hover, a.btn.btn-label-primary.active,
button.btn.btn-label-primary:focus,
button.btn.btn-label-primary:hover,
button.btn.btn-label-primary.active,
input.btn.btn-label-primary:focus,
input.btn.btn-label-primary:hover,
input.btn.btn-label-primary.active {
  background-color: #F1A31D;
  color: #ffffff;
}

.btn.btn-label-success {
  background-color: rgba(8, 187, 135, 0.1);
  color: #08BB87;
  cursor: text !important;
}

.btn.btn-label-success-o2 {
  background-color: rgba(8, 187, 135, 0.2);
  color: #08BB87;
  cursor: text !important;
}

a.btn.btn-label-success,
button.btn.btn-label-success,
input.btn.btn-label-success {
  cursor: pointer !important;
}
a.btn.btn-label-success:focus, a.btn.btn-label-success:hover, a.btn.btn-label-success.active,
button.btn.btn-label-success:focus,
button.btn.btn-label-success:hover,
button.btn.btn-label-success.active,
input.btn.btn-label-success:focus,
input.btn.btn-label-success:hover,
input.btn.btn-label-success.active {
  background-color: #08BB87;
  color: #ffffff;
}

.btn.btn-label-info {
  background-color: rgba(45, 159, 255, 0.1);
  color: #2d9fff;
  cursor: text !important;
}

.btn.btn-label-info-o2 {
  background-color: rgba(45, 159, 255, 0.2);
  color: #2d9fff;
  cursor: text !important;
}

a.btn.btn-label-info,
button.btn.btn-label-info,
input.btn.btn-label-info {
  cursor: pointer !important;
}
a.btn.btn-label-info:focus, a.btn.btn-label-info:hover, a.btn.btn-label-info.active,
button.btn.btn-label-info:focus,
button.btn.btn-label-info:hover,
button.btn.btn-label-info.active,
input.btn.btn-label-info:focus,
input.btn.btn-label-info:hover,
input.btn.btn-label-info.active {
  background-color: #2d9fff;
  color: #ffffff;
}

.btn.btn-label-warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  cursor: text !important;
}

.btn.btn-label-warning-o2 {
  background-color: rgba(255, 184, 34, 0.2);
  color: #ffb822;
  cursor: text !important;
}

a.btn.btn-label-warning,
button.btn.btn-label-warning,
input.btn.btn-label-warning {
  cursor: pointer !important;
}
a.btn.btn-label-warning:focus, a.btn.btn-label-warning:hover, a.btn.btn-label-warning.active,
button.btn.btn-label-warning:focus,
button.btn.btn-label-warning:hover,
button.btn.btn-label-warning.active,
input.btn.btn-label-warning:focus,
input.btn.btn-label-warning:hover,
input.btn.btn-label-warning.active {
  background-color: #ffb822;
  color: #111111;
}

.btn.btn-label-warning-2 {
  background-color: rgba(218, 153, 16, 0.1);
  color: #DA9910;
  cursor: text !important;
}

.btn.btn-label-warning-2-o2 {
  background-color: rgba(218, 153, 16, 0.2);
  color: #DA9910;
  cursor: text !important;
}

a.btn.btn-label-warning-2,
button.btn.btn-label-warning-2,
input.btn.btn-label-warning-2 {
  cursor: pointer !important;
}
a.btn.btn-label-warning-2:focus, a.btn.btn-label-warning-2:hover, a.btn.btn-label-warning-2.active,
button.btn.btn-label-warning-2:focus,
button.btn.btn-label-warning-2:hover,
button.btn.btn-label-warning-2.active,
input.btn.btn-label-warning-2:focus,
input.btn.btn-label-warning-2:hover,
input.btn.btn-label-warning-2.active {
  background-color: #DA9910;
  color: #ffffff;
}

.btn.btn-label-danger {
  background-color: rgba(253, 56, 122, 0.1);
  color: #fd387a;
  cursor: text !important;
}

.btn.btn-label-danger-o2 {
  background-color: rgba(253, 56, 122, 0.2);
  color: #fd387a;
  cursor: text !important;
}

a.btn.btn-label-danger,
button.btn.btn-label-danger,
input.btn.btn-label-danger {
  cursor: pointer !important;
}
a.btn.btn-label-danger:focus, a.btn.btn-label-danger:hover, a.btn.btn-label-danger.active,
button.btn.btn-label-danger:focus,
button.btn.btn-label-danger:hover,
button.btn.btn-label-danger.active,
input.btn.btn-label-danger:focus,
input.btn.btn-label-danger:hover,
input.btn.btn-label-danger.active {
  background-color: #fd387a;
  color: #ffffff;
}

.btn.btn-label-facebook {
  background-color: rgba(59, 89, 152, 0.1);
  color: #3b5998;
  cursor: text !important;
}

.btn.btn-label-facebook-o2 {
  background-color: rgba(59, 89, 152, 0.2);
  color: #3b5998;
  cursor: text !important;
}

a.btn.btn-label-facebook,
button.btn.btn-label-facebook,
input.btn.btn-label-facebook {
  cursor: pointer !important;
}
a.btn.btn-label-facebook:focus, a.btn.btn-label-facebook:hover, a.btn.btn-label-facebook.active,
button.btn.btn-label-facebook:focus,
button.btn.btn-label-facebook:hover,
button.btn.btn-label-facebook.active,
input.btn.btn-label-facebook:focus,
input.btn.btn-label-facebook:hover,
input.btn.btn-label-facebook.active {
  background-color: #3b5998;
  color: #ffffff;
}

.btn.btn-label-google {
  background-color: rgba(220, 78, 65, 0.1);
  color: #dc4e41;
  cursor: text !important;
}

.btn.btn-label-google-o2 {
  background-color: rgba(220, 78, 65, 0.2);
  color: #dc4e41;
  cursor: text !important;
}

a.btn.btn-label-google,
button.btn.btn-label-google,
input.btn.btn-label-google {
  cursor: pointer !important;
}
a.btn.btn-label-google:focus, a.btn.btn-label-google:hover, a.btn.btn-label-google.active,
button.btn.btn-label-google:focus,
button.btn.btn-label-google:hover,
button.btn.btn-label-google.active,
input.btn.btn-label-google:focus,
input.btn.btn-label-google:hover,
input.btn.btn-label-google.active {
  background-color: #dc4e41;
  color: #ffffff;
}

.btn.btn-label-twitter {
  background-color: rgba(74, 179, 244, 0.1);
  color: #4AB3F4;
  cursor: text !important;
}

.btn.btn-label-twitter-o2 {
  background-color: rgba(74, 179, 244, 0.2);
  color: #4AB3F4;
  cursor: text !important;
}

a.btn.btn-label-twitter,
button.btn.btn-label-twitter,
input.btn.btn-label-twitter {
  cursor: pointer !important;
}
a.btn.btn-label-twitter:focus, a.btn.btn-label-twitter:hover, a.btn.btn-label-twitter.active,
button.btn.btn-label-twitter:focus,
button.btn.btn-label-twitter:hover,
button.btn.btn-label-twitter.active,
input.btn.btn-label-twitter:focus,
input.btn.btn-label-twitter:hover,
input.btn.btn-label-twitter.active {
  background-color: #4AB3F4;
  color: #ffffff;
}

.btn.btn-label-instagram {
  background-color: rgba(81, 127, 164, 0.1);
  color: #517fa4;
  cursor: text !important;
}

.btn.btn-label-instagram-o2 {
  background-color: rgba(81, 127, 164, 0.2);
  color: #517fa4;
  cursor: text !important;
}

a.btn.btn-label-instagram,
button.btn.btn-label-instagram,
input.btn.btn-label-instagram {
  cursor: pointer !important;
}
a.btn.btn-label-instagram:focus, a.btn.btn-label-instagram:hover, a.btn.btn-label-instagram.active,
button.btn.btn-label-instagram:focus,
button.btn.btn-label-instagram:hover,
button.btn.btn-label-instagram.active,
input.btn.btn-label-instagram:focus,
input.btn.btn-label-instagram:hover,
input.btn.btn-label-instagram.active {
  background-color: #517fa4;
  color: #ffffff;
}

.btn.btn-label-youtube {
  background-color: rgba(179, 18, 23, 0.1);
  color: #b31217;
  cursor: text !important;
}

.btn.btn-label-youtube-o2 {
  background-color: rgba(179, 18, 23, 0.2);
  color: #b31217;
  cursor: text !important;
}

a.btn.btn-label-youtube,
button.btn.btn-label-youtube,
input.btn.btn-label-youtube {
  cursor: pointer !important;
}
a.btn.btn-label-youtube:focus, a.btn.btn-label-youtube:hover, a.btn.btn-label-youtube.active,
button.btn.btn-label-youtube:focus,
button.btn.btn-label-youtube:hover,
button.btn.btn-label-youtube.active,
input.btn.btn-label-youtube:focus,
input.btn.btn-label-youtube:hover,
input.btn.btn-label-youtube.active {
  background-color: #b31217;
  color: #ffffff;
}

.btn.btn-label-linkedin {
  background-color: rgba(0, 119, 181, 0.1);
  color: #0077b5;
  cursor: text !important;
}

.btn.btn-label-linkedin-o2 {
  background-color: rgba(0, 119, 181, 0.2);
  color: #0077b5;
  cursor: text !important;
}

a.btn.btn-label-linkedin,
button.btn.btn-label-linkedin,
input.btn.btn-label-linkedin {
  cursor: pointer !important;
}
a.btn.btn-label-linkedin:focus, a.btn.btn-label-linkedin:hover, a.btn.btn-label-linkedin.active,
button.btn.btn-label-linkedin:focus,
button.btn.btn-label-linkedin:hover,
button.btn.btn-label-linkedin.active,
input.btn.btn-label-linkedin:focus,
input.btn.btn-label-linkedin:hover,
input.btn.btn-label-linkedin.active {
  background-color: #0077b5;
  color: #ffffff;
}

.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.btn.btn-icon.btn-circle {
  border-radius: 50%;
}
.btn.btn-icon i {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.btn.btn-icon [class^=socicon-],
.btn.btn-icon [class*=" socicon-"] {
  line-height: 1;
}
.btn.btn-icon {
  height: 3rem;
  width: 3rem;
}
.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
  height: 2.5rem;
  width: 2.5rem;
}
.btn.btn-icon.btn-lg, .btn-group-lg > .btn.btn-icon {
  height: 4rem;
  width: 4rem;
}
.btn.btn-icon.btn-icon-sm [class^=la-],
.btn.btn-icon.btn-icon-sm [class*=" la-"] {
  font-size: 1.25rem;
}
.btn.btn-icon.btn-icon-sm [class^=fa-],
.btn.btn-icon.btn-icon-sm [class*=" fa-"] {
  font-size: 1.15rem;
}
.btn.btn-icon.btn-icon-sm [class^=flaticon-],
.btn.btn-icon.btn-icon-sm [class*=" flaticon-"],
.btn.btn-icon.btn-icon-sm [class^=flaticon2-],
.btn.btn-icon.btn-icon-sm [class*=" flaticon2-"] {
  font-size: 1.15rem;
}
.btn.btn-icon.btn-icon-md [class^=la-],
.btn.btn-icon.btn-icon-md [class*=" la-"] {
  font-size: 1.3rem;
}
.btn.btn-icon.btn-icon-md [class^=fa-],
.btn.btn-icon.btn-icon-md [class*=" fa-"] {
  font-size: 1.2rem;
}
.btn.btn-icon.btn-icon-md [class^=flaticon-],
.btn.btn-icon.btn-icon-md [class*=" flaticon-"],
.btn.btn-icon.btn-icon-md [class^=flaticon2-],
.btn.btn-icon.btn-icon-md [class*=" flaticon2-"] {
  font-size: 1.2rem;
}
.btn.btn-icon.btn-icon-lg [class^=la-],
.btn.btn-icon.btn-icon-lg [class*=" la-"] {
  font-size: 1.4rem;
}
.btn.btn-icon.btn-icon-lg [class^=fa-],
.btn.btn-icon.btn-icon-lg [class*=" fa-"] {
  font-size: 1.4rem;
}
.btn.btn-icon.btn-icon-lg [class^=flaticon-],
.btn.btn-icon.btn-icon-lg [class*=" flaticon-"],
.btn.btn-icon.btn-icon-lg [class^=flaticon2-],
.btn.btn-icon.btn-icon-lg [class*=" flaticon2-"] {
  font-size: 1.4rem;
}
.btn.btn-icon.btn-brand i {
  color: #ffffff;
}
.btn.btn-icon.btn-brand:focus i, .btn.btn-icon.btn-brand:hover i, .btn.btn-icon.btn-brand.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-light i {
  color: #5d8cfe;
}
.btn.btn-icon.btn-light:focus i, .btn.btn-icon.btn-light:hover i, .btn.btn-icon.btn-light.active i {
  color: #5d8cfe;
}
.btn.btn-icon.btn-dark i {
  color: #ffffff;
}
.btn.btn-icon.btn-dark:focus i, .btn.btn-icon.btn-dark:hover i, .btn.btn-icon.btn-dark.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-primary i {
  color: #ffffff;
}
.btn.btn-icon.btn-primary:focus i, .btn.btn-icon.btn-primary:hover i, .btn.btn-icon.btn-primary.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-success i {
  color: #ffffff;
}
.btn.btn-icon.btn-success:focus i, .btn.btn-icon.btn-success:hover i, .btn.btn-icon.btn-success.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-info i {
  color: #ffffff;
}
.btn.btn-icon.btn-info:focus i, .btn.btn-icon.btn-info:hover i, .btn.btn-icon.btn-info.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-warning i {
  color: #111111;
}
.btn.btn-icon.btn-warning:focus i, .btn.btn-icon.btn-warning:hover i, .btn.btn-icon.btn-warning.active i {
  color: #111111;
}
.btn.btn-icon.btn-warning-2 i {
  color: #ffffff;
}
.btn.btn-icon.btn-warning-2:focus i, .btn.btn-icon.btn-warning-2:hover i, .btn.btn-icon.btn-warning-2.active i {
  color: #ffffff;
}
.btn.btn-icon.btn-danger i {
  color: #ffffff;
}
.btn.btn-icon.btn-danger:focus i, .btn.btn-icon.btn-danger:hover i, .btn.btn-icon.btn-danger.active i {
  color: #ffffff;
}

.btn-icon-h {
  height: 3rem;
}
.btn-icon-h.btn-sm, .btn-group-sm > .btn-icon-h.btn {
  height: 2.25rem;
}
.btn-icon-h.btn-lg, .btn-group-lg > .btn-icon-h.btn {
  height: 4rem;
}

.input-group-append,
.input-group-prepend {
  cursor: pointer;
}
.input-group-append .btn,
.input-group-prepend .btn {
  padding: 9px 10px;
  color: #56516e;
  background-color: rgba(255, 229, 173, 0.2);
}
.input-group-append .btn i,
.input-group-prepend .btn i {
  color: #56516e;
}
.input-group-append .btn.btn-icon,
.input-group-prepend .btn.btn-icon {
  height: auto;
}

.btn.spinner:not(.spinner--center) {
  padding-left: 3.693rem;
}
.btn.spinner:not(.spinner--center):before {
  left: 1.231rem;
}
.btn.spinner.spinner--right {
  padding-left: 1.231rem;
  padding-right: 3.693rem;
}
.btn.spinner.spinner--right:before {
  left: auto;
  right: 1.231rem;
}
.btn.spinner.spinner--sm:not(.spinner--center) {
  padding-left: 3.0775rem;
}
.btn.spinner.spinner--sm:not(.spinner--center):before {
  left: 1.231rem;
}
.btn.spinner.spinner--sm.spinner--right {
  padding-left: 1.231rem;
  padding-right: 3.0775rem;
}
.btn.spinner.spinner--sm.spinner--right:before {
  left: auto;
  right: 1.231rem;
}
.btn.spinner.spinner--lg:not(.spinner--center) {
  padding-left: 4.3085rem;
}
.btn.spinner.spinner--lg:not(.spinner--center):before {
  left: 1.231rem;
}
.btn.spinner.spinner--lg.spinner--right {
  padding-left: 1.231rem;
  padding-right: 4.3085rem;
}
.btn.spinner.spinner--lg.spinner--right:before {
  left: auto;
  right: 1.231rem;
}

.btn.btn-glow {
  box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.1);
}
.show > .btn.btn-glow, .btn.btn-glow.active, .btn.btn-glow:active, .btn.btn-glow:hover {
  box-shadow: 0px 2px 14px 2px rgba(255, 255, 255, 0.3);
}

.btn-link {
  font-weight: 400;
  color: #a7abc3;
  text-decoration: none;
}
.btn-link:hover {
  color: #ffffff;
  text-decoration: underline;
  background-color: #FFE5AD !important;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled, .btn-link[data-disabled] {
  color: #6c757d;
  pointer-events: none;
}

.btn-group.btn-pill {
  border-radius: 2rem;
  overflow: hidden;
}
.btn-group.btn-pill .btn-brand {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-light {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-dark {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-primary {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-success {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-info {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-warning {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-warning-2 {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-pill .btn-danger {
  border-width: 1px;
  border-style: solid;
}
.btn-group.btn-elevated {
  box-shadow: 0px 0px 11px 0px rgba(56, 36, 99, 0.08);
}
@media (max-width: 768px) {
  .btn-group.btn-pill {
    border-radius: 0;
  }
  .btn-group.btn-pill .nav {
    justify-content: center;
  }
  .btn-group.btn-pill .btn {
    margin-bottom: 0.5rem;
    border-radius: 2rem;
  }
}

code {
  background-color: #f4f5f8;
  padding: 0.15rem 0.25rem;
  border-radius: 6px;
}

.dropdown-menu {
  border: 0 !important;
  margin: 0;
  border-radius: 0;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  padding: 1rem 0;
  border-radius: 6px;
  left: 0 /*rtl:ignore*/;
  /*rtl:raw:
  right: auto;
  */
}
.dropdown-menu.company-dropdown-menu {
  padding: 14px 0;
}
.dropdown-menu.company-dropdown-menu .kt-nav__item {
  padding: 0.385rem 0 0.615rem;
}
.dropdown-menu.dropdown-menu-fit {
  padding: 0;
}
.dropdown-menu.dropdown-menu-fit-bottom {
  padding-bottom: 0;
}
.dropdown-menu.dropdown-menu-fit-top {
  padding-top: 0;
}
.dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) > div:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) form {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.dropdown-menu.dropdown-menu-top-unround {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu:before, .dropdown-menu:after {
  display: none !important;
}
.dropdown-menu > li > a,
.dropdown-menu .dropdown-item {
  outline: none !important;
  display: flex;
  flex-grow: 1;
  padding: 0.7rem 1.2rem;
}
.dropdown-menu > li > a [class^=la-],
.dropdown-menu > li > a [class*=" la-"],
.dropdown-menu .dropdown-item [class^=la-],
.dropdown-menu .dropdown-item [class*=" la-"] {
  font-size: 1.4rem;
}
.dropdown-menu > li > a [class^=fa-],
.dropdown-menu > li > a [class*=" fa-"],
.dropdown-menu .dropdown-item [class^=fa-],
.dropdown-menu .dropdown-item [class*=" fa-"] {
  font-size: 1.4rem;
}
.dropdown-menu > li > a [class^=flaticon-],
.dropdown-menu > li > a [class*=" flaticon-"],
.dropdown-menu > li > a [class^=flaticon2-],
.dropdown-menu > li > a [class*=" flaticon2-"],
.dropdown-menu .dropdown-item [class^=flaticon-],
.dropdown-menu .dropdown-item [class*=" flaticon-"],
.dropdown-menu .dropdown-item [class^=flaticon2-],
.dropdown-menu .dropdown-item [class*=" flaticon2-"] {
  font-size: 1.3rem;
}
.dropdown-menu > li > a > i,
.dropdown-menu .dropdown-item > i {
  margin-right: 0.75rem;
  color: #a7abc3;
  line-height: 1;
}
.dropdown-menu > li > a > i:before,
.dropdown-menu .dropdown-item > i:before {
  line-height: 0;
  vertical-align: middle;
}
.dropdown-menu > li > a .dropdown-svg,
.dropdown-menu .dropdown-item .dropdown-svg {
  margin-right: 0.75rem;
  height: 1.462em;
}
.dropdown-menu .dropdown-divider {
  border-top: 1px solid #ebedf2;
}
.dropdown-menu .dropdown-menu:not(.daterangepicker) {
  /*rtl:raw:
  left: auto !important;
  */
}
.dropdown-menu.dropdown-menu-sm {
  width: 240px;
}
.dropdown-menu.dropdown-menu-md {
  width: 260px;
}
.dropdown-menu.dropdown-menu-lg {
  width: 320px;
}
.dropdown-menu.dropdown-menu-xl {
  width: 380px;
}
.dropdown-menu.dropdown-menu-anim {
  -webkit-animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1;
          animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-up 0.3s ease-out 1;
}
.dropup .dropdown-menu.dropdown-menu-anim,
.dropdown-menu .dropdown-menu-anim-down.dropdown-menu-anim {
  -webkit-animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-down 0.3s ease-out 1;
          animation: dropdown-menu-fade-in 0.3s ease 1, dropdown-menu-move-down 0.3s ease-out 1;
}
@media (max-width: 768px) {
  .dropdown-menu.dropdown-menu-xl, .dropdown-menu.dropdown-menu-lg, .dropdown-menu.dropdown-menu-md {
    width: 300px;
  }
}

.nav-link.dropdown-toggle:after,
.btn.dropdown-toggle:after {
  text-align: center;
  display: inline;
  border: 0;
  font-size: 0.6rem;
  line-height: 0;
  vertical-align: middle;
  position: relative;
  margin-left: 0.5rem /*rtl:ignore*/;
  opacity: 0.7;
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F1B1";
}
.nav-link.dropdown-toggle.dropdown-toggle-split:after,
.btn.dropdown-toggle.dropdown-toggle-split:after {
  right: 1px;
}

.dropdown.dropdown-inline {
  display: inline-block;
}

.dropup .nav-link.dropdown-toggle:after,
.dropup .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F1B3";
}

.btn-group.dropright .nav-link.dropdown-toggle:before,
.btn-group.dropright .btn.dropdown-toggle:before {
  display: none;
}
.btn-group.dropright .nav-link.dropdown-toggle:after,
.btn-group.dropright .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F1A9";
}

.btn-group.dropleft .nav-link.dropdown-toggle:before,
.btn-group.dropleft .btn.dropdown-toggle:before {
  display: none;
}
.btn-group.dropleft .nav-link.dropdown-toggle:after,
.btn-group.dropleft .btn.dropdown-toggle:after {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F1B2";
}

@-webkit-keyframes dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes dropdown-menu-move-down {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes dropdown-menu-move-down {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes dropdown-menu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes dropdown-menu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
.form-group {
  margin-bottom: 2.308rem;
}
.form-group.form-group-marginless, .form-group.form-group-last {
  margin-bottom: 0px;
}
.form-group label {
  font-size: 1.077rem;
  font-weight: 400;
  color: #6c7293;
}
.form-group .invalid-feedback,
.form-group .valid-feedback {
  font-weight: 400;
}
.form-group .form-text {
  font-size: 0.9rem;
}
.form-group.form-group-md {
  margin-bottom: 1rem;
}
.form-group.form-group-sm {
  margin-bottom: 0.5rem;
}
.form-group.form-group-xs {
  margin-bottom: 0.25rem;
}
.form-group.form-group-last {
  margin-bottom: 0rem;
}

.form-control:focus, .form-control:active {
  box-shadow: none !important;
  border-color: #A37000 !important;
}
.form-control:placeholder-shown {
  border-color: #FFE5AD;
  border-color: #a7abc3;
  font-size: 1.077rem;
}
.form-control:placeholder-shown + .input-icon__icon, .form-control:placeholder-shown + .input-icon__icon i {
  color: #FFE5AD;
  cursor: default !important;
}
.form-control:placeholder-shown + .input-icon__icon:hover i, .form-control:placeholder-shown + .input-icon__icon i:hover i {
  cursor: default;
  color: #FFE5AD !important;
}
.form-control.is-invalid {
  border-color: #fd387a !important;
  color: #fd387a !important;
  background-position: center right 1.615rem;
  padding-right: 52px;
}
.form-control.is-invalid + span:not(.select2):not(.input-group-btn-vertical) {
  display: none;
}
.form-control[readonly] {
  background-color: transparent;
  border: none;
}
.form-control:disabled, .form-control[data-visually-disabled] {
  background-color: rgba(255, 229, 173, 0.3);
  border-color: #FFE5AD;
  color: rgba(86, 81, 110, 0.7);
}
.form-control:disabled::-webkit-input-placeholder, .form-control[data-visually-disabled]::-webkit-input-placeholder {
  color: #56516e;
  opacity: 0.3;
}
.form-control:disabled::-moz-placeholder, .form-control[data-visually-disabled]::-moz-placeholder {
  color: #56516e;
  opacity: 0.3;
}
.form-control:disabled:-ms-input-placeholder, .form-control[data-visually-disabled]:-ms-input-placeholder {
  color: #56516e;
  opacity: 0.3;
}
.form-control:disabled::-ms-input-placeholder, .form-control[data-visually-disabled]::-ms-input-placeholder {
  color: #56516e;
  opacity: 0.3;
}
.form-control:disabled::placeholder, .form-control[data-visually-disabled]::placeholder {
  color: #56516e;
  opacity: 0.3;
}
.form-control:disabled ~ .input-group-append > span, .form-control:disabled ~ .input-group-prepend > span, .form-control[data-visually-disabled] ~ .input-group-append > span, .form-control[data-visually-disabled] ~ .input-group-prepend > span {
  border-color: #FFE5AD;
  color: rgba(86, 81, 110, 0.7);
}
.form-control:disabled ~ .input-group-append .input-group-text, .form-control:disabled ~ .input-group-prepend .input-group-text, .form-control[data-visually-disabled] ~ .input-group-append .input-group-text, .form-control[data-visually-disabled] ~ .input-group-prepend .input-group-text {
  background-color: rgba(255, 229, 173, 0.3);
  cursor: default;
}
.form-control[data-visually-disabled], .form-control[data-visually-disabled] + .input-group-append {
  pointer-events: none;
}
.form-control.form-control-pill {
  border-radius: 50px;
}

.input-group .wrapper-select + .input-group-append {
  margin-left: 0;
}
.input-group .wrapper-select + .input-group-append .btn {
  border-left: none;
}

.input-group-append-filter-clear .input-group-text {
  border-left: none;
  background-color: transparent;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-file {
  width: 100%;
}

.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none !important;
}

.custom-file-label {
  text-align: left;
}
.custom-file-label:after {
  float: left;
}

.input-group [class^=la-],
.input-group [class*=" la-"] {
  font-size: 1.4rem;
}
.input-group [class^=fa-],
.input-group [class*=" fa-"] {
  font-size: 1.2rem;
}
.input-group [class^=flaticon-],
.input-group [class*=" flaticon-"],
.input-group [class^=flaticon2-],
.input-group [class*=" flaticon2-"] {
  font-size: 1.2rem;
}
.input-group i {
  color: #a7abc3;
  line-height: 0;
}
.input-group .form-control.is-valid + .input-group-append,
.input-group .form-control.is-invalid + .input-group-append {
  margin-left: 0;
}
.input-group .input-group-prepend + .form-control.is-valid,
.input-group .input-group-prepend + .form-control.is-invalid {
  margin-left: 1px;
}

.validated .valid-feedback,
.validated .invalid-feedback {
  display: block;
}

.row.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row.row-no-padding > div {
  padding-left: 0;
  padding-right: 0;
}
.row.row-full-height {
  height: 100%;
}
.row .col-stretch {
  display: flex;
  align-items: stretch;
}
.row[class*=row-col-separator-] > div {
  border-bottom: 1px solid #ebedf2;
}
.row[class*=row-col-separator-] > div:last-child {
  border-bottom: 0;
}
@media (min-width: 1px) {
  .row.row-col-separator-xs > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-xs > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 577px) {
  .row.row-col-separator-sm > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-sm > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 769px) {
  .row.row-col-separator-md > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-md > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 1025px) {
  .row.row-col-separator-lg > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-lg > div:last-child {
    border-right: 0;
  }
}
@media (min-width: 1400px) {
  .row.row-col-separator-xl > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-xl > div:last-child {
    border-right: 0;
  }
}

.modal .modal-content {
  border-radius: 6px;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 500;
  font-size: 1.3rem;
  color: #56516e;
}
.modal .modal-content .modal-header .modal-title small {
  font-weight: 400;
  font-size: 0.9rem;
  color: #a7abc3;
}
.modal .modal-content .modal-header .close {
  outline: none !important;
  color: #a7abc3;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  transition: all 0.3s;
}
.modal .modal-content .modal-header .close:before {
  content: "\F191";
}
.modal .modal-content .modal-header .close:hover {
  transition: all 0.3s;
}
.modal .modal-content .modal-header .close:before {
  font-size: 1.3rem;
}
.modal .modal-content .modal-header .close span {
  display: none;
}
.modal .modal-content .modal-header .close:hover {
  color: #F1A31D;
}
.modal.modal-sticky-bottom-right {
  padding: 0 !important;
  max-width: 500px;
  height: auto;
  position: fixed;
  left: auto;
  top: auto;
  bottom: 25px;
  right: 25px;
  margin: 0;
  box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .modal.modal-sticky-bottom-right {
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .modal.modal-sticky-bottom-right {
    max-width: 90%;
  }
}
.modal.modal-sticky-bottom-right .modal-dialog {
  position: static;
  max-width: 500px;
  width: auto;
  margin: 0;
  border-radius: 6px;
}
.modal.modal-sticky-bottom-right .modal-dialog .modal-content {
  border: 0;
  border-radius: 6px;
}

.modal-open {
  overflow: auto !important;
  padding: 0 !important;
}

.modal-body.modal-body-fit {
  padding: 0;
}
.modal-body.modal-body-x-fit {
  padding-left: 0;
  padding-right: 0;
}
.modal-body.modal-body-y-fit {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1400px) {
  .modal-dialog.modal-xl {
    max-width: 1299px;
  }
}
.pagination.pagination--grid {
  flex: 1;
  display: flex;
  justify-content: center;
  margin: 0;
}
.pagination.pagination--grid .page-item .page-link {
  background-color: transparent;
  border: 0;
  font-weight: 400;
  color: #928eaa;
  border-radius: 5px;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  margin: 0 0.1rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .pagination.pagination--grid .page-item .page-link {
    transition: none;
  }
}
.pagination.pagination--grid .page-item.active .page-link, .pagination.pagination--grid .page-item:hover .page-link, .pagination.pagination--grid .page-item:focus .page-link {
  background-color: #F1A31D;
  color: #ffffff;
}

.popover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.popover .popover-header {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #ebedf2;
}

.progress {
  background-color: #ebedf2;
}
.progress .progress-bar {
  transition: all 0.5s ease;
}
.progress.progress-sm {
  height: 6px;
}
.progress.progress-sm .progress-bar {
  border-radius: 3px;
}
.progress.progress-lg {
  height: 20px;
}
.progress.progress-lg .progress-bar {
  border-radius: 4px;
}

.table thead th, .table thead td {
  font-weight: 500;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.table tr.table-active td, .table tr.table-active th {
  color: #ffffff;
}
.table.table-head-noborder thead th, .table.table-head-noborder thead td {
  border-top: 0;
}
.table.table-head-solid thead th, .table.table-head-solid thead td {
  background-color: #f4f5f8;
}

.table:not(.table-bordered) thead th, .table:not(.table-bordered) thead td {
  border-top: 0;
}

/*
	DT Border Darken Override
 */
.table-bordered {
  border: 1px solid #e2e5ec;
}
.table-bordered td, .table-bordered th {
  border: 1px solid #e2e5ec;
}

.nav-pills,
.nav-tabs {
  margin: 0 0 25px 0;
}
.nav-pills .nav-item .nav-link,
.nav-tabs .nav-item .nav-link {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  font-weight: 400;
}
@media (prefers-reduced-motion: reduce) {
  .nav-pills .nav-item .nav-link,
.nav-tabs .nav-item .nav-link {
    transition: none;
  }
}
.nav-pills .nav-item .nav-link [class^=la-],
.nav-pills .nav-item .nav-link [class*=" la-"],
.nav-tabs .nav-item .nav-link [class^=la-],
.nav-tabs .nav-item .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}
.nav-pills .nav-item .nav-link [class^=fa-],
.nav-pills .nav-item .nav-link [class*=" fa-"],
.nav-tabs .nav-item .nav-link [class^=fa-],
.nav-tabs .nav-item .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}
.nav-pills .nav-item .nav-link [class^=flaticon-],
.nav-pills .nav-item .nav-link [class*=" flaticon-"],
.nav-pills .nav-item .nav-link [class^=flaticon2-],
.nav-pills .nav-item .nav-link [class*=" flaticon2-"],
.nav-tabs .nav-item .nav-link [class^=flaticon-],
.nav-tabs .nav-item .nav-link [class*=" flaticon-"],
.nav-tabs .nav-item .nav-link [class^=flaticon2-],
.nav-tabs .nav-item .nav-link [class*=" flaticon2-"] {
  font-size: 1.4rem;
}
.nav-pills .nav-item .nav-link i,
.nav-tabs .nav-item .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}
.nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:active,
.nav-tabs .nav-item .nav-link:hover {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item .nav-link:active,
.nav-tabs .nav-item .nav-link:hover {
    transition: none;
  }
}

.nav-tabs .nav-item .nav-link {
  color: #F1A31D;
}
.nav-tabs .nav-item .nav-link i {
  color: #F1A31D;
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:active, .nav-tabs .nav-item .nav-link:hover {
  color: #F1A31D;
}
.nav-tabs .nav-item .nav-link.active i, .nav-tabs .nav-item .nav-link:active i, .nav-tabs .nav-item .nav-link:hover i {
  color: #F1A31D;
}
.nav-tabs .nav-item .nav-link.disabled {
  color: rgba(173, 177, 199, 0.5);
}
.nav-tabs .nav-item .nav-link.disabled i {
  color: rgba(173, 177, 199, 0.5);
}
.nav-tabs .nav-item.show > .nav-link {
  color: #F1A31D;
}
.nav-tabs .nav-item.show > .nav-link i {
  color: #F1A31D;
}

.nav-pills .nav-item {
  margin-right: 0.5rem;
}
.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-pills .nav-item .nav-link {
  color: #6c7293;
}
.nav-pills .nav-item .nav-link:active, .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .nav-link.active:hover {
  background-color: #F1A31D;
  color: #ffffff;
}
.nav-pills .nav-item.show > .nav-link {
  background-color: #F1A31D;
  color: #ffffff;
}
.nav-pills.nav-pills-sm .nav-item .nav-link {
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
.nav-pills.nav-pills-bold .nav-item .nav-link {
  font-weight: 500;
}
.nav-pills.nav-pills-label .nav-item .nav-link:active, .nav-pills.nav-pills-label .nav-item .nav-link.active, .nav-pills.nav-pills-label .nav-item .nav-link.active:hover {
  background-color: rgba(241, 163, 29, 0.1);
  color: #F1A31D;
}
.nav-pills.nav-pills-label .nav-item.show > .nav-link {
  background-color: rgba(241, 163, 29, 0.1);
  color: #F1A31D;
}

.nav-fit {
  margin: 0 !important;
}

.nav-pills.nav-tabs-btn {
  display: flex;
  justify-content: center;
}
.nav-pills.nav-tabs-btn::after {
  display: block;
  clear: both;
  content: "";
}
.nav-pills.nav-tabs-btn .nav-item {
  max-width: 100%;
  min-width: 75px;
  margin: 0.5rem;
  box-shadow: rgba(69, 65, 78, 0.06) 0px 1px 15px 1px;
  border-radius: 0.5rem;
  text-align: center;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0.85rem 0.75rem;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-icon {
  display: block;
  padding-bottom: 0.5rem;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-icon i {
  margin: 0;
  font-size: 1.3rem;
}
.nav-pills.nav-tabs-btn .nav-item .nav-link .nav-link-title {
  display: block;
  font-weight: 500;
}
.nav-pills.nav-tabs-btn .nav-link {
  border: 0;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 400;
}
.nav-pills.nav-tabs-btn .nav-link [class^=la-],
.nav-pills.nav-tabs-btn .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}
.nav-pills.nav-tabs-btn .nav-link [class^=fa-],
.nav-pills.nav-tabs-btn .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}
.nav-pills.nav-tabs-btn .nav-link [class^=flaticon-],
.nav-pills.nav-tabs-btn .nav-link [class*=" flaticon-"],
.nav-pills.nav-tabs-btn .nav-link [class^=flaticon2-],
.nav-pills.nav-tabs-btn .nav-link [class*=" flaticon2-"] {
  font-size: 1.4rem;
}
.nav-pills.nav-tabs-btn .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}
.nav-pills.nav-tabs-btn.nav-tabs-btn-2x a.nav-link {
  border-bottom-width: 2px !important;
}
.nav-pills.nav-tabs-btn.nav-tabs-btn-left {
  float: left;
}
.nav-pills.nav-tabs-btn.nav-tabs-btn-right {
  float: right;
}
.portlet--tabs .nav-pills.nav-tabs-btn {
  margin: 0 0 -1px 0;
}
.portlet--tabs .nav-pills.nav-tabs-btn.nav-tabs-btn-2x {
  margin: 0 0 -2px 0;
}
.portlet--tabs .nav-pills.nav-tabs-btn .nav-item {
  display: flex;
  align-items: stretch;
}
.portlet--tabs .nav-pills.nav-tabs-btn .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.nav-pills.nav-tabs-btn.nav-tabs-bold .nav-item .nav-link {
  font-weight: 500;
}

.nav-pills.nav-tabs-btn a.nav-link.active .nav-link-icon i {
  color: #fff;
}
.nav-pills.nav-tabs-btn a.nav-link.active .nav-link-title {
  color: #fff;
}
.nav-pills.nav-tabs-btn a.nav-link .nav-link-icon i {
  color: #adb1c7;
}
.nav-pills.nav-tabs-btn a.nav-link .nav-link-title {
  color: #a7abc3;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active {
  background-color: #F1A31D;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-brand a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active {
  background-color: #ffffff;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active .nav-link-icon i {
  color: #5d8cfe !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-light a.nav-link.active .nav-link-title {
  color: #5d8cfe !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active {
  background-color: #282b3b;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-dark a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active {
  background-color: #F1A31D;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-primary a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active {
  background-color: #08BB87;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-success a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active {
  background-color: #2d9fff;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-info a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active {
  background-color: #ffb822;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active .nav-link-icon i {
  color: #111111 !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning a.nav-link.active .nav-link-title {
  color: #111111 !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning-2 a.nav-link.active {
  background-color: #DA9910;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning-2 a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-warning-2 a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active {
  background-color: #fd387a;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active .nav-link-icon i {
  color: #ffffff !important;
}
.nav-pills.nav-tabs-btn.nav-pills-btn-danger a.nav-link.active .nav-link-title {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .nav-pills.nav-tabs-btn .nav .nav-item {
    max-width: 100%;
    width: 6.5rem;
    margin: 0.6rem;
  }
  .nav-pills.nav-tabs-btn .nav .nav-item .nav-link .nav-link-icon i {
    font-size: 1.2rem;
  }
  .nav-pills.nav-tabs-btn .nav .nav-item .nav-link .nav-link-title {
    font-size: 1rem;
  }
}
.nav-tabs.nav-tabs-line {
  margin: 0 0 25px 0;
}
.nav-tabs.nav-tabs-line::after {
  display: block;
  clear: both;
  content: "";
}
.nav-tabs.nav-tabs-line .nav-item {
  margin-right: 16px;
  margin-bottom: -1px;
}
@media (max-width: 1399px) {
  .nav-tabs.nav-tabs-line .nav-item {
    margin-right: 15px;
  }
}
.nav-tabs.nav-tabs-line .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs.nav-tabs-line .nav-link {
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 12px 0;
  font-size: 1rem;
  font-weight: 400;
}
.nav-tabs.nav-tabs-line .nav-link [class^=la-],
.nav-tabs.nav-tabs-line .nav-link [class*=" la-"] {
  font-size: 1.3rem;
}
.nav-tabs.nav-tabs-line .nav-link [class^=fa-],
.nav-tabs.nav-tabs-line .nav-link [class*=" fa-"] {
  font-size: 1.2rem;
}
.nav-tabs.nav-tabs-line .nav-link [class^=flaticon-],
.nav-tabs.nav-tabs-line .nav-link [class*=" flaticon-"],
.nav-tabs.nav-tabs-line .nav-link [class^=flaticon2-],
.nav-tabs.nav-tabs-line .nav-link [class*=" flaticon2-"] {
  font-size: 1.2rem;
}
.nav-tabs.nav-tabs-line .nav-link i {
  vertical-align: middle;
  line-height: 0;
  display: inline-block;
  margin-right: 0.5rem;
}
.nav-tabs.nav-tabs-line .nav-link svg {
  margin-right: 0.5rem;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-left {
  float: left;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-right {
  float: right;
}
.portlet--tabs .nav-tabs.nav-tabs-line {
  margin: 0 0 -1px 0.5rem;
  border-color: transparent !important;
}
.portlet--tabs .nav-tabs.nav-tabs-line.nav-tabs-line-2x {
  margin: 0 0 -2px 0;
}
.portlet--tabs .nav-tabs.nav-tabs-line .nav-item {
  display: flex;
  align-items: stretch;
}
.portlet--tabs .nav-tabs.nav-tabs-line .nav-item .nav-link {
  display: flex;
  align-items: center;
}
.nav-tabs.nav-tabs-line.nav-tabs-bold .nav-item .nav-link {
  font-weight: 500;
}
.nav-tabs.nav-tabs-line.nav-tabs-bolder .nav-item .nav-link {
  font-weight: 600;
}
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item {
  margin-right: 30px;
}
@media (max-width: 1399px) {
  .nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item {
    margin-right: 15px;
  }
}
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs.nav-tabs-line.nav-tabs-lg .nav-item .nav-link {
  padding: 12px 0;
  font-size: 1rem;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-2x {
  border-bottom-width: 2px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-2x .nav-item {
  margin-bottom: -2px;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-2x a.nav-link {
  border-bottom-width: 2px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-3x {
  border-bottom-width: 3px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-3x .nav-item {
  margin-bottom: -3px;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-3x a.nav-link {
  border-bottom-width: 3px !important;
}
.nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item {
  margin-right: 40px;
}
.nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item {
    margin-right: 20px;
  }
  .nav-tabs.nav-tabs-line.nav-tabs-space-lg .nav-item:last-child {
    margin-right: 0;
  }
}
.nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item {
  margin-right: 50px;
}
.nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item {
    margin-right: 20px;
  }
  .nav-tabs.nav-tabs-line.nav-tabs-space-xl .nav-item:last-child {
    margin-right: 0;
  }
}

.nav-tabs.nav-tabs-line {
  border-bottom: 1px solid #ebedf2;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link,
.nav-tabs.nav-tabs-line a.nav-link {
  background-color: transparent;
  color: #6c7293;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link i,
.nav-tabs.nav-tabs-line a.nav-link i {
  color: #adb1c7;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.disabled,
.nav-tabs.nav-tabs-line a.nav-link.disabled {
  color: rgba(173, 177, 199, 0.5);
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link g [fill],
.nav-tabs.nav-tabs-line a.nav-link g [fill] {
  transition: fill 0.3s ease;
  fill: #a7abc3;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover g [fill] {
  transition: fill 0.3s ease;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line a.nav-link:hover,
.nav-tabs.nav-tabs-line a.nav-link.active {
  background-color: transparent;
  color: #6c7293;
  border-bottom: 1px solid #F1A31D;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line a.nav-link:hover > i,
.nav-tabs.nav-tabs-line a.nav-link.active > i {
  color: #F1A31D;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover g [fill], .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link.active g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link:hover:hover g [fill], .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link:hover:hover g [fill],
.nav-tabs.nav-tabs-line a.nav-link.active:hover g [fill] {
  transition: fill 0.3s ease;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover {
  border-bottom: 1px solid #F1A31D;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active {
  color: #F1A31D;
  border-bottom: 1px solid #F1A31D;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-brand a.nav-link.active > i {
  color: #f2ad35;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-brand.nav-tabs-line-3x {
  border-bottom-color: rgba(241, 163, 29, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover {
  border-bottom: 1px solid #ffffff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link.active {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-light a.nav-link.active > i {
  color: white;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-light.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-light.nav-tabs-line-3x {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover {
  border-bottom: 1px solid #282b3b;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link.active {
  color: #282b3b;
  border-bottom: 1px solid #282b3b;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-dark a.nav-link.active > i {
  color: #32364a;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-dark.nav-tabs-line-3x {
  border-bottom-color: rgba(40, 43, 59, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover {
  border-bottom: 1px solid #F1A31D;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active {
  color: #F1A31D;
  border-bottom: 1px solid #F1A31D;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-primary a.nav-link.active > i {
  color: #f2ad35;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-primary.nav-tabs-line-3x {
  border-bottom-color: rgba(241, 163, 29, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover {
  border-bottom: 1px solid #08BB87;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active {
  color: #08BB87;
  border-bottom: 1px solid #08BB87;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-success a.nav-link.active > i {
  color: #09d399;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-success.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-success.nav-tabs-line-3x {
  border-bottom-color: rgba(8, 187, 135, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover {
  border-bottom: 1px solid #2d9fff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link.active {
  color: #2d9fff;
  border-bottom: 1px solid #2d9fff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-info a.nav-link.active > i {
  color: #47abff;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-info.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-info.nav-tabs-line-3x {
  border-bottom-color: rgba(45, 159, 255, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover {
  border-bottom: 1px solid #ffb822;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link.active {
  color: #ffb822;
  border-bottom: 1px solid #ffb822;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning a.nav-link.active > i {
  color: #ffc03c;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-warning.nav-tabs-line-3x {
  border-bottom-color: rgba(255, 184, 34, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning-2.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning-2 a.nav-link:hover {
  border-bottom: 1px solid #DA9910;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning-2.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-warning-2.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning-2 a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning-2 a.nav-link.active {
  color: #DA9910;
  border-bottom: 1px solid #DA9910;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning-2.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-warning-2.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning-2 a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-warning-2 a.nav-link.active > i {
  color: #eea816;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-warning-2.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-warning-2.nav-tabs-line-3x {
  border-bottom-color: rgba(218, 153, 16, 0.1);
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover {
  border-bottom: 1px solid #fd387a;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link.active,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link.active {
  color: #fd387a;
  border-bottom: 1px solid #fd387a;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link:hover > i, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav.nav-tabs .nav-link.active > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link:hover > i,
.nav-tabs.nav-tabs-line.nav-tabs-line-danger a.nav-link.active > i {
  color: #fd518b;
}
.nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-2x, .nav-tabs.nav-tabs-line.nav-tabs-line-danger.nav-tabs-line-3x {
  border-bottom-color: rgba(253, 56, 122, 0.1);
}

.toast.toast-custom {
  display: none;
  position: absolute;
  z-index: 195;
  top: 2rem;
  right: 2rem;
  width: 350px;
  border: 0;
}
.toast.toast-custom.toast-left {
  left: 2rem;
  right: auto;
}
.toast.toast-custom.toast-bottom {
  top: auto;
  bottom: 2rem;
}
.toast.toast-custom.toast-top {
  bottom: auto;
  top: 2rem;
}
.toast.toast-custom.toast-center-v {
  top: 45%;
  bottom: auto;
}
.toast.toast-custom.toast-center-h {
  right: auto;
  left: 50%;
  margin-left: -175px;
}
.toast.toast-custom .toast-header {
  padding: 0.5rem 1rem;
}
.toast.toast-custom .toast-body {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}
.toast.toast-custom.show {
  display: block;
}
.toast.toast-custom.toast-fill {
  background-color: #fff;
}
.toast .toast-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #6c7293;
  margin-right: auto !important;
}
.toast .toast-time {
  margin-left: 0.5rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #6c7293;
}
.toast .toast-icon {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  color: #a7abc3;
}
.toast .toast-close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: none;
  outline: none !important;
  margin: 0;
  padding: 0;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast .toast-close i {
  font-size: 1.1rem;
  color: #a7abc3;
}
.toast .toast-close i:before {
  line-height: 0;
  vertical-align: middle;
}
.toast .toast-close:hover i {
  color: #F1A31D;
}

.tooltip .tooltip-inner {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  /*rtl:raw:
     left: auto;
     right: 0;
     */
}
.tooltip.bs-tooltip-left .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before {
  /*rtl:raw:
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #fff;
  */
}
.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  /*rtl:raw:
  right: auto;
  left: 0;
  */
}
.tooltip.bs-tooltip-right .arrow:before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before {
  /*rtl:raw:
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
  */
}
.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.tooltip.tooltip-dark .tooltip-inner {
  color: #fff;
  background: #2c2e3e;
}
.tooltip.tooltip-dark.bs-tooltip-top .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #2c2e3e;
}
.tooltip.tooltip-dark.bs-tooltip-right .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #2c2e3e/*rtl:ignore*/;
}
.tooltip.tooltip-dark.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #2c2e3e;
}
.tooltip.tooltip-dark.bs-tooltip-left .arrow::before, .tooltip.tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #2c2e3e/*rtl:ignore*/;
}
.tooltip.tooltip-brand .tooltip-inner {
  color: #ffffff;
  background: #F1A31D;
}
.tooltip.tooltip-brand.bs-tooltip-top .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #F1A31D;
}
.tooltip.tooltip-brand.bs-tooltip-right .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #F1A31D/*rtl:ignore*/;
}
.tooltip.tooltip-brand.bs-tooltip-bottom .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #F1A31D;
}
.tooltip.tooltip-brand.bs-tooltip-left .arrow::before, .tooltip.tooltip-brand.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: #F1A31D/*rtl:ignore*/;
}

.page--loading * {
  transition: none !important;
}

.page-loader {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: none;
}
.page--loading .page-loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-loader.page-loader--non-block {
  background: transparent;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
}
.page--loading-non-block .page-loader.page-loader--non-block {
  display: inline-block;
}
.page-loader.page-loader--logo {
  flex-direction: column;
  align-items: center;
}
.page-loader.page-loader--logo img {
  display: block;
}
.page-loader.page-loader--logo .spinner {
  margin-top: 3rem;
}
.page-loader.page-loader--logo .spinner:before {
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: 300;
  font-family: Poppins;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html a:hover,
html a:active,
html a:focus,
body a:hover,
body a:active,
body a:focus {
  text-decoration: none !important;
}
html a,
html button,
body a,
body button {
  outline: none !important;
}

body {
  display: flex;
  flex-direction: column;
  color: #646c9a;
}

router-outlet {
  display: none;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* Customize website's scrollbar like Mac OS */
/* 
::-webkit-scrollbar {
    background-color:#f6f6f6;
    width:14px;
}

::-webkit-scrollbar-track {
    transition: all 0.3s ease;
    background-color:#f6f6f6;
    width:14px;
}

::-webkit-scrollbar-track:hover {
    transition: all 0.3s ease;
    background-color:#f6f6f6;
}

::-webkit-scrollbar-thumb {
    transition: all 0.3s ease;
    background-color:#c1c1c1;
}

::-webkit-scrollbar-thumb:hover {
    transition: all 0.3s ease;
    background-color: darken(#c1c1c1, 3%);
}
*/
/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
  html,
body {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  html,
body {
    font-size: 12px;
  }
}
.animate-fade-in-up {
  -webkit-animation: animate-fade-in-up 0.5s;
          animation: animate-fade-in-up 0.5s;
}

.animate-fade-out {
  -webkit-animation: animate-fade-out 0.5s;
          animation: animate-fade-out 0.5s;
}

.animate-fade-in {
  -webkit-animation: animate-fade-in 0.5s;
          animation: animate-fade-in 0.5s;
}

.animate-blink {
  -webkit-animation: animate-blink 1s step-start 0s infinite;
          animation: animate-blink 1s step-start 0s infinite;
  -webkit-animation-fill-mode: initial;
          animation-fill-mode: initial;
}

.animate-shake {
  -webkit-animation: animate-shake 0.1s ease-in 0.1s infinite alternate;
          animation: animate-shake 0.1s ease-in 0.1s infinite alternate;
  -webkit-animation-fill-mode: initial;
          animation-fill-mode: initial;
}

.animate-pause {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.notransition {
  transition: none !important;
}

@-webkit-keyframes animate-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes animate-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes animate-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animate-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes animate-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes animate-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-webkit-keyframes animate-fade-out-up {
  from {
    opacity: 1;
    transform: translateY(15px);
  }
  to {
    opacity: 0;
    transform: translateY(0px);
  }
}
@keyframes animate-fade-out-up {
  from {
    opacity: 1;
    transform: translateY(15px);
  }
  to {
    opacity: 0;
    transform: translateY(0px);
  }
}
@-webkit-keyframes animate-blink {
  50% {
    opacity: 0;
  }
}
@keyframes animate-blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes animate-shake {
  from {
    transform: rotate(13deg);
  }
  to {
    -webkit-transform-origin: center center;
    transform: rotate(-13deg);
  }
}
@keyframes animate-shake {
  from {
    transform: rotate(13deg);
  }
  to {
    -webkit-transform-origin: center center;
    transform: rotate(-13deg);
  }
}
.margin-0 {
  margin: 0px !important;
}

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

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

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

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

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

.padding-t-0 {
  padding-top: 0px !important;
}

.padding-b-0 {
  padding-bottom: 0px !important;
}

.padding-l-0 {
  padding-left: 0px !important;
}

.padding-r-0 {
  padding-right: 0px !important;
}

.m0 {
  margin: 0px !important;
}

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

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

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

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

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.margin-5 {
  margin: 5px !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.padding-t-5 {
  padding-top: 5px !important;
}

.padding-b-5 {
  padding-bottom: 5px !important;
}

.padding-l-5 {
  padding-left: 5px !important;
}

.padding-r-5 {
  padding-right: 5px !important;
}

.m5 {
  margin: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-t-10 {
  padding-top: 10px !important;
}

.padding-b-10 {
  padding-bottom: 10px !important;
}

.padding-l-10 {
  padding-left: 10px !important;
}

.padding-r-10 {
  padding-right: 10px !important;
}

.m10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.margin-15 {
  margin: 15px !important;
}

.margin-t-15 {
  margin-top: 15px !important;
}

.margin-b-15 {
  margin-bottom: 15px !important;
}

.margin-l-15 {
  margin-left: 15px !important;
}

.margin-r-15 {
  margin-right: 15px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-t-15 {
  padding-top: 15px !important;
}

.padding-b-15 {
  padding-bottom: 15px !important;
}

.padding-l-15 {
  padding-left: 15px !important;
}

.padding-r-15 {
  padding-right: 15px !important;
}

.m15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.p15 {
  padding: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-t-20 {
  padding-top: 20px !important;
}

.padding-b-20 {
  padding-bottom: 20px !important;
}

.padding-l-20 {
  padding-left: 20px !important;
}

.padding-r-20 {
  padding-right: 20px !important;
}

.m20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.margin-25 {
  margin: 25px !important;
}

.margin-t-25 {
  margin-top: 25px !important;
}

.margin-b-25 {
  margin-bottom: 25px !important;
}

.margin-l-25 {
  margin-left: 25px !important;
}

.margin-r-25 {
  margin-right: 25px !important;
}

.padding-25 {
  padding: 25px !important;
}

.padding-t-25 {
  padding-top: 25px !important;
}

.padding-b-25 {
  padding-bottom: 25px !important;
}

.padding-l-25 {
  padding-left: 25px !important;
}

.padding-r-25 {
  padding-right: 25px !important;
}

.m25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.p25 {
  padding: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-t-30 {
  margin-top: 30px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-l-30 {
  margin-left: 30px !important;
}

.margin-r-30 {
  margin-right: 30px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-t-30 {
  padding-top: 30px !important;
}

.padding-b-30 {
  padding-bottom: 30px !important;
}

.padding-l-30 {
  padding-left: 30px !important;
}

.padding-r-30 {
  padding-right: 30px !important;
}

.m30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.p30 {
  padding: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.margin-35 {
  margin: 35px !important;
}

.margin-t-35 {
  margin-top: 35px !important;
}

.margin-b-35 {
  margin-bottom: 35px !important;
}

.margin-l-35 {
  margin-left: 35px !important;
}

.margin-r-35 {
  margin-right: 35px !important;
}

.padding-35 {
  padding: 35px !important;
}

.padding-t-35 {
  padding-top: 35px !important;
}

.padding-b-35 {
  padding-bottom: 35px !important;
}

.padding-l-35 {
  padding-left: 35px !important;
}

.padding-r-35 {
  padding-right: 35px !important;
}

.m35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.p35 {
  padding: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-t-40 {
  margin-top: 40px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-l-40 {
  margin-left: 40px !important;
}

.margin-r-40 {
  margin-right: 40px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-t-40 {
  padding-top: 40px !important;
}

.padding-b-40 {
  padding-bottom: 40px !important;
}

.padding-l-40 {
  padding-left: 40px !important;
}

.padding-r-40 {
  padding-right: 40px !important;
}

.m40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.margin-45 {
  margin: 45px !important;
}

.margin-t-45 {
  margin-top: 45px !important;
}

.margin-b-45 {
  margin-bottom: 45px !important;
}

.margin-l-45 {
  margin-left: 45px !important;
}

.margin-r-45 {
  margin-right: 45px !important;
}

.padding-45 {
  padding: 45px !important;
}

.padding-t-45 {
  padding-top: 45px !important;
}

.padding-b-45 {
  padding-bottom: 45px !important;
}

.padding-l-45 {
  padding-left: 45px !important;
}

.padding-r-45 {
  padding-right: 45px !important;
}

.m45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.p45 {
  padding: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.margin-50 {
  margin: 50px !important;
}

.margin-t-50 {
  margin-top: 50px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-l-50 {
  margin-left: 50px !important;
}

.margin-r-50 {
  margin-right: 50px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-t-50 {
  padding-top: 50px !important;
}

.padding-b-50 {
  padding-bottom: 50px !important;
}

.padding-l-50 {
  padding-left: 50px !important;
}

.padding-r-50 {
  padding-right: 50px !important;
}

.m50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.p50 {
  padding: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.margin-55 {
  margin: 55px !important;
}

.margin-t-55 {
  margin-top: 55px !important;
}

.margin-b-55 {
  margin-bottom: 55px !important;
}

.margin-l-55 {
  margin-left: 55px !important;
}

.margin-r-55 {
  margin-right: 55px !important;
}

.padding-55 {
  padding: 55px !important;
}

.padding-t-55 {
  padding-top: 55px !important;
}

.padding-b-55 {
  padding-bottom: 55px !important;
}

.padding-l-55 {
  padding-left: 55px !important;
}

.padding-r-55 {
  padding-right: 55px !important;
}

.m55 {
  margin: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.p55 {
  padding: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.margin-60 {
  margin: 60px !important;
}

.margin-t-60 {
  margin-top: 60px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-l-60 {
  margin-left: 60px !important;
}

.margin-r-60 {
  margin-right: 60px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-t-60 {
  padding-top: 60px !important;
}

.padding-b-60 {
  padding-bottom: 60px !important;
}

.padding-l-60 {
  padding-left: 60px !important;
}

.padding-r-60 {
  padding-right: 60px !important;
}

.m60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.p60 {
  padding: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.margin-65 {
  margin: 65px !important;
}

.margin-t-65 {
  margin-top: 65px !important;
}

.margin-b-65 {
  margin-bottom: 65px !important;
}

.margin-l-65 {
  margin-left: 65px !important;
}

.margin-r-65 {
  margin-right: 65px !important;
}

.padding-65 {
  padding: 65px !important;
}

.padding-t-65 {
  padding-top: 65px !important;
}

.padding-b-65 {
  padding-bottom: 65px !important;
}

.padding-l-65 {
  padding-left: 65px !important;
}

.padding-r-65 {
  padding-right: 65px !important;
}

.m65 {
  margin: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.p65 {
  padding: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.margin-70 {
  margin: 70px !important;
}

.margin-t-70 {
  margin-top: 70px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.margin-l-70 {
  margin-left: 70px !important;
}

.margin-r-70 {
  margin-right: 70px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-t-70 {
  padding-top: 70px !important;
}

.padding-b-70 {
  padding-bottom: 70px !important;
}

.padding-l-70 {
  padding-left: 70px !important;
}

.padding-r-70 {
  padding-right: 70px !important;
}

.m70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.p70 {
  padding: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.margin-75 {
  margin: 75px !important;
}

.margin-t-75 {
  margin-top: 75px !important;
}

.margin-b-75 {
  margin-bottom: 75px !important;
}

.margin-l-75 {
  margin-left: 75px !important;
}

.margin-r-75 {
  margin-right: 75px !important;
}

.padding-75 {
  padding: 75px !important;
}

.padding-t-75 {
  padding-top: 75px !important;
}

.padding-b-75 {
  padding-bottom: 75px !important;
}

.padding-l-75 {
  padding-left: 75px !important;
}

.padding-r-75 {
  padding-right: 75px !important;
}

.m75 {
  margin: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.p75 {
  padding: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.margin-80 {
  margin: 80px !important;
}

.margin-t-80 {
  margin-top: 80px !important;
}

.margin-b-80 {
  margin-bottom: 80px !important;
}

.margin-l-80 {
  margin-left: 80px !important;
}

.margin-r-80 {
  margin-right: 80px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-t-80 {
  padding-top: 80px !important;
}

.padding-b-80 {
  padding-bottom: 80px !important;
}

.padding-l-80 {
  padding-left: 80px !important;
}

.padding-r-80 {
  padding-right: 80px !important;
}

.m80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.p80 {
  padding: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.margin-85 {
  margin: 85px !important;
}

.margin-t-85 {
  margin-top: 85px !important;
}

.margin-b-85 {
  margin-bottom: 85px !important;
}

.margin-l-85 {
  margin-left: 85px !important;
}

.margin-r-85 {
  margin-right: 85px !important;
}

.padding-85 {
  padding: 85px !important;
}

.padding-t-85 {
  padding-top: 85px !important;
}

.padding-b-85 {
  padding-bottom: 85px !important;
}

.padding-l-85 {
  padding-left: 85px !important;
}

.padding-r-85 {
  padding-right: 85px !important;
}

.m85 {
  margin: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.p85 {
  padding: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.margin-90 {
  margin: 90px !important;
}

.margin-t-90 {
  margin-top: 90px !important;
}

.margin-b-90 {
  margin-bottom: 90px !important;
}

.margin-l-90 {
  margin-left: 90px !important;
}

.margin-r-90 {
  margin-right: 90px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-t-90 {
  padding-top: 90px !important;
}

.padding-b-90 {
  padding-bottom: 90px !important;
}

.padding-l-90 {
  padding-left: 90px !important;
}

.padding-r-90 {
  padding-right: 90px !important;
}

.m90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.p90 {
  padding: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.margin-95 {
  margin: 95px !important;
}

.margin-t-95 {
  margin-top: 95px !important;
}

.margin-b-95 {
  margin-bottom: 95px !important;
}

.margin-l-95 {
  margin-left: 95px !important;
}

.margin-r-95 {
  margin-right: 95px !important;
}

.padding-95 {
  padding: 95px !important;
}

.padding-t-95 {
  padding-top: 95px !important;
}

.padding-b-95 {
  padding-bottom: 95px !important;
}

.padding-l-95 {
  padding-left: 95px !important;
}

.padding-r-95 {
  padding-right: 95px !important;
}

.m95 {
  margin: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.p95 {
  padding: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.margin-100 {
  margin: 100px !important;
}

.margin-t-100 {
  margin-top: 100px !important;
}

.margin-b-100 {
  margin-bottom: 100px !important;
}

.margin-l-100 {
  margin-left: 100px !important;
}

.margin-r-100 {
  margin-right: 100px !important;
}

.padding-100 {
  padding: 100px !important;
}

.padding-t-100 {
  padding-top: 100px !important;
}

.padding-b-100 {
  padding-bottom: 100px !important;
}

.padding-l-100 {
  padding-left: 100px !important;
}

.padding-r-100 {
  padding-right: 100px !important;
}

.m100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.p100 {
  padding: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

@media (min-width: 1025px) {
  .margin-0-desktop {
    margin: 0px !important;
  }

  .margin-t-0-desktop {
    margin-top: 0px !important;
  }

  .margin-b-0-desktop {
    margin-bottom: 0px !important;
  }

  .margin-l-0-desktop {
    margin-left: 0px !important;
  }

  .margin-r-0-desktop {
    margin-right: 0px !important;
  }

  .padding-0-desktop {
    padding: 0px !important;
  }

  .padding-t-0-desktop {
    padding-top: 0px !important;
  }

  .padding-b-0-desktop {
    padding-bottom: 0px !important;
  }

  .padding-l-0-desktop {
    padding-left: 0px !important;
  }

  .padding-r-0-desktop {
    padding-right: 0px !important;
  }

  .m0-desktop {
    margin: 0px !important;
  }

  .mt-0-desktop {
    margin-top: 0px !important;
  }

  .mb-0-desktop {
    margin-bottom: 0px !important;
  }

  .ml-0-desktop {
    margin-left: 0px !important;
  }

  .mr-0-desktop {
    margin-right: 0px !important;
  }

  .p0-desktop {
    padding: 0px !important;
  }

  .pt0-desktop {
    padding-top: 0px !important;
  }

  .pb-0-desktop {
    padding-bottom: 0px !important;
  }

  .pl0-desktop {
    padding-left: 0px !important;
  }

  .pr0-desktop {
    padding-right: 0px !important;
  }

  .margin-5-desktop {
    margin: 5px !important;
  }

  .margin-t-5-desktop {
    margin-top: 5px !important;
  }

  .margin-b-5-desktop {
    margin-bottom: 5px !important;
  }

  .margin-l-5-desktop {
    margin-left: 5px !important;
  }

  .margin-r-5-desktop {
    margin-right: 5px !important;
  }

  .padding-5-desktop {
    padding: 5px !important;
  }

  .padding-t-5-desktop {
    padding-top: 5px !important;
  }

  .padding-b-5-desktop {
    padding-bottom: 5px !important;
  }

  .padding-l-5-desktop {
    padding-left: 5px !important;
  }

  .padding-r-5-desktop {
    padding-right: 5px !important;
  }

  .m5-desktop {
    margin: 5px !important;
  }

  .mt-5-desktop {
    margin-top: 5px !important;
  }

  .mb-5-desktop {
    margin-bottom: 5px !important;
  }

  .ml-5-desktop {
    margin-left: 5px !important;
  }

  .mr-5-desktop {
    margin-right: 5px !important;
  }

  .p5-desktop {
    padding: 5px !important;
  }

  .pt5-desktop {
    padding-top: 5px !important;
  }

  .pb-5-desktop {
    padding-bottom: 5px !important;
  }

  .pl5-desktop {
    padding-left: 5px !important;
  }

  .pr5-desktop {
    padding-right: 5px !important;
  }

  .margin-10-desktop {
    margin: 10px !important;
  }

  .margin-t-10-desktop {
    margin-top: 10px !important;
  }

  .margin-b-10-desktop {
    margin-bottom: 10px !important;
  }

  .margin-l-10-desktop {
    margin-left: 10px !important;
  }

  .margin-r-10-desktop {
    margin-right: 10px !important;
  }

  .padding-10-desktop {
    padding: 10px !important;
  }

  .padding-t-10-desktop {
    padding-top: 10px !important;
  }

  .padding-b-10-desktop {
    padding-bottom: 10px !important;
  }

  .padding-l-10-desktop {
    padding-left: 10px !important;
  }

  .padding-r-10-desktop {
    padding-right: 10px !important;
  }

  .m10-desktop {
    margin: 10px !important;
  }

  .mt-10-desktop {
    margin-top: 10px !important;
  }

  .mb-10-desktop {
    margin-bottom: 10px !important;
  }

  .ml-10-desktop {
    margin-left: 10px !important;
  }

  .mr-10-desktop {
    margin-right: 10px !important;
  }

  .p10-desktop {
    padding: 10px !important;
  }

  .pt10-desktop {
    padding-top: 10px !important;
  }

  .pb-10-desktop {
    padding-bottom: 10px !important;
  }

  .pl10-desktop {
    padding-left: 10px !important;
  }

  .pr10-desktop {
    padding-right: 10px !important;
  }

  .margin-15-desktop {
    margin: 15px !important;
  }

  .margin-t-15-desktop {
    margin-top: 15px !important;
  }

  .margin-b-15-desktop {
    margin-bottom: 15px !important;
  }

  .margin-l-15-desktop {
    margin-left: 15px !important;
  }

  .margin-r-15-desktop {
    margin-right: 15px !important;
  }

  .padding-15-desktop {
    padding: 15px !important;
  }

  .padding-t-15-desktop {
    padding-top: 15px !important;
  }

  .padding-b-15-desktop {
    padding-bottom: 15px !important;
  }

  .padding-l-15-desktop {
    padding-left: 15px !important;
  }

  .padding-r-15-desktop {
    padding-right: 15px !important;
  }

  .m15-desktop {
    margin: 15px !important;
  }

  .mt-15-desktop {
    margin-top: 15px !important;
  }

  .mb-15-desktop {
    margin-bottom: 15px !important;
  }

  .ml-15-desktop {
    margin-left: 15px !important;
  }

  .mr-15-desktop {
    margin-right: 15px !important;
  }

  .p15-desktop {
    padding: 15px !important;
  }

  .pt15-desktop {
    padding-top: 15px !important;
  }

  .pb-15-desktop {
    padding-bottom: 15px !important;
  }

  .pl15-desktop {
    padding-left: 15px !important;
  }

  .pr15-desktop {
    padding-right: 15px !important;
  }

  .margin-20-desktop {
    margin: 20px !important;
  }

  .margin-t-20-desktop {
    margin-top: 20px !important;
  }

  .margin-b-20-desktop {
    margin-bottom: 20px !important;
  }

  .margin-l-20-desktop {
    margin-left: 20px !important;
  }

  .margin-r-20-desktop {
    margin-right: 20px !important;
  }

  .padding-20-desktop {
    padding: 20px !important;
  }

  .padding-t-20-desktop {
    padding-top: 20px !important;
  }

  .padding-b-20-desktop {
    padding-bottom: 20px !important;
  }

  .padding-l-20-desktop {
    padding-left: 20px !important;
  }

  .padding-r-20-desktop {
    padding-right: 20px !important;
  }

  .m20-desktop {
    margin: 20px !important;
  }

  .mt-20-desktop {
    margin-top: 20px !important;
  }

  .mb-20-desktop {
    margin-bottom: 20px !important;
  }

  .ml-20-desktop {
    margin-left: 20px !important;
  }

  .mr-20-desktop {
    margin-right: 20px !important;
  }

  .p20-desktop {
    padding: 20px !important;
  }

  .pt20-desktop {
    padding-top: 20px !important;
  }

  .pb-20-desktop {
    padding-bottom: 20px !important;
  }

  .pl20-desktop {
    padding-left: 20px !important;
  }

  .pr20-desktop {
    padding-right: 20px !important;
  }

  .margin-25-desktop {
    margin: 25px !important;
  }

  .margin-t-25-desktop {
    margin-top: 25px !important;
  }

  .margin-b-25-desktop {
    margin-bottom: 25px !important;
  }

  .margin-l-25-desktop {
    margin-left: 25px !important;
  }

  .margin-r-25-desktop {
    margin-right: 25px !important;
  }

  .padding-25-desktop {
    padding: 25px !important;
  }

  .padding-t-25-desktop {
    padding-top: 25px !important;
  }

  .padding-b-25-desktop {
    padding-bottom: 25px !important;
  }

  .padding-l-25-desktop {
    padding-left: 25px !important;
  }

  .padding-r-25-desktop {
    padding-right: 25px !important;
  }

  .m25-desktop {
    margin: 25px !important;
  }

  .mt-25-desktop {
    margin-top: 25px !important;
  }

  .mb-25-desktop {
    margin-bottom: 25px !important;
  }

  .ml-25-desktop {
    margin-left: 25px !important;
  }

  .mr-25-desktop {
    margin-right: 25px !important;
  }

  .p25-desktop {
    padding: 25px !important;
  }

  .pt25-desktop {
    padding-top: 25px !important;
  }

  .pb-25-desktop {
    padding-bottom: 25px !important;
  }

  .pl25-desktop {
    padding-left: 25px !important;
  }

  .pr25-desktop {
    padding-right: 25px !important;
  }

  .margin-30-desktop {
    margin: 30px !important;
  }

  .margin-t-30-desktop {
    margin-top: 30px !important;
  }

  .margin-b-30-desktop {
    margin-bottom: 30px !important;
  }

  .margin-l-30-desktop {
    margin-left: 30px !important;
  }

  .margin-r-30-desktop {
    margin-right: 30px !important;
  }

  .padding-30-desktop {
    padding: 30px !important;
  }

  .padding-t-30-desktop {
    padding-top: 30px !important;
  }

  .padding-b-30-desktop {
    padding-bottom: 30px !important;
  }

  .padding-l-30-desktop {
    padding-left: 30px !important;
  }

  .padding-r-30-desktop {
    padding-right: 30px !important;
  }

  .m30-desktop {
    margin: 30px !important;
  }

  .mt-30-desktop {
    margin-top: 30px !important;
  }

  .mb-30-desktop {
    margin-bottom: 30px !important;
  }

  .ml-30-desktop {
    margin-left: 30px !important;
  }

  .mr-30-desktop {
    margin-right: 30px !important;
  }

  .p30-desktop {
    padding: 30px !important;
  }

  .pt30-desktop {
    padding-top: 30px !important;
  }

  .pb-30-desktop {
    padding-bottom: 30px !important;
  }

  .pl30-desktop {
    padding-left: 30px !important;
  }

  .pr30-desktop {
    padding-right: 30px !important;
  }

  .margin-35-desktop {
    margin: 35px !important;
  }

  .margin-t-35-desktop {
    margin-top: 35px !important;
  }

  .margin-b-35-desktop {
    margin-bottom: 35px !important;
  }

  .margin-l-35-desktop {
    margin-left: 35px !important;
  }

  .margin-r-35-desktop {
    margin-right: 35px !important;
  }

  .padding-35-desktop {
    padding: 35px !important;
  }

  .padding-t-35-desktop {
    padding-top: 35px !important;
  }

  .padding-b-35-desktop {
    padding-bottom: 35px !important;
  }

  .padding-l-35-desktop {
    padding-left: 35px !important;
  }

  .padding-r-35-desktop {
    padding-right: 35px !important;
  }

  .m35-desktop {
    margin: 35px !important;
  }

  .mt-35-desktop {
    margin-top: 35px !important;
  }

  .mb-35-desktop {
    margin-bottom: 35px !important;
  }

  .ml-35-desktop {
    margin-left: 35px !important;
  }

  .mr-35-desktop {
    margin-right: 35px !important;
  }

  .p35-desktop {
    padding: 35px !important;
  }

  .pt35-desktop {
    padding-top: 35px !important;
  }

  .pb-35-desktop {
    padding-bottom: 35px !important;
  }

  .pl35-desktop {
    padding-left: 35px !important;
  }

  .pr35-desktop {
    padding-right: 35px !important;
  }

  .margin-40-desktop {
    margin: 40px !important;
  }

  .margin-t-40-desktop {
    margin-top: 40px !important;
  }

  .margin-b-40-desktop {
    margin-bottom: 40px !important;
  }

  .margin-l-40-desktop {
    margin-left: 40px !important;
  }

  .margin-r-40-desktop {
    margin-right: 40px !important;
  }

  .padding-40-desktop {
    padding: 40px !important;
  }

  .padding-t-40-desktop {
    padding-top: 40px !important;
  }

  .padding-b-40-desktop {
    padding-bottom: 40px !important;
  }

  .padding-l-40-desktop {
    padding-left: 40px !important;
  }

  .padding-r-40-desktop {
    padding-right: 40px !important;
  }

  .m40-desktop {
    margin: 40px !important;
  }

  .mt-40-desktop {
    margin-top: 40px !important;
  }

  .mb-40-desktop {
    margin-bottom: 40px !important;
  }

  .ml-40-desktop {
    margin-left: 40px !important;
  }

  .mr-40-desktop {
    margin-right: 40px !important;
  }

  .p40-desktop {
    padding: 40px !important;
  }

  .pt40-desktop {
    padding-top: 40px !important;
  }

  .pb-40-desktop {
    padding-bottom: 40px !important;
  }

  .pl40-desktop {
    padding-left: 40px !important;
  }

  .pr40-desktop {
    padding-right: 40px !important;
  }

  .margin-45-desktop {
    margin: 45px !important;
  }

  .margin-t-45-desktop {
    margin-top: 45px !important;
  }

  .margin-b-45-desktop {
    margin-bottom: 45px !important;
  }

  .margin-l-45-desktop {
    margin-left: 45px !important;
  }

  .margin-r-45-desktop {
    margin-right: 45px !important;
  }

  .padding-45-desktop {
    padding: 45px !important;
  }

  .padding-t-45-desktop {
    padding-top: 45px !important;
  }

  .padding-b-45-desktop {
    padding-bottom: 45px !important;
  }

  .padding-l-45-desktop {
    padding-left: 45px !important;
  }

  .padding-r-45-desktop {
    padding-right: 45px !important;
  }

  .m45-desktop {
    margin: 45px !important;
  }

  .mt-45-desktop {
    margin-top: 45px !important;
  }

  .mb-45-desktop {
    margin-bottom: 45px !important;
  }

  .ml-45-desktop {
    margin-left: 45px !important;
  }

  .mr-45-desktop {
    margin-right: 45px !important;
  }

  .p45-desktop {
    padding: 45px !important;
  }

  .pt45-desktop {
    padding-top: 45px !important;
  }

  .pb-45-desktop {
    padding-bottom: 45px !important;
  }

  .pl45-desktop {
    padding-left: 45px !important;
  }

  .pr45-desktop {
    padding-right: 45px !important;
  }

  .margin-50-desktop {
    margin: 50px !important;
  }

  .margin-t-50-desktop {
    margin-top: 50px !important;
  }

  .margin-b-50-desktop {
    margin-bottom: 50px !important;
  }

  .margin-l-50-desktop {
    margin-left: 50px !important;
  }

  .margin-r-50-desktop {
    margin-right: 50px !important;
  }

  .padding-50-desktop {
    padding: 50px !important;
  }

  .padding-t-50-desktop {
    padding-top: 50px !important;
  }

  .padding-b-50-desktop {
    padding-bottom: 50px !important;
  }

  .padding-l-50-desktop {
    padding-left: 50px !important;
  }

  .padding-r-50-desktop {
    padding-right: 50px !important;
  }

  .m50-desktop {
    margin: 50px !important;
  }

  .mt-50-desktop {
    margin-top: 50px !important;
  }

  .mb-50-desktop {
    margin-bottom: 50px !important;
  }

  .ml-50-desktop {
    margin-left: 50px !important;
  }

  .mr-50-desktop {
    margin-right: 50px !important;
  }

  .p50-desktop {
    padding: 50px !important;
  }

  .pt50-desktop {
    padding-top: 50px !important;
  }

  .pb-50-desktop {
    padding-bottom: 50px !important;
  }

  .pl50-desktop {
    padding-left: 50px !important;
  }

  .pr50-desktop {
    padding-right: 50px !important;
  }

  .margin-55-desktop {
    margin: 55px !important;
  }

  .margin-t-55-desktop {
    margin-top: 55px !important;
  }

  .margin-b-55-desktop {
    margin-bottom: 55px !important;
  }

  .margin-l-55-desktop {
    margin-left: 55px !important;
  }

  .margin-r-55-desktop {
    margin-right: 55px !important;
  }

  .padding-55-desktop {
    padding: 55px !important;
  }

  .padding-t-55-desktop {
    padding-top: 55px !important;
  }

  .padding-b-55-desktop {
    padding-bottom: 55px !important;
  }

  .padding-l-55-desktop {
    padding-left: 55px !important;
  }

  .padding-r-55-desktop {
    padding-right: 55px !important;
  }

  .m55-desktop {
    margin: 55px !important;
  }

  .mt-55-desktop {
    margin-top: 55px !important;
  }

  .mb-55-desktop {
    margin-bottom: 55px !important;
  }

  .ml-55-desktop {
    margin-left: 55px !important;
  }

  .mr-55-desktop {
    margin-right: 55px !important;
  }

  .p55-desktop {
    padding: 55px !important;
  }

  .pt55-desktop {
    padding-top: 55px !important;
  }

  .pb-55-desktop {
    padding-bottom: 55px !important;
  }

  .pl55-desktop {
    padding-left: 55px !important;
  }

  .pr55-desktop {
    padding-right: 55px !important;
  }

  .margin-60-desktop {
    margin: 60px !important;
  }

  .margin-t-60-desktop {
    margin-top: 60px !important;
  }

  .margin-b-60-desktop {
    margin-bottom: 60px !important;
  }

  .margin-l-60-desktop {
    margin-left: 60px !important;
  }

  .margin-r-60-desktop {
    margin-right: 60px !important;
  }

  .padding-60-desktop {
    padding: 60px !important;
  }

  .padding-t-60-desktop {
    padding-top: 60px !important;
  }

  .padding-b-60-desktop {
    padding-bottom: 60px !important;
  }

  .padding-l-60-desktop {
    padding-left: 60px !important;
  }

  .padding-r-60-desktop {
    padding-right: 60px !important;
  }

  .m60-desktop {
    margin: 60px !important;
  }

  .mt-60-desktop {
    margin-top: 60px !important;
  }

  .mb-60-desktop {
    margin-bottom: 60px !important;
  }

  .ml-60-desktop {
    margin-left: 60px !important;
  }

  .mr-60-desktop {
    margin-right: 60px !important;
  }

  .p60-desktop {
    padding: 60px !important;
  }

  .pt60-desktop {
    padding-top: 60px !important;
  }

  .pb-60-desktop {
    padding-bottom: 60px !important;
  }

  .pl60-desktop {
    padding-left: 60px !important;
  }

  .pr60-desktop {
    padding-right: 60px !important;
  }

  .margin-65-desktop {
    margin: 65px !important;
  }

  .margin-t-65-desktop {
    margin-top: 65px !important;
  }

  .margin-b-65-desktop {
    margin-bottom: 65px !important;
  }

  .margin-l-65-desktop {
    margin-left: 65px !important;
  }

  .margin-r-65-desktop {
    margin-right: 65px !important;
  }

  .padding-65-desktop {
    padding: 65px !important;
  }

  .padding-t-65-desktop {
    padding-top: 65px !important;
  }

  .padding-b-65-desktop {
    padding-bottom: 65px !important;
  }

  .padding-l-65-desktop {
    padding-left: 65px !important;
  }

  .padding-r-65-desktop {
    padding-right: 65px !important;
  }

  .m65-desktop {
    margin: 65px !important;
  }

  .mt-65-desktop {
    margin-top: 65px !important;
  }

  .mb-65-desktop {
    margin-bottom: 65px !important;
  }

  .ml-65-desktop {
    margin-left: 65px !important;
  }

  .mr-65-desktop {
    margin-right: 65px !important;
  }

  .p65-desktop {
    padding: 65px !important;
  }

  .pt65-desktop {
    padding-top: 65px !important;
  }

  .pb-65-desktop {
    padding-bottom: 65px !important;
  }

  .pl65-desktop {
    padding-left: 65px !important;
  }

  .pr65-desktop {
    padding-right: 65px !important;
  }

  .margin-70-desktop {
    margin: 70px !important;
  }

  .margin-t-70-desktop {
    margin-top: 70px !important;
  }

  .margin-b-70-desktop {
    margin-bottom: 70px !important;
  }

  .margin-l-70-desktop {
    margin-left: 70px !important;
  }

  .margin-r-70-desktop {
    margin-right: 70px !important;
  }

  .padding-70-desktop {
    padding: 70px !important;
  }

  .padding-t-70-desktop {
    padding-top: 70px !important;
  }

  .padding-b-70-desktop {
    padding-bottom: 70px !important;
  }

  .padding-l-70-desktop {
    padding-left: 70px !important;
  }

  .padding-r-70-desktop {
    padding-right: 70px !important;
  }

  .m70-desktop {
    margin: 70px !important;
  }

  .mt-70-desktop {
    margin-top: 70px !important;
  }

  .mb-70-desktop {
    margin-bottom: 70px !important;
  }

  .ml-70-desktop {
    margin-left: 70px !important;
  }

  .mr-70-desktop {
    margin-right: 70px !important;
  }

  .p70-desktop {
    padding: 70px !important;
  }

  .pt70-desktop {
    padding-top: 70px !important;
  }

  .pb-70-desktop {
    padding-bottom: 70px !important;
  }

  .pl70-desktop {
    padding-left: 70px !important;
  }

  .pr70-desktop {
    padding-right: 70px !important;
  }

  .margin-75-desktop {
    margin: 75px !important;
  }

  .margin-t-75-desktop {
    margin-top: 75px !important;
  }

  .margin-b-75-desktop {
    margin-bottom: 75px !important;
  }

  .margin-l-75-desktop {
    margin-left: 75px !important;
  }

  .margin-r-75-desktop {
    margin-right: 75px !important;
  }

  .padding-75-desktop {
    padding: 75px !important;
  }

  .padding-t-75-desktop {
    padding-top: 75px !important;
  }

  .padding-b-75-desktop {
    padding-bottom: 75px !important;
  }

  .padding-l-75-desktop {
    padding-left: 75px !important;
  }

  .padding-r-75-desktop {
    padding-right: 75px !important;
  }

  .m75-desktop {
    margin: 75px !important;
  }

  .mt-75-desktop {
    margin-top: 75px !important;
  }

  .mb-75-desktop {
    margin-bottom: 75px !important;
  }

  .ml-75-desktop {
    margin-left: 75px !important;
  }

  .mr-75-desktop {
    margin-right: 75px !important;
  }

  .p75-desktop {
    padding: 75px !important;
  }

  .pt75-desktop {
    padding-top: 75px !important;
  }

  .pb-75-desktop {
    padding-bottom: 75px !important;
  }

  .pl75-desktop {
    padding-left: 75px !important;
  }

  .pr75-desktop {
    padding-right: 75px !important;
  }

  .margin-80-desktop {
    margin: 80px !important;
  }

  .margin-t-80-desktop {
    margin-top: 80px !important;
  }

  .margin-b-80-desktop {
    margin-bottom: 80px !important;
  }

  .margin-l-80-desktop {
    margin-left: 80px !important;
  }

  .margin-r-80-desktop {
    margin-right: 80px !important;
  }

  .padding-80-desktop {
    padding: 80px !important;
  }

  .padding-t-80-desktop {
    padding-top: 80px !important;
  }

  .padding-b-80-desktop {
    padding-bottom: 80px !important;
  }

  .padding-l-80-desktop {
    padding-left: 80px !important;
  }

  .padding-r-80-desktop {
    padding-right: 80px !important;
  }

  .m80-desktop {
    margin: 80px !important;
  }

  .mt-80-desktop {
    margin-top: 80px !important;
  }

  .mb-80-desktop {
    margin-bottom: 80px !important;
  }

  .ml-80-desktop {
    margin-left: 80px !important;
  }

  .mr-80-desktop {
    margin-right: 80px !important;
  }

  .p80-desktop {
    padding: 80px !important;
  }

  .pt80-desktop {
    padding-top: 80px !important;
  }

  .pb-80-desktop {
    padding-bottom: 80px !important;
  }

  .pl80-desktop {
    padding-left: 80px !important;
  }

  .pr80-desktop {
    padding-right: 80px !important;
  }

  .margin-85-desktop {
    margin: 85px !important;
  }

  .margin-t-85-desktop {
    margin-top: 85px !important;
  }

  .margin-b-85-desktop {
    margin-bottom: 85px !important;
  }

  .margin-l-85-desktop {
    margin-left: 85px !important;
  }

  .margin-r-85-desktop {
    margin-right: 85px !important;
  }

  .padding-85-desktop {
    padding: 85px !important;
  }

  .padding-t-85-desktop {
    padding-top: 85px !important;
  }

  .padding-b-85-desktop {
    padding-bottom: 85px !important;
  }

  .padding-l-85-desktop {
    padding-left: 85px !important;
  }

  .padding-r-85-desktop {
    padding-right: 85px !important;
  }

  .m85-desktop {
    margin: 85px !important;
  }

  .mt-85-desktop {
    margin-top: 85px !important;
  }

  .mb-85-desktop {
    margin-bottom: 85px !important;
  }

  .ml-85-desktop {
    margin-left: 85px !important;
  }

  .mr-85-desktop {
    margin-right: 85px !important;
  }

  .p85-desktop {
    padding: 85px !important;
  }

  .pt85-desktop {
    padding-top: 85px !important;
  }

  .pb-85-desktop {
    padding-bottom: 85px !important;
  }

  .pl85-desktop {
    padding-left: 85px !important;
  }

  .pr85-desktop {
    padding-right: 85px !important;
  }

  .margin-90-desktop {
    margin: 90px !important;
  }

  .margin-t-90-desktop {
    margin-top: 90px !important;
  }

  .margin-b-90-desktop {
    margin-bottom: 90px !important;
  }

  .margin-l-90-desktop {
    margin-left: 90px !important;
  }

  .margin-r-90-desktop {
    margin-right: 90px !important;
  }

  .padding-90-desktop {
    padding: 90px !important;
  }

  .padding-t-90-desktop {
    padding-top: 90px !important;
  }

  .padding-b-90-desktop {
    padding-bottom: 90px !important;
  }

  .padding-l-90-desktop {
    padding-left: 90px !important;
  }

  .padding-r-90-desktop {
    padding-right: 90px !important;
  }

  .m90-desktop {
    margin: 90px !important;
  }

  .mt-90-desktop {
    margin-top: 90px !important;
  }

  .mb-90-desktop {
    margin-bottom: 90px !important;
  }

  .ml-90-desktop {
    margin-left: 90px !important;
  }

  .mr-90-desktop {
    margin-right: 90px !important;
  }

  .p90-desktop {
    padding: 90px !important;
  }

  .pt90-desktop {
    padding-top: 90px !important;
  }

  .pb-90-desktop {
    padding-bottom: 90px !important;
  }

  .pl90-desktop {
    padding-left: 90px !important;
  }

  .pr90-desktop {
    padding-right: 90px !important;
  }

  .margin-95-desktop {
    margin: 95px !important;
  }

  .margin-t-95-desktop {
    margin-top: 95px !important;
  }

  .margin-b-95-desktop {
    margin-bottom: 95px !important;
  }

  .margin-l-95-desktop {
    margin-left: 95px !important;
  }

  .margin-r-95-desktop {
    margin-right: 95px !important;
  }

  .padding-95-desktop {
    padding: 95px !important;
  }

  .padding-t-95-desktop {
    padding-top: 95px !important;
  }

  .padding-b-95-desktop {
    padding-bottom: 95px !important;
  }

  .padding-l-95-desktop {
    padding-left: 95px !important;
  }

  .padding-r-95-desktop {
    padding-right: 95px !important;
  }

  .m95-desktop {
    margin: 95px !important;
  }

  .mt-95-desktop {
    margin-top: 95px !important;
  }

  .mb-95-desktop {
    margin-bottom: 95px !important;
  }

  .ml-95-desktop {
    margin-left: 95px !important;
  }

  .mr-95-desktop {
    margin-right: 95px !important;
  }

  .p95-desktop {
    padding: 95px !important;
  }

  .pt95-desktop {
    padding-top: 95px !important;
  }

  .pb-95-desktop {
    padding-bottom: 95px !important;
  }

  .pl95-desktop {
    padding-left: 95px !important;
  }

  .pr95-desktop {
    padding-right: 95px !important;
  }

  .margin-100-desktop {
    margin: 100px !important;
  }

  .margin-t-100-desktop {
    margin-top: 100px !important;
  }

  .margin-b-100-desktop {
    margin-bottom: 100px !important;
  }

  .margin-l-100-desktop {
    margin-left: 100px !important;
  }

  .margin-r-100-desktop {
    margin-right: 100px !important;
  }

  .padding-100-desktop {
    padding: 100px !important;
  }

  .padding-t-100-desktop {
    padding-top: 100px !important;
  }

  .padding-b-100-desktop {
    padding-bottom: 100px !important;
  }

  .padding-l-100-desktop {
    padding-left: 100px !important;
  }

  .padding-r-100-desktop {
    padding-right: 100px !important;
  }

  .m100-desktop {
    margin: 100px !important;
  }

  .mt-100-desktop {
    margin-top: 100px !important;
  }

  .mb-100-desktop {
    margin-bottom: 100px !important;
  }

  .ml-100-desktop {
    margin-left: 100px !important;
  }

  .mr-100-desktop {
    margin-right: 100px !important;
  }

  .p100-desktop {
    padding: 100px !important;
  }

  .pt100-desktop {
    padding-top: 100px !important;
  }

  .pb-100-desktop {
    padding-bottom: 100px !important;
  }

  .pl100-desktop {
    padding-left: 100px !important;
  }

  .pr100-desktop {
    padding-right: 100px !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .margin-0-tablet {
    margin: 0px !important;
  }

  .margin-t-0-tablet {
    margin-top: 0px !important;
  }

  .margin-b-0-tablet {
    margin-bottom: 0px !important;
  }

  .margin-l-0-tablet {
    margin-left: 0px !important;
  }

  .margin-r-0-tablet {
    margin-right: 0px !important;
  }

  .padding-0-tablet {
    padding: 0px !important;
  }

  .padding-t-0-tablet {
    padding-top: 0px !important;
  }

  .padding-b-0-tablet {
    padding-bottom: 0px !important;
  }

  .padding-l-0-tablet {
    padding-left: 0px !important;
  }

  .padding-r-0-tablet {
    padding-right: 0px !important;
  }

  .m0-tablet {
    margin: 0px !important;
  }

  .mt-0-tablet {
    margin-top: 0px !important;
  }

  .mb-0-tablet {
    margin-bottom: 0px !important;
  }

  .ml-0-tablet {
    margin-left: 0px !important;
  }

  .mr-0-tablet {
    margin-right: 0px !important;
  }

  .p0-tablet {
    padding: 0px !important;
  }

  .pt0-tablet {
    padding-top: 0px !important;
  }

  .pb-0-tablet {
    padding-bottom: 0px !important;
  }

  .pl0-tablet {
    padding-left: 0px !important;
  }

  .pr0-tablet {
    padding-right: 0px !important;
  }

  .margin-5-tablet {
    margin: 5px !important;
  }

  .margin-t-5-tablet {
    margin-top: 5px !important;
  }

  .margin-b-5-tablet {
    margin-bottom: 5px !important;
  }

  .margin-l-5-tablet {
    margin-left: 5px !important;
  }

  .margin-r-5-tablet {
    margin-right: 5px !important;
  }

  .padding-5-tablet {
    padding: 5px !important;
  }

  .padding-t-5-tablet {
    padding-top: 5px !important;
  }

  .padding-b-5-tablet {
    padding-bottom: 5px !important;
  }

  .padding-l-5-tablet {
    padding-left: 5px !important;
  }

  .padding-r-5-tablet {
    padding-right: 5px !important;
  }

  .m5-tablet {
    margin: 5px !important;
  }

  .mt-5-tablet {
    margin-top: 5px !important;
  }

  .mb-5-tablet {
    margin-bottom: 5px !important;
  }

  .ml-5-tablet {
    margin-left: 5px !important;
  }

  .mr-5-tablet {
    margin-right: 5px !important;
  }

  .p5-tablet {
    padding: 5px !important;
  }

  .pt5-tablet {
    padding-top: 5px !important;
  }

  .pb-5-tablet {
    padding-bottom: 5px !important;
  }

  .pl5-tablet {
    padding-left: 5px !important;
  }

  .pr5-tablet {
    padding-right: 5px !important;
  }

  .margin-10-tablet {
    margin: 10px !important;
  }

  .margin-t-10-tablet {
    margin-top: 10px !important;
  }

  .margin-b-10-tablet {
    margin-bottom: 10px !important;
  }

  .margin-l-10-tablet {
    margin-left: 10px !important;
  }

  .margin-r-10-tablet {
    margin-right: 10px !important;
  }

  .padding-10-tablet {
    padding: 10px !important;
  }

  .padding-t-10-tablet {
    padding-top: 10px !important;
  }

  .padding-b-10-tablet {
    padding-bottom: 10px !important;
  }

  .padding-l-10-tablet {
    padding-left: 10px !important;
  }

  .padding-r-10-tablet {
    padding-right: 10px !important;
  }

  .m10-tablet {
    margin: 10px !important;
  }

  .mt-10-tablet {
    margin-top: 10px !important;
  }

  .mb-10-tablet {
    margin-bottom: 10px !important;
  }

  .ml-10-tablet {
    margin-left: 10px !important;
  }

  .mr-10-tablet {
    margin-right: 10px !important;
  }

  .p10-tablet {
    padding: 10px !important;
  }

  .pt10-tablet {
    padding-top: 10px !important;
  }

  .pb-10-tablet {
    padding-bottom: 10px !important;
  }

  .pl10-tablet {
    padding-left: 10px !important;
  }

  .pr10-tablet {
    padding-right: 10px !important;
  }

  .margin-15-tablet {
    margin: 15px !important;
  }

  .margin-t-15-tablet {
    margin-top: 15px !important;
  }

  .margin-b-15-tablet {
    margin-bottom: 15px !important;
  }

  .margin-l-15-tablet {
    margin-left: 15px !important;
  }

  .margin-r-15-tablet {
    margin-right: 15px !important;
  }

  .padding-15-tablet {
    padding: 15px !important;
  }

  .padding-t-15-tablet {
    padding-top: 15px !important;
  }

  .padding-b-15-tablet {
    padding-bottom: 15px !important;
  }

  .padding-l-15-tablet {
    padding-left: 15px !important;
  }

  .padding-r-15-tablet {
    padding-right: 15px !important;
  }

  .m15-tablet {
    margin: 15px !important;
  }

  .mt-15-tablet {
    margin-top: 15px !important;
  }

  .mb-15-tablet {
    margin-bottom: 15px !important;
  }

  .ml-15-tablet {
    margin-left: 15px !important;
  }

  .mr-15-tablet {
    margin-right: 15px !important;
  }

  .p15-tablet {
    padding: 15px !important;
  }

  .pt15-tablet {
    padding-top: 15px !important;
  }

  .pb-15-tablet {
    padding-bottom: 15px !important;
  }

  .pl15-tablet {
    padding-left: 15px !important;
  }

  .pr15-tablet {
    padding-right: 15px !important;
  }

  .margin-20-tablet {
    margin: 20px !important;
  }

  .margin-t-20-tablet {
    margin-top: 20px !important;
  }

  .margin-b-20-tablet {
    margin-bottom: 20px !important;
  }

  .margin-l-20-tablet {
    margin-left: 20px !important;
  }

  .margin-r-20-tablet {
    margin-right: 20px !important;
  }

  .padding-20-tablet {
    padding: 20px !important;
  }

  .padding-t-20-tablet {
    padding-top: 20px !important;
  }

  .padding-b-20-tablet {
    padding-bottom: 20px !important;
  }

  .padding-l-20-tablet {
    padding-left: 20px !important;
  }

  .padding-r-20-tablet {
    padding-right: 20px !important;
  }

  .m20-tablet {
    margin: 20px !important;
  }

  .mt-20-tablet {
    margin-top: 20px !important;
  }

  .mb-20-tablet {
    margin-bottom: 20px !important;
  }

  .ml-20-tablet {
    margin-left: 20px !important;
  }

  .mr-20-tablet {
    margin-right: 20px !important;
  }

  .p20-tablet {
    padding: 20px !important;
  }

  .pt20-tablet {
    padding-top: 20px !important;
  }

  .pb-20-tablet {
    padding-bottom: 20px !important;
  }

  .pl20-tablet {
    padding-left: 20px !important;
  }

  .pr20-tablet {
    padding-right: 20px !important;
  }

  .margin-25-tablet {
    margin: 25px !important;
  }

  .margin-t-25-tablet {
    margin-top: 25px !important;
  }

  .margin-b-25-tablet {
    margin-bottom: 25px !important;
  }

  .margin-l-25-tablet {
    margin-left: 25px !important;
  }

  .margin-r-25-tablet {
    margin-right: 25px !important;
  }

  .padding-25-tablet {
    padding: 25px !important;
  }

  .padding-t-25-tablet {
    padding-top: 25px !important;
  }

  .padding-b-25-tablet {
    padding-bottom: 25px !important;
  }

  .padding-l-25-tablet {
    padding-left: 25px !important;
  }

  .padding-r-25-tablet {
    padding-right: 25px !important;
  }

  .m25-tablet {
    margin: 25px !important;
  }

  .mt-25-tablet {
    margin-top: 25px !important;
  }

  .mb-25-tablet {
    margin-bottom: 25px !important;
  }

  .ml-25-tablet {
    margin-left: 25px !important;
  }

  .mr-25-tablet {
    margin-right: 25px !important;
  }

  .p25-tablet {
    padding: 25px !important;
  }

  .pt25-tablet {
    padding-top: 25px !important;
  }

  .pb-25-tablet {
    padding-bottom: 25px !important;
  }

  .pl25-tablet {
    padding-left: 25px !important;
  }

  .pr25-tablet {
    padding-right: 25px !important;
  }

  .margin-30-tablet {
    margin: 30px !important;
  }

  .margin-t-30-tablet {
    margin-top: 30px !important;
  }

  .margin-b-30-tablet {
    margin-bottom: 30px !important;
  }

  .margin-l-30-tablet {
    margin-left: 30px !important;
  }

  .margin-r-30-tablet {
    margin-right: 30px !important;
  }

  .padding-30-tablet {
    padding: 30px !important;
  }

  .padding-t-30-tablet {
    padding-top: 30px !important;
  }

  .padding-b-30-tablet {
    padding-bottom: 30px !important;
  }

  .padding-l-30-tablet {
    padding-left: 30px !important;
  }

  .padding-r-30-tablet {
    padding-right: 30px !important;
  }

  .m30-tablet {
    margin: 30px !important;
  }

  .mt-30-tablet {
    margin-top: 30px !important;
  }

  .mb-30-tablet {
    margin-bottom: 30px !important;
  }

  .ml-30-tablet {
    margin-left: 30px !important;
  }

  .mr-30-tablet {
    margin-right: 30px !important;
  }

  .p30-tablet {
    padding: 30px !important;
  }

  .pt30-tablet {
    padding-top: 30px !important;
  }

  .pb-30-tablet {
    padding-bottom: 30px !important;
  }

  .pl30-tablet {
    padding-left: 30px !important;
  }

  .pr30-tablet {
    padding-right: 30px !important;
  }

  .margin-35-tablet {
    margin: 35px !important;
  }

  .margin-t-35-tablet {
    margin-top: 35px !important;
  }

  .margin-b-35-tablet {
    margin-bottom: 35px !important;
  }

  .margin-l-35-tablet {
    margin-left: 35px !important;
  }

  .margin-r-35-tablet {
    margin-right: 35px !important;
  }

  .padding-35-tablet {
    padding: 35px !important;
  }

  .padding-t-35-tablet {
    padding-top: 35px !important;
  }

  .padding-b-35-tablet {
    padding-bottom: 35px !important;
  }

  .padding-l-35-tablet {
    padding-left: 35px !important;
  }

  .padding-r-35-tablet {
    padding-right: 35px !important;
  }

  .m35-tablet {
    margin: 35px !important;
  }

  .mt-35-tablet {
    margin-top: 35px !important;
  }

  .mb-35-tablet {
    margin-bottom: 35px !important;
  }

  .ml-35-tablet {
    margin-left: 35px !important;
  }

  .mr-35-tablet {
    margin-right: 35px !important;
  }

  .p35-tablet {
    padding: 35px !important;
  }

  .pt35-tablet {
    padding-top: 35px !important;
  }

  .pb-35-tablet {
    padding-bottom: 35px !important;
  }

  .pl35-tablet {
    padding-left: 35px !important;
  }

  .pr35-tablet {
    padding-right: 35px !important;
  }

  .margin-40-tablet {
    margin: 40px !important;
  }

  .margin-t-40-tablet {
    margin-top: 40px !important;
  }

  .margin-b-40-tablet {
    margin-bottom: 40px !important;
  }

  .margin-l-40-tablet {
    margin-left: 40px !important;
  }

  .margin-r-40-tablet {
    margin-right: 40px !important;
  }

  .padding-40-tablet {
    padding: 40px !important;
  }

  .padding-t-40-tablet {
    padding-top: 40px !important;
  }

  .padding-b-40-tablet {
    padding-bottom: 40px !important;
  }

  .padding-l-40-tablet {
    padding-left: 40px !important;
  }

  .padding-r-40-tablet {
    padding-right: 40px !important;
  }

  .m40-tablet {
    margin: 40px !important;
  }

  .mt-40-tablet {
    margin-top: 40px !important;
  }

  .mb-40-tablet {
    margin-bottom: 40px !important;
  }

  .ml-40-tablet {
    margin-left: 40px !important;
  }

  .mr-40-tablet {
    margin-right: 40px !important;
  }

  .p40-tablet {
    padding: 40px !important;
  }

  .pt40-tablet {
    padding-top: 40px !important;
  }

  .pb-40-tablet {
    padding-bottom: 40px !important;
  }

  .pl40-tablet {
    padding-left: 40px !important;
  }

  .pr40-tablet {
    padding-right: 40px !important;
  }

  .margin-45-tablet {
    margin: 45px !important;
  }

  .margin-t-45-tablet {
    margin-top: 45px !important;
  }

  .margin-b-45-tablet {
    margin-bottom: 45px !important;
  }

  .margin-l-45-tablet {
    margin-left: 45px !important;
  }

  .margin-r-45-tablet {
    margin-right: 45px !important;
  }

  .padding-45-tablet {
    padding: 45px !important;
  }

  .padding-t-45-tablet {
    padding-top: 45px !important;
  }

  .padding-b-45-tablet {
    padding-bottom: 45px !important;
  }

  .padding-l-45-tablet {
    padding-left: 45px !important;
  }

  .padding-r-45-tablet {
    padding-right: 45px !important;
  }

  .m45-tablet {
    margin: 45px !important;
  }

  .mt-45-tablet {
    margin-top: 45px !important;
  }

  .mb-45-tablet {
    margin-bottom: 45px !important;
  }

  .ml-45-tablet {
    margin-left: 45px !important;
  }

  .mr-45-tablet {
    margin-right: 45px !important;
  }

  .p45-tablet {
    padding: 45px !important;
  }

  .pt45-tablet {
    padding-top: 45px !important;
  }

  .pb-45-tablet {
    padding-bottom: 45px !important;
  }

  .pl45-tablet {
    padding-left: 45px !important;
  }

  .pr45-tablet {
    padding-right: 45px !important;
  }

  .margin-50-tablet {
    margin: 50px !important;
  }

  .margin-t-50-tablet {
    margin-top: 50px !important;
  }

  .margin-b-50-tablet {
    margin-bottom: 50px !important;
  }

  .margin-l-50-tablet {
    margin-left: 50px !important;
  }

  .margin-r-50-tablet {
    margin-right: 50px !important;
  }

  .padding-50-tablet {
    padding: 50px !important;
  }

  .padding-t-50-tablet {
    padding-top: 50px !important;
  }

  .padding-b-50-tablet {
    padding-bottom: 50px !important;
  }

  .padding-l-50-tablet {
    padding-left: 50px !important;
  }

  .padding-r-50-tablet {
    padding-right: 50px !important;
  }

  .m50-tablet {
    margin: 50px !important;
  }

  .mt-50-tablet {
    margin-top: 50px !important;
  }

  .mb-50-tablet {
    margin-bottom: 50px !important;
  }

  .ml-50-tablet {
    margin-left: 50px !important;
  }

  .mr-50-tablet {
    margin-right: 50px !important;
  }

  .p50-tablet {
    padding: 50px !important;
  }

  .pt50-tablet {
    padding-top: 50px !important;
  }

  .pb-50-tablet {
    padding-bottom: 50px !important;
  }

  .pl50-tablet {
    padding-left: 50px !important;
  }

  .pr50-tablet {
    padding-right: 50px !important;
  }

  .margin-55-tablet {
    margin: 55px !important;
  }

  .margin-t-55-tablet {
    margin-top: 55px !important;
  }

  .margin-b-55-tablet {
    margin-bottom: 55px !important;
  }

  .margin-l-55-tablet {
    margin-left: 55px !important;
  }

  .margin-r-55-tablet {
    margin-right: 55px !important;
  }

  .padding-55-tablet {
    padding: 55px !important;
  }

  .padding-t-55-tablet {
    padding-top: 55px !important;
  }

  .padding-b-55-tablet {
    padding-bottom: 55px !important;
  }

  .padding-l-55-tablet {
    padding-left: 55px !important;
  }

  .padding-r-55-tablet {
    padding-right: 55px !important;
  }

  .m55-tablet {
    margin: 55px !important;
  }

  .mt-55-tablet {
    margin-top: 55px !important;
  }

  .mb-55-tablet {
    margin-bottom: 55px !important;
  }

  .ml-55-tablet {
    margin-left: 55px !important;
  }

  .mr-55-tablet {
    margin-right: 55px !important;
  }

  .p55-tablet {
    padding: 55px !important;
  }

  .pt55-tablet {
    padding-top: 55px !important;
  }

  .pb-55-tablet {
    padding-bottom: 55px !important;
  }

  .pl55-tablet {
    padding-left: 55px !important;
  }

  .pr55-tablet {
    padding-right: 55px !important;
  }

  .margin-60-tablet {
    margin: 60px !important;
  }

  .margin-t-60-tablet {
    margin-top: 60px !important;
  }

  .margin-b-60-tablet {
    margin-bottom: 60px !important;
  }

  .margin-l-60-tablet {
    margin-left: 60px !important;
  }

  .margin-r-60-tablet {
    margin-right: 60px !important;
  }

  .padding-60-tablet {
    padding: 60px !important;
  }

  .padding-t-60-tablet {
    padding-top: 60px !important;
  }

  .padding-b-60-tablet {
    padding-bottom: 60px !important;
  }

  .padding-l-60-tablet {
    padding-left: 60px !important;
  }

  .padding-r-60-tablet {
    padding-right: 60px !important;
  }

  .m60-tablet {
    margin: 60px !important;
  }

  .mt-60-tablet {
    margin-top: 60px !important;
  }

  .mb-60-tablet {
    margin-bottom: 60px !important;
  }

  .ml-60-tablet {
    margin-left: 60px !important;
  }

  .mr-60-tablet {
    margin-right: 60px !important;
  }

  .p60-tablet {
    padding: 60px !important;
  }

  .pt60-tablet {
    padding-top: 60px !important;
  }

  .pb-60-tablet {
    padding-bottom: 60px !important;
  }

  .pl60-tablet {
    padding-left: 60px !important;
  }

  .pr60-tablet {
    padding-right: 60px !important;
  }

  .margin-65-tablet {
    margin: 65px !important;
  }

  .margin-t-65-tablet {
    margin-top: 65px !important;
  }

  .margin-b-65-tablet {
    margin-bottom: 65px !important;
  }

  .margin-l-65-tablet {
    margin-left: 65px !important;
  }

  .margin-r-65-tablet {
    margin-right: 65px !important;
  }

  .padding-65-tablet {
    padding: 65px !important;
  }

  .padding-t-65-tablet {
    padding-top: 65px !important;
  }

  .padding-b-65-tablet {
    padding-bottom: 65px !important;
  }

  .padding-l-65-tablet {
    padding-left: 65px !important;
  }

  .padding-r-65-tablet {
    padding-right: 65px !important;
  }

  .m65-tablet {
    margin: 65px !important;
  }

  .mt-65-tablet {
    margin-top: 65px !important;
  }

  .mb-65-tablet {
    margin-bottom: 65px !important;
  }

  .ml-65-tablet {
    margin-left: 65px !important;
  }

  .mr-65-tablet {
    margin-right: 65px !important;
  }

  .p65-tablet {
    padding: 65px !important;
  }

  .pt65-tablet {
    padding-top: 65px !important;
  }

  .pb-65-tablet {
    padding-bottom: 65px !important;
  }

  .pl65-tablet {
    padding-left: 65px !important;
  }

  .pr65-tablet {
    padding-right: 65px !important;
  }

  .margin-70-tablet {
    margin: 70px !important;
  }

  .margin-t-70-tablet {
    margin-top: 70px !important;
  }

  .margin-b-70-tablet {
    margin-bottom: 70px !important;
  }

  .margin-l-70-tablet {
    margin-left: 70px !important;
  }

  .margin-r-70-tablet {
    margin-right: 70px !important;
  }

  .padding-70-tablet {
    padding: 70px !important;
  }

  .padding-t-70-tablet {
    padding-top: 70px !important;
  }

  .padding-b-70-tablet {
    padding-bottom: 70px !important;
  }

  .padding-l-70-tablet {
    padding-left: 70px !important;
  }

  .padding-r-70-tablet {
    padding-right: 70px !important;
  }

  .m70-tablet {
    margin: 70px !important;
  }

  .mt-70-tablet {
    margin-top: 70px !important;
  }

  .mb-70-tablet {
    margin-bottom: 70px !important;
  }

  .ml-70-tablet {
    margin-left: 70px !important;
  }

  .mr-70-tablet {
    margin-right: 70px !important;
  }

  .p70-tablet {
    padding: 70px !important;
  }

  .pt70-tablet {
    padding-top: 70px !important;
  }

  .pb-70-tablet {
    padding-bottom: 70px !important;
  }

  .pl70-tablet {
    padding-left: 70px !important;
  }

  .pr70-tablet {
    padding-right: 70px !important;
  }

  .margin-75-tablet {
    margin: 75px !important;
  }

  .margin-t-75-tablet {
    margin-top: 75px !important;
  }

  .margin-b-75-tablet {
    margin-bottom: 75px !important;
  }

  .margin-l-75-tablet {
    margin-left: 75px !important;
  }

  .margin-r-75-tablet {
    margin-right: 75px !important;
  }

  .padding-75-tablet {
    padding: 75px !important;
  }

  .padding-t-75-tablet {
    padding-top: 75px !important;
  }

  .padding-b-75-tablet {
    padding-bottom: 75px !important;
  }

  .padding-l-75-tablet {
    padding-left: 75px !important;
  }

  .padding-r-75-tablet {
    padding-right: 75px !important;
  }

  .m75-tablet {
    margin: 75px !important;
  }

  .mt-75-tablet {
    margin-top: 75px !important;
  }

  .mb-75-tablet {
    margin-bottom: 75px !important;
  }

  .ml-75-tablet {
    margin-left: 75px !important;
  }

  .mr-75-tablet {
    margin-right: 75px !important;
  }

  .p75-tablet {
    padding: 75px !important;
  }

  .pt75-tablet {
    padding-top: 75px !important;
  }

  .pb-75-tablet {
    padding-bottom: 75px !important;
  }

  .pl75-tablet {
    padding-left: 75px !important;
  }

  .pr75-tablet {
    padding-right: 75px !important;
  }

  .margin-80-tablet {
    margin: 80px !important;
  }

  .margin-t-80-tablet {
    margin-top: 80px !important;
  }

  .margin-b-80-tablet {
    margin-bottom: 80px !important;
  }

  .margin-l-80-tablet {
    margin-left: 80px !important;
  }

  .margin-r-80-tablet {
    margin-right: 80px !important;
  }

  .padding-80-tablet {
    padding: 80px !important;
  }

  .padding-t-80-tablet {
    padding-top: 80px !important;
  }

  .padding-b-80-tablet {
    padding-bottom: 80px !important;
  }

  .padding-l-80-tablet {
    padding-left: 80px !important;
  }

  .padding-r-80-tablet {
    padding-right: 80px !important;
  }

  .m80-tablet {
    margin: 80px !important;
  }

  .mt-80-tablet {
    margin-top: 80px !important;
  }

  .mb-80-tablet {
    margin-bottom: 80px !important;
  }

  .ml-80-tablet {
    margin-left: 80px !important;
  }

  .mr-80-tablet {
    margin-right: 80px !important;
  }

  .p80-tablet {
    padding: 80px !important;
  }

  .pt80-tablet {
    padding-top: 80px !important;
  }

  .pb-80-tablet {
    padding-bottom: 80px !important;
  }

  .pl80-tablet {
    padding-left: 80px !important;
  }

  .pr80-tablet {
    padding-right: 80px !important;
  }

  .margin-85-tablet {
    margin: 85px !important;
  }

  .margin-t-85-tablet {
    margin-top: 85px !important;
  }

  .margin-b-85-tablet {
    margin-bottom: 85px !important;
  }

  .margin-l-85-tablet {
    margin-left: 85px !important;
  }

  .margin-r-85-tablet {
    margin-right: 85px !important;
  }

  .padding-85-tablet {
    padding: 85px !important;
  }

  .padding-t-85-tablet {
    padding-top: 85px !important;
  }

  .padding-b-85-tablet {
    padding-bottom: 85px !important;
  }

  .padding-l-85-tablet {
    padding-left: 85px !important;
  }

  .padding-r-85-tablet {
    padding-right: 85px !important;
  }

  .m85-tablet {
    margin: 85px !important;
  }

  .mt-85-tablet {
    margin-top: 85px !important;
  }

  .mb-85-tablet {
    margin-bottom: 85px !important;
  }

  .ml-85-tablet {
    margin-left: 85px !important;
  }

  .mr-85-tablet {
    margin-right: 85px !important;
  }

  .p85-tablet {
    padding: 85px !important;
  }

  .pt85-tablet {
    padding-top: 85px !important;
  }

  .pb-85-tablet {
    padding-bottom: 85px !important;
  }

  .pl85-tablet {
    padding-left: 85px !important;
  }

  .pr85-tablet {
    padding-right: 85px !important;
  }

  .margin-90-tablet {
    margin: 90px !important;
  }

  .margin-t-90-tablet {
    margin-top: 90px !important;
  }

  .margin-b-90-tablet {
    margin-bottom: 90px !important;
  }

  .margin-l-90-tablet {
    margin-left: 90px !important;
  }

  .margin-r-90-tablet {
    margin-right: 90px !important;
  }

  .padding-90-tablet {
    padding: 90px !important;
  }

  .padding-t-90-tablet {
    padding-top: 90px !important;
  }

  .padding-b-90-tablet {
    padding-bottom: 90px !important;
  }

  .padding-l-90-tablet {
    padding-left: 90px !important;
  }

  .padding-r-90-tablet {
    padding-right: 90px !important;
  }

  .m90-tablet {
    margin: 90px !important;
  }

  .mt-90-tablet {
    margin-top: 90px !important;
  }

  .mb-90-tablet {
    margin-bottom: 90px !important;
  }

  .ml-90-tablet {
    margin-left: 90px !important;
  }

  .mr-90-tablet {
    margin-right: 90px !important;
  }

  .p90-tablet {
    padding: 90px !important;
  }

  .pt90-tablet {
    padding-top: 90px !important;
  }

  .pb-90-tablet {
    padding-bottom: 90px !important;
  }

  .pl90-tablet {
    padding-left: 90px !important;
  }

  .pr90-tablet {
    padding-right: 90px !important;
  }

  .margin-95-tablet {
    margin: 95px !important;
  }

  .margin-t-95-tablet {
    margin-top: 95px !important;
  }

  .margin-b-95-tablet {
    margin-bottom: 95px !important;
  }

  .margin-l-95-tablet {
    margin-left: 95px !important;
  }

  .margin-r-95-tablet {
    margin-right: 95px !important;
  }

  .padding-95-tablet {
    padding: 95px !important;
  }

  .padding-t-95-tablet {
    padding-top: 95px !important;
  }

  .padding-b-95-tablet {
    padding-bottom: 95px !important;
  }

  .padding-l-95-tablet {
    padding-left: 95px !important;
  }

  .padding-r-95-tablet {
    padding-right: 95px !important;
  }

  .m95-tablet {
    margin: 95px !important;
  }

  .mt-95-tablet {
    margin-top: 95px !important;
  }

  .mb-95-tablet {
    margin-bottom: 95px !important;
  }

  .ml-95-tablet {
    margin-left: 95px !important;
  }

  .mr-95-tablet {
    margin-right: 95px !important;
  }

  .p95-tablet {
    padding: 95px !important;
  }

  .pt95-tablet {
    padding-top: 95px !important;
  }

  .pb-95-tablet {
    padding-bottom: 95px !important;
  }

  .pl95-tablet {
    padding-left: 95px !important;
  }

  .pr95-tablet {
    padding-right: 95px !important;
  }

  .margin-100-tablet {
    margin: 100px !important;
  }

  .margin-t-100-tablet {
    margin-top: 100px !important;
  }

  .margin-b-100-tablet {
    margin-bottom: 100px !important;
  }

  .margin-l-100-tablet {
    margin-left: 100px !important;
  }

  .margin-r-100-tablet {
    margin-right: 100px !important;
  }

  .padding-100-tablet {
    padding: 100px !important;
  }

  .padding-t-100-tablet {
    padding-top: 100px !important;
  }

  .padding-b-100-tablet {
    padding-bottom: 100px !important;
  }

  .padding-l-100-tablet {
    padding-left: 100px !important;
  }

  .padding-r-100-tablet {
    padding-right: 100px !important;
  }

  .m100-tablet {
    margin: 100px !important;
  }

  .mt-100-tablet {
    margin-top: 100px !important;
  }

  .mb-100-tablet {
    margin-bottom: 100px !important;
  }

  .ml-100-tablet {
    margin-left: 100px !important;
  }

  .mr-100-tablet {
    margin-right: 100px !important;
  }

  .p100-tablet {
    padding: 100px !important;
  }

  .pt100-tablet {
    padding-top: 100px !important;
  }

  .pb-100-tablet {
    padding-bottom: 100px !important;
  }

  .pl100-tablet {
    padding-left: 100px !important;
  }

  .pr100-tablet {
    padding-right: 100px !important;
  }
}
@media (max-width: 1024px) {
  .margin-0-tablet-and-mobile {
    margin: 0px !important;
  }

  .margin-t-0-tablet-and-mobile {
    margin-top: 0px !important;
  }

  .margin-b-0-tablet-and-mobile {
    margin-bottom: 0px !important;
  }

  .margin-l-0-tablet-and-mobile {
    margin-left: 0px !important;
  }

  .margin-r-0-tablet-and-mobile {
    margin-right: 0px !important;
  }

  .padding-0-tablet-and-mobile {
    padding: 0px !important;
  }

  .padding-t-0-tablet-and-mobile {
    padding-top: 0px !important;
  }

  .padding-b-0-tablet-and-mobile {
    padding-bottom: 0px !important;
  }

  .padding-l-0-tablet-and-mobile {
    padding-left: 0px !important;
  }

  .padding-r-0-tablet-and-mobile {
    padding-right: 0px !important;
  }

  .m0-tablet-and-mobile {
    margin: 0px !important;
  }

  .mt-0-tablet-and-mobile {
    margin-top: 0px !important;
  }

  .mb-0-tablet-and-mobile {
    margin-bottom: 0px !important;
  }

  .ml-0-tablet-and-mobile {
    margin-left: 0px !important;
  }

  .mr-0-tablet-and-mobile {
    margin-right: 0px !important;
  }

  .p0-tablet-and-mobile {
    padding: 0px !important;
  }

  .pt0-tablet-and-mobile {
    padding-top: 0px !important;
  }

  .pb-0-tablet-and-mobile {
    padding-bottom: 0px !important;
  }

  .pl0-tablet-and-mobile {
    padding-left: 0px !important;
  }

  .pr0-tablet-and-mobile {
    padding-right: 0px !important;
  }

  .margin-5-tablet-and-mobile {
    margin: 5px !important;
  }

  .margin-t-5-tablet-and-mobile {
    margin-top: 5px !important;
  }

  .margin-b-5-tablet-and-mobile {
    margin-bottom: 5px !important;
  }

  .margin-l-5-tablet-and-mobile {
    margin-left: 5px !important;
  }

  .margin-r-5-tablet-and-mobile {
    margin-right: 5px !important;
  }

  .padding-5-tablet-and-mobile {
    padding: 5px !important;
  }

  .padding-t-5-tablet-and-mobile {
    padding-top: 5px !important;
  }

  .padding-b-5-tablet-and-mobile {
    padding-bottom: 5px !important;
  }

  .padding-l-5-tablet-and-mobile {
    padding-left: 5px !important;
  }

  .padding-r-5-tablet-and-mobile {
    padding-right: 5px !important;
  }

  .m5-tablet-and-mobile {
    margin: 5px !important;
  }

  .mt-5-tablet-and-mobile {
    margin-top: 5px !important;
  }

  .mb-5-tablet-and-mobile {
    margin-bottom: 5px !important;
  }

  .ml-5-tablet-and-mobile {
    margin-left: 5px !important;
  }

  .mr-5-tablet-and-mobile {
    margin-right: 5px !important;
  }

  .p5-tablet-and-mobile {
    padding: 5px !important;
  }

  .pt5-tablet-and-mobile {
    padding-top: 5px !important;
  }

  .pb-5-tablet-and-mobile {
    padding-bottom: 5px !important;
  }

  .pl5-tablet-and-mobile {
    padding-left: 5px !important;
  }

  .pr5-tablet-and-mobile {
    padding-right: 5px !important;
  }

  .margin-10-tablet-and-mobile {
    margin: 10px !important;
  }

  .margin-t-10-tablet-and-mobile {
    margin-top: 10px !important;
  }

  .margin-b-10-tablet-and-mobile {
    margin-bottom: 10px !important;
  }

  .margin-l-10-tablet-and-mobile {
    margin-left: 10px !important;
  }

  .margin-r-10-tablet-and-mobile {
    margin-right: 10px !important;
  }

  .padding-10-tablet-and-mobile {
    padding: 10px !important;
  }

  .padding-t-10-tablet-and-mobile {
    padding-top: 10px !important;
  }

  .padding-b-10-tablet-and-mobile {
    padding-bottom: 10px !important;
  }

  .padding-l-10-tablet-and-mobile {
    padding-left: 10px !important;
  }

  .padding-r-10-tablet-and-mobile {
    padding-right: 10px !important;
  }

  .m10-tablet-and-mobile {
    margin: 10px !important;
  }

  .mt-10-tablet-and-mobile {
    margin-top: 10px !important;
  }

  .mb-10-tablet-and-mobile {
    margin-bottom: 10px !important;
  }

  .ml-10-tablet-and-mobile {
    margin-left: 10px !important;
  }

  .mr-10-tablet-and-mobile {
    margin-right: 10px !important;
  }

  .p10-tablet-and-mobile {
    padding: 10px !important;
  }

  .pt10-tablet-and-mobile {
    padding-top: 10px !important;
  }

  .pb-10-tablet-and-mobile {
    padding-bottom: 10px !important;
  }

  .pl10-tablet-and-mobile {
    padding-left: 10px !important;
  }

  .pr10-tablet-and-mobile {
    padding-right: 10px !important;
  }

  .margin-15-tablet-and-mobile {
    margin: 15px !important;
  }

  .margin-t-15-tablet-and-mobile {
    margin-top: 15px !important;
  }

  .margin-b-15-tablet-and-mobile {
    margin-bottom: 15px !important;
  }

  .margin-l-15-tablet-and-mobile {
    margin-left: 15px !important;
  }

  .margin-r-15-tablet-and-mobile {
    margin-right: 15px !important;
  }

  .padding-15-tablet-and-mobile {
    padding: 15px !important;
  }

  .padding-t-15-tablet-and-mobile {
    padding-top: 15px !important;
  }

  .padding-b-15-tablet-and-mobile {
    padding-bottom: 15px !important;
  }

  .padding-l-15-tablet-and-mobile {
    padding-left: 15px !important;
  }

  .padding-r-15-tablet-and-mobile {
    padding-right: 15px !important;
  }

  .m15-tablet-and-mobile {
    margin: 15px !important;
  }

  .mt-15-tablet-and-mobile {
    margin-top: 15px !important;
  }

  .mb-15-tablet-and-mobile {
    margin-bottom: 15px !important;
  }

  .ml-15-tablet-and-mobile {
    margin-left: 15px !important;
  }

  .mr-15-tablet-and-mobile {
    margin-right: 15px !important;
  }

  .p15-tablet-and-mobile {
    padding: 15px !important;
  }

  .pt15-tablet-and-mobile {
    padding-top: 15px !important;
  }

  .pb-15-tablet-and-mobile {
    padding-bottom: 15px !important;
  }

  .pl15-tablet-and-mobile {
    padding-left: 15px !important;
  }

  .pr15-tablet-and-mobile {
    padding-right: 15px !important;
  }

  .margin-20-tablet-and-mobile {
    margin: 20px !important;
  }

  .margin-t-20-tablet-and-mobile {
    margin-top: 20px !important;
  }

  .margin-b-20-tablet-and-mobile {
    margin-bottom: 20px !important;
  }

  .margin-l-20-tablet-and-mobile {
    margin-left: 20px !important;
  }

  .margin-r-20-tablet-and-mobile {
    margin-right: 20px !important;
  }

  .padding-20-tablet-and-mobile {
    padding: 20px !important;
  }

  .padding-t-20-tablet-and-mobile {
    padding-top: 20px !important;
  }

  .padding-b-20-tablet-and-mobile {
    padding-bottom: 20px !important;
  }

  .padding-l-20-tablet-and-mobile {
    padding-left: 20px !important;
  }

  .padding-r-20-tablet-and-mobile {
    padding-right: 20px !important;
  }

  .m20-tablet-and-mobile {
    margin: 20px !important;
  }

  .mt-20-tablet-and-mobile {
    margin-top: 20px !important;
  }

  .mb-20-tablet-and-mobile {
    margin-bottom: 20px !important;
  }

  .ml-20-tablet-and-mobile {
    margin-left: 20px !important;
  }

  .mr-20-tablet-and-mobile {
    margin-right: 20px !important;
  }

  .p20-tablet-and-mobile {
    padding: 20px !important;
  }

  .pt20-tablet-and-mobile {
    padding-top: 20px !important;
  }

  .pb-20-tablet-and-mobile {
    padding-bottom: 20px !important;
  }

  .pl20-tablet-and-mobile {
    padding-left: 20px !important;
  }

  .pr20-tablet-and-mobile {
    padding-right: 20px !important;
  }

  .margin-25-tablet-and-mobile {
    margin: 25px !important;
  }

  .margin-t-25-tablet-and-mobile {
    margin-top: 25px !important;
  }

  .margin-b-25-tablet-and-mobile {
    margin-bottom: 25px !important;
  }

  .margin-l-25-tablet-and-mobile {
    margin-left: 25px !important;
  }

  .margin-r-25-tablet-and-mobile {
    margin-right: 25px !important;
  }

  .padding-25-tablet-and-mobile {
    padding: 25px !important;
  }

  .padding-t-25-tablet-and-mobile {
    padding-top: 25px !important;
  }

  .padding-b-25-tablet-and-mobile {
    padding-bottom: 25px !important;
  }

  .padding-l-25-tablet-and-mobile {
    padding-left: 25px !important;
  }

  .padding-r-25-tablet-and-mobile {
    padding-right: 25px !important;
  }

  .m25-tablet-and-mobile {
    margin: 25px !important;
  }

  .mt-25-tablet-and-mobile {
    margin-top: 25px !important;
  }

  .mb-25-tablet-and-mobile {
    margin-bottom: 25px !important;
  }

  .ml-25-tablet-and-mobile {
    margin-left: 25px !important;
  }

  .mr-25-tablet-and-mobile {
    margin-right: 25px !important;
  }

  .p25-tablet-and-mobile {
    padding: 25px !important;
  }

  .pt25-tablet-and-mobile {
    padding-top: 25px !important;
  }

  .pb-25-tablet-and-mobile {
    padding-bottom: 25px !important;
  }

  .pl25-tablet-and-mobile {
    padding-left: 25px !important;
  }

  .pr25-tablet-and-mobile {
    padding-right: 25px !important;
  }

  .margin-30-tablet-and-mobile {
    margin: 30px !important;
  }

  .margin-t-30-tablet-and-mobile {
    margin-top: 30px !important;
  }

  .margin-b-30-tablet-and-mobile {
    margin-bottom: 30px !important;
  }

  .margin-l-30-tablet-and-mobile {
    margin-left: 30px !important;
  }

  .margin-r-30-tablet-and-mobile {
    margin-right: 30px !important;
  }

  .padding-30-tablet-and-mobile {
    padding: 30px !important;
  }

  .padding-t-30-tablet-and-mobile {
    padding-top: 30px !important;
  }

  .padding-b-30-tablet-and-mobile {
    padding-bottom: 30px !important;
  }

  .padding-l-30-tablet-and-mobile {
    padding-left: 30px !important;
  }

  .padding-r-30-tablet-and-mobile {
    padding-right: 30px !important;
  }

  .m30-tablet-and-mobile {
    margin: 30px !important;
  }

  .mt-30-tablet-and-mobile {
    margin-top: 30px !important;
  }

  .mb-30-tablet-and-mobile {
    margin-bottom: 30px !important;
  }

  .ml-30-tablet-and-mobile {
    margin-left: 30px !important;
  }

  .mr-30-tablet-and-mobile {
    margin-right: 30px !important;
  }

  .p30-tablet-and-mobile {
    padding: 30px !important;
  }

  .pt30-tablet-and-mobile {
    padding-top: 30px !important;
  }

  .pb-30-tablet-and-mobile {
    padding-bottom: 30px !important;
  }

  .pl30-tablet-and-mobile {
    padding-left: 30px !important;
  }

  .pr30-tablet-and-mobile {
    padding-right: 30px !important;
  }

  .margin-35-tablet-and-mobile {
    margin: 35px !important;
  }

  .margin-t-35-tablet-and-mobile {
    margin-top: 35px !important;
  }

  .margin-b-35-tablet-and-mobile {
    margin-bottom: 35px !important;
  }

  .margin-l-35-tablet-and-mobile {
    margin-left: 35px !important;
  }

  .margin-r-35-tablet-and-mobile {
    margin-right: 35px !important;
  }

  .padding-35-tablet-and-mobile {
    padding: 35px !important;
  }

  .padding-t-35-tablet-and-mobile {
    padding-top: 35px !important;
  }

  .padding-b-35-tablet-and-mobile {
    padding-bottom: 35px !important;
  }

  .padding-l-35-tablet-and-mobile {
    padding-left: 35px !important;
  }

  .padding-r-35-tablet-and-mobile {
    padding-right: 35px !important;
  }

  .m35-tablet-and-mobile {
    margin: 35px !important;
  }

  .mt-35-tablet-and-mobile {
    margin-top: 35px !important;
  }

  .mb-35-tablet-and-mobile {
    margin-bottom: 35px !important;
  }

  .ml-35-tablet-and-mobile {
    margin-left: 35px !important;
  }

  .mr-35-tablet-and-mobile {
    margin-right: 35px !important;
  }

  .p35-tablet-and-mobile {
    padding: 35px !important;
  }

  .pt35-tablet-and-mobile {
    padding-top: 35px !important;
  }

  .pb-35-tablet-and-mobile {
    padding-bottom: 35px !important;
  }

  .pl35-tablet-and-mobile {
    padding-left: 35px !important;
  }

  .pr35-tablet-and-mobile {
    padding-right: 35px !important;
  }

  .margin-40-tablet-and-mobile {
    margin: 40px !important;
  }

  .margin-t-40-tablet-and-mobile {
    margin-top: 40px !important;
  }

  .margin-b-40-tablet-and-mobile {
    margin-bottom: 40px !important;
  }

  .margin-l-40-tablet-and-mobile {
    margin-left: 40px !important;
  }

  .margin-r-40-tablet-and-mobile {
    margin-right: 40px !important;
  }

  .padding-40-tablet-and-mobile {
    padding: 40px !important;
  }

  .padding-t-40-tablet-and-mobile {
    padding-top: 40px !important;
  }

  .padding-b-40-tablet-and-mobile {
    padding-bottom: 40px !important;
  }

  .padding-l-40-tablet-and-mobile {
    padding-left: 40px !important;
  }

  .padding-r-40-tablet-and-mobile {
    padding-right: 40px !important;
  }

  .m40-tablet-and-mobile {
    margin: 40px !important;
  }

  .mt-40-tablet-and-mobile {
    margin-top: 40px !important;
  }

  .mb-40-tablet-and-mobile {
    margin-bottom: 40px !important;
  }

  .ml-40-tablet-and-mobile {
    margin-left: 40px !important;
  }

  .mr-40-tablet-and-mobile {
    margin-right: 40px !important;
  }

  .p40-tablet-and-mobile {
    padding: 40px !important;
  }

  .pt40-tablet-and-mobile {
    padding-top: 40px !important;
  }

  .pb-40-tablet-and-mobile {
    padding-bottom: 40px !important;
  }

  .pl40-tablet-and-mobile {
    padding-left: 40px !important;
  }

  .pr40-tablet-and-mobile {
    padding-right: 40px !important;
  }

  .margin-45-tablet-and-mobile {
    margin: 45px !important;
  }

  .margin-t-45-tablet-and-mobile {
    margin-top: 45px !important;
  }

  .margin-b-45-tablet-and-mobile {
    margin-bottom: 45px !important;
  }

  .margin-l-45-tablet-and-mobile {
    margin-left: 45px !important;
  }

  .margin-r-45-tablet-and-mobile {
    margin-right: 45px !important;
  }

  .padding-45-tablet-and-mobile {
    padding: 45px !important;
  }

  .padding-t-45-tablet-and-mobile {
    padding-top: 45px !important;
  }

  .padding-b-45-tablet-and-mobile {
    padding-bottom: 45px !important;
  }

  .padding-l-45-tablet-and-mobile {
    padding-left: 45px !important;
  }

  .padding-r-45-tablet-and-mobile {
    padding-right: 45px !important;
  }

  .m45-tablet-and-mobile {
    margin: 45px !important;
  }

  .mt-45-tablet-and-mobile {
    margin-top: 45px !important;
  }

  .mb-45-tablet-and-mobile {
    margin-bottom: 45px !important;
  }

  .ml-45-tablet-and-mobile {
    margin-left: 45px !important;
  }

  .mr-45-tablet-and-mobile {
    margin-right: 45px !important;
  }

  .p45-tablet-and-mobile {
    padding: 45px !important;
  }

  .pt45-tablet-and-mobile {
    padding-top: 45px !important;
  }

  .pb-45-tablet-and-mobile {
    padding-bottom: 45px !important;
  }

  .pl45-tablet-and-mobile {
    padding-left: 45px !important;
  }

  .pr45-tablet-and-mobile {
    padding-right: 45px !important;
  }

  .margin-50-tablet-and-mobile {
    margin: 50px !important;
  }

  .margin-t-50-tablet-and-mobile {
    margin-top: 50px !important;
  }

  .margin-b-50-tablet-and-mobile {
    margin-bottom: 50px !important;
  }

  .margin-l-50-tablet-and-mobile {
    margin-left: 50px !important;
  }

  .margin-r-50-tablet-and-mobile {
    margin-right: 50px !important;
  }

  .padding-50-tablet-and-mobile {
    padding: 50px !important;
  }

  .padding-t-50-tablet-and-mobile {
    padding-top: 50px !important;
  }

  .padding-b-50-tablet-and-mobile {
    padding-bottom: 50px !important;
  }

  .padding-l-50-tablet-and-mobile {
    padding-left: 50px !important;
  }

  .padding-r-50-tablet-and-mobile {
    padding-right: 50px !important;
  }

  .m50-tablet-and-mobile {
    margin: 50px !important;
  }

  .mt-50-tablet-and-mobile {
    margin-top: 50px !important;
  }

  .mb-50-tablet-and-mobile {
    margin-bottom: 50px !important;
  }

  .ml-50-tablet-and-mobile {
    margin-left: 50px !important;
  }

  .mr-50-tablet-and-mobile {
    margin-right: 50px !important;
  }

  .p50-tablet-and-mobile {
    padding: 50px !important;
  }

  .pt50-tablet-and-mobile {
    padding-top: 50px !important;
  }

  .pb-50-tablet-and-mobile {
    padding-bottom: 50px !important;
  }

  .pl50-tablet-and-mobile {
    padding-left: 50px !important;
  }

  .pr50-tablet-and-mobile {
    padding-right: 50px !important;
  }

  .margin-55-tablet-and-mobile {
    margin: 55px !important;
  }

  .margin-t-55-tablet-and-mobile {
    margin-top: 55px !important;
  }

  .margin-b-55-tablet-and-mobile {
    margin-bottom: 55px !important;
  }

  .margin-l-55-tablet-and-mobile {
    margin-left: 55px !important;
  }

  .margin-r-55-tablet-and-mobile {
    margin-right: 55px !important;
  }

  .padding-55-tablet-and-mobile {
    padding: 55px !important;
  }

  .padding-t-55-tablet-and-mobile {
    padding-top: 55px !important;
  }

  .padding-b-55-tablet-and-mobile {
    padding-bottom: 55px !important;
  }

  .padding-l-55-tablet-and-mobile {
    padding-left: 55px !important;
  }

  .padding-r-55-tablet-and-mobile {
    padding-right: 55px !important;
  }

  .m55-tablet-and-mobile {
    margin: 55px !important;
  }

  .mt-55-tablet-and-mobile {
    margin-top: 55px !important;
  }

  .mb-55-tablet-and-mobile {
    margin-bottom: 55px !important;
  }

  .ml-55-tablet-and-mobile {
    margin-left: 55px !important;
  }

  .mr-55-tablet-and-mobile {
    margin-right: 55px !important;
  }

  .p55-tablet-and-mobile {
    padding: 55px !important;
  }

  .pt55-tablet-and-mobile {
    padding-top: 55px !important;
  }

  .pb-55-tablet-and-mobile {
    padding-bottom: 55px !important;
  }

  .pl55-tablet-and-mobile {
    padding-left: 55px !important;
  }

  .pr55-tablet-and-mobile {
    padding-right: 55px !important;
  }

  .margin-60-tablet-and-mobile {
    margin: 60px !important;
  }

  .margin-t-60-tablet-and-mobile {
    margin-top: 60px !important;
  }

  .margin-b-60-tablet-and-mobile {
    margin-bottom: 60px !important;
  }

  .margin-l-60-tablet-and-mobile {
    margin-left: 60px !important;
  }

  .margin-r-60-tablet-and-mobile {
    margin-right: 60px !important;
  }

  .padding-60-tablet-and-mobile {
    padding: 60px !important;
  }

  .padding-t-60-tablet-and-mobile {
    padding-top: 60px !important;
  }

  .padding-b-60-tablet-and-mobile {
    padding-bottom: 60px !important;
  }

  .padding-l-60-tablet-and-mobile {
    padding-left: 60px !important;
  }

  .padding-r-60-tablet-and-mobile {
    padding-right: 60px !important;
  }

  .m60-tablet-and-mobile {
    margin: 60px !important;
  }

  .mt-60-tablet-and-mobile {
    margin-top: 60px !important;
  }

  .mb-60-tablet-and-mobile {
    margin-bottom: 60px !important;
  }

  .ml-60-tablet-and-mobile {
    margin-left: 60px !important;
  }

  .mr-60-tablet-and-mobile {
    margin-right: 60px !important;
  }

  .p60-tablet-and-mobile {
    padding: 60px !important;
  }

  .pt60-tablet-and-mobile {
    padding-top: 60px !important;
  }

  .pb-60-tablet-and-mobile {
    padding-bottom: 60px !important;
  }

  .pl60-tablet-and-mobile {
    padding-left: 60px !important;
  }

  .pr60-tablet-and-mobile {
    padding-right: 60px !important;
  }

  .margin-65-tablet-and-mobile {
    margin: 65px !important;
  }

  .margin-t-65-tablet-and-mobile {
    margin-top: 65px !important;
  }

  .margin-b-65-tablet-and-mobile {
    margin-bottom: 65px !important;
  }

  .margin-l-65-tablet-and-mobile {
    margin-left: 65px !important;
  }

  .margin-r-65-tablet-and-mobile {
    margin-right: 65px !important;
  }

  .padding-65-tablet-and-mobile {
    padding: 65px !important;
  }

  .padding-t-65-tablet-and-mobile {
    padding-top: 65px !important;
  }

  .padding-b-65-tablet-and-mobile {
    padding-bottom: 65px !important;
  }

  .padding-l-65-tablet-and-mobile {
    padding-left: 65px !important;
  }

  .padding-r-65-tablet-and-mobile {
    padding-right: 65px !important;
  }

  .m65-tablet-and-mobile {
    margin: 65px !important;
  }

  .mt-65-tablet-and-mobile {
    margin-top: 65px !important;
  }

  .mb-65-tablet-and-mobile {
    margin-bottom: 65px !important;
  }

  .ml-65-tablet-and-mobile {
    margin-left: 65px !important;
  }

  .mr-65-tablet-and-mobile {
    margin-right: 65px !important;
  }

  .p65-tablet-and-mobile {
    padding: 65px !important;
  }

  .pt65-tablet-and-mobile {
    padding-top: 65px !important;
  }

  .pb-65-tablet-and-mobile {
    padding-bottom: 65px !important;
  }

  .pl65-tablet-and-mobile {
    padding-left: 65px !important;
  }

  .pr65-tablet-and-mobile {
    padding-right: 65px !important;
  }

  .margin-70-tablet-and-mobile {
    margin: 70px !important;
  }

  .margin-t-70-tablet-and-mobile {
    margin-top: 70px !important;
  }

  .margin-b-70-tablet-and-mobile {
    margin-bottom: 70px !important;
  }

  .margin-l-70-tablet-and-mobile {
    margin-left: 70px !important;
  }

  .margin-r-70-tablet-and-mobile {
    margin-right: 70px !important;
  }

  .padding-70-tablet-and-mobile {
    padding: 70px !important;
  }

  .padding-t-70-tablet-and-mobile {
    padding-top: 70px !important;
  }

  .padding-b-70-tablet-and-mobile {
    padding-bottom: 70px !important;
  }

  .padding-l-70-tablet-and-mobile {
    padding-left: 70px !important;
  }

  .padding-r-70-tablet-and-mobile {
    padding-right: 70px !important;
  }

  .m70-tablet-and-mobile {
    margin: 70px !important;
  }

  .mt-70-tablet-and-mobile {
    margin-top: 70px !important;
  }

  .mb-70-tablet-and-mobile {
    margin-bottom: 70px !important;
  }

  .ml-70-tablet-and-mobile {
    margin-left: 70px !important;
  }

  .mr-70-tablet-and-mobile {
    margin-right: 70px !important;
  }

  .p70-tablet-and-mobile {
    padding: 70px !important;
  }

  .pt70-tablet-and-mobile {
    padding-top: 70px !important;
  }

  .pb-70-tablet-and-mobile {
    padding-bottom: 70px !important;
  }

  .pl70-tablet-and-mobile {
    padding-left: 70px !important;
  }

  .pr70-tablet-and-mobile {
    padding-right: 70px !important;
  }

  .margin-75-tablet-and-mobile {
    margin: 75px !important;
  }

  .margin-t-75-tablet-and-mobile {
    margin-top: 75px !important;
  }

  .margin-b-75-tablet-and-mobile {
    margin-bottom: 75px !important;
  }

  .margin-l-75-tablet-and-mobile {
    margin-left: 75px !important;
  }

  .margin-r-75-tablet-and-mobile {
    margin-right: 75px !important;
  }

  .padding-75-tablet-and-mobile {
    padding: 75px !important;
  }

  .padding-t-75-tablet-and-mobile {
    padding-top: 75px !important;
  }

  .padding-b-75-tablet-and-mobile {
    padding-bottom: 75px !important;
  }

  .padding-l-75-tablet-and-mobile {
    padding-left: 75px !important;
  }

  .padding-r-75-tablet-and-mobile {
    padding-right: 75px !important;
  }

  .m75-tablet-and-mobile {
    margin: 75px !important;
  }

  .mt-75-tablet-and-mobile {
    margin-top: 75px !important;
  }

  .mb-75-tablet-and-mobile {
    margin-bottom: 75px !important;
  }

  .ml-75-tablet-and-mobile {
    margin-left: 75px !important;
  }

  .mr-75-tablet-and-mobile {
    margin-right: 75px !important;
  }

  .p75-tablet-and-mobile {
    padding: 75px !important;
  }

  .pt75-tablet-and-mobile {
    padding-top: 75px !important;
  }

  .pb-75-tablet-and-mobile {
    padding-bottom: 75px !important;
  }

  .pl75-tablet-and-mobile {
    padding-left: 75px !important;
  }

  .pr75-tablet-and-mobile {
    padding-right: 75px !important;
  }

  .margin-80-tablet-and-mobile {
    margin: 80px !important;
  }

  .margin-t-80-tablet-and-mobile {
    margin-top: 80px !important;
  }

  .margin-b-80-tablet-and-mobile {
    margin-bottom: 80px !important;
  }

  .margin-l-80-tablet-and-mobile {
    margin-left: 80px !important;
  }

  .margin-r-80-tablet-and-mobile {
    margin-right: 80px !important;
  }

  .padding-80-tablet-and-mobile {
    padding: 80px !important;
  }

  .padding-t-80-tablet-and-mobile {
    padding-top: 80px !important;
  }

  .padding-b-80-tablet-and-mobile {
    padding-bottom: 80px !important;
  }

  .padding-l-80-tablet-and-mobile {
    padding-left: 80px !important;
  }

  .padding-r-80-tablet-and-mobile {
    padding-right: 80px !important;
  }

  .m80-tablet-and-mobile {
    margin: 80px !important;
  }

  .mt-80-tablet-and-mobile {
    margin-top: 80px !important;
  }

  .mb-80-tablet-and-mobile {
    margin-bottom: 80px !important;
  }

  .ml-80-tablet-and-mobile {
    margin-left: 80px !important;
  }

  .mr-80-tablet-and-mobile {
    margin-right: 80px !important;
  }

  .p80-tablet-and-mobile {
    padding: 80px !important;
  }

  .pt80-tablet-and-mobile {
    padding-top: 80px !important;
  }

  .pb-80-tablet-and-mobile {
    padding-bottom: 80px !important;
  }

  .pl80-tablet-and-mobile {
    padding-left: 80px !important;
  }

  .pr80-tablet-and-mobile {
    padding-right: 80px !important;
  }

  .margin-85-tablet-and-mobile {
    margin: 85px !important;
  }

  .margin-t-85-tablet-and-mobile {
    margin-top: 85px !important;
  }

  .margin-b-85-tablet-and-mobile {
    margin-bottom: 85px !important;
  }

  .margin-l-85-tablet-and-mobile {
    margin-left: 85px !important;
  }

  .margin-r-85-tablet-and-mobile {
    margin-right: 85px !important;
  }

  .padding-85-tablet-and-mobile {
    padding: 85px !important;
  }

  .padding-t-85-tablet-and-mobile {
    padding-top: 85px !important;
  }

  .padding-b-85-tablet-and-mobile {
    padding-bottom: 85px !important;
  }

  .padding-l-85-tablet-and-mobile {
    padding-left: 85px !important;
  }

  .padding-r-85-tablet-and-mobile {
    padding-right: 85px !important;
  }

  .m85-tablet-and-mobile {
    margin: 85px !important;
  }

  .mt-85-tablet-and-mobile {
    margin-top: 85px !important;
  }

  .mb-85-tablet-and-mobile {
    margin-bottom: 85px !important;
  }

  .ml-85-tablet-and-mobile {
    margin-left: 85px !important;
  }

  .mr-85-tablet-and-mobile {
    margin-right: 85px !important;
  }

  .p85-tablet-and-mobile {
    padding: 85px !important;
  }

  .pt85-tablet-and-mobile {
    padding-top: 85px !important;
  }

  .pb-85-tablet-and-mobile {
    padding-bottom: 85px !important;
  }

  .pl85-tablet-and-mobile {
    padding-left: 85px !important;
  }

  .pr85-tablet-and-mobile {
    padding-right: 85px !important;
  }

  .margin-90-tablet-and-mobile {
    margin: 90px !important;
  }

  .margin-t-90-tablet-and-mobile {
    margin-top: 90px !important;
  }

  .margin-b-90-tablet-and-mobile {
    margin-bottom: 90px !important;
  }

  .margin-l-90-tablet-and-mobile {
    margin-left: 90px !important;
  }

  .margin-r-90-tablet-and-mobile {
    margin-right: 90px !important;
  }

  .padding-90-tablet-and-mobile {
    padding: 90px !important;
  }

  .padding-t-90-tablet-and-mobile {
    padding-top: 90px !important;
  }

  .padding-b-90-tablet-and-mobile {
    padding-bottom: 90px !important;
  }

  .padding-l-90-tablet-and-mobile {
    padding-left: 90px !important;
  }

  .padding-r-90-tablet-and-mobile {
    padding-right: 90px !important;
  }

  .m90-tablet-and-mobile {
    margin: 90px !important;
  }

  .mt-90-tablet-and-mobile {
    margin-top: 90px !important;
  }

  .mb-90-tablet-and-mobile {
    margin-bottom: 90px !important;
  }

  .ml-90-tablet-and-mobile {
    margin-left: 90px !important;
  }

  .mr-90-tablet-and-mobile {
    margin-right: 90px !important;
  }

  .p90-tablet-and-mobile {
    padding: 90px !important;
  }

  .pt90-tablet-and-mobile {
    padding-top: 90px !important;
  }

  .pb-90-tablet-and-mobile {
    padding-bottom: 90px !important;
  }

  .pl90-tablet-and-mobile {
    padding-left: 90px !important;
  }

  .pr90-tablet-and-mobile {
    padding-right: 90px !important;
  }

  .margin-95-tablet-and-mobile {
    margin: 95px !important;
  }

  .margin-t-95-tablet-and-mobile {
    margin-top: 95px !important;
  }

  .margin-b-95-tablet-and-mobile {
    margin-bottom: 95px !important;
  }

  .margin-l-95-tablet-and-mobile {
    margin-left: 95px !important;
  }

  .margin-r-95-tablet-and-mobile {
    margin-right: 95px !important;
  }

  .padding-95-tablet-and-mobile {
    padding: 95px !important;
  }

  .padding-t-95-tablet-and-mobile {
    padding-top: 95px !important;
  }

  .padding-b-95-tablet-and-mobile {
    padding-bottom: 95px !important;
  }

  .padding-l-95-tablet-and-mobile {
    padding-left: 95px !important;
  }

  .padding-r-95-tablet-and-mobile {
    padding-right: 95px !important;
  }

  .m95-tablet-and-mobile {
    margin: 95px !important;
  }

  .mt-95-tablet-and-mobile {
    margin-top: 95px !important;
  }

  .mb-95-tablet-and-mobile {
    margin-bottom: 95px !important;
  }

  .ml-95-tablet-and-mobile {
    margin-left: 95px !important;
  }

  .mr-95-tablet-and-mobile {
    margin-right: 95px !important;
  }

  .p95-tablet-and-mobile {
    padding: 95px !important;
  }

  .pt95-tablet-and-mobile {
    padding-top: 95px !important;
  }

  .pb-95-tablet-and-mobile {
    padding-bottom: 95px !important;
  }

  .pl95-tablet-and-mobile {
    padding-left: 95px !important;
  }

  .pr95-tablet-and-mobile {
    padding-right: 95px !important;
  }

  .margin-100-tablet-and-mobile {
    margin: 100px !important;
  }

  .margin-t-100-tablet-and-mobile {
    margin-top: 100px !important;
  }

  .margin-b-100-tablet-and-mobile {
    margin-bottom: 100px !important;
  }

  .margin-l-100-tablet-and-mobile {
    margin-left: 100px !important;
  }

  .margin-r-100-tablet-and-mobile {
    margin-right: 100px !important;
  }

  .padding-100-tablet-and-mobile {
    padding: 100px !important;
  }

  .padding-t-100-tablet-and-mobile {
    padding-top: 100px !important;
  }

  .padding-b-100-tablet-and-mobile {
    padding-bottom: 100px !important;
  }

  .padding-l-100-tablet-and-mobile {
    padding-left: 100px !important;
  }

  .padding-r-100-tablet-and-mobile {
    padding-right: 100px !important;
  }

  .m100-tablet-and-mobile {
    margin: 100px !important;
  }

  .mt-100-tablet-and-mobile {
    margin-top: 100px !important;
  }

  .mb-100-tablet-and-mobile {
    margin-bottom: 100px !important;
  }

  .ml-100-tablet-and-mobile {
    margin-left: 100px !important;
  }

  .mr-100-tablet-and-mobile {
    margin-right: 100px !important;
  }

  .p100-tablet-and-mobile {
    padding: 100px !important;
  }

  .pt100-tablet-and-mobile {
    padding-top: 100px !important;
  }

  .pb-100-tablet-and-mobile {
    padding-bottom: 100px !important;
  }

  .pl100-tablet-and-mobile {
    padding-left: 100px !important;
  }

  .pr100-tablet-and-mobile {
    padding-right: 100px !important;
  }
}
@media (max-width: 768px) {
  .margin-0-mobile {
    margin: 0px !important;
  }

  .margin-t-0-mobile {
    margin-top: 0px !important;
  }

  .margin-b-0-mobile {
    margin-bottom: 0px !important;
  }

  .margin-l-0-mobile {
    margin-left: 0px !important;
  }

  .margin-r-0-mobile {
    margin-right: 0px !important;
  }

  .padding-0-mobile {
    padding: 0px !important;
  }

  .padding-t-0-mobile {
    padding-top: 0px !important;
  }

  .padding-b-0-mobile {
    padding-bottom: 0px !important;
  }

  .padding-l-0-mobile {
    padding-left: 0px !important;
  }

  .padding-r-0-mobile {
    padding-right: 0px !important;
  }

  .m0-mobile {
    margin: 0px !important;
  }

  .mt-0-mobile {
    margin-top: 0px !important;
  }

  .mb-0-mobile {
    margin-bottom: 0px !important;
  }

  .ml-0-mobile {
    margin-left: 0px !important;
  }

  .mr-0-mobile {
    margin-right: 0px !important;
  }

  .p0-mobile {
    padding: 0px !important;
  }

  .pt0-mobile {
    padding-top: 0px !important;
  }

  .pb-0-mobile {
    padding-bottom: 0px !important;
  }

  .pl0-mobile {
    padding-left: 0px !important;
  }

  .pr0-mobile {
    padding-right: 0px !important;
  }

  .margin-5-mobile {
    margin: 5px !important;
  }

  .margin-t-5-mobile {
    margin-top: 5px !important;
  }

  .margin-b-5-mobile {
    margin-bottom: 5px !important;
  }

  .margin-l-5-mobile {
    margin-left: 5px !important;
  }

  .margin-r-5-mobile {
    margin-right: 5px !important;
  }

  .padding-5-mobile {
    padding: 5px !important;
  }

  .padding-t-5-mobile {
    padding-top: 5px !important;
  }

  .padding-b-5-mobile {
    padding-bottom: 5px !important;
  }

  .padding-l-5-mobile {
    padding-left: 5px !important;
  }

  .padding-r-5-mobile {
    padding-right: 5px !important;
  }

  .m5-mobile {
    margin: 5px !important;
  }

  .mt-5-mobile {
    margin-top: 5px !important;
  }

  .mb-5-mobile {
    margin-bottom: 5px !important;
  }

  .ml-5-mobile {
    margin-left: 5px !important;
  }

  .mr-5-mobile {
    margin-right: 5px !important;
  }

  .p5-mobile {
    padding: 5px !important;
  }

  .pt5-mobile {
    padding-top: 5px !important;
  }

  .pb-5-mobile {
    padding-bottom: 5px !important;
  }

  .pl5-mobile {
    padding-left: 5px !important;
  }

  .pr5-mobile {
    padding-right: 5px !important;
  }

  .margin-10-mobile {
    margin: 10px !important;
  }

  .margin-t-10-mobile {
    margin-top: 10px !important;
  }

  .margin-b-10-mobile {
    margin-bottom: 10px !important;
  }

  .margin-l-10-mobile {
    margin-left: 10px !important;
  }

  .margin-r-10-mobile {
    margin-right: 10px !important;
  }

  .padding-10-mobile {
    padding: 10px !important;
  }

  .padding-t-10-mobile {
    padding-top: 10px !important;
  }

  .padding-b-10-mobile {
    padding-bottom: 10px !important;
  }

  .padding-l-10-mobile {
    padding-left: 10px !important;
  }

  .padding-r-10-mobile {
    padding-right: 10px !important;
  }

  .m10-mobile {
    margin: 10px !important;
  }

  .mt-10-mobile {
    margin-top: 10px !important;
  }

  .mb-10-mobile {
    margin-bottom: 10px !important;
  }

  .ml-10-mobile {
    margin-left: 10px !important;
  }

  .mr-10-mobile {
    margin-right: 10px !important;
  }

  .p10-mobile {
    padding: 10px !important;
  }

  .pt10-mobile {
    padding-top: 10px !important;
  }

  .pb-10-mobile {
    padding-bottom: 10px !important;
  }

  .pl10-mobile {
    padding-left: 10px !important;
  }

  .pr10-mobile {
    padding-right: 10px !important;
  }

  .margin-15-mobile {
    margin: 15px !important;
  }

  .margin-t-15-mobile {
    margin-top: 15px !important;
  }

  .margin-b-15-mobile {
    margin-bottom: 15px !important;
  }

  .margin-l-15-mobile {
    margin-left: 15px !important;
  }

  .margin-r-15-mobile {
    margin-right: 15px !important;
  }

  .padding-15-mobile {
    padding: 15px !important;
  }

  .padding-t-15-mobile {
    padding-top: 15px !important;
  }

  .padding-b-15-mobile {
    padding-bottom: 15px !important;
  }

  .padding-l-15-mobile {
    padding-left: 15px !important;
  }

  .padding-r-15-mobile {
    padding-right: 15px !important;
  }

  .m15-mobile {
    margin: 15px !important;
  }

  .mt-15-mobile {
    margin-top: 15px !important;
  }

  .mb-15-mobile {
    margin-bottom: 15px !important;
  }

  .ml-15-mobile {
    margin-left: 15px !important;
  }

  .mr-15-mobile {
    margin-right: 15px !important;
  }

  .p15-mobile {
    padding: 15px !important;
  }

  .pt15-mobile {
    padding-top: 15px !important;
  }

  .pb-15-mobile {
    padding-bottom: 15px !important;
  }

  .pl15-mobile {
    padding-left: 15px !important;
  }

  .pr15-mobile {
    padding-right: 15px !important;
  }

  .margin-20-mobile {
    margin: 20px !important;
  }

  .margin-t-20-mobile {
    margin-top: 20px !important;
  }

  .margin-b-20-mobile {
    margin-bottom: 20px !important;
  }

  .margin-l-20-mobile {
    margin-left: 20px !important;
  }

  .margin-r-20-mobile {
    margin-right: 20px !important;
  }

  .padding-20-mobile {
    padding: 20px !important;
  }

  .padding-t-20-mobile {
    padding-top: 20px !important;
  }

  .padding-b-20-mobile {
    padding-bottom: 20px !important;
  }

  .padding-l-20-mobile {
    padding-left: 20px !important;
  }

  .padding-r-20-mobile {
    padding-right: 20px !important;
  }

  .m20-mobile {
    margin: 20px !important;
  }

  .mt-20-mobile {
    margin-top: 20px !important;
  }

  .mb-20-mobile {
    margin-bottom: 20px !important;
  }

  .ml-20-mobile {
    margin-left: 20px !important;
  }

  .mr-20-mobile {
    margin-right: 20px !important;
  }

  .p20-mobile {
    padding: 20px !important;
  }

  .pt20-mobile {
    padding-top: 20px !important;
  }

  .pb-20-mobile {
    padding-bottom: 20px !important;
  }

  .pl20-mobile {
    padding-left: 20px !important;
  }

  .pr20-mobile {
    padding-right: 20px !important;
  }

  .margin-25-mobile {
    margin: 25px !important;
  }

  .margin-t-25-mobile {
    margin-top: 25px !important;
  }

  .margin-b-25-mobile {
    margin-bottom: 25px !important;
  }

  .margin-l-25-mobile {
    margin-left: 25px !important;
  }

  .margin-r-25-mobile {
    margin-right: 25px !important;
  }

  .padding-25-mobile {
    padding: 25px !important;
  }

  .padding-t-25-mobile {
    padding-top: 25px !important;
  }

  .padding-b-25-mobile {
    padding-bottom: 25px !important;
  }

  .padding-l-25-mobile {
    padding-left: 25px !important;
  }

  .padding-r-25-mobile {
    padding-right: 25px !important;
  }

  .m25-mobile {
    margin: 25px !important;
  }

  .mt-25-mobile {
    margin-top: 25px !important;
  }

  .mb-25-mobile {
    margin-bottom: 25px !important;
  }

  .ml-25-mobile {
    margin-left: 25px !important;
  }

  .mr-25-mobile {
    margin-right: 25px !important;
  }

  .p25-mobile {
    padding: 25px !important;
  }

  .pt25-mobile {
    padding-top: 25px !important;
  }

  .pb-25-mobile {
    padding-bottom: 25px !important;
  }

  .pl25-mobile {
    padding-left: 25px !important;
  }

  .pr25-mobile {
    padding-right: 25px !important;
  }

  .margin-30-mobile {
    margin: 30px !important;
  }

  .margin-t-30-mobile {
    margin-top: 30px !important;
  }

  .margin-b-30-mobile {
    margin-bottom: 30px !important;
  }

  .margin-l-30-mobile {
    margin-left: 30px !important;
  }

  .margin-r-30-mobile {
    margin-right: 30px !important;
  }

  .padding-30-mobile {
    padding: 30px !important;
  }

  .padding-t-30-mobile {
    padding-top: 30px !important;
  }

  .padding-b-30-mobile {
    padding-bottom: 30px !important;
  }

  .padding-l-30-mobile {
    padding-left: 30px !important;
  }

  .padding-r-30-mobile {
    padding-right: 30px !important;
  }

  .m30-mobile {
    margin: 30px !important;
  }

  .mt-30-mobile {
    margin-top: 30px !important;
  }

  .mb-30-mobile {
    margin-bottom: 30px !important;
  }

  .ml-30-mobile {
    margin-left: 30px !important;
  }

  .mr-30-mobile {
    margin-right: 30px !important;
  }

  .p30-mobile {
    padding: 30px !important;
  }

  .pt30-mobile {
    padding-top: 30px !important;
  }

  .pb-30-mobile {
    padding-bottom: 30px !important;
  }

  .pl30-mobile {
    padding-left: 30px !important;
  }

  .pr30-mobile {
    padding-right: 30px !important;
  }

  .margin-35-mobile {
    margin: 35px !important;
  }

  .margin-t-35-mobile {
    margin-top: 35px !important;
  }

  .margin-b-35-mobile {
    margin-bottom: 35px !important;
  }

  .margin-l-35-mobile {
    margin-left: 35px !important;
  }

  .margin-r-35-mobile {
    margin-right: 35px !important;
  }

  .padding-35-mobile {
    padding: 35px !important;
  }

  .padding-t-35-mobile {
    padding-top: 35px !important;
  }

  .padding-b-35-mobile {
    padding-bottom: 35px !important;
  }

  .padding-l-35-mobile {
    padding-left: 35px !important;
  }

  .padding-r-35-mobile {
    padding-right: 35px !important;
  }

  .m35-mobile {
    margin: 35px !important;
  }

  .mt-35-mobile {
    margin-top: 35px !important;
  }

  .mb-35-mobile {
    margin-bottom: 35px !important;
  }

  .ml-35-mobile {
    margin-left: 35px !important;
  }

  .mr-35-mobile {
    margin-right: 35px !important;
  }

  .p35-mobile {
    padding: 35px !important;
  }

  .pt35-mobile {
    padding-top: 35px !important;
  }

  .pb-35-mobile {
    padding-bottom: 35px !important;
  }

  .pl35-mobile {
    padding-left: 35px !important;
  }

  .pr35-mobile {
    padding-right: 35px !important;
  }

  .margin-40-mobile {
    margin: 40px !important;
  }

  .margin-t-40-mobile {
    margin-top: 40px !important;
  }

  .margin-b-40-mobile {
    margin-bottom: 40px !important;
  }

  .margin-l-40-mobile {
    margin-left: 40px !important;
  }

  .margin-r-40-mobile {
    margin-right: 40px !important;
  }

  .padding-40-mobile {
    padding: 40px !important;
  }

  .padding-t-40-mobile {
    padding-top: 40px !important;
  }

  .padding-b-40-mobile {
    padding-bottom: 40px !important;
  }

  .padding-l-40-mobile {
    padding-left: 40px !important;
  }

  .padding-r-40-mobile {
    padding-right: 40px !important;
  }

  .m40-mobile {
    margin: 40px !important;
  }

  .mt-40-mobile {
    margin-top: 40px !important;
  }

  .mb-40-mobile {
    margin-bottom: 40px !important;
  }

  .ml-40-mobile {
    margin-left: 40px !important;
  }

  .mr-40-mobile {
    margin-right: 40px !important;
  }

  .p40-mobile {
    padding: 40px !important;
  }

  .pt40-mobile {
    padding-top: 40px !important;
  }

  .pb-40-mobile {
    padding-bottom: 40px !important;
  }

  .pl40-mobile {
    padding-left: 40px !important;
  }

  .pr40-mobile {
    padding-right: 40px !important;
  }

  .margin-45-mobile {
    margin: 45px !important;
  }

  .margin-t-45-mobile {
    margin-top: 45px !important;
  }

  .margin-b-45-mobile {
    margin-bottom: 45px !important;
  }

  .margin-l-45-mobile {
    margin-left: 45px !important;
  }

  .margin-r-45-mobile {
    margin-right: 45px !important;
  }

  .padding-45-mobile {
    padding: 45px !important;
  }

  .padding-t-45-mobile {
    padding-top: 45px !important;
  }

  .padding-b-45-mobile {
    padding-bottom: 45px !important;
  }

  .padding-l-45-mobile {
    padding-left: 45px !important;
  }

  .padding-r-45-mobile {
    padding-right: 45px !important;
  }

  .m45-mobile {
    margin: 45px !important;
  }

  .mt-45-mobile {
    margin-top: 45px !important;
  }

  .mb-45-mobile {
    margin-bottom: 45px !important;
  }

  .ml-45-mobile {
    margin-left: 45px !important;
  }

  .mr-45-mobile {
    margin-right: 45px !important;
  }

  .p45-mobile {
    padding: 45px !important;
  }

  .pt45-mobile {
    padding-top: 45px !important;
  }

  .pb-45-mobile {
    padding-bottom: 45px !important;
  }

  .pl45-mobile {
    padding-left: 45px !important;
  }

  .pr45-mobile {
    padding-right: 45px !important;
  }

  .margin-50-mobile {
    margin: 50px !important;
  }

  .margin-t-50-mobile {
    margin-top: 50px !important;
  }

  .margin-b-50-mobile {
    margin-bottom: 50px !important;
  }

  .margin-l-50-mobile {
    margin-left: 50px !important;
  }

  .margin-r-50-mobile {
    margin-right: 50px !important;
  }

  .padding-50-mobile {
    padding: 50px !important;
  }

  .padding-t-50-mobile {
    padding-top: 50px !important;
  }

  .padding-b-50-mobile {
    padding-bottom: 50px !important;
  }

  .padding-l-50-mobile {
    padding-left: 50px !important;
  }

  .padding-r-50-mobile {
    padding-right: 50px !important;
  }

  .m50-mobile {
    margin: 50px !important;
  }

  .mt-50-mobile {
    margin-top: 50px !important;
  }

  .mb-50-mobile {
    margin-bottom: 50px !important;
  }

  .ml-50-mobile {
    margin-left: 50px !important;
  }

  .mr-50-mobile {
    margin-right: 50px !important;
  }

  .p50-mobile {
    padding: 50px !important;
  }

  .pt50-mobile {
    padding-top: 50px !important;
  }

  .pb-50-mobile {
    padding-bottom: 50px !important;
  }

  .pl50-mobile {
    padding-left: 50px !important;
  }

  .pr50-mobile {
    padding-right: 50px !important;
  }

  .margin-55-mobile {
    margin: 55px !important;
  }

  .margin-t-55-mobile {
    margin-top: 55px !important;
  }

  .margin-b-55-mobile {
    margin-bottom: 55px !important;
  }

  .margin-l-55-mobile {
    margin-left: 55px !important;
  }

  .margin-r-55-mobile {
    margin-right: 55px !important;
  }

  .padding-55-mobile {
    padding: 55px !important;
  }

  .padding-t-55-mobile {
    padding-top: 55px !important;
  }

  .padding-b-55-mobile {
    padding-bottom: 55px !important;
  }

  .padding-l-55-mobile {
    padding-left: 55px !important;
  }

  .padding-r-55-mobile {
    padding-right: 55px !important;
  }

  .m55-mobile {
    margin: 55px !important;
  }

  .mt-55-mobile {
    margin-top: 55px !important;
  }

  .mb-55-mobile {
    margin-bottom: 55px !important;
  }

  .ml-55-mobile {
    margin-left: 55px !important;
  }

  .mr-55-mobile {
    margin-right: 55px !important;
  }

  .p55-mobile {
    padding: 55px !important;
  }

  .pt55-mobile {
    padding-top: 55px !important;
  }

  .pb-55-mobile {
    padding-bottom: 55px !important;
  }

  .pl55-mobile {
    padding-left: 55px !important;
  }

  .pr55-mobile {
    padding-right: 55px !important;
  }

  .margin-60-mobile {
    margin: 60px !important;
  }

  .margin-t-60-mobile {
    margin-top: 60px !important;
  }

  .margin-b-60-mobile {
    margin-bottom: 60px !important;
  }

  .margin-l-60-mobile {
    margin-left: 60px !important;
  }

  .margin-r-60-mobile {
    margin-right: 60px !important;
  }

  .padding-60-mobile {
    padding: 60px !important;
  }

  .padding-t-60-mobile {
    padding-top: 60px !important;
  }

  .padding-b-60-mobile {
    padding-bottom: 60px !important;
  }

  .padding-l-60-mobile {
    padding-left: 60px !important;
  }

  .padding-r-60-mobile {
    padding-right: 60px !important;
  }

  .m60-mobile {
    margin: 60px !important;
  }

  .mt-60-mobile {
    margin-top: 60px !important;
  }

  .mb-60-mobile {
    margin-bottom: 60px !important;
  }

  .ml-60-mobile {
    margin-left: 60px !important;
  }

  .mr-60-mobile {
    margin-right: 60px !important;
  }

  .p60-mobile {
    padding: 60px !important;
  }

  .pt60-mobile {
    padding-top: 60px !important;
  }

  .pb-60-mobile {
    padding-bottom: 60px !important;
  }

  .pl60-mobile {
    padding-left: 60px !important;
  }

  .pr60-mobile {
    padding-right: 60px !important;
  }

  .margin-65-mobile {
    margin: 65px !important;
  }

  .margin-t-65-mobile {
    margin-top: 65px !important;
  }

  .margin-b-65-mobile {
    margin-bottom: 65px !important;
  }

  .margin-l-65-mobile {
    margin-left: 65px !important;
  }

  .margin-r-65-mobile {
    margin-right: 65px !important;
  }

  .padding-65-mobile {
    padding: 65px !important;
  }

  .padding-t-65-mobile {
    padding-top: 65px !important;
  }

  .padding-b-65-mobile {
    padding-bottom: 65px !important;
  }

  .padding-l-65-mobile {
    padding-left: 65px !important;
  }

  .padding-r-65-mobile {
    padding-right: 65px !important;
  }

  .m65-mobile {
    margin: 65px !important;
  }

  .mt-65-mobile {
    margin-top: 65px !important;
  }

  .mb-65-mobile {
    margin-bottom: 65px !important;
  }

  .ml-65-mobile {
    margin-left: 65px !important;
  }

  .mr-65-mobile {
    margin-right: 65px !important;
  }

  .p65-mobile {
    padding: 65px !important;
  }

  .pt65-mobile {
    padding-top: 65px !important;
  }

  .pb-65-mobile {
    padding-bottom: 65px !important;
  }

  .pl65-mobile {
    padding-left: 65px !important;
  }

  .pr65-mobile {
    padding-right: 65px !important;
  }

  .margin-70-mobile {
    margin: 70px !important;
  }

  .margin-t-70-mobile {
    margin-top: 70px !important;
  }

  .margin-b-70-mobile {
    margin-bottom: 70px !important;
  }

  .margin-l-70-mobile {
    margin-left: 70px !important;
  }

  .margin-r-70-mobile {
    margin-right: 70px !important;
  }

  .padding-70-mobile {
    padding: 70px !important;
  }

  .padding-t-70-mobile {
    padding-top: 70px !important;
  }

  .padding-b-70-mobile {
    padding-bottom: 70px !important;
  }

  .padding-l-70-mobile {
    padding-left: 70px !important;
  }

  .padding-r-70-mobile {
    padding-right: 70px !important;
  }

  .m70-mobile {
    margin: 70px !important;
  }

  .mt-70-mobile {
    margin-top: 70px !important;
  }

  .mb-70-mobile {
    margin-bottom: 70px !important;
  }

  .ml-70-mobile {
    margin-left: 70px !important;
  }

  .mr-70-mobile {
    margin-right: 70px !important;
  }

  .p70-mobile {
    padding: 70px !important;
  }

  .pt70-mobile {
    padding-top: 70px !important;
  }

  .pb-70-mobile {
    padding-bottom: 70px !important;
  }

  .pl70-mobile {
    padding-left: 70px !important;
  }

  .pr70-mobile {
    padding-right: 70px !important;
  }

  .margin-75-mobile {
    margin: 75px !important;
  }

  .margin-t-75-mobile {
    margin-top: 75px !important;
  }

  .margin-b-75-mobile {
    margin-bottom: 75px !important;
  }

  .margin-l-75-mobile {
    margin-left: 75px !important;
  }

  .margin-r-75-mobile {
    margin-right: 75px !important;
  }

  .padding-75-mobile {
    padding: 75px !important;
  }

  .padding-t-75-mobile {
    padding-top: 75px !important;
  }

  .padding-b-75-mobile {
    padding-bottom: 75px !important;
  }

  .padding-l-75-mobile {
    padding-left: 75px !important;
  }

  .padding-r-75-mobile {
    padding-right: 75px !important;
  }

  .m75-mobile {
    margin: 75px !important;
  }

  .mt-75-mobile {
    margin-top: 75px !important;
  }

  .mb-75-mobile {
    margin-bottom: 75px !important;
  }

  .ml-75-mobile {
    margin-left: 75px !important;
  }

  .mr-75-mobile {
    margin-right: 75px !important;
  }

  .p75-mobile {
    padding: 75px !important;
  }

  .pt75-mobile {
    padding-top: 75px !important;
  }

  .pb-75-mobile {
    padding-bottom: 75px !important;
  }

  .pl75-mobile {
    padding-left: 75px !important;
  }

  .pr75-mobile {
    padding-right: 75px !important;
  }

  .margin-80-mobile {
    margin: 80px !important;
  }

  .margin-t-80-mobile {
    margin-top: 80px !important;
  }

  .margin-b-80-mobile {
    margin-bottom: 80px !important;
  }

  .margin-l-80-mobile {
    margin-left: 80px !important;
  }

  .margin-r-80-mobile {
    margin-right: 80px !important;
  }

  .padding-80-mobile {
    padding: 80px !important;
  }

  .padding-t-80-mobile {
    padding-top: 80px !important;
  }

  .padding-b-80-mobile {
    padding-bottom: 80px !important;
  }

  .padding-l-80-mobile {
    padding-left: 80px !important;
  }

  .padding-r-80-mobile {
    padding-right: 80px !important;
  }

  .m80-mobile {
    margin: 80px !important;
  }

  .mt-80-mobile {
    margin-top: 80px !important;
  }

  .mb-80-mobile {
    margin-bottom: 80px !important;
  }

  .ml-80-mobile {
    margin-left: 80px !important;
  }

  .mr-80-mobile {
    margin-right: 80px !important;
  }

  .p80-mobile {
    padding: 80px !important;
  }

  .pt80-mobile {
    padding-top: 80px !important;
  }

  .pb-80-mobile {
    padding-bottom: 80px !important;
  }

  .pl80-mobile {
    padding-left: 80px !important;
  }

  .pr80-mobile {
    padding-right: 80px !important;
  }

  .margin-85-mobile {
    margin: 85px !important;
  }

  .margin-t-85-mobile {
    margin-top: 85px !important;
  }

  .margin-b-85-mobile {
    margin-bottom: 85px !important;
  }

  .margin-l-85-mobile {
    margin-left: 85px !important;
  }

  .margin-r-85-mobile {
    margin-right: 85px !important;
  }

  .padding-85-mobile {
    padding: 85px !important;
  }

  .padding-t-85-mobile {
    padding-top: 85px !important;
  }

  .padding-b-85-mobile {
    padding-bottom: 85px !important;
  }

  .padding-l-85-mobile {
    padding-left: 85px !important;
  }

  .padding-r-85-mobile {
    padding-right: 85px !important;
  }

  .m85-mobile {
    margin: 85px !important;
  }

  .mt-85-mobile {
    margin-top: 85px !important;
  }

  .mb-85-mobile {
    margin-bottom: 85px !important;
  }

  .ml-85-mobile {
    margin-left: 85px !important;
  }

  .mr-85-mobile {
    margin-right: 85px !important;
  }

  .p85-mobile {
    padding: 85px !important;
  }

  .pt85-mobile {
    padding-top: 85px !important;
  }

  .pb-85-mobile {
    padding-bottom: 85px !important;
  }

  .pl85-mobile {
    padding-left: 85px !important;
  }

  .pr85-mobile {
    padding-right: 85px !important;
  }

  .margin-90-mobile {
    margin: 90px !important;
  }

  .margin-t-90-mobile {
    margin-top: 90px !important;
  }

  .margin-b-90-mobile {
    margin-bottom: 90px !important;
  }

  .margin-l-90-mobile {
    margin-left: 90px !important;
  }

  .margin-r-90-mobile {
    margin-right: 90px !important;
  }

  .padding-90-mobile {
    padding: 90px !important;
  }

  .padding-t-90-mobile {
    padding-top: 90px !important;
  }

  .padding-b-90-mobile {
    padding-bottom: 90px !important;
  }

  .padding-l-90-mobile {
    padding-left: 90px !important;
  }

  .padding-r-90-mobile {
    padding-right: 90px !important;
  }

  .m90-mobile {
    margin: 90px !important;
  }

  .mt-90-mobile {
    margin-top: 90px !important;
  }

  .mb-90-mobile {
    margin-bottom: 90px !important;
  }

  .ml-90-mobile {
    margin-left: 90px !important;
  }

  .mr-90-mobile {
    margin-right: 90px !important;
  }

  .p90-mobile {
    padding: 90px !important;
  }

  .pt90-mobile {
    padding-top: 90px !important;
  }

  .pb-90-mobile {
    padding-bottom: 90px !important;
  }

  .pl90-mobile {
    padding-left: 90px !important;
  }

  .pr90-mobile {
    padding-right: 90px !important;
  }

  .margin-95-mobile {
    margin: 95px !important;
  }

  .margin-t-95-mobile {
    margin-top: 95px !important;
  }

  .margin-b-95-mobile {
    margin-bottom: 95px !important;
  }

  .margin-l-95-mobile {
    margin-left: 95px !important;
  }

  .margin-r-95-mobile {
    margin-right: 95px !important;
  }

  .padding-95-mobile {
    padding: 95px !important;
  }

  .padding-t-95-mobile {
    padding-top: 95px !important;
  }

  .padding-b-95-mobile {
    padding-bottom: 95px !important;
  }

  .padding-l-95-mobile {
    padding-left: 95px !important;
  }

  .padding-r-95-mobile {
    padding-right: 95px !important;
  }

  .m95-mobile {
    margin: 95px !important;
  }

  .mt-95-mobile {
    margin-top: 95px !important;
  }

  .mb-95-mobile {
    margin-bottom: 95px !important;
  }

  .ml-95-mobile {
    margin-left: 95px !important;
  }

  .mr-95-mobile {
    margin-right: 95px !important;
  }

  .p95-mobile {
    padding: 95px !important;
  }

  .pt95-mobile {
    padding-top: 95px !important;
  }

  .pb-95-mobile {
    padding-bottom: 95px !important;
  }

  .pl95-mobile {
    padding-left: 95px !important;
  }

  .pr95-mobile {
    padding-right: 95px !important;
  }

  .margin-100-mobile {
    margin: 100px !important;
  }

  .margin-t-100-mobile {
    margin-top: 100px !important;
  }

  .margin-b-100-mobile {
    margin-bottom: 100px !important;
  }

  .margin-l-100-mobile {
    margin-left: 100px !important;
  }

  .margin-r-100-mobile {
    margin-right: 100px !important;
  }

  .padding-100-mobile {
    padding: 100px !important;
  }

  .padding-t-100-mobile {
    padding-top: 100px !important;
  }

  .padding-b-100-mobile {
    padding-bottom: 100px !important;
  }

  .padding-l-100-mobile {
    padding-left: 100px !important;
  }

  .padding-r-100-mobile {
    padding-right: 100px !important;
  }

  .m100-mobile {
    margin: 100px !important;
  }

  .mt-100-mobile {
    margin-top: 100px !important;
  }

  .mb-100-mobile {
    margin-bottom: 100px !important;
  }

  .ml-100-mobile {
    margin-left: 100px !important;
  }

  .mr-100-mobile {
    margin-right: 100px !important;
  }

  .p100-mobile {
    padding: 100px !important;
  }

  .pt100-mobile {
    padding-top: 100px !important;
  }

  .pb-100-mobile {
    padding-bottom: 100px !important;
  }

  .pl100-mobile {
    padding-left: 100px !important;
  }

  .pr100-mobile {
    padding-right: 100px !important;
  }
}
.opacity-1 {
  opacity: 0.1;
}

.opacity-2 {
  opacity: 0.2;
}

.opacity-3 {
  opacity: 0.3;
}

.opacity-4 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.5;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-9 {
  opacity: 0.9;
}

.radius-100 {
  border-radius: 100%;
}

.valign-top {
  vertical-align: top;
}

.space-5 {
  display: block;
  height: 0;
  margin-bottom: 5px;
}

.space-10 {
  display: block;
  height: 0;
  margin-bottom: 10px;
}

.space-15 {
  display: block;
  height: 0;
  margin-bottom: 15px;
}

.space-20 {
  display: block;
  height: 0;
  margin-bottom: 20px;
}

.space-30 {
  display: block;
  height: 0;
  margin-bottom: 30px;
}

.space-40 {
  display: block;
  height: 0;
  margin-bottom: 40px;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.img-rounded {
  border-radius: 50% !important;
}

.block-inline {
  display: inline-block;
}

.icon-middle:before {
  vertical-align: middle;
}

.hidden,
.hide {
  display: none !important;
}

.font-sm {
  font-size: 0.8rem !important;
}

.font-md {
  font-size: 0.9rem !important;
}

.font-lg {
  font-size: 1.2rem !important;
}

.font-xl {
  font-size: 1.5rem !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.icon-sm {
  font-size: 0.75rem !important;
}

.icon-md {
  font-size: 0.9rem !important;
}

.icon-lg {
  font-size: 1.2rem !important;
}

.icon-xl {
  font-size: 1.4rem !important;
}

.marginless {
  margin: 0 !important;
}

.img-centered {
  text-align: center;
}

.font-transform-u {
  text-transform: uppercase;
}

.font-transform-l {
  text-transform: lowercase;
}

.font-transform-c {
  text-transform: capitalize;
}

.font-transform-i {
  text-transform: initial;
}

.font-regular {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 500 !important;
}

.font-bolder {
  font-weight: 600 !important;
}

.font-boldest {
  font-weight: 700 !important;
}

b, strong {
  font-weight: bold;
}

.font-brand {
  color: #F1A31D !important;
}

.font-hover-brand:hover {
  color: #9e680a;
}

.font-inverse-brand {
  color: #ffffff !important;
}

.bg-brand {
  background-color: #F1A31D !important;
}

.bg-fill-brand {
  background-color: #F1A31D !important;
  color: #ffffff !important;
}
.bg-fill-brand > i {
  color: #ffffff !important;
}

.bg-light-brand {
  background-color: rgba(241, 163, 29, 0.1) !important;
}

.font-light {
  color: #ffffff !important;
}

.font-hover-light:hover {
  color: #cccccc;
}

.font-inverse-light {
  color: #5d8cfe !important;
}

.bg-light {
  background-color: #ffffff !important;
}

.bg-fill-light {
  background-color: #ffffff !important;
  color: #5d8cfe !important;
}
.bg-fill-light > i {
  color: #5d8cfe !important;
}

.bg-light-light {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.font-dark {
  color: #282b3b !important;
}

.font-hover-dark:hover {
  color: black;
}

.font-inverse-dark {
  color: #ffffff !important;
}

.bg-dark {
  background-color: #282b3b !important;
}

.bg-fill-dark {
  background-color: #282b3b !important;
  color: #ffffff !important;
}
.bg-fill-dark > i {
  color: #ffffff !important;
}

.bg-light-dark {
  background-color: rgba(40, 43, 59, 0.1) !important;
}

.font-primary {
  color: #F1A31D !important;
}

.font-hover-primary:hover {
  color: #9e680a;
}

.font-inverse-primary {
  color: #ffffff !important;
}

.bg-primary {
  background-color: #F1A31D !important;
}

.bg-fill-primary {
  background-color: #F1A31D !important;
  color: #ffffff !important;
}
.bg-fill-primary > i {
  color: #ffffff !important;
}

.bg-light-primary {
  background-color: rgba(241, 163, 29, 0.1) !important;
}

.font-success {
  color: #08BB87 !important;
}

.font-hover-success:hover {
  color: #045940;
}

.font-inverse-success {
  color: #ffffff !important;
}

.bg-success {
  background-color: #08BB87 !important;
}

.bg-fill-success {
  background-color: #08BB87 !important;
  color: #ffffff !important;
}
.bg-fill-success > i {
  color: #ffffff !important;
}

.bg-light-success {
  background-color: rgba(8, 187, 135, 0.1) !important;
}

.font-info {
  color: #2d9fff !important;
}

.font-hover-info:hover {
  color: #006bc6;
}

.font-inverse-info {
  color: #ffffff !important;
}

.bg-info {
  background-color: #2d9fff !important;
}

.bg-fill-info {
  background-color: #2d9fff !important;
  color: #ffffff !important;
}
.bg-fill-info > i {
  color: #ffffff !important;
}

.bg-light-info {
  background-color: rgba(45, 159, 255, 0.1) !important;
}

.font-warning {
  color: #ffb822 !important;
}

.font-hover-warning:hover {
  color: #bb7f00;
}

.font-inverse-warning {
  color: #111111 !important;
}

.bg-warning {
  background-color: #ffb822 !important;
}

.bg-fill-warning {
  background-color: #ffb822 !important;
  color: #111111 !important;
}
.bg-fill-warning > i {
  color: #111111 !important;
}

.bg-light-warning {
  background-color: rgba(255, 184, 34, 0.1) !important;
}

.font-warning-2 {
  color: #DA9910 !important;
}

.font-hover-warning-2:hover {
  color: #7b5609;
}

.font-inverse-warning-2 {
  color: #ffffff !important;
}

.bg-warning-2 {
  background-color: #DA9910 !important;
}

.bg-fill-warning-2 {
  background-color: #DA9910 !important;
  color: #ffffff !important;
}
.bg-fill-warning-2 > i {
  color: #ffffff !important;
}

.bg-light-warning-2 {
  background-color: rgba(218, 153, 16, 0.1) !important;
}

.font-danger {
  color: #fd387a !important;
}

.font-hover-danger:hover {
  color: #cd0246;
}

.font-inverse-danger {
  color: #ffffff !important;
}

.bg-danger {
  background-color: #fd387a !important;
}

.bg-fill-danger {
  background-color: #fd387a !important;
  color: #ffffff !important;
}
.bg-fill-danger > i {
  color: #ffffff !important;
}

.bg-light-danger {
  background-color: rgba(253, 56, 122, 0.1) !important;
}

.label-font-color-1 {
  color: #adb1c7 !important;
}

.label-bg-color-1 {
  background-color: #adb1c7 !important;
}

.label-font-color-2 {
  color: #a7abc3 !important;
}

.label-bg-color-2 {
  background-color: #a7abc3 !important;
}

.label-font-color-3 {
  color: #6c7293 !important;
}

.label-bg-color-3 {
  background-color: #6c7293 !important;
}

.label-font-color-4 {
  color: #56516e !important;
}

.label-bg-color-4 {
  background-color: #56516e !important;
}

.label-font-color-5 {
  color: #443F5C !important;
}

.label-bg-color-5 {
  background-color: #443F5C !important;
}

.label-font-color-6 {
  color: #322D2A !important;
}

.label-bg-color-6 {
  background-color: #322D2A !important;
}

.label-font-color-7 {
  color: #050505 !important;
}

.label-bg-color-7 {
  background-color: #050505 !important;
}

.shape-font-color-1 {
  color: #FFF9EB !important;
}

.shape-bg-color-1 {
  background-color: #FFF9EB !important;
}

.shape-font-color-2 {
  color: #FFE5AD !important;
}

.shape-bg-color-2 {
  background-color: #FFE5AD !important;
}

.shape-font-color-3 {
  color: #FFBE33 !important;
}

.shape-bg-color-3 {
  background-color: #FFBE33 !important;
}

.shape-font-color-4 {
  color: #FFB81F !important;
}

.shape-bg-color-4 {
  background-color: #FFB81F !important;
}

.shape-font-color-5 {
  color: #F5A700 !important;
}

.shape-bg-color-5 {
  background-color: #F5A700 !important;
}

.shape-font-color-6 {
  color: #A37000 !important;
}

.shape-bg-color-6 {
  background-color: #A37000 !important;
}

.visible-desktop,
.visible-desktop-inline-block,
.visible-desktop-inline,
.visible-desktop-table,
.visible-desktop-table-cell,
.visible-tablet,
.visible-tablet-inline-block,
.visible-tablet-inline,
.visible-tablet-table,
.visible-tablet-table-cell,
.visible-tablet-and-mobile,
.visible-tablet-and-mobile-inline-block,
.visible-tablet-and-mobile-inline,
.visible-tablet-and-mobile-table,
.visible-tablet-and-mobile-table-cell,
.visible-mobile,
.visible-mobile-inline-block,
.visible-mobile-inline,
.visible-mobile-table,
.visible-mobile-table-cell {
  display: none !important;
}

@media (min-width: 1025px) {
  .visible-desktop {
    display: block !important;
  }

  .visible-desktop-inline-block {
    display: inline-block !important;
  }

  .visible-desktop-inline {
    display: inline !important;
  }

  .visible-desktop-table {
    display: table !important;
  }

  .visible-desktop-table-cell {
    display: table-cell !important;
  }

  .hidden-desktop {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .visible-tablet {
    display: block !important;
  }

  .visible-tablet-inline-block {
    display: inline-block !important;
  }

  .visible-tablet-inline {
    display: inline !important;
  }

  .visible-tablet-table {
    display: table !important;
  }

  .visible-tablet-table-cell {
    display: table-cell !important;
  }

  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .visible-tablet-and-mobile {
    display: block !important;
  }

  .visible-tablet-and-mobile-inline-block {
    display: inline-block !important;
  }

  .visible-tablet-and-mobile-inline {
    display: inline !important;
  }

  .visible-tablet-and-mobile-table {
    display: table !important;
  }

  .visible-tablet-and-mobile-table-cell {
    display: table-cell !important;
  }

  .hidden-tablet-and-mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .visible-mobile {
    display: block !important;
  }

  .visible-mobile-inline-block {
    display: inline-block !important;
  }

  .visible-mobile-inline {
    display: inline !important;
  }

  .visible-mobile-table {
    display: table !important;
  }

  .visible-mobile-table-cell {
    display: table-cell !important;
  }

  .hidden-mobile {
    display: none !important;
  }
}
.space-between {
  display: flex;
  justify-content: space-between;
}

.rounded {
  border-radius: 6px !important;
}

.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) {
  display: flex;
  flex-direction: column;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile).grid--root {
  flex: 1;
  -ms-flex: 1 0 0px;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item {
  flex: none;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--fluid, .grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--fluid {
  flex: 1 0 auto;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-1 {
  order: 1;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-2 {
  order: 2;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-3 {
  order: 3;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-4 {
  order: 4;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-5 {
  order: 5;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-6 {
  order: 6;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-7 {
  order: 7;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-8 {
  order: 8;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-9 {
  order: 9;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-10 {
  order: 10;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-11 {
  order: 11;
}
.grid.grid--hor:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-12 {
  order: 12;
}

.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) {
  display: flex;
  flex-direction: row;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile).grid--root {
  flex: 1;
  -ms-flex: 1 0 0px;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item {
  flex: 0 0 auto;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--fluid, .grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--fluid {
  flex: 1 auto;
  -ms-flex: 1 0 0px;
  min-width: 0;
}
@media screen\0  {
  .grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--fluid, .grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--fluid {
    min-width: none;
  }
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-1 {
  order: 1;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-2 {
  order: 2;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-3 {
  order: 3;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-4 {
  order: 4;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-5 {
  order: 5;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-6 {
  order: 6;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-7 {
  order: 7;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-8 {
  order: 8;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-9 {
  order: 9;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-10 {
  order: 10;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-11 {
  order: 11;
}
.grid.grid--ver:not(.grid--desktop):not(.grid--desktop-and-tablet):not(.grid--tablet):not(.grid--tablet-and-mobile):not(.grid--mobile) > .grid__item.grid__item--order-12 {
  order: 12;
}

.grid.grid--center {
  align-content: center;
}
.grid.grid--stretch {
  align-items: stretch;
}
.grid > .grid__item {
  max-width: 100%;
}
.grid > .grid__item.grid__item--top {
  align-self: flex-start;
}
.grid > .grid__item.grid__item--middle {
  align-self: center;
}
.grid > .grid__item.grid__item--bottom {
  align-self: flex-end;
}
.grid > .grid__item.grid__item--order-1 {
  order: 1;
}
.grid > .grid__item.grid__item--order-2 {
  order: 2;
}
.grid > .grid__item.grid__item--order-3 {
  order: 3;
}
.grid > .grid__item.grid__item--order-4 {
  order: 4;
}
.grid > .grid__item.grid__item--order-5 {
  order: 5;
}
.grid > .grid__item.grid__item--order-6 {
  order: 6;
}
.grid > .grid__item.grid__item--order-7 {
  order: 7;
}
.grid > .grid__item.grid__item--order-8 {
  order: 8;
}
.grid > .grid__item.grid__item--order-9 {
  order: 9;
}
.grid > .grid__item.grid__item--order-10 {
  order: 10;
}
.grid > .grid__item.grid__item--order-11 {
  order: 11;
}
.grid > .grid__item.grid__item--order-12 {
  order: 12;
}

@media (min-width: 1025px) {
  .grid.grid--hor-desktop.grid--desktop {
    display: flex;
    flex-direction: column;
  }
  .grid.grid--hor-desktop.grid--desktop.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item {
    flex: none;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--fluid, .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--fluid-desktop {
    flex: 1 0 auto;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-1-desktop {
    order: 1;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-2-desktop {
    order: 2;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-3-desktop {
    order: 3;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-4-desktop {
    order: 4;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-5-desktop {
    order: 5;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-6-desktop {
    order: 6;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-7-desktop {
    order: 7;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-8-desktop {
    order: 8;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-9-desktop {
    order: 9;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-10-desktop {
    order: 10;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-11-desktop {
    order: 11;
  }
  .grid.grid--hor-desktop.grid--desktop > .grid__item.grid__item--order-12-desktop {
    order: 12;
  }

  .grid.grid--ver-desktop.grid--desktop {
    display: flex;
    flex-direction: row;
  }
  .grid.grid--ver-desktop.grid--desktop.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--ver-desktop.grid--desktop > .grid__item {
    flex: 0 0 auto;
  }
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--fluid, .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--fluid-desktop {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--fluid, .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--fluid-desktop {
    min-width: none;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-1-desktop {
    order: 1;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-2-desktop {
    order: 2;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-3-desktop {
    order: 3;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-4-desktop {
    order: 4;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-5-desktop {
    order: 5;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-6-desktop {
    order: 6;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-7-desktop {
    order: 7;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-8-desktop {
    order: 8;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-9-desktop {
    order: 9;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-10-desktop {
    order: 10;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-11-desktop {
    order: 11;
  }
}
@media (min-width: 1025px) {
  .grid.grid--ver-desktop.grid--desktop > .grid__item.grid__item--order-12-desktop {
    order: 12;
  }
}
@media (min-width: 1025px) {
  .grid.grid--center {
    align-content: center;
  }
  .grid.grid--stretch {
    align-items: stretch;
  }
  .grid > .grid__item {
    max-width: 100%;
  }
  .grid > .grid__item.grid__item--top {
    align-self: flex-start;
  }
  .grid > .grid__item.grid__item--middle {
    align-self: center;
  }
  .grid > .grid__item.grid__item--bottom {
    align-self: flex-end;
  }
  .grid > .grid__item.grid__item--order-1 {
    order: 1;
  }
  .grid > .grid__item.grid__item--order-2 {
    order: 2;
  }
  .grid > .grid__item.grid__item--order-3 {
    order: 3;
  }
  .grid > .grid__item.grid__item--order-4 {
    order: 4;
  }
  .grid > .grid__item.grid__item--order-5 {
    order: 5;
  }
  .grid > .grid__item.grid__item--order-6 {
    order: 6;
  }
  .grid > .grid__item.grid__item--order-7 {
    order: 7;
  }
  .grid > .grid__item.grid__item--order-8 {
    order: 8;
  }
  .grid > .grid__item.grid__item--order-9 {
    order: 9;
  }
  .grid > .grid__item.grid__item--order-10 {
    order: 10;
  }
  .grid > .grid__item.grid__item--order-11 {
    order: 11;
  }
  .grid > .grid__item.grid__item--order-12 {
    order: 12;
  }
}
@media (min-width: 1400px) {
  .grid.grid--hor-desktop-xl.grid--desktop-xl {
    display: flex;
    flex-direction: column;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item {
    flex: none;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--fluid, .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--fluid-desktop-xl {
    flex: 1 0 auto;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-1-desktop-xl {
    order: 1;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-2-desktop-xl {
    order: 2;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-3-desktop-xl {
    order: 3;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-4-desktop-xl {
    order: 4;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-5-desktop-xl {
    order: 5;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-6-desktop-xl {
    order: 6;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-7-desktop-xl {
    order: 7;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-8-desktop-xl {
    order: 8;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-9-desktop-xl {
    order: 9;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-10-desktop-xl {
    order: 10;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-11-desktop-xl {
    order: 11;
  }
  .grid.grid--hor-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-12-desktop-xl {
    order: 12;
  }

  .grid.grid--ver-desktop-xl.grid--desktop-xl {
    display: flex;
    flex-direction: row;
  }
  .grid.grid--ver-desktop-xl.grid--desktop-xl.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item {
    flex: 0 0 auto;
  }
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--fluid, .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--fluid-desktop-xl {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--fluid, .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--fluid-desktop-xl {
    min-width: none;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-1-desktop-xl {
    order: 1;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-2-desktop-xl {
    order: 2;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-3-desktop-xl {
    order: 3;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-4-desktop-xl {
    order: 4;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-5-desktop-xl {
    order: 5;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-6-desktop-xl {
    order: 6;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-7-desktop-xl {
    order: 7;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-8-desktop-xl {
    order: 8;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-9-desktop-xl {
    order: 9;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-10-desktop-xl {
    order: 10;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-11-desktop-xl {
    order: 11;
  }
}
@media (min-width: 1400px) {
  .grid.grid--ver-desktop-xl.grid--desktop-xl > .grid__item.grid__item--order-12-desktop-xl {
    order: 12;
  }
}
@media (min-width: 1400px) {
  .grid.grid--center {
    align-content: center;
  }
  .grid.grid--stretch {
    align-items: stretch;
  }
  .grid > .grid__item {
    max-width: 100%;
  }
  .grid > .grid__item.grid__item--top {
    align-self: flex-start;
  }
  .grid > .grid__item.grid__item--middle {
    align-self: center;
  }
  .grid > .grid__item.grid__item--bottom {
    align-self: flex-end;
  }
  .grid > .grid__item.grid__item--order-1 {
    order: 1;
  }
  .grid > .grid__item.grid__item--order-2 {
    order: 2;
  }
  .grid > .grid__item.grid__item--order-3 {
    order: 3;
  }
  .grid > .grid__item.grid__item--order-4 {
    order: 4;
  }
  .grid > .grid__item.grid__item--order-5 {
    order: 5;
  }
  .grid > .grid__item.grid__item--order-6 {
    order: 6;
  }
  .grid > .grid__item.grid__item--order-7 {
    order: 7;
  }
  .grid > .grid__item.grid__item--order-8 {
    order: 8;
  }
  .grid > .grid__item.grid__item--order-9 {
    order: 9;
  }
  .grid > .grid__item.grid__item--order-10 {
    order: 10;
  }
  .grid > .grid__item.grid__item--order-11 {
    order: 11;
  }
  .grid > .grid__item.grid__item--order-12 {
    order: 12;
  }
}
@media (min-width: 769px) {
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet {
    display: flex;
    flex-direction: column;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item {
    flex: none;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--fluid, .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--fluid-desktop-and-tablet {
    flex: 1 0 auto;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-1-desktop-and-tablet {
    order: 1;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-2-desktop-and-tablet {
    order: 2;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-3-desktop-and-tablet {
    order: 3;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-4-desktop-and-tablet {
    order: 4;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-5-desktop-and-tablet {
    order: 5;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-6-desktop-and-tablet {
    order: 6;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-7-desktop-and-tablet {
    order: 7;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-8-desktop-and-tablet {
    order: 8;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-9-desktop-and-tablet {
    order: 9;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-10-desktop-and-tablet {
    order: 10;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-11-desktop-and-tablet {
    order: 11;
  }
  .grid.grid--hor-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-12-desktop-and-tablet {
    order: 12;
  }

  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet {
    display: flex;
    flex-direction: row;
  }
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item {
    flex: 0 0 auto;
  }
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--fluid, .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--fluid-desktop-and-tablet {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--fluid, .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--fluid-desktop-and-tablet {
    min-width: none;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-1-desktop-and-tablet {
    order: 1;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-2-desktop-and-tablet {
    order: 2;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-3-desktop-and-tablet {
    order: 3;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-4-desktop-and-tablet {
    order: 4;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-5-desktop-and-tablet {
    order: 5;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-6-desktop-and-tablet {
    order: 6;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-7-desktop-and-tablet {
    order: 7;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-8-desktop-and-tablet {
    order: 8;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-9-desktop-and-tablet {
    order: 9;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-10-desktop-and-tablet {
    order: 10;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-11-desktop-and-tablet {
    order: 11;
  }
}
@media (min-width: 769px) {
  .grid.grid--ver-desktop-and-tablet.grid--desktop-and-tablet > .grid__item.grid__item--order-12-desktop-and-tablet {
    order: 12;
  }
}
@media (min-width: 769px) {
  .grid.grid--center {
    align-content: center;
  }
  .grid.grid--stretch {
    align-items: stretch;
  }
  .grid > .grid__item {
    max-width: 100%;
  }
  .grid > .grid__item.grid__item--top {
    align-self: flex-start;
  }
  .grid > .grid__item.grid__item--middle {
    align-self: center;
  }
  .grid > .grid__item.grid__item--bottom {
    align-self: flex-end;
  }
  .grid > .grid__item.grid__item--order-1 {
    order: 1;
  }
  .grid > .grid__item.grid__item--order-2 {
    order: 2;
  }
  .grid > .grid__item.grid__item--order-3 {
    order: 3;
  }
  .grid > .grid__item.grid__item--order-4 {
    order: 4;
  }
  .grid > .grid__item.grid__item--order-5 {
    order: 5;
  }
  .grid > .grid__item.grid__item--order-6 {
    order: 6;
  }
  .grid > .grid__item.grid__item--order-7 {
    order: 7;
  }
  .grid > .grid__item.grid__item--order-8 {
    order: 8;
  }
  .grid > .grid__item.grid__item--order-9 {
    order: 9;
  }
  .grid > .grid__item.grid__item--order-10 {
    order: 10;
  }
  .grid > .grid__item.grid__item--order-11 {
    order: 11;
  }
  .grid > .grid__item.grid__item--order-12 {
    order: 12;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--hor-tablet.grid--tablet {
    display: flex;
    flex-direction: column;
  }
  .grid.grid--hor-tablet.grid--tablet.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item {
    flex: none;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--fluid, .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--fluid-tablet {
    flex: 1 0 auto;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-1-tablet {
    order: 1;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-2-tablet {
    order: 2;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-3-tablet {
    order: 3;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-4-tablet {
    order: 4;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-5-tablet {
    order: 5;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-6-tablet {
    order: 6;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-7-tablet {
    order: 7;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-8-tablet {
    order: 8;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-9-tablet {
    order: 9;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-10-tablet {
    order: 10;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-11-tablet {
    order: 11;
  }
  .grid.grid--hor-tablet.grid--tablet > .grid__item.grid__item--order-12-tablet {
    order: 12;
  }

  .grid.grid--ver-tablet.grid--tablet {
    display: flex;
    flex-direction: row;
  }
  .grid.grid--ver-tablet.grid--tablet.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--ver-tablet.grid--tablet > .grid__item {
    flex: 0 0 auto;
  }
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--fluid, .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--fluid-tablet {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--fluid, .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--fluid-tablet {
    min-width: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-1-tablet {
    order: 1;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-2-tablet {
    order: 2;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-3-tablet {
    order: 3;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-4-tablet {
    order: 4;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-5-tablet {
    order: 5;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-6-tablet {
    order: 6;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-7-tablet {
    order: 7;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-8-tablet {
    order: 8;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-9-tablet {
    order: 9;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-10-tablet {
    order: 10;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-11-tablet {
    order: 11;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--ver-tablet.grid--tablet > .grid__item.grid__item--order-12-tablet {
    order: 12;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .grid.grid--center {
    align-content: center;
  }
  .grid.grid--stretch {
    align-items: stretch;
  }
  .grid > .grid__item {
    max-width: 100%;
  }
  .grid > .grid__item.grid__item--top {
    align-self: flex-start;
  }
  .grid > .grid__item.grid__item--middle {
    align-self: center;
  }
  .grid > .grid__item.grid__item--bottom {
    align-self: flex-end;
  }
  .grid > .grid__item.grid__item--order-1 {
    order: 1;
  }
  .grid > .grid__item.grid__item--order-2 {
    order: 2;
  }
  .grid > .grid__item.grid__item--order-3 {
    order: 3;
  }
  .grid > .grid__item.grid__item--order-4 {
    order: 4;
  }
  .grid > .grid__item.grid__item--order-5 {
    order: 5;
  }
  .grid > .grid__item.grid__item--order-6 {
    order: 6;
  }
  .grid > .grid__item.grid__item--order-7 {
    order: 7;
  }
  .grid > .grid__item.grid__item--order-8 {
    order: 8;
  }
  .grid > .grid__item.grid__item--order-9 {
    order: 9;
  }
  .grid > .grid__item.grid__item--order-10 {
    order: 10;
  }
  .grid > .grid__item.grid__item--order-11 {
    order: 11;
  }
  .grid > .grid__item.grid__item--order-12 {
    order: 12;
  }
}
@media (max-width: 1024px) {
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile {
    display: flex;
    flex-direction: column;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item {
    flex: none;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--fluid, .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--fluid-tablet-and-mobile {
    flex: 1 0 auto;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-1-tablet-and-mobile {
    order: 1;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-2-tablet-and-mobile {
    order: 2;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-3-tablet-and-mobile {
    order: 3;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-4-tablet-and-mobile {
    order: 4;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-5-tablet-and-mobile {
    order: 5;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-6-tablet-and-mobile {
    order: 6;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-7-tablet-and-mobile {
    order: 7;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-8-tablet-and-mobile {
    order: 8;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-9-tablet-and-mobile {
    order: 9;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-10-tablet-and-mobile {
    order: 10;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-11-tablet-and-mobile {
    order: 11;
  }
  .grid.grid--hor-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-12-tablet-and-mobile {
    order: 12;
  }

  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile {
    display: flex;
    flex-direction: row;
  }
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item {
    flex: 0 0 auto;
  }
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--fluid, .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--fluid-tablet-and-mobile {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--fluid, .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--fluid-tablet-and-mobile {
    min-width: none;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-1-tablet-and-mobile {
    order: 1;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-2-tablet-and-mobile {
    order: 2;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-3-tablet-and-mobile {
    order: 3;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-4-tablet-and-mobile {
    order: 4;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-5-tablet-and-mobile {
    order: 5;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-6-tablet-and-mobile {
    order: 6;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-7-tablet-and-mobile {
    order: 7;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-8-tablet-and-mobile {
    order: 8;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-9-tablet-and-mobile {
    order: 9;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-10-tablet-and-mobile {
    order: 10;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-11-tablet-and-mobile {
    order: 11;
  }
}
@media (max-width: 1024px) {
  .grid.grid--ver-tablet-and-mobile.grid--tablet-and-mobile > .grid__item.grid__item--order-12-tablet-and-mobile {
    order: 12;
  }
}
@media (max-width: 1024px) {
  .grid.grid--center {
    align-content: center;
  }
  .grid.grid--stretch {
    align-items: stretch;
  }
  .grid > .grid__item {
    max-width: 100%;
  }
  .grid > .grid__item.grid__item--top {
    align-self: flex-start;
  }
  .grid > .grid__item.grid__item--middle {
    align-self: center;
  }
  .grid > .grid__item.grid__item--bottom {
    align-self: flex-end;
  }
  .grid > .grid__item.grid__item--order-1 {
    order: 1;
  }
  .grid > .grid__item.grid__item--order-2 {
    order: 2;
  }
  .grid > .grid__item.grid__item--order-3 {
    order: 3;
  }
  .grid > .grid__item.grid__item--order-4 {
    order: 4;
  }
  .grid > .grid__item.grid__item--order-5 {
    order: 5;
  }
  .grid > .grid__item.grid__item--order-6 {
    order: 6;
  }
  .grid > .grid__item.grid__item--order-7 {
    order: 7;
  }
  .grid > .grid__item.grid__item--order-8 {
    order: 8;
  }
  .grid > .grid__item.grid__item--order-9 {
    order: 9;
  }
  .grid > .grid__item.grid__item--order-10 {
    order: 10;
  }
  .grid > .grid__item.grid__item--order-11 {
    order: 11;
  }
  .grid > .grid__item.grid__item--order-12 {
    order: 12;
  }
}
@media (max-width: 768px) {
  .grid.grid--hor-mobile.grid--mobile {
    display: flex;
    flex-direction: column;
  }
  .grid.grid--hor-mobile.grid--mobile.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item {
    flex: none;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--fluid, .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--fluid-mobile {
    flex: 1 0 auto;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-1-mobile {
    order: 1;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-2-mobile {
    order: 2;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-3-mobile {
    order: 3;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-4-mobile {
    order: 4;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-5-mobile {
    order: 5;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-6-mobile {
    order: 6;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-7-mobile {
    order: 7;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-8-mobile {
    order: 8;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-9-mobile {
    order: 9;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-10-mobile {
    order: 10;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-11-mobile {
    order: 11;
  }
  .grid.grid--hor-mobile.grid--mobile > .grid__item.grid__item--order-12-mobile {
    order: 12;
  }

  .grid.grid--ver-mobile.grid--mobile {
    display: flex;
    flex-direction: row;
  }
  .grid.grid--ver-mobile.grid--mobile.grid--root {
    flex: 1;
    -ms-flex: 1 0 0px;
  }
  .grid.grid--ver-mobile.grid--mobile > .grid__item {
    flex: 0 0 auto;
  }
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--fluid, .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--fluid-mobile {
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
  }
}
@media screen\0  and (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--fluid, .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--fluid-mobile {
    min-width: none;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-1-mobile {
    order: 1;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-2-mobile {
    order: 2;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-3-mobile {
    order: 3;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-4-mobile {
    order: 4;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-5-mobile {
    order: 5;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-6-mobile {
    order: 6;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-7-mobile {
    order: 7;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-8-mobile {
    order: 8;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-9-mobile {
    order: 9;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-10-mobile {
    order: 10;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-11-mobile {
    order: 11;
  }
}
@media (max-width: 768px) {
  .grid.grid--ver-mobile.grid--mobile > .grid__item.grid__item--order-12-mobile {
    order: 12;
  }
}
@media (max-width: 768px) {
  .grid.grid--center {
    align-content: center;
  }
  .grid.grid--stretch {
    align-items: stretch;
  }
  .grid > .grid__item {
    max-width: 100%;
  }
  .grid > .grid__item.grid__item--top {
    align-self: flex-start;
  }
  .grid > .grid__item.grid__item--middle {
    align-self: center;
  }
  .grid > .grid__item.grid__item--bottom {
    align-self: flex-end;
  }
  .grid > .grid__item.grid__item--order-1 {
    order: 1;
  }
  .grid > .grid__item.grid__item--order-2 {
    order: 2;
  }
  .grid > .grid__item.grid__item--order-3 {
    order: 3;
  }
  .grid > .grid__item.grid__item--order-4 {
    order: 4;
  }
  .grid > .grid__item.grid__item--order-5 {
    order: 5;
  }
  .grid > .grid__item.grid__item--order-6 {
    order: 6;
  }
  .grid > .grid__item.grid__item--order-7 {
    order: 7;
  }
  .grid > .grid__item.grid__item--order-8 {
    order: 8;
  }
  .grid > .grid__item.grid__item--order-9 {
    order: 9;
  }
  .grid > .grid__item.grid__item--order-10 {
    order: 10;
  }
  .grid > .grid__item.grid__item--order-11 {
    order: 11;
  }
  .grid > .grid__item.grid__item--order-12 {
    order: 12;
  }
}
.portlet {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 24px;
  border-radius: 6px;
}
.page-content-white .portlet {
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}
.portlet .portlet__head {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  padding: 0 24px;
  border-bottom: 1px solid #ebedf2;
  min-height: 60px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.portlet .portlet__head.portlet__head--noborder {
  border-bottom: 0;
}
.portlet .portlet__head .portlet__head-label {
  display: flex;
  align-items: center;
  align-content: flex-first;
}
.portlet .portlet__head .portlet__head-label .portlet__head-title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1.231rem;
  font-weight: 400;
  color: #FFB81F;
}
.portlet .portlet__head .portlet__head-label .portlet__head-title small {
  font-weight: 300;
  padding-left: 0.5rem;
  font-size: 1rem;
  color: #a7abc3;
}
.portlet .portlet__head .portlet__head-label .portlet__head-title svg, .portlet .portlet__head .portlet__head-label .portlet__head-title .portlet__head-icon {
  margin-bottom: 3px;
  margin-right: 17px;
}
.portlet .portlet__head .portlet__head-label .portlet__head-filter-search {
  margin-left: 25px;
}
.portlet .portlet__head .portlet__head-label .portlet__head-filter-search .badge {
  cursor: pointer;
  font-size: 0.769rem;
  height: 20px;
}
.portlet .portlet__head .portlet__head-label .portlet__head-filter-search .badge:not(:last-child) {
  margin-right: 12px;
}
.portlet .portlet__head .portlet__head-label .portlet__head-filter-search .badge i {
  margin-left: 6px;
  font-size: 1.077rem;
}
.portlet .portlet__head .portlet__head-label .portlet__head-icon {
  font-size: 1.3rem;
  color: #a7abc3;
  margin-right: 17px;
}
.portlet .portlet__head .portlet__head-toolbar {
  display: flex;
  align-items: center;
  align-content: flex-end;
}
.portlet .portlet__head .portlet__head-toolbar .nav-pills,
.portlet .portlet__head .portlet__head-toolbar .nav-tabs {
  margin: 0;
}
.portlet .portlet__head .portlet__head-toolbar .portlet__head-wrapper {
  display: flex;
  align-items: center;
}
.portlet .portlet__head .portlet__head-progress {
  position: absolute;
  left: 0;
  right: 0;
}
.portlet.portlet--head-sm .portlet__head {
  min-height: 50px;
}
.portlet.portlet--head-lg .portlet__head {
  min-height: 80px;
}
.portlet.portlet--head-xl .portlet__head {
  min-height: 100px;
}
.portlet.portlet--scroll .portlet__body {
  max-height: 450px;
  overflow: auto;
}
.portlet.portlet--sticky .portlet__head {
  height: 50px;
  min-height: 50px;
}
.portlet.portlet--sticky .portlet__head.portlet__head--sm {
  height: 40px;
  min-height: 40px;
}
.portlet.portlet--sticky .portlet__head.portlet__head--lg {
  height: 70px;
  min-height: 70px;
}
.portlet.portlet--sticky .portlet__head.portlet__head--xl {
  height: 90px;
  min-height: 90px;
}
.portlet.portlet--head-overlay .portlet__head {
  position: relative;
  z-index: 1;
  border: 0;
  height: 60px;
}
.portlet.portlet--head-overlay .portlet__body {
  margin-top: -60px;
}
.portlet.portlet--head-overlay.portlet--head-sm .portlet__head {
  height: 50px;
}
.portlet.portlet--head-overlay.portlet--head-sm .portlet__body {
  margin-top: -50px;
}
.portlet.portlet--head-overlay.portlet--head-lg .portlet__head {
  height: 80px;
}
.portlet.portlet--head-overlay.portlet--head-lg .portlet__body {
  margin-top: -80px;
}
.portlet.portlet--head-overlay.portlet--head-xl .portlet__head {
  height: 100px;
}
.portlet.portlet--head-overlay.portlet--head-xl .portlet__body {
  margin-top: -100px;
}
.portlet .portlet__body {
  display: flex;
  flex-direction: column;
  padding: 39px 24px;
  border-radius: 6px;
}
.portlet .portlet__body .portlet__content {
  padding: 0;
  margin: 0;
}
.portlet .portlet__body > .datatable > .datatable__table {
  border-radius: 6px;
}
.portlet .portlet__foot {
  padding: 25px;
  border-top: 1px solid #ebedf2;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.portlet .portlet__foot .portlet__foot-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.portlet .portlet__foot.portlet__foot--sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.portlet .portlet__foot.portlet__foot--md {
  padding-top: 1.154rem;
  padding-bottom: 1.154rem;
}
.portlet .portlet__foot.portlet__foot--no-border {
  border-top: 0;
}
.portlet .portlet__foot.portlet__foot--top {
  border-top: 0;
  border-bottom: 1px solid #ebedf2;
}
.portlet .portlet__foot.portlet__foot--solid {
  background-color: #f4f5f8;
  border-top: 0;
}
.portlet .portlet__foot.portlet__foot--solid.portlet__foot--top {
  border-bottom: 0;
}
.portlet.portlet--bordered {
  box-shadow: none;
  border: 1px solid #ebedf2;
}
.portlet.portlet--unelevate {
  box-shadow: none;
}
.portlet.portlet--unround .portlet__head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portlet.portlet--unround .portlet__body {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.portlet.portlet--unround .portlet__foot {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.portlet.portlet--last {
  margin-bottom: 0;
}
.portlet .portlet__body.portlet__body--center {
  justify-content: center;
  align-items: center;
}
.portlet .portlet__body.portlet__body--center-x {
  justify-content: center;
}
.portlet .portlet__body.portlet__body--center-y {
  align-items: center;
}
.portlet .portlet__body .portlet__body--hor-fit {
  margin-left: -25px;
  margin-right: -25px;
}
.portlet .portlet__body.portlet__body--stick-bottom {
  position: relative;
  bottom: 0;
}
.portlet .portlet__body.portlet__body--fluid {
  height: 100%;
  flex-direction: row;
  flex-grow: 1;
  width: 100%;
}
.portlet .portlet__body.portlet__body--fill {
  flex-grow: 1 !important;
}
.portlet .portlet__body.portlet__body--unfill {
  flex-grow: 0 !important;
}
.portlet .portlet__body.portlet__body--fullheight {
  flex-grow: auto;
}
.portlet.portlet--fit .portlet__head {
  padding: 0;
}
.portlet.portlet--fit .portlet__body {
  padding: 0;
}
.portlet.portlet--fit .portlet__foot {
  padding: 0;
}
.portlet.portlet--fit.portlet--height-fluid-half {
  align-items: stretch;
}
.portlet.portlet--fit.portlet--height-fluid-half .portlet__body {
  height: 100%;
  flex-direction: column;
  align-items: stretch;
}
.portlet.portlet--contain {
  overflow: hidden;
}
.portlet .portlet__head.portlet__head--fit {
  padding: 0;
}
.portlet .portlet__body.portlet__body--fit {
  padding: 0;
}
.portlet .portlet__body.portlet__body--fit-top {
  padding-top: 0 !important;
}
.portlet .portlet__body.portlet__body--fit-bottom {
  padding-bottom: 0 !important;
}
.portlet .portlet__body.portlet__body--fit-x,
.portlet .portlet__body.portlet__body--hor-fit {
  padding-left: 0;
  padding-right: 0;
}
.portlet .portlet__body.portlet__body--fit-y {
  padding-top: 0;
  padding-bottom: 0;
}
.portlet .portlet__foot.portlet__foot--fit {
  padding: 0;
}
.portlet.portlet--space {
  padding-left: 25px;
  padding-right: 25px;
}
.portlet.portlet--space .portlet__head,
.portlet.portlet--space .portlet__body,
.portlet.portlet--space .portlet__foot {
  padding-left: 0;
  padding-right: 0;
}
.portlet.portlet--head-noborder .portlet__head {
  border-bottom: 0;
}
.portlet.portlet--head-noborder .portlet__body {
  padding-top: 12.5px;
}
.portlet.portlet--tabs .portlet__head .portlet__head-toolbar {
  display: flex;
  align-items: stretch;
}
.portlet.portlet--tabs .portlet__body {
  padding-left: 40px;
  padding-right: 40px;
}
.portlet.portlet--tabs-border-3x .portlet__head {
  border-bottom: 3px solid #f4f5f8;
}
.portlet.portlet--tabs-border-3x .portlet__head .nav.nav-tabs {
  margin-bottom: -3px;
}
.portlet.portlet--solid-brand {
  background: #F1A31D;
}
.portlet.portlet--solid-brand .portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.portlet.portlet--solid-brand .portlet__head .portlet__head-title {
  color: #ffffff;
}
.portlet.portlet--solid-brand .portlet__head .portlet__head-title small {
  color: #f0f0f0;
}
.portlet.portlet--solid-brand .portlet__head .portlet__head-icon i {
  color: #f0f0f0;
}
.portlet.portlet--solid-brand .portlet__body {
  padding-top: 5px;
}
.portlet.portlet--solid-brand .portlet__wrapper,
.portlet.portlet--solid-brand .portlet__body {
  color: #ffffff;
}
.portlet.portlet--solid-brand .portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #e1940e;
}
.portlet.portlet--tabs-border-3x-brand .portlet__head {
  border-bottom: 3px solid rgba(241, 163, 29, 0.1);
}
.portlet.portlet--border-bottom-brand {
  border-bottom: 3px solid rgba(241, 163, 29, 0.2);
}
.portlet.portlet--solid-light {
  background: #ffffff;
}
.portlet.portlet--solid-light .portlet__head {
  color: #5d8cfe;
  border-bottom: 1px solid transparent;
}
.portlet.portlet--solid-light .portlet__head .portlet__head-title {
  color: #5d8cfe;
}
.portlet.portlet--solid-light .portlet__head .portlet__head-title small {
  color: #3f76fe;
}
.portlet.portlet--solid-light .portlet__head .portlet__head-icon i {
  color: #3f76fe;
}
.portlet.portlet--solid-light .portlet__body {
  padding-top: 5px;
}
.portlet.portlet--solid-light .portlet__wrapper,
.portlet.portlet--solid-light .portlet__body {
  color: #5d8cfe;
}
.portlet.portlet--solid-light .portlet__foot {
  color: #5d8cfe;
  border-top: 1px solid transparent;
  background: #f0f0f0;
}
.portlet.portlet--tabs-border-3x-light .portlet__head {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.portlet.portlet--border-bottom-light {
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
}
.portlet.portlet--solid-dark {
  background: #282b3b;
}
.portlet.portlet--solid-dark .portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.portlet.portlet--solid-dark .portlet__head .portlet__head-title {
  color: #ffffff;
}
.portlet.portlet--solid-dark .portlet__head .portlet__head-title small {
  color: #f0f0f0;
}
.portlet.portlet--solid-dark .portlet__head .portlet__head-icon i {
  color: #f0f0f0;
}
.portlet.portlet--solid-dark .portlet__body {
  padding-top: 5px;
}
.portlet.portlet--solid-dark .portlet__wrapper,
.portlet.portlet--solid-dark .portlet__body {
  color: #ffffff;
}
.portlet.portlet--solid-dark .portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #1c1e29;
}
.portlet.portlet--tabs-border-3x-dark .portlet__head {
  border-bottom: 3px solid rgba(40, 43, 59, 0.1);
}
.portlet.portlet--border-bottom-dark {
  border-bottom: 3px solid rgba(40, 43, 59, 0.2);
}
.portlet.portlet--solid-primary {
  background: #F1A31D;
}
.portlet.portlet--solid-primary .portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.portlet.portlet--solid-primary .portlet__head .portlet__head-title {
  color: #ffffff;
}
.portlet.portlet--solid-primary .portlet__head .portlet__head-title small {
  color: #f0f0f0;
}
.portlet.portlet--solid-primary .portlet__head .portlet__head-icon i {
  color: #f0f0f0;
}
.portlet.portlet--solid-primary .portlet__body {
  padding-top: 5px;
}
.portlet.portlet--solid-primary .portlet__wrapper,
.portlet.portlet--solid-primary .portlet__body {
  color: #ffffff;
}
.portlet.portlet--solid-primary .portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #e1940e;
}
.portlet.portlet--tabs-border-3x-primary .portlet__head {
  border-bottom: 3px solid rgba(241, 163, 29, 0.1);
}
.portlet.portlet--border-bottom-primary {
  border-bottom: 3px solid rgba(241, 163, 29, 0.2);
}
.portlet.portlet--solid-success {
  background: #08BB87;
}
.portlet.portlet--solid-success .portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.portlet.portlet--solid-success .portlet__head .portlet__head-title {
  color: #ffffff;
}
.portlet.portlet--solid-success .portlet__head .portlet__head-title small {
  color: #f0f0f0;
}
.portlet.portlet--solid-success .portlet__head .portlet__head-icon i {
  color: #f0f0f0;
}
.portlet.portlet--solid-success .portlet__body {
  padding-top: 5px;
}
.portlet.portlet--solid-success .portlet__wrapper,
.portlet.portlet--solid-success .portlet__body {
  color: #ffffff;
}
.portlet.portlet--solid-success .portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #079e72;
}
.portlet.portlet--tabs-border-3x-success .portlet__head {
  border-bottom: 3px solid rgba(8, 187, 135, 0.1);
}
.portlet.portlet--border-bottom-success {
  border-bottom: 3px solid rgba(8, 187, 135, 0.2);
}
.portlet.portlet--solid-info {
  background: #2d9fff;
}
.portlet.portlet--solid-info .portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.portlet.portlet--solid-info .portlet__head .portlet__head-title {
  color: #ffffff;
}
.portlet.portlet--solid-info .portlet__head .portlet__head-title small {
  color: #f0f0f0;
}
.portlet.portlet--solid-info .portlet__head .portlet__head-icon i {
  color: #f0f0f0;
}
.portlet.portlet--solid-info .portlet__body {
  padding-top: 5px;
}
.portlet.portlet--solid-info .portlet__wrapper,
.portlet.portlet--solid-info .portlet__body {
  color: #ffffff;
}
.portlet.portlet--solid-info .portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #0e91ff;
}
.portlet.portlet--tabs-border-3x-info .portlet__head {
  border-bottom: 3px solid rgba(45, 159, 255, 0.1);
}
.portlet.portlet--border-bottom-info {
  border-bottom: 3px solid rgba(45, 159, 255, 0.2);
}
.portlet.portlet--solid-warning {
  background: #ffb822;
}
.portlet.portlet--solid-warning .portlet__head {
  color: #111111;
  border-bottom: 1px solid transparent;
}
.portlet.portlet--solid-warning .portlet__head .portlet__head-title {
  color: #111111;
}
.portlet.portlet--solid-warning .portlet__head .portlet__head-title small {
  color: #020202;
}
.portlet.portlet--solid-warning .portlet__head .portlet__head-icon i {
  color: #020202;
}
.portlet.portlet--solid-warning .portlet__body {
  padding-top: 5px;
}
.portlet.portlet--solid-warning .portlet__wrapper,
.portlet.portlet--solid-warning .portlet__body {
  color: #111111;
}
.portlet.portlet--solid-warning .portlet__foot {
  color: #111111;
  border-top: 1px solid transparent;
  background: #ffae03;
}
.portlet.portlet--tabs-border-3x-warning .portlet__head {
  border-bottom: 3px solid rgba(255, 184, 34, 0.1);
}
.portlet.portlet--border-bottom-warning {
  border-bottom: 3px solid rgba(255, 184, 34, 0.2);
}
.portlet.portlet--solid-warning-2 {
  background: #DA9910;
}
.portlet.portlet--solid-warning-2 .portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.portlet.portlet--solid-warning-2 .portlet__head .portlet__head-title {
  color: #ffffff;
}
.portlet.portlet--solid-warning-2 .portlet__head .portlet__head-title small {
  color: #f0f0f0;
}
.portlet.portlet--solid-warning-2 .portlet__head .portlet__head-icon i {
  color: #f0f0f0;
}
.portlet.portlet--solid-warning-2 .portlet__body {
  padding-top: 5px;
}
.portlet.portlet--solid-warning-2 .portlet__wrapper,
.portlet.portlet--solid-warning-2 .portlet__body {
  color: #ffffff;
}
.portlet.portlet--solid-warning-2 .portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #bd850e;
}
.portlet.portlet--tabs-border-3x-warning-2 .portlet__head {
  border-bottom: 3px solid rgba(218, 153, 16, 0.1);
}
.portlet.portlet--border-bottom-warning-2 {
  border-bottom: 3px solid rgba(218, 153, 16, 0.2);
}
.portlet.portlet--solid-danger {
  background: #fd387a;
}
.portlet.portlet--solid-danger .portlet__head {
  color: #ffffff;
  border-bottom: 1px solid transparent;
}
.portlet.portlet--solid-danger .portlet__head .portlet__head-title {
  color: #ffffff;
}
.portlet.portlet--solid-danger .portlet__head .portlet__head-title small {
  color: #f0f0f0;
}
.portlet.portlet--solid-danger .portlet__head .portlet__head-icon i {
  color: #f0f0f0;
}
.portlet.portlet--solid-danger .portlet__body {
  padding-top: 5px;
}
.portlet.portlet--solid-danger .portlet__wrapper,
.portlet.portlet--solid-danger .portlet__body {
  color: #ffffff;
}
.portlet.portlet--solid-danger .portlet__foot {
  color: #ffffff;
  border-top: 1px solid transparent;
  background: #fd1a66;
}
.portlet.portlet--tabs-border-3x-danger .portlet__head {
  border-bottom: 3px solid rgba(253, 56, 122, 0.1);
}
.portlet.portlet--border-bottom-danger {
  border-bottom: 3px solid rgba(253, 56, 122, 0.2);
}
.portlet.portlet--sortable .portlet__head {
  cursor: move;
}
.portlet.portlet--sortable-empty {
  visibility: hidden;
  height: 45px;
  min-height: 125px;
}
.portlet.ui-sortable-helper {
  border: 1px dashed #ebedf2;
}
.portlet .portlet__head {
  transition: left 0.3s, right 0.3s, height 0.3s;
}
.portlet.portlet--sticky .portlet__head {
  transition: left 0.3s, right 0.3s, height 0.3s;
  position: fixed;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
  z-index: 101;
  background: #fff;
}
.portlet.portlet--skin-solid .portlet__head .portlet__head-label .portlet__head-title {
  color: #fff;
}
.portlet.portlet--skin-solid .portlet__head .portlet__head-label .portlet__head-title small {
  color: rgba(255, 255, 255, 0.8);
}
.portlet.portlet--skin-solid .portlet__head .portlet__head-label .portlet__head-icon {
  color: rgba(255, 255, 255, 0.8);
}
.portlet.portlet--skin-solid .portlet__head:not(.portlet__head--noborder) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.portlet.portlet--skin-solid .portlet__body {
  color: #fff;
}
.portlet .portlet__space-x {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.portlet .portlet__space-y {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.portlet.portlet--collapsed > .form,
.portlet.portlet--collapsed > .portlet__body {
  display: none;
}

.tooltip-portlet {
  opacity: 1;
}

@media (min-width: 1025px) {
  .portlet.portlet--height-fluid {
    height: calc(100% - 20px);
  }
  .portlet.portlet--height-fluid .portlet__body {
    flex-grow: 1;
  }
  .portlet.portlet--height-fluid-half {
    height: calc(50% - 20px);
  }
  .portlet.portlet--height-fluid-half .portlet__body {
    flex-grow: 1;
  }
}
@media (max-width: 1024px) {
  .portlet {
    margin-bottom: 20px;
  }
  .portlet .portlet__head {
    padding: 0 15px;
    min-height: 50px;
  }
  .portlet .portlet__head.portlet__head--sm {
    min-height: 40px;
  }
  .portlet .portlet__head.portlet__head--lg {
    min-height: 60px;
  }
  .portlet .portlet__head.portlet__head--xl {
    min-height: 80px;
  }
  .portlet.portlet--head-sm .portlet__head {
    min-height: 40px;
  }
  .portlet.portlet--head-lg .portlet__head {
    min-height: 60px;
  }
  .portlet.portlet--head-xl .portlet__head {
    min-height: 80px;
  }
  .portlet .portlet__body {
    padding: 15px;
  }
  .portlet .portlet__body .portlet__body--hor-fit {
    margin-left: -15px;
    margin-right: -15px;
  }
  .portlet .portlet__foot {
    padding: 15px;
  }
  .portlet.portlet--marginless {
    margin-bottom: 0;
  }
  .portlet.portlet--sticky .portlet__head {
    height: 40px;
  }
  .portlet.portlet--sticky .portlet__head.portlet__head--sm {
    height: 30px;
  }
  .portlet.portlet--sticky .portlet__head.portlet__head--lg {
    height: 50px;
  }
  .portlet.portlet--sticky .portlet__head.portlet__head--xl {
    height: 70px;
  }
  .portlet.portlet--head-overlay .portlet__head {
    height: 50px;
  }
  .portlet.portlet--head-overlay .portlet__body {
    margin-top: -50px;
  }
  .portlet.portlet--head-overlay.portlet--head-sm .portlet__head {
    height: 40px;
  }
  .portlet.portlet--head-overlay.portlet--head-sm .portlet__body {
    margin-top: -40px;
  }
  .portlet.portlet--head-overlay.portlet--head-lg .portlet__head {
    height: 60px;
  }
  .portlet.portlet--head-overlay.portlet--head-lg .portlet__body {
    margin-top: -60px;
  }
  .portlet.portlet--head-overlay.portlet--head-xl .portlet__head {
    height: 80px;
  }
  .portlet.portlet--head-overlay.portlet--head-xl .portlet__body {
    margin-top: -80px;
  }
  .portlet.portlet--head--noborder .portlet__body {
    padding-top: 7.5px;
  }
  .portlet .portlet__space-x {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .portlet .portlet__space-y {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media (max-width: 768px) {
  .portlet.portlet--head-break-sm .portlet__head {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: initial !important;
    height: auto;
    flex-wrap: wrap;
  }
  .portlet.portlet--head-break-sm .portlet__head .portlet__head-label {
    margin-bottom: 1rem;
  }
}
.datatable {
  display: none;
}

.datatable.datatable--default {
  display: block;
  margin-bottom: 25px;
}
.datatable.datatable--default > .datatable__table {
  border-collapse: collapse;
  overflow: hidden;
  display: none;
  width: 100%;
}
.datatable.datatable--default > .datatable__table > .datatable__head,
.datatable.datatable--default > .datatable__table > .datatable__body,
.datatable.datatable--default > .datatable__table > .datatable__foot {
  visibility: hidden;
  display: block;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row {
  width: 100%;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell {
  vertical-align: middle;
  padding: 10px;
  font-size: 1rem;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell:first-child,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell:first-child,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell:first-child {
  padding-left: 25px;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell:last-child,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell:last-child,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell:last-child {
  padding-right: 25px;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--left,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--left,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--left {
  text-align: left;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--left > span,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--left > span,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--left > span {
  text-align: left;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--right,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--right,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--right {
  text-align: right;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--right > span,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--right > span,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--right > span {
  text-align: right;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--right > span > i,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--right > span > i,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--right > span > i {
  right: 0;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--center,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--center,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--center {
  text-align: center;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--center > span,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--center > span,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--center > span {
  text-align: center;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--sort,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--sort,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--sort {
  cursor: pointer;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--sort i,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--sort i,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--sort i {
  font-size: 0.6rem;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--resizing,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--resizing,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--resizing {
  cursor: col-resize;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell > span,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell > span,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--check,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--check,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--check {
  text-align: center;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--check > span,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--check > span,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--check > span {
  overflow: visible;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--check > span > .checkbox,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--check > span > .checkbox,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--check > span > .checkbox {
  top: 2px;
  padding: 0;
  margin: 0 0 0 0;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__toggle-detail > span,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__toggle-detail > span,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__toggle-detail > span {
  width: 12px;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__toggle-detail > .datatable__toggle-detail,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__toggle-detail > .datatable__toggle-detail,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__toggle-detail > .datatable__toggle-detail {
  display: inline-block;
  text-align: right;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__toggle-detail > .datatable__toggle-detail > i,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__toggle-detail > .datatable__toggle-detail > i,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__toggle-detail > .datatable__toggle-detail > i {
  font-size: 1.4rem;
  width: 12px;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell .dropdown,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell .dropdown,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell .dropdown {
  display: inline-block;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell .dropdown .dropdown-menu,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell .dropdown .dropdown-menu,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell .dropdown .dropdown-menu {
  margin-top: 0.5rem;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell .dropdown.dropup .dropdown-menu,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell .dropdown.dropup .dropdown-menu,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell .dropdown.dropup .dropdown-menu {
  margin-top: auto;
  margin-bottom: 0.5rem;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell .dropdown .dropdown-menu.dropdown-menu-right {
  margin-right: -0.8rem;
  /*rtl:ignore*/
  margin-left: 65px;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell .dropdown .dropdown-menu.dropdown-menu-left {
  margin-left: -10rem;
}
.datatable.datatable--default > .datatable__table > .datatable__head > .datatable__lock,
.datatable.datatable--default > .datatable__table > .datatable__body > .datatable__lock,
.datatable.datatable--default > .datatable__table > .datatable__foot > .datatable__lock {
  border: 0;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell > span,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell > span {
  font-weight: 500;
  vertical-align: middle;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell {
  padding: 16px 10px;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell > span > i {
  display: inline-block;
  position: relative;
  right: -10px;
  line-height: 0;
  vertical-align: middle;
  font-size: 1.1rem;
}
.datatable.datatable--default > .datatable__table > .datatable__body.ps {
  padding-bottom: 0;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell {
  font-weight: regular;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--check > span > .checkbox {
  top: 1px;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row-detail {
  display: block;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row-detail .datatable__detail {
  display: block;
  padding: 0 60px;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row-detail .datatable__detail .datatable__row {
  display: table-row;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row-detail .datatable__detail .datatable__row > .datatable__cell {
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row-detail .datatable__detail .datatable__row > .datatable__cell > span {
  width: auto !important;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row-detail .datatable__detail .datatable__row > .datatable__cell:first-child {
  font-weight: 500;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row-detail .datatable__detail .datatable__row > .datatable__cell:last-child {
  font-weight: regular;
  padding-left: 20px;
}
.datatable.datatable--default.datatable--error .datatable__body {
  padding: 30px;
  text-align: center;
}
.datatable.datatable--default.datatable--lock > .datatable__table > .datatable__head > .datatable__lock,
.datatable.datatable--default.datatable--lock > .datatable__table > .datatable__body > .datatable__lock,
.datatable.datatable--default.datatable--lock > .datatable__table > .datatable__foot > .datatable__lock {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}
.datatable.datatable--default.datatable--loaded {
  display: block;
}
.datatable.datatable--default.datatable--loaded > .datatable__table {
  display: block;
}
.datatable.datatable--default.datatable--loaded > .datatable__table > .datatable__head,
.datatable.datatable--default.datatable--loaded > .datatable__table > .datatable__body,
.datatable.datatable--default.datatable--loaded > .datatable__table > .datatable__foot {
  visibility: visible;
  display: block;
  position: relative;
}
.datatable.datatable--default.datatable--loaded > .datatable__table > .datatable__head .datatable__row,
.datatable.datatable--default.datatable--loaded > .datatable__table > .datatable__body .datatable__row,
.datatable.datatable--default.datatable--loaded > .datatable__table > .datatable__foot .datatable__row {
  display: table;
  table-layout: initial;
}
.datatable.datatable--default.datatable--scroll > .datatable__table {
  display: block;
}
.datatable.datatable--default.datatable--scroll > .datatable__table > .datatable__head,
.datatable.datatable--default.datatable--scroll > .datatable__table > .datatable__foot {
  overflow: hidden;
}
.datatable.datatable--default.datatable--scroll > .datatable__table > .datatable__head .datatable__row,
.datatable.datatable--default.datatable--scroll > .datatable__table > .datatable__foot .datatable__row {
  position: relative;
}
.datatable.datatable--default.datatable--scroll > .datatable__table > .datatable__body {
  overflow: hidden;
}
.datatable.datatable--default > .datatable__pager {
  margin: 0px;
  padding: 25px;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.datatable.datatable--default > .datatable__pager.datatable__pager--top {
  margin-bottom: 20px;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-nav {
  margin: 0;
  padding: 0;
  display: flex;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-nav > li {
  padding: 0;
  margin-right: 5px;
  display: inline-block;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-nav > li:last-child {
  margin-right: 0;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  min-width: 2.25rem;
  padding: 0.5rem;
  border-radius: 3px;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link > i {
  font-size: 0.6rem;
  text-align: center;
  display: inline-block;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--more-prev, .datatable.datatable--default > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--more-next {
  font-weight: 600;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-nav > li > .pager-input {
  height: 2.25rem;
  width: 3.5rem;
  text-align: center;
  border-radius: 3px !important;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-info {
  display: flex;
  align-items: center;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-info .datatable__pager-size {
  margin-right: 10px;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-info .datatable__pager-size .btn.dropdown-toggle {
  height: 2.25rem;
  padding: 0.45rem 1rem;
}
.datatable.datatable--default > .datatable__pager > .datatable__pager-info .datatable__pager-size .dropdown-menu.inner > li.selected > a span.check-mark {
  margin-top: -0.6rem;
}
.datatable.datatable--default.datatable--subtable > .datatable__table {
  margin-bottom: 0;
}
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__head .datatable__toggle-subtable,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__body .datatable__toggle-subtable,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__foot .datatable__toggle-subtable {
  display: flex;
  justify-content: center;
  align-items: center;
}
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__head .datatable__toggle-subtable > i,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__body .datatable__toggle-subtable > i,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__foot .datatable__toggle-subtable > i {
  line-height: 0;
  font-size: 1.4rem;
}
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__head .datatable__toggle-subtable:hover,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__body .datatable__toggle-subtable:hover,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__foot .datatable__toggle-subtable:hover {
  text-decoration: none;
}
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__head .datatable__row-subtable,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__body .datatable__row-subtable,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__foot .datatable__row-subtable {
  display: table;
  width: 100%;
}
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__head .datatable__row-subtable > .datatable__subtable,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__body .datatable__row-subtable > .datatable__subtable,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__foot .datatable__row-subtable > .datatable__subtable {
  padding: 20px;
}
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__head .datatable__row-subtable > .datatable__subtable > .datatable > .datatable__pager,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__body .datatable__row-subtable > .datatable__subtable > .datatable > .datatable__pager,
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__foot .datatable__row-subtable > .datatable__subtable > .datatable > .datatable__pager {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .datatable.datatable--default {
    margin-bottom: 15px;
  }
  .datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell:first-child,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell:first-child,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell:first-child {
    padding-left: 15px;
  }
  .datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell:last-child,
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell:last-child,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell:last-child {
    padding-right: 15px;
  }
  .datatable.datatable--default > .datatable__pager {
    margin: 0;
    padding: 15px 15px 7.5px 15px;
  }
  .datatable.datatable--default > .datatable__pager .datatable__pager-nav,
.datatable.datatable--default > .datatable__pager .datatable__pager-info {
    margin-top: 10px;
  }
}
.datatable > .datatable__table {
  background-color: #fff;
}
.datatable > .datatable__table > .datatable__head > .datatable__lock.datatable__lock--left,
.datatable > .datatable__table > .datatable__body > .datatable__lock.datatable__lock--left,
.datatable > .datatable__table > .datatable__foot > .datatable__lock.datatable__lock--left {
  z-index: 1;
  box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
}
.datatable > .datatable__table > .datatable__head > .datatable__lock.datatable__lock--right,
.datatable > .datatable__table > .datatable__body > .datatable__lock.datatable__lock--right,
.datatable > .datatable__table > .datatable__foot > .datatable__lock.datatable__lock--right {
  box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
}
.datatable > .datatable__table > .datatable__head > .datatable__lock.datatable__lock--scroll,
.datatable > .datatable__table > .datatable__body > .datatable__lock.datatable__lock--scroll,
.datatable > .datatable__table > .datatable__foot > .datatable__lock.datatable__lock--scroll {
  position: relative;
}
.datatable > .datatable__table > .datatable__head .datatable__row,
.datatable > .datatable__table > .datatable__body .datatable__row,
.datatable > .datatable__table > .datatable__foot .datatable__row {
  border-bottom: 1px solid #FFF9EB;
}
.datatable > .datatable__table > .datatable__head .datatable__row > .datatable__cell .checkbox.checkbox--solid > span,
.datatable > .datatable__table > .datatable__body .datatable__row > .datatable__cell .checkbox.checkbox--solid > span,
.datatable > .datatable__table > .datatable__foot .datatable__row > .datatable__cell .checkbox.checkbox--solid > span {
  background: #FFF9EB;
}
.datatable > .datatable__table > .datatable__head .datatable__row > .datatable__cell .checkbox.checkbox--solid > input:checked ~ span,
.datatable > .datatable__table > .datatable__body .datatable__row > .datatable__cell .checkbox.checkbox--solid > input:checked ~ span,
.datatable > .datatable__table > .datatable__foot .datatable__row > .datatable__cell .checkbox.checkbox--solid > input:checked ~ span {
  background: #FFE5AD;
}
.datatable > .datatable__table > .datatable__body .datatable__toggle-detail {
  vertical-align: middle;
}
.datatable > .datatable__table > .datatable__body .datatable__toggle-detail i {
  transition: color 0.3s ease;
  color: #F1A31D;
}
.datatable > .datatable__table > .datatable__body .datatable__toggle-detail i:before {
  line-height: 0;
  vertical-align: middle;
}
.datatable > .datatable__table > .datatable__body .datatable__toggle-detail:hover i, .datatable > .datatable__table > .datatable__body .datatable__toggle-detail.datatable__toggle-detail--active i {
  transition: color 0.3s ease;
  color: #F1A31D;
}
.datatable > .datatable__table > .datatable__body .datatable__row-detail .datatable__detail table {
  border-left: 1px solid #FFF9EB;
  border-right: 1px solid #FFF9EB;
}
.datatable > .datatable__table > .datatable__head .datatable__row > .datatable__cell,
.datatable > .datatable__table > .datatable__foot .datatable__row > .datatable__cell {
  background: transparent;
}
.datatable > .datatable__table > .datatable__head .datatable__row > .datatable__cell > span,
.datatable > .datatable__table > .datatable__foot .datatable__row > .datatable__cell > span {
  color: #6c7293;
}
.datatable > .datatable__table > .datatable__head .datatable__row > .datatable__cell > span > i {
  color: #F1A31D;
}
.datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link {
  color: #FFBE33;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link {
    transition: none;
  }
}
.datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--first, .datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--prev, .datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--next, .datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--last {
  background: #FFF9EB;
}
.datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--first:hover, .datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--prev:hover, .datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--next:hover, .datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--last:hover {
  background: #F1A31D;
  color: #ffffff;
}
.datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link:hover {
  transition: all 0.2s ease-in-out;
  background: #F1A31D;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link:hover {
    transition: none;
  }
}
.datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--active {
  background: #F1A31D;
  color: #ffffff;
}
.datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--disabled, .datatable > .datatable__pager > .datatable__pager-nav > li > .datatable__pager-link.datatable__pager-link--disabled:hover {
  color: #FFBE33;
  background: #FFF9EB;
  opacity: 0.3;
}
.datatable > .datatable__pager > .datatable__pager-nav > li > .pager-input {
  transition: all 0.2s ease-in-out;
  background: #FFF9EB;
  border-color: #FFF9EB;
}
@media (prefers-reduced-motion: reduce) {
  .datatable > .datatable__pager > .datatable__pager-nav > li > .pager-input {
    transition: none;
  }
}
.datatable > .datatable__pager > .datatable__pager-nav > li > .pager-input:focus {
  transition: all 0.2s ease-in-out;
  background: #F1A31D;
  border-color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .datatable > .datatable__pager > .datatable__pager-nav > li > .pager-input:focus {
    transition: none;
  }
}
.datatable > .datatable__pager > .datatable__pager-info .datatable__pager-size .btn.dropdown-toggle {
  font-size: 1rem;
  font-weight: 500;
  border: 0 !important;
  color: #FFBE33;
  background: #FFF9EB;
}
.datatable > .datatable__pager > .datatable__pager-info .datatable__pager-size .btn.dropdown-toggle i {
  color: #ffffff;
}
.datatable > .datatable__pager > .datatable__pager-info .datatable__pager-size .btn.dropdown-toggle:focus,
.datatable > .datatable__pager > .datatable__pager-info .datatable__pager-size .btn.dropdown-toggle:hover, .datatable > .datatable__pager > .datatable__pager-info .datatable__pager-size.show > .btn.dropdown-toggle {
  border: 0 !important;
  color: #ffffff !important;
  background: #F1A31D;
}
.datatable > .datatable__pager > .datatable__pager-info .datatable__pager-size .btn.dropdown-toggle:focus i,
.datatable > .datatable__pager > .datatable__pager-info .datatable__pager-size .btn.dropdown-toggle:hover i, .datatable > .datatable__pager > .datatable__pager-info .datatable__pager-size.show > .btn.dropdown-toggle i {
  color: #ffffff !important;
}
.datatable > .datatable__pager > .datatable__pager-info .datatable__pager-size .dropdown-menu {
  z-index: 100;
}
.modal .datatable > .datatable__pager > .datatable__pager-info .datatable__pager-size .dropdown-menu {
  z-index: 1051;
}
.datatable.datatable--subtable > .datatable__table > .datatable__body .datatable__toggle-subtable > i {
  color: #F1A31D;
}
.datatable.datatable--subtable > .datatable__table > .datatable__body .datatable__row-subtable {
  border-top: 0;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell {
  transition: background 0.3s ease;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell > span {
  color: #6c7293;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row > .datatable__cell.datatable__cell--hover {
  transition: background 0.3s ease;
  background: transparent;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row.datatable__row--even > .datatable__cell {
  background: transparent;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row.datatable__row--active > .datatable__cell {
  background: #f4f5f8;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row.datatable__row--hover:not(.datatable__row--active) {
  transition: background 0.3s ease;
}
.datatable.datatable--default > .datatable__table > .datatable__body .datatable__row.datatable__row--hover:not(.datatable__row--active) > .datatable__cell {
  transition: background 0.3s ease;
  background: transparent;
}
.datatable.datatable--default > .datatable__table > .datatable__head .datatable__row > .datatable__cell.datatable__cell--sorted > span,
.datatable.datatable--default > .datatable__table > .datatable__foot .datatable__row > .datatable__cell.datatable__cell--sorted > span {
  color: #F1A31D;
}
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__body .datatable__row.datatable__row--subtable-expanded > .datatable__cell {
  background: #f4f5f8 !important;
}
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__body .datatable__row-subtable {
  background: transparent;
}
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__body .datatable__row-subtable > .datatable__subtable > .datatable {
  box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.1);
}
.datatable.datatable--default.datatable--subtable > .datatable__table > .datatable__body .datatable__row-subtable.datatable__row-loading > .datatable__subtable > .datatable > .datatable__table {
  background: transparent;
}
.datatable .ps > .ps__rail-y > .ps__thumb-y,
.datatable .ps > .ps__rail-x > .ps__thumb-x {
  background: #ffe09e;
}
.datatable .ps > .ps__rail-y > .ps__thumb-y:hover, .datatable .ps > .ps__rail-y > .ps__thumb-y:focus,
.datatable .ps > .ps__rail-x > .ps__thumb-x:hover,
.datatable .ps > .ps__rail-x > .ps__thumb-x:focus {
  background: #ffe09e;
}

.scrolltop {
  display: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  cursor: pointer;
  z-index: 90;
  background: #F1A31D;
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .scrolltop {
    transition: none;
  }
}
.scrolltop svg {
  height: 20px;
  width: 20px;
}
.scrolltop > i {
  font-size: 1.3rem;
  color: #ffffff;
}
.scrolltop g [fill] {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.scrolltop:hover g [fill] {
  transition: fill 0.3s ease;
}
.scrolltop:hover > i {
  color: #ffffff;
}
.scrolltop--on .scrolltop {
  opacity: 0.3;
  -webkit-animation: scrolltop-show-animation 0.4s ease-out 1;
          animation: scrolltop-show-animation 0.4s ease-out 1;
  display: flex;
}
.scrolltop--on .scrolltop:hover {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .scrolltop--on .scrolltop:hover {
    transition: none;
  }
}
@media (max-width: 1024px) {
  .scrolltop {
    bottom: 30px;
    right: 15px;
  }
}

@-webkit-keyframes scrolltop-show-animation {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}

@keyframes scrolltop-show-animation {
  from {
    margin-bottom: -15px;
  }
  to {
    margin-bottom: 0;
  }
}
.form .form__group.form__group--inline {
  display: table;
  padding: 0;
}
.form .form__group.form__group--inline > .form__label {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding-right: 1rem;
}
.form .form__group.form__group--inline > .form__label.form__label-no-wrap {
  white-space: nowrap;
}
.form .form__group.form__group--inline > .form__label > label {
  margin: 0;
}
.form .form__group.form__group--inline > .form__control {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
}
.form .form__actions.form__actions--right {
  text-align: right;
}
.form .form__actions.form__actions--center {
  text-align: center;
}

@media (min-width: 1025px) {
  .form.form--label-right .form-group label:not(.checkbox):not(.radio):not(.option) {
    text-align: right;
  }
}
.input-icon {
  position: relative;
  padding: 0;
  width: 100%;
}
.input-icon > .input-icon__icon {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  width: 3.2rem;
}
.input-icon > .input-icon__icon:hover {
  cursor: pointer;
}
.input-icon > .input-icon__icon:hover i {
  color: #F1A31D;
}
.input-icon > .input-icon__icon.input-icon__icon--left {
  left: 0;
}
.input-icon > .input-icon__icon.input-icon__icon--right {
  right: 0;
}
.input-icon > .input-icon__icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.input-icon > .input-icon__icon > span i {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  color: #a7abc3;
}
.input-icon > .input-icon__icon [class^=la-],
.input-icon > .input-icon__icon [class*=" la-"] {
  font-size: 1.4em;
}
.input-icon > .input-icon__icon [class^=fa-],
.input-icon > .input-icon__icon [class*=" fa-"] {
  font-size: 1.2em;
}
.input-icon > .input-icon__icon [class^=flaticon-],
.input-icon > .input-icon__icon [class*=" flaticon-"],
.input-icon > .input-icon__icon [class^=flaticon2-],
.input-icon > .input-icon__icon [class*=" flaticon2-"] {
  font-size: 1.3em;
}
.input-icon .form-control.form-control-lg + .input-icon__icon {
  width: 4.2rem;
}
.input-icon .form-control.form-control-lg + .input-icon__icon [class^=la-],
.input-icon .form-control.form-control-lg + .input-icon__icon [class*=" la-"] {
  font-size: 1.6em;
}
.input-icon .form-control.form-control-lg + .input-icon__icon [class^=fa-],
.input-icon .form-control.form-control-lg + .input-icon__icon [class*=" fa-"] {
  font-size: 1.3em;
}
.input-icon .form-control.form-control-lg + .input-icon__icon [class^=flaticon-],
.input-icon .form-control.form-control-lg + .input-icon__icon [class*=" flaticon-"],
.input-icon .form-control.form-control-lg + .input-icon__icon [class^=flaticon2-],
.input-icon .form-control.form-control-lg + .input-icon__icon [class*=" flaticon2-"] {
  font-size: 1.4em;
}
.input-icon .form-control.form-control-sm ~ .input-icon__icon {
  width: 2.7rem;
}
.input-icon .form-control.form-control-sm ~ .input-icon__icon [class^=la-],
.input-icon .form-control.form-control-sm ~ .input-icon__icon [class*=" la-"] {
  font-size: 1.1em;
}
.input-icon .form-control.form-control-sm ~ .input-icon__icon [class^=fa-],
.input-icon .form-control.form-control-sm ~ .input-icon__icon [class*=" fa-"] {
  font-size: 1em;
}
.input-icon .form-control.form-control-sm ~ .input-icon__icon [class^=flaticon-],
.input-icon .form-control.form-control-sm ~ .input-icon__icon [class*=" flaticon-"],
.input-icon .form-control.form-control-sm ~ .input-icon__icon [class^=flaticon2-],
.input-icon .form-control.form-control-sm ~ .input-icon__icon [class*=" flaticon2-"] {
  font-size: 1em;
}
.input-icon.input-icon--left .form-control {
  padding-left: 2.8rem;
}
.input-icon.input-icon--left .form-control.form-control-lg {
  padding-left: 3.6rem;
}
.input-icon.input-icon--left .form-control.form-control-sm {
  padding-left: 2.5rem;
}
.input-icon.input-icon--right .form-control {
  padding-right: 4.563rem;
}
.input-icon.input-icon--right .form-control.form-control-lg {
  padding-right: 3.6rem;
}
.input-icon.input-icon--right .form-control.form-control-sm {
  padding-right: 2.5rem;
}
.input-icon.input-icon--fixed {
  display: inline-block;
}
.input-icon.input-icon--fixed-large {
  display: inline-block;
}
.input-icon.input-icon--fixed-small {
  display: inline-block;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.checkbox.checkbox--disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox > span {
  border-radius: 3px;
  background: none;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
}
.checkbox > span:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
  transform: rotate(45deg) /*rtl:ignore*/;
}
.checkbox > input:checked ~ span {
  transition: all 0.3s ease;
  background: none;
}
.checkbox > input:checked ~ span:after {
  display: block;
}
.checkbox:hover > input:not([disabled]):checked ~ span,
.checkbox > input:checked ~ span {
  transition: all 0.3s ease;
}
.checkbox > input:disabled ~ span {
  opacity: 0.6;
  pointer-events: none;
}
.checkbox.checkbox--solid > span {
  border: 1px solid transparent;
}
.checkbox.checkbox--solid:hover > input:not([disabled]) ~ span,
.checkbox.checkbox--solid > input:focus ~ span {
  transition: all 0.3s ease;
}
.checkbox.checkbox--square > span {
  border-radius: 0;
}
.checkbox.checkbox--bold > span {
  border-width: 2px !important;
  transition: all 0.3s ease;
}
.form-inline .checkbox {
  margin-left: 15px;
  margin-right: 15px;
}
.checkbox.checkbox--single {
  width: 18px;
  height: 18px;
}
.checkbox.checkbox--single > span {
  top: 0px;
}
th > .checkbox.checkbox--single, td > .checkbox.checkbox--single {
  right: -5px;
}
.input-group .checkbox {
  margin-bottom: 0 !important;
  padding-left: 0;
}

.checkbox-list {
  padding: 0 0;
}
.form-horizontal .form-group .checkbox-list {
  padding-top: 0;
}
.checkbox-list .checkbox {
  text-align: left;
  display: block;
}
.checkbox-list .checkbox:last-child {
  margin-bottom: 5px;
}

.checkbox-inline {
  padding: 0 0;
}
.checkbox-inline .checkbox {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.checkbox-inline .checkbox:last-child {
  margin-right: 0;
}

.form-group.row .checkbox-inline {
  margin-top: 0.75rem;
}
.form-group.row .checkbox-list {
  margin-top: 2px;
}

.checkbox.checkbox--disabled {
  opacity: 0.7;
}
.checkbox > span {
  border: 1px solid #cfd3e0;
}
.checkbox > span:after {
  border: solid #bcc2d4;
}
.checkbox > input:disabled ~ span:after {
  border-color: #c5cbda;
}
.checkbox > input:checked ~ span {
  border: 1px solid #c5cbda;
}
.checkbox.checkbox--bold > input:checked ~ span {
  border: 2px solid #c5cbda;
}
.checkbox > input:disabled ~ span {
  opacity: 0.6;
}
.checkbox.checkbox--solid > span {
  background: #e1e4ec;
  border: 1px solid transparent !important;
}
.checkbox.checkbox--solid > span:after {
  border: solid #97a0bd;
}
.checkbox.checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.checkbox.checkbox--solid > input:checked ~ span {
  background: #dbdee8;
}
.checkbox.checkbox--brand.checkbox--disabled {
  opacity: 0.7;
}
.checkbox.checkbox--brand > span {
  border: 1px solid #F1A31D;
}
.checkbox.checkbox--brand > span:after {
  border: solid #F1A31D;
}
.checkbox.checkbox--brand > input:disabled ~ span:after {
  border-color: #F1A31D;
}
.checkbox.checkbox--brand > input:checked ~ span {
  border: 1px solid #F1A31D;
}
.checkbox.checkbox--brand.checkbox--bold > input:checked ~ span {
  border: 2px solid #F1A31D;
}
.checkbox.checkbox--brand > input:disabled ~ span {
  opacity: 0.6;
}
.checkbox.checkbox--brand.checkbox--solid > span {
  background: #F1A31D;
  border: 1px solid transparent !important;
}
.checkbox.checkbox--brand.checkbox--solid > span:after {
  border: solid #ffffff;
}
.checkbox.checkbox--brand.checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.checkbox.checkbox--brand.checkbox--solid > input:checked ~ span {
  background: #F1A31D;
}
.checkbox.checkbox--light.checkbox--disabled {
  opacity: 0.7;
}
.checkbox.checkbox--light > span {
  border: 1px solid #ffffff;
}
.checkbox.checkbox--light > span:after {
  border: solid #ffffff;
}
.checkbox.checkbox--light > input:disabled ~ span:after {
  border-color: #ffffff;
}
.checkbox.checkbox--light > input:checked ~ span {
  border: 1px solid #ffffff;
}
.checkbox.checkbox--light.checkbox--bold > input:checked ~ span {
  border: 2px solid #ffffff;
}
.checkbox.checkbox--light > input:disabled ~ span {
  opacity: 0.6;
}
.checkbox.checkbox--light.checkbox--solid > span {
  background: #ffffff;
  border: 1px solid transparent !important;
}
.checkbox.checkbox--light.checkbox--solid > span:after {
  border: solid #5d8cfe;
}
.checkbox.checkbox--light.checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.checkbox.checkbox--light.checkbox--solid > input:checked ~ span {
  background: #ffffff;
}
.checkbox.checkbox--dark.checkbox--disabled {
  opacity: 0.7;
}
.checkbox.checkbox--dark > span {
  border: 1px solid #282b3b;
}
.checkbox.checkbox--dark > span:after {
  border: solid #282b3b;
}
.checkbox.checkbox--dark > input:disabled ~ span:after {
  border-color: #282b3b;
}
.checkbox.checkbox--dark > input:checked ~ span {
  border: 1px solid #282b3b;
}
.checkbox.checkbox--dark.checkbox--bold > input:checked ~ span {
  border: 2px solid #282b3b;
}
.checkbox.checkbox--dark > input:disabled ~ span {
  opacity: 0.6;
}
.checkbox.checkbox--dark.checkbox--solid > span {
  background: #282b3b;
  border: 1px solid transparent !important;
}
.checkbox.checkbox--dark.checkbox--solid > span:after {
  border: solid #ffffff;
}
.checkbox.checkbox--dark.checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.checkbox.checkbox--dark.checkbox--solid > input:checked ~ span {
  background: #282b3b;
}
.checkbox.checkbox--primary.checkbox--disabled {
  opacity: 0.7;
}
.checkbox.checkbox--primary > span {
  border: 1px solid #F1A31D;
}
.checkbox.checkbox--primary > span:after {
  border: solid #F1A31D;
}
.checkbox.checkbox--primary > input:disabled ~ span:after {
  border-color: #F1A31D;
}
.checkbox.checkbox--primary > input:checked ~ span {
  border: 1px solid #F1A31D;
}
.checkbox.checkbox--primary.checkbox--bold > input:checked ~ span {
  border: 2px solid #F1A31D;
}
.checkbox.checkbox--primary > input:disabled ~ span {
  opacity: 0.6;
}
.checkbox.checkbox--primary.checkbox--solid > span {
  background: #F1A31D;
  border: 1px solid transparent !important;
}
.checkbox.checkbox--primary.checkbox--solid > span:after {
  border: solid #ffffff;
}
.checkbox.checkbox--primary.checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.checkbox.checkbox--primary.checkbox--solid > input:checked ~ span {
  background: #F1A31D;
}
.checkbox.checkbox--success.checkbox--disabled {
  opacity: 0.7;
}
.checkbox.checkbox--success > span {
  border: 1px solid #08BB87;
}
.checkbox.checkbox--success > span:after {
  border: solid #08BB87;
}
.checkbox.checkbox--success > input:disabled ~ span:after {
  border-color: #08BB87;
}
.checkbox.checkbox--success > input:checked ~ span {
  border: 1px solid #08BB87;
}
.checkbox.checkbox--success.checkbox--bold > input:checked ~ span {
  border: 2px solid #08BB87;
}
.checkbox.checkbox--success > input:disabled ~ span {
  opacity: 0.6;
}
.checkbox.checkbox--success.checkbox--solid > span {
  background: #08BB87;
  border: 1px solid transparent !important;
}
.checkbox.checkbox--success.checkbox--solid > span:after {
  border: solid #ffffff;
}
.checkbox.checkbox--success.checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.checkbox.checkbox--success.checkbox--solid > input:checked ~ span {
  background: #08BB87;
}
.checkbox.checkbox--info.checkbox--disabled {
  opacity: 0.7;
}
.checkbox.checkbox--info > span {
  border: 1px solid #2d9fff;
}
.checkbox.checkbox--info > span:after {
  border: solid #2d9fff;
}
.checkbox.checkbox--info > input:disabled ~ span:after {
  border-color: #2d9fff;
}
.checkbox.checkbox--info > input:checked ~ span {
  border: 1px solid #2d9fff;
}
.checkbox.checkbox--info.checkbox--bold > input:checked ~ span {
  border: 2px solid #2d9fff;
}
.checkbox.checkbox--info > input:disabled ~ span {
  opacity: 0.6;
}
.checkbox.checkbox--info.checkbox--solid > span {
  background: #2d9fff;
  border: 1px solid transparent !important;
}
.checkbox.checkbox--info.checkbox--solid > span:after {
  border: solid #ffffff;
}
.checkbox.checkbox--info.checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.checkbox.checkbox--info.checkbox--solid > input:checked ~ span {
  background: #2d9fff;
}
.checkbox.checkbox--warning.checkbox--disabled {
  opacity: 0.7;
}
.checkbox.checkbox--warning > span {
  border: 1px solid #ffb822;
}
.checkbox.checkbox--warning > span:after {
  border: solid #ffb822;
}
.checkbox.checkbox--warning > input:disabled ~ span:after {
  border-color: #ffb822;
}
.checkbox.checkbox--warning > input:checked ~ span {
  border: 1px solid #ffb822;
}
.checkbox.checkbox--warning.checkbox--bold > input:checked ~ span {
  border: 2px solid #ffb822;
}
.checkbox.checkbox--warning > input:disabled ~ span {
  opacity: 0.6;
}
.checkbox.checkbox--warning.checkbox--solid > span {
  background: #ffb822;
  border: 1px solid transparent !important;
}
.checkbox.checkbox--warning.checkbox--solid > span:after {
  border: solid #111111;
}
.checkbox.checkbox--warning.checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.checkbox.checkbox--warning.checkbox--solid > input:checked ~ span {
  background: #ffb822;
}
.checkbox.checkbox--warning-2.checkbox--disabled {
  opacity: 0.7;
}
.checkbox.checkbox--warning-2 > span {
  border: 1px solid #DA9910;
}
.checkbox.checkbox--warning-2 > span:after {
  border: solid #DA9910;
}
.checkbox.checkbox--warning-2 > input:disabled ~ span:after {
  border-color: #DA9910;
}
.checkbox.checkbox--warning-2 > input:checked ~ span {
  border: 1px solid #DA9910;
}
.checkbox.checkbox--warning-2.checkbox--bold > input:checked ~ span {
  border: 2px solid #DA9910;
}
.checkbox.checkbox--warning-2 > input:disabled ~ span {
  opacity: 0.6;
}
.checkbox.checkbox--warning-2.checkbox--solid > span {
  background: #DA9910;
  border: 1px solid transparent !important;
}
.checkbox.checkbox--warning-2.checkbox--solid > span:after {
  border: solid #ffffff;
}
.checkbox.checkbox--warning-2.checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.checkbox.checkbox--warning-2.checkbox--solid > input:checked ~ span {
  background: #DA9910;
}
.checkbox.checkbox--danger.checkbox--disabled {
  opacity: 0.7;
}
.checkbox.checkbox--danger > span {
  border: 1px solid #fd387a;
}
.checkbox.checkbox--danger > span:after {
  border: solid #fd387a;
}
.checkbox.checkbox--danger > input:disabled ~ span:after {
  border-color: #fd387a;
}
.checkbox.checkbox--danger > input:checked ~ span {
  border: 1px solid #fd387a;
}
.checkbox.checkbox--danger.checkbox--bold > input:checked ~ span {
  border: 2px solid #fd387a;
}
.checkbox.checkbox--danger > input:disabled ~ span {
  opacity: 0.6;
}
.checkbox.checkbox--danger.checkbox--solid > span {
  background: #fd387a;
  border: 1px solid transparent !important;
}
.checkbox.checkbox--danger.checkbox--solid > span:after {
  border: solid #ffffff;
}
.checkbox.checkbox--danger.checkbox--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.checkbox.checkbox--danger.checkbox--solid > input:checked ~ span {
  background: #fd387a;
}

.radio {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.radio.radio--disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio > span {
  background: none;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50% !important;
}
.radio > span:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100% !important;
}
.radio > input:checked ~ span {
  transition: all 0.3s ease;
  background: none;
}
.radio > input:checked ~ span:after {
  display: block;
}
.radio:hover > input:not([disabled]):checked ~ span,
.radio > input:checked ~ span {
  transition: all 0.3s ease;
}
.radio > input:disabled ~ span {
  opacity: 0.6;
  pointer-events: none;
}
.radio.radio--solid > span {
  border: 1px solid transparent;
}
.radio.radio--solid:hover > input:not([disabled]) ~ span,
.radio.radio--solid > input:focus ~ span {
  transition: all 0.3s ease;
}
.radio.radio--square > span {
  border-radius: 0;
}
.radio.radio--bold > span {
  border-width: 2px !important;
  transition: all 0.3s ease;
}
.form-inline .radio {
  margin-left: 15px;
  margin-right: 15px;
}
.radio.radio--single {
  width: 18px;
  height: 18px;
}
.radio.radio--single > span {
  top: 0px;
}
th > .radio.radio--single, td > .radio.radio--single {
  right: -5px;
}
.input-group .radio {
  margin-bottom: 0 !important;
  padding-left: 0;
}

.radio-list {
  padding: 0 0;
}
.form-horizontal .form-group .radio-list {
  padding-top: 0;
}
.radio-list .radio {
  display: block;
  text-align: left;
}
.radio-list .radio:last-child {
  margin-bottom: 5px;
}

.radio-inline {
  padding: 0 0;
}
.radio-inline .radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.radio-inline .radio:last-child {
  margin-right: 0;
}

.form-group.row .radio-inline {
  margin-top: 0.75rem;
}
.form-group.row .radio-list {
  margin-top: 2px;
}

.radio.radio--disabled {
  opacity: 0.8;
}
.radio > span {
  border: 1px solid #cfd3e0;
}
.radio > span:after {
  border: solid #bcc2d4;
  background: #bcc2d4;
}
.radio > input:disabled ~ span:after {
  border-color: #c5cbda;
}
.radio > input:checked ~ span {
  border: 1px solid #c5cbda;
}
.radio.radio--bold > input:checked ~ span {
  border: 2px solid #c5cbda;
}
.radio > input:disabled ~ span {
  opacity: 0.6;
}
.radio.radio--solid > span {
  background: #e1e4ec;
  border: 1px solid transparent !important;
}
.radio.radio--solid > span:after {
  border: solid #97a0bd;
  background: #97a0bd;
}
.radio.radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.radio.radio--solid > input:checked ~ span {
  background: #dbdee8;
}
.radio.radio--brand.radio--disabled {
  opacity: 0.8;
}
.radio.radio--brand > span {
  border: 1px solid #F1A31D;
}
.radio.radio--brand > span:after {
  border: solid #F1A31D;
  background: #F1A31D;
}
.radio.radio--brand > input:disabled ~ span:after {
  border-color: #F1A31D;
}
.radio.radio--brand > input:checked ~ span {
  border: 1px solid #F1A31D;
}
.radio.radio--brand.radio--bold > input:checked ~ span {
  border: 2px solid #F1A31D;
}
.radio.radio--brand > input:disabled ~ span {
  opacity: 0.6;
}
.radio.radio--brand.radio--solid > span {
  background: #F1A31D;
  border: 1px solid transparent !important;
}
.radio.radio--brand.radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.radio.radio--brand.radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.radio.radio--brand.radio--solid > input:checked ~ span {
  background: #F1A31D;
}
.radio.radio--light.radio--disabled {
  opacity: 0.8;
}
.radio.radio--light > span {
  border: 1px solid #ffffff;
}
.radio.radio--light > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.radio.radio--light > input:disabled ~ span:after {
  border-color: #ffffff;
}
.radio.radio--light > input:checked ~ span {
  border: 1px solid #ffffff;
}
.radio.radio--light.radio--bold > input:checked ~ span {
  border: 2px solid #ffffff;
}
.radio.radio--light > input:disabled ~ span {
  opacity: 0.6;
}
.radio.radio--light.radio--solid > span {
  background: #ffffff;
  border: 1px solid transparent !important;
}
.radio.radio--light.radio--solid > span:after {
  border: solid #5d8cfe;
  background: #5d8cfe;
}
.radio.radio--light.radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.radio.radio--light.radio--solid > input:checked ~ span {
  background: #ffffff;
}
.radio.radio--dark.radio--disabled {
  opacity: 0.8;
}
.radio.radio--dark > span {
  border: 1px solid #282b3b;
}
.radio.radio--dark > span:after {
  border: solid #282b3b;
  background: #282b3b;
}
.radio.radio--dark > input:disabled ~ span:after {
  border-color: #282b3b;
}
.radio.radio--dark > input:checked ~ span {
  border: 1px solid #282b3b;
}
.radio.radio--dark.radio--bold > input:checked ~ span {
  border: 2px solid #282b3b;
}
.radio.radio--dark > input:disabled ~ span {
  opacity: 0.6;
}
.radio.radio--dark.radio--solid > span {
  background: #282b3b;
  border: 1px solid transparent !important;
}
.radio.radio--dark.radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.radio.radio--dark.radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.radio.radio--dark.radio--solid > input:checked ~ span {
  background: #282b3b;
}
.radio.radio--primary.radio--disabled {
  opacity: 0.8;
}
.radio.radio--primary > span {
  border: 1px solid #F1A31D;
}
.radio.radio--primary > span:after {
  border: solid #F1A31D;
  background: #F1A31D;
}
.radio.radio--primary > input:disabled ~ span:after {
  border-color: #F1A31D;
}
.radio.radio--primary > input:checked ~ span {
  border: 1px solid #F1A31D;
}
.radio.radio--primary.radio--bold > input:checked ~ span {
  border: 2px solid #F1A31D;
}
.radio.radio--primary > input:disabled ~ span {
  opacity: 0.6;
}
.radio.radio--primary.radio--solid > span {
  background: #F1A31D;
  border: 1px solid transparent !important;
}
.radio.radio--primary.radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.radio.radio--primary.radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.radio.radio--primary.radio--solid > input:checked ~ span {
  background: #F1A31D;
}
.radio.radio--success.radio--disabled {
  opacity: 0.8;
}
.radio.radio--success > span {
  border: 1px solid #08BB87;
}
.radio.radio--success > span:after {
  border: solid #08BB87;
  background: #08BB87;
}
.radio.radio--success > input:disabled ~ span:after {
  border-color: #08BB87;
}
.radio.radio--success > input:checked ~ span {
  border: 1px solid #08BB87;
}
.radio.radio--success.radio--bold > input:checked ~ span {
  border: 2px solid #08BB87;
}
.radio.radio--success > input:disabled ~ span {
  opacity: 0.6;
}
.radio.radio--success.radio--solid > span {
  background: #08BB87;
  border: 1px solid transparent !important;
}
.radio.radio--success.radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.radio.radio--success.radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.radio.radio--success.radio--solid > input:checked ~ span {
  background: #08BB87;
}
.radio.radio--info.radio--disabled {
  opacity: 0.8;
}
.radio.radio--info > span {
  border: 1px solid #2d9fff;
}
.radio.radio--info > span:after {
  border: solid #2d9fff;
  background: #2d9fff;
}
.radio.radio--info > input:disabled ~ span:after {
  border-color: #2d9fff;
}
.radio.radio--info > input:checked ~ span {
  border: 1px solid #2d9fff;
}
.radio.radio--info.radio--bold > input:checked ~ span {
  border: 2px solid #2d9fff;
}
.radio.radio--info > input:disabled ~ span {
  opacity: 0.6;
}
.radio.radio--info.radio--solid > span {
  background: #2d9fff;
  border: 1px solid transparent !important;
}
.radio.radio--info.radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.radio.radio--info.radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.radio.radio--info.radio--solid > input:checked ~ span {
  background: #2d9fff;
}
.radio.radio--warning.radio--disabled {
  opacity: 0.8;
}
.radio.radio--warning > span {
  border: 1px solid #ffb822;
}
.radio.radio--warning > span:after {
  border: solid #ffb822;
  background: #ffb822;
}
.radio.radio--warning > input:disabled ~ span:after {
  border-color: #ffb822;
}
.radio.radio--warning > input:checked ~ span {
  border: 1px solid #ffb822;
}
.radio.radio--warning.radio--bold > input:checked ~ span {
  border: 2px solid #ffb822;
}
.radio.radio--warning > input:disabled ~ span {
  opacity: 0.6;
}
.radio.radio--warning.radio--solid > span {
  background: #ffb822;
  border: 1px solid transparent !important;
}
.radio.radio--warning.radio--solid > span:after {
  border: solid #111111;
  background: #111111;
}
.radio.radio--warning.radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.radio.radio--warning.radio--solid > input:checked ~ span {
  background: #ffb822;
}
.radio.radio--warning-2.radio--disabled {
  opacity: 0.8;
}
.radio.radio--warning-2 > span {
  border: 1px solid #DA9910;
}
.radio.radio--warning-2 > span:after {
  border: solid #DA9910;
  background: #DA9910;
}
.radio.radio--warning-2 > input:disabled ~ span:after {
  border-color: #DA9910;
}
.radio.radio--warning-2 > input:checked ~ span {
  border: 1px solid #DA9910;
}
.radio.radio--warning-2.radio--bold > input:checked ~ span {
  border: 2px solid #DA9910;
}
.radio.radio--warning-2 > input:disabled ~ span {
  opacity: 0.6;
}
.radio.radio--warning-2.radio--solid > span {
  background: #DA9910;
  border: 1px solid transparent !important;
}
.radio.radio--warning-2.radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.radio.radio--warning-2.radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.radio.radio--warning-2.radio--solid > input:checked ~ span {
  background: #DA9910;
}
.radio.radio--danger.radio--disabled {
  opacity: 0.8;
}
.radio.radio--danger > span {
  border: 1px solid #fd387a;
}
.radio.radio--danger > span:after {
  border: solid #fd387a;
  background: #fd387a;
}
.radio.radio--danger > input:disabled ~ span:after {
  border-color: #fd387a;
}
.radio.radio--danger > input:checked ~ span {
  border: 1px solid #fd387a;
}
.radio.radio--danger.radio--bold > input:checked ~ span {
  border: 2px solid #fd387a;
}
.radio.radio--danger > input:disabled ~ span {
  opacity: 0.6;
}
.radio.radio--danger.radio--solid > span {
  background: #fd387a;
  border: 1px solid transparent !important;
}
.radio.radio--danger.radio--solid > span:after {
  border: solid #ffffff;
  background: #ffffff;
}
.radio.radio--danger.radio--solid > input:focus ~ span {
  border: 1px solid transparent !important;
}
.radio.radio--danger.radio--solid > input:checked ~ span {
  background: #fd387a;
}

.switch {
  display: inline-block;
  font-size: 1rem;
}
.switch input:empty {
  margin-left: -999px;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}
.switch input:empty ~ span {
  display: inline-block;
  position: relative;
  float: left;
  width: 1px;
  text-indent: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch input:empty ~ span:before,
.switch input:empty ~ span:after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: " ";
  transition: all 100ms ease-in;
}
.switch.switch--icon input:empty ~ span:after {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F342";
}
.switch.switch--icon input:checked ~ span:after {
  content: "\F17B";
}
.switch.switch--icon-check input:checked ~ span:after {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F17B";
}
.switch input:empty ~ span {
  line-height: 30px;
  margin: 2px 0;
  height: 30px;
  width: 57px;
  border-radius: 15px;
}
.switch input:empty ~ span:before,
.switch input:empty ~ span:after {
  width: 54px;
  border-radius: 15px;
}
.switch input:empty ~ span:after {
  height: 24px;
  width: 24px;
  line-height: 26px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
}
.switch input:checked ~ span:after {
  margin-left: 26px;
}
.switch.switch--lg input:empty ~ span {
  line-height: 40px;
  margin: 2px 0;
  height: 40px;
  width: 75px;
  border-radius: 20px;
}
.switch.switch--lg input:empty ~ span:before,
.switch.switch--lg input:empty ~ span:after {
  width: 72px;
  border-radius: 20px;
}
.switch.switch--lg input:empty ~ span:after {
  height: 34px;
  width: 34px;
  line-height: 34px;
  top: 3px;
  bottom: 3px;
  margin-left: 3px;
  font-size: 1em;
  text-align: center;
  vertical-align: middle;
}
.switch.switch--lg input:checked ~ span:after {
  margin-left: 34px;
}
.switch.switch--sm input:empty ~ span {
  line-height: 24px;
  margin: 2px 0;
  height: 24px;
  width: 40px;
  border-radius: 12px;
}
.switch.switch--sm input:empty ~ span:before,
.switch.switch--sm input:empty ~ span:after {
  width: 38px;
  border-radius: 12px;
}
.switch.switch--sm input:empty ~ span:after {
  height: 20px;
  width: 20px;
  line-height: 20px;
  top: 2px;
  bottom: 2px;
  margin-left: 2px;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
}
.switch.switch--sm input:checked ~ span:after {
  margin-left: 16px;
}
.form-group.row .switch {
  margin-top: 0.15rem;
}
.form-group.row .switch.switch--lg {
  margin-top: 0rem;
  position: relative;
  top: -0.3rem;
}
.form-group.row .switch.switch--sm {
  margin-top: 0.3rem;
}

.switch input:empty ~ span:before {
  background-color: #e8ebf1;
}
.switch input:empty ~ span:after {
  color: #f8f9fb;
  background-color: #ffffff;
}
.switch input:checked ~ span:before {
  background-color: #e8ebf1;
}
.switch input:checked ~ span:after {
  background-color: #F1A31D;
  color: #ffffff;
}
.switch input[disabled] {
  cursor: not-allowed;
}
.switch input[disabled] ~ span:after,
.switch input[disabled] ~ span:before {
  cursor: not-allowed;
  opacity: 0.7;
}
.switch.switch--brand:not(.switch--outline) input:empty ~ span:before {
  background-color: #F1A31D;
}
.switch.switch--brand:not(.switch--outline) input:empty ~ span:after {
  color: #F1A31D;
  background-color: #ffffff;
  opacity: 0.4;
}
.switch.switch--brand:not(.switch--outline) input:checked ~ span:before {
  background-color: #F1A31D;
}
.switch.switch--brand:not(.switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.switch.switch--outline.switch--brand input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.switch.switch--outline.switch--brand input:empty ~ span:after {
  color: #ffffff;
}
.switch.switch--outline.switch--brand input:checked ~ span:before {
  background-color: #ffffff;
}
.switch.switch--outline.switch--brand input:checked ~ span:after {
  background-color: #F1A31D;
  opacity: 1;
}
.switch.switch--light:not(.switch--outline) input:empty ~ span:before {
  background-color: #ffffff;
}
.switch.switch--light:not(.switch--outline) input:empty ~ span:after {
  color: #ffffff;
  background-color: #5d8cfe;
  opacity: 0.4;
}
.switch.switch--light:not(.switch--outline) input:checked ~ span:before {
  background-color: #ffffff;
}
.switch.switch--light:not(.switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.switch.switch--outline.switch--light input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.switch.switch--outline.switch--light input:empty ~ span:after {
  color: #5d8cfe;
}
.switch.switch--outline.switch--light input:checked ~ span:before {
  background-color: #5d8cfe;
}
.switch.switch--outline.switch--light input:checked ~ span:after {
  background-color: #ffffff;
  opacity: 1;
}
.switch.switch--dark:not(.switch--outline) input:empty ~ span:before {
  background-color: #282b3b;
}
.switch.switch--dark:not(.switch--outline) input:empty ~ span:after {
  color: #282b3b;
  background-color: #ffffff;
  opacity: 0.4;
}
.switch.switch--dark:not(.switch--outline) input:checked ~ span:before {
  background-color: #282b3b;
}
.switch.switch--dark:not(.switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.switch.switch--outline.switch--dark input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.switch.switch--outline.switch--dark input:empty ~ span:after {
  color: #ffffff;
}
.switch.switch--outline.switch--dark input:checked ~ span:before {
  background-color: #ffffff;
}
.switch.switch--outline.switch--dark input:checked ~ span:after {
  background-color: #282b3b;
  opacity: 1;
}
.switch.switch--primary:not(.switch--outline) input:empty ~ span:before {
  background-color: #F1A31D;
}
.switch.switch--primary:not(.switch--outline) input:empty ~ span:after {
  color: #F1A31D;
  background-color: #ffffff;
  opacity: 0.4;
}
.switch.switch--primary:not(.switch--outline) input:checked ~ span:before {
  background-color: #F1A31D;
}
.switch.switch--primary:not(.switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.switch.switch--outline.switch--primary input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.switch.switch--outline.switch--primary input:empty ~ span:after {
  color: #ffffff;
}
.switch.switch--outline.switch--primary input:checked ~ span:before {
  background-color: #ffffff;
}
.switch.switch--outline.switch--primary input:checked ~ span:after {
  background-color: #F1A31D;
  opacity: 1;
}
.switch.switch--success:not(.switch--outline) input:empty ~ span:before {
  background-color: #08BB87;
}
.switch.switch--success:not(.switch--outline) input:empty ~ span:after {
  color: #08BB87;
  background-color: #ffffff;
  opacity: 0.4;
}
.switch.switch--success:not(.switch--outline) input:checked ~ span:before {
  background-color: #08BB87;
}
.switch.switch--success:not(.switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.switch.switch--outline.switch--success input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.switch.switch--outline.switch--success input:empty ~ span:after {
  color: #ffffff;
}
.switch.switch--outline.switch--success input:checked ~ span:before {
  background-color: #ffffff;
}
.switch.switch--outline.switch--success input:checked ~ span:after {
  background-color: #08BB87;
  opacity: 1;
}
.switch.switch--info:not(.switch--outline) input:empty ~ span:before {
  background-color: #2d9fff;
}
.switch.switch--info:not(.switch--outline) input:empty ~ span:after {
  color: #2d9fff;
  background-color: #ffffff;
  opacity: 0.4;
}
.switch.switch--info:not(.switch--outline) input:checked ~ span:before {
  background-color: #2d9fff;
}
.switch.switch--info:not(.switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.switch.switch--outline.switch--info input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.switch.switch--outline.switch--info input:empty ~ span:after {
  color: #ffffff;
}
.switch.switch--outline.switch--info input:checked ~ span:before {
  background-color: #ffffff;
}
.switch.switch--outline.switch--info input:checked ~ span:after {
  background-color: #2d9fff;
  opacity: 1;
}
.switch.switch--warning:not(.switch--outline) input:empty ~ span:before {
  background-color: #ffb822;
}
.switch.switch--warning:not(.switch--outline) input:empty ~ span:after {
  color: #ffb822;
  background-color: #111111;
  opacity: 0.4;
}
.switch.switch--warning:not(.switch--outline) input:checked ~ span:before {
  background-color: #ffb822;
}
.switch.switch--warning:not(.switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.switch.switch--outline.switch--warning input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.switch.switch--outline.switch--warning input:empty ~ span:after {
  color: #111111;
}
.switch.switch--outline.switch--warning input:checked ~ span:before {
  background-color: #111111;
}
.switch.switch--outline.switch--warning input:checked ~ span:after {
  background-color: #ffb822;
  opacity: 1;
}
.switch.switch--warning-2:not(.switch--outline) input:empty ~ span:before {
  background-color: #DA9910;
}
.switch.switch--warning-2:not(.switch--outline) input:empty ~ span:after {
  color: #DA9910;
  background-color: #ffffff;
  opacity: 0.4;
}
.switch.switch--warning-2:not(.switch--outline) input:checked ~ span:before {
  background-color: #DA9910;
}
.switch.switch--warning-2:not(.switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.switch.switch--outline.switch--warning-2 input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.switch.switch--outline.switch--warning-2 input:empty ~ span:after {
  color: #ffffff;
}
.switch.switch--outline.switch--warning-2 input:checked ~ span:before {
  background-color: #ffffff;
}
.switch.switch--outline.switch--warning-2 input:checked ~ span:after {
  background-color: #DA9910;
  opacity: 1;
}
.switch.switch--danger:not(.switch--outline) input:empty ~ span:before {
  background-color: #fd387a;
}
.switch.switch--danger:not(.switch--outline) input:empty ~ span:after {
  color: #fd387a;
  background-color: #ffffff;
  opacity: 0.4;
}
.switch.switch--danger:not(.switch--outline) input:checked ~ span:before {
  background-color: #fd387a;
}
.switch.switch--danger:not(.switch--outline) input:checked ~ span:after {
  opacity: 1;
}
.switch.switch--outline.switch--danger input:empty ~ span:before {
  border: 2px solid #dee3eb;
  background-color: #e8ebf1;
}
.switch.switch--outline.switch--danger input:empty ~ span:after {
  color: #ffffff;
}
.switch.switch--outline.switch--danger input:checked ~ span:before {
  background-color: #ffffff;
}
.switch.switch--outline.switch--danger input:checked ~ span:after {
  background-color: #fd387a;
  opacity: 1;
}

.option {
  display: flex;
  padding: 1.4em;
  border: 1px solid #ebedf2;
  border-radius: 6px;
}
.option .option__control {
  width: 2.7rem;
  padding-top: 0.1rem;
}
.option .option__control .radio {
  display: block;
}
.option .option__label {
  width: 100%;
}
.option .option__label .option__head {
  display: flex;
  justify-content: space-between;
}
.option .option__label .option__head .option__title {
  font-size: 1.1rem;
  font-weight: 400;
  color: #6c7293;
}
.option .option__label .option__head .option__focus {
  font-size: 1.1rem;
  font-weight: 500;
  color: #56516e;
}
.option .option__label .option__body {
  display: block;
  padding-top: 0.7rem;
  font-size: 0.9rem;
  color: #a7abc3;
}
.option.option--plain {
  border: 0;
  padding: 0;
  margin-top: -0.2rem;
  margin-bottom: 2rem;
  align-items: center;
}
.option.option--plain .option__control {
  vertical-align: middle;
  width: 2.7rem;
}
.option.option--plain .option__control .radio {
  margin-bottom: 1.6rem;
}
.option.option--plain .option__label .option__body {
  padding-top: 0.2rem;
}
.is-valid .option {
  border-color: #08BB87;
}
.is-invalid .option {
  border-color: #fd387a;
}

.has-success .option .option__label .option__head .option__title {
  color: #08BB87;
}

.has-error .option .option__label .option__head .option__title {
  color: #ffb822;
}

.avatar {
  position: relative;
  display: inline-block;
}
.avatar .avatar__holder {
  width: 120px;
  height: 120px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}
.avatar .avatar__upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.avatar .avatar__upload input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}
.avatar .avatar__upload i {
  color: #F1A31D;
  font-size: 0.9rem;
}
@media (prefers-reduced-motion: reduce) {
  .avatar .avatar__upload {
    transition: none;
  }
}
.avatar .avatar__upload:hover {
  transition: all 0.2s ease-in-out;
  background-color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .avatar .avatar__upload:hover {
    transition: none;
  }
}
.avatar .avatar__upload:hover i {
  color: #ffffff;
}
.avatar .avatar__cancel {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: auto;
  right: -10px;
  bottom: -5px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.avatar .avatar__cancel i {
  transition: all 0.2s ease-in-out;
  color: #a7abc3;
  font-size: 0.9rem;
}
@media (prefers-reduced-motion: reduce) {
  .avatar .avatar__cancel i {
    transition: none;
  }
}
.avatar .avatar__cancel:hover i {
  transition: all 0.2s ease-in-out;
  color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .avatar .avatar__cancel:hover i {
    transition: none;
  }
}
.avatar.avatar--changed .avatar__cancel {
  display: flex;
}
.avatar.avatar--brand .avatar__upload i {
  color: #F1A31D;
}
.avatar.avatar--brand .avatar__upload:hover {
  background-color: #F1A31D;
}
.avatar.avatar--brand .avatar__upload:hover i {
  color: #ffffff;
}
.avatar.avatar--light .avatar__upload i {
  color: #ffffff;
}
.avatar.avatar--light .avatar__upload:hover {
  background-color: #ffffff;
}
.avatar.avatar--light .avatar__upload:hover i {
  color: #5d8cfe;
}
.avatar.avatar--dark .avatar__upload i {
  color: #282b3b;
}
.avatar.avatar--dark .avatar__upload:hover {
  background-color: #282b3b;
}
.avatar.avatar--dark .avatar__upload:hover i {
  color: #ffffff;
}
.avatar.avatar--primary .avatar__upload i {
  color: #F1A31D;
}
.avatar.avatar--primary .avatar__upload:hover {
  background-color: #F1A31D;
}
.avatar.avatar--primary .avatar__upload:hover i {
  color: #ffffff;
}
.avatar.avatar--success .avatar__upload i {
  color: #08BB87;
}
.avatar.avatar--success .avatar__upload:hover {
  background-color: #08BB87;
}
.avatar.avatar--success .avatar__upload:hover i {
  color: #ffffff;
}
.avatar.avatar--info .avatar__upload i {
  color: #2d9fff;
}
.avatar.avatar--info .avatar__upload:hover {
  background-color: #2d9fff;
}
.avatar.avatar--info .avatar__upload:hover i {
  color: #ffffff;
}
.avatar.avatar--warning .avatar__upload i {
  color: #ffb822;
}
.avatar.avatar--warning .avatar__upload:hover {
  background-color: #ffb822;
}
.avatar.avatar--warning .avatar__upload:hover i {
  color: #111111;
}
.avatar.avatar--warning-2 .avatar__upload i {
  color: #DA9910;
}
.avatar.avatar--warning-2 .avatar__upload:hover {
  background-color: #DA9910;
}
.avatar.avatar--warning-2 .avatar__upload:hover i {
  color: #ffffff;
}
.avatar.avatar--danger .avatar__upload i {
  color: #fd387a;
}
.avatar.avatar--danger .avatar__upload:hover {
  background-color: #fd387a;
}
.avatar.avatar--danger .avatar__upload:hover i {
  color: #ffffff;
}
.avatar.avatar--circle .avatar__holder {
  border-radius: 50%;
}
.avatar.avatar--circle .avatar__upload {
  right: 0px;
  top: 5px;
}
.avatar.avatar--circle .avatar__cancel {
  right: 3px;
  bottom: 10px;
}
.avatar.avatar--outline .avatar__holder {
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

.spinner {
  position: relative;
}
.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}
.spinner.spinner--sm:before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.spinner.spinner--sm.spinner--center:before {
  left: 50%;
  margin-left: -8px;
}
.spinner.spinner--sm.spinner--left:before {
  left: 0;
  right: auto;
}
.spinner.spinner--sm.spinner--right:before {
  left: auto;
  right: 0;
}
.spinner:before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.spinner.spinner--center:before {
  left: 50%;
  margin-left: -10px;
}
.spinner.spinner--left:before {
  left: 0;
  right: auto;
}
.spinner.spinner--right:before {
  left: auto;
  right: 0;
}
.spinner.spinner--lg:before {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.spinner.spinner--lg.spinner--center:before {
  left: 50%;
  margin-left: -12px;
}
.spinner.spinner--lg.spinner--left:before {
  left: 0;
  right: auto;
}
.spinner.spinner--lg.spinner--right:before {
  left: auto;
  right: 0;
}
.spinner:before {
  -webkit-animation: spinner 0.5s linear infinite;
          animation: spinner 0.5s linear infinite;
}
.spinner.spinner--brand:before {
  border: 2px solid #F1A31D;
  border-right: 2px solid transparent;
}
.spinner.spinner--light:before {
  border: 2px solid #ffffff;
  border-right: 2px solid transparent;
}
.spinner.spinner--dark:before {
  border: 2px solid #282b3b;
  border-right: 2px solid transparent;
}
.spinner.spinner--primary:before {
  border: 2px solid #F1A31D;
  border-right: 2px solid transparent;
}
.spinner.spinner--success:before {
  border: 2px solid #08BB87;
  border-right: 2px solid transparent;
}
.spinner.spinner--info:before {
  border: 2px solid #2d9fff;
  border-right: 2px solid transparent;
}
.spinner.spinner--warning:before {
  border: 2px solid #ffb822;
  border-right: 2px solid transparent;
}
.spinner.spinner--warning-2:before {
  border: 2px solid #DA9910;
  border-right: 2px solid transparent;
}
.spinner.spinner--danger:before {
  border: 2px solid #fd387a;
  border-right: 2px solid transparent;
}
.spinner.spinner--input.spinner--right:before {
  left: auto;
  right: 1.231rem;
}
.spinner.spinner--input.spinner--left:before {
  right: auto;
  left: 1.231rem;
}
.spinner.spinner--v2:before {
  -webkit-animation: spinner 0.5s linear infinite;
          animation: spinner 0.5s linear infinite;
}
.spinner.spinner--v2.spinner--brand:before {
  border: 2px solid #fadead;
  border-top-color: #f09d0f;
}
.spinner.spinner--v2.spinner--light:before {
  border: 2px solid white;
  border-top-color: #f7f7f7;
}
.spinner.spinner--v2.spinner--dark:before {
  border: 2px solid #666d96;
  border-top-color: #222432;
}
.spinner.spinner--v2.spinner--primary:before {
  border: 2px solid #fadead;
  border-top-color: #f09d0f;
}
.spinner.spinner--v2.spinner--success:before {
  border: 2px solid #64f8cd;
  border-top-color: #07ac7c;
}
.spinner.spinner--v2.spinner--info:before {
  border: 2px solid #c6e5ff;
  border-top-color: #1e98ff;
}
.spinner.spinner--v2.spinner--warning:before {
  border: 2px solid #ffe9bb;
  border-top-color: #ffb313;
}
.spinner.spinner--v2.spinner--warning-2:before {
  border: 2px solid #f7d48c;
  border-top-color: #cc8f0f;
}
.spinner.spinner--v2.spinner--danger:before {
  border: 2px solid #ffcfdf;
  border-top-color: #fd2970;
}

@-webkit-keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.loader {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #f4f5f8;
  opacity: 0;
  -webkit-animation: loader-scaleout 0.9s infinite ease-in-out;
          animation: loader-scaleout 0.9s infinite ease-in-out;
}
.loader.loader--lg {
  width: 2rem;
  height: 2rem;
}
.loader.loader--sm {
  width: 1rem;
  height: 1rem;
}
.btn .loader {
  position: relative;
  line-height: 0;
}

.loader.loader--brand {
  background-color: #F1A31D;
}

.loader.loader--light {
  background-color: #ffffff;
}

.loader.loader--dark {
  background-color: #282b3b;
}

.loader.loader--primary {
  background-color: #F1A31D;
}

.loader.loader--success {
  background-color: #08BB87;
}

.loader.loader--info {
  background-color: #2d9fff;
}

.loader.loader--warning {
  background-color: #ffb822;
}

.loader.loader--warning-2 {
  background-color: #DA9910;
}

.loader.loader--danger {
  background-color: #fd387a;
}

@-webkit-keyframes loader-scaleout {
  0% {
    opacity: 0.3;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes loader-scaleout {
  0% {
    opacity: 0.3;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.pulse {
  position: relative;
}
.pulse .pulse__ring {
  display: block;
  border-radius: 40px;
  height: 40px;
  width: 40px;
  position: absolute;
  -webkit-animation: pulse 3.5s ease-out;
          animation: pulse 3.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #d8dce6;
}
@media screen\0  {
  .pulse .pulse__ring {
    top: 2px;
    left: 2px;
  }
}
.pulse.pulse--brand .pulse__ring {
  border-color: rgba(241, 163, 29, 0.8);
}
.pulse.pulse--light .pulse__ring {
  border-color: rgba(255, 255, 255, 0.8);
}
.pulse.pulse--dark .pulse__ring {
  border-color: rgba(40, 43, 59, 0.8);
}
.pulse.pulse--primary .pulse__ring {
  border-color: rgba(241, 163, 29, 0.8);
}
.pulse.pulse--success .pulse__ring {
  border-color: rgba(8, 187, 135, 0.8);
}
.pulse.pulse--info .pulse__ring {
  border-color: rgba(45, 159, 255, 0.8);
}
.pulse.pulse--warning .pulse__ring {
  border-color: rgba(255, 184, 34, 0.8);
}
.pulse.pulse--warning-2 .pulse__ring {
  border-color: rgba(218, 153, 16, 0.8);
}
.pulse.pulse--danger .pulse__ring {
  border-color: rgba(253, 56, 122, 0.8);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.dialog {
  width: 130px;
  margin: 0 auto;
  position: fixed;
  z-index: 1100;
  justify-content: center;
  padding: 1rem;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 6px;
}
.dialog.dialog--top-center {
  display: flex;
  top: -100px;
  left: 50%;
  margin-left: -65px;
  transition: top 0.6s ease;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dialog.dialog--top-center.dialog--shown {
  top: 0px;
  transition: top 0.6s ease;
}
.dialog.dialog--loader {
  font-size: 1rem;
  padding: 0.75rem;
  font-weight: 400;
  color: #6c7293;
}
.dialog.dialog--loader.dialog--brand {
  background-color: rgba(241, 163, 29, 0.1);
  color: #F1A31D;
  box-shadow: 0px 0px 20px 0px rgba(241, 163, 29, 0.3);
}
.dialog.dialog--loader.dialog--light {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
}
.dialog.dialog--loader.dialog--dark {
  background-color: rgba(40, 43, 59, 0.1);
  color: #282b3b;
  box-shadow: 0px 0px 20px 0px rgba(40, 43, 59, 0.3);
}
.dialog.dialog--loader.dialog--primary {
  background-color: rgba(241, 163, 29, 0.1);
  color: #F1A31D;
  box-shadow: 0px 0px 20px 0px rgba(241, 163, 29, 0.3);
}
.dialog.dialog--loader.dialog--success {
  background-color: rgba(8, 187, 135, 0.1);
  color: #08BB87;
  box-shadow: 0px 0px 20px 0px rgba(8, 187, 135, 0.3);
}
.dialog.dialog--loader.dialog--info {
  background-color: rgba(45, 159, 255, 0.1);
  color: #2d9fff;
  box-shadow: 0px 0px 20px 0px rgba(45, 159, 255, 0.3);
}
.dialog.dialog--loader.dialog--warning {
  background-color: rgba(255, 184, 34, 0.1);
  color: #ffb822;
  box-shadow: 0px 0px 20px 0px rgba(255, 184, 34, 0.3);
}
.dialog.dialog--loader.dialog--warning-2 {
  background-color: rgba(218, 153, 16, 0.1);
  color: #DA9910;
  box-shadow: 0px 0px 20px 0px rgba(218, 153, 16, 0.3);
}
.dialog.dialog--loader.dialog--danger {
  background-color: rgba(253, 56, 122, 0.1);
  color: #fd387a;
  box-shadow: 0px 0px 20px 0px rgba(253, 56, 122, 0.3);
}

.scroll.scroll--pull {
  padding-right: 12px;
  margin-right: -12px;
}
.scroll.scroll--pull .ps__rail-y {
  right: -2px;
}

.ps > .ps__rail-y {
  width: 4px;
}
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
  width: 4px;
}
.ps > .ps__rail-y > .ps__thumb-y {
  width: 4px;
  border-radius: 6px;
}
.ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
  width: 4px;
}

.ps > .ps__rail-x {
  height: 4px;
}
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
  height: 4px;
}
.ps > .ps__rail-x > .ps__thumb-x {
  top: 0;
  height: 4px;
  border-radius: 6px;
}
.ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
  top: 0;
  height: 4px;
}

.ps > .ps__rail-x {
  background: transparent;
}
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
  opacity: 1;
  background: transparent;
}
.ps > .ps__rail-x:hover > .ps__thumb-x, .ps > .ps__rail-x:focus > .ps__thumb-x {
  opacity: 1;
}
.ps > .ps__rail-x > .ps__thumb-x {
  background: #d8dce6;
  opacity: 1;
}
.ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
  opacity: 1;
  background: #d8dce6;
}
.ps > .ps__rail-y {
  background: transparent;
}
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
  background: transparent;
  opacity: 1;
}
.ps > .ps__rail-y:hover > .ps__thumb-y, .ps > .ps__rail-y:focus > .ps__thumb-y {
  opacity: 1;
}
.ps > .ps__rail-y > .ps__thumb-y {
  background: #d8dce6;
  opacity: 1;
}
.ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
  opacity: 1;
  background: #d8dce6;
}

.blockui {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: table;
  table-layout: fixed;
  border-radius: 6px;
}
.blockui.blockui-noshadow {
  box-shadow: none;
}
.blockui > span {
  color: #a7abc3;
  display: table-cell;
  vertical-align: middle;
  padding: 0.75rem 1.2rem;
  font-size: 1rem;
  font-weight: 400;
}
.blockui > span > .loader,
.blockui > span > .spinner {
  margin-right: 1.25rem;
}

.fc-unthemed .fc-day-grid td:not(.fc-axis) {
  padding: 0.5rem 0.5rem;
}
.fc-unthemed .fc-day-grid td:not(.fc-axis).fc-event-container {
  padding: 0.2rem 0.5rem;
}
.fc-unthemed .fc-axis {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.fc-unthemed .fc-scroller .fc-content-col {
  padding: 0.5rem 0.5rem;
}
.fc-unthemed th.fc-day-header {
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.fc-unthemed .fc-list-heading .fc-widget-header {
  padding: 0.75rem 1.25rem;
}
.fc-unthemed .fc-list-heading .fc-list-heading-main,
.fc-unthemed .fc-list-heading .fc-list-heading-alt {
  font-size: 1rem;
  font-weight: 400;
}
.fc-unthemed .fc-list-heading .fc-list-heading-main {
  font-weight: 500;
  text-transform: uppercase;
}
.fc-unthemed .fc-list-item td {
  padding: 0.75rem 1.25rem;
}
.fc-unthemed .fc-list-item .fc-event-dot {
  border-radius: 50%;
}
.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
  padding: 0;
  border-radius: 6px;
}
.fc-unthemed .fc-event .fc-content,
.fc-unthemed .fc-event-dot .fc-content {
  padding: 0.55rem 0.55rem 0.55rem 2rem;
}
.fc-unthemed .fc-event .fc-content:before,
.fc-unthemed .fc-event-dot .fc-content:before {
  display: block;
  content: " ";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  top: 0.7rem;
  left: 0.75rem;
}
.fc-unthemed .fc-event.fc-not-start.fc-end .fc-content,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end .fc-content {
  padding-left: 0.5rem;
}
.fc-unthemed .fc-event .fc-time,
.fc-unthemed .fc-event-dot .fc-time {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500;
}
.fc-unthemed .fc-event .fc-title,
.fc-unthemed .fc-event-dot .fc-title {
  font-size: 0.9rem;
  font-weight: 400;
}
.fc-unthemed .fc-description {
  font-size: 0.9rem;
  margin-top: 0.25rem;
  font-weight: normal;
}
.fc-unthemed .fc-list-item-title > a {
  font-size: 1rem;
  font-weight: 500;
}
.fc-unthemed a.fc-more {
  font-size: 0.9rem;
  font-weight: 500;
}
.fc-unthemed .fc-popover {
  border-radius: 6px;
}
.fc-unthemed .fc-popover .fc-header {
  padding: 0.75rem 1.25rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  margin-top: 0.35rem;
}
.fc-unthemed .fc-popover .fc-header .fc-title {
  font-weight: 400;
}
.fc-unthemed .fc-popover .fc-body .fc-event-container {
  padding: 1.25rem 1.25rem 0.75rem 1.25rem;
}
.fc-unthemed .fc-popover .fc-body .fc-event {
  margin-bottom: 0.5rem;
  border-radius: 6px;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-unthemed .fc-toolbar {
  margin-bottom: 1.5rem;
}
.fc-unthemed .fc-toolbar h2 {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0.75rem;
}
.fc-unthemed .fc-toolbar .fc-button {
  outline: none !important;
  height: 2.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
}
.fc-unthemed .fc-toolbar .fc-button.fc-corner-left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.fc-unthemed .fc-toolbar .fc-button.fc-corner-right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon {
  font-size: 1.1rem;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon:after {
  display: none;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-left-single-arrow:before {
  content: "\F111";
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon.fc-icon-right-single-arrow:before {
  content: "\F112";
}
.fc-unthemed .fc-axis > span {
  font-size: 0.9rem;
}

.ui-draggable-handle {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
}

@media (max-width: 1024px) {
  .fc-unthemed .fc-toolbar {
    margin-bottom: 1.5rem;
  }
  .fc-unthemed .fc-toolbar .fc-left,
.fc-unthemed .fc-toolbar .fc-right,
.fc-unthemed .fc-toolbar .fc-center {
    display: block;
    float: none;
    margin-bottom: 1rem;
    text-align: center;
  }
  .fc-unthemed .fc-toolbar .fc-left h2,
.fc-unthemed .fc-toolbar .fc-right h2,
.fc-unthemed .fc-toolbar .fc-center h2 {
    text-align: center;
    float: none;
  }
  .fc-unthemed .fc-toolbar .fc-left > .fc-button-group,
.fc-unthemed .fc-toolbar .fc-right > .fc-button-group,
.fc-unthemed .fc-toolbar .fc-center > .fc-button-group {
    display: inline-block;
    float: none;
  }
  .fc-unthemed .fc-toolbar .fc-left > .fc-button-group > .fc-button,
.fc-unthemed .fc-toolbar .fc-right > .fc-button-group > .fc-button,
.fc-unthemed .fc-toolbar .fc-center > .fc-button-group > .fc-button {
    float: none;
  }
  .fc-unthemed .fc-toolbar .fc-left > .fc-button,
.fc-unthemed .fc-toolbar .fc-right > .fc-button,
.fc-unthemed .fc-toolbar .fc-center > .fc-button {
    float: none;
  }
}
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
  border-color: #ebedf2;
}
.fc-unthemed td.fc-today {
  background: rgba(241, 163, 29, 0.025);
}
.fc-unthemed .fc-day-grid-event {
  margin: 0;
}
.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
  background: #fff;
  border: 1px solid #ebedf2;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.055);
}
.fc-unthemed .fc-event.fc-not-start.fc-not-end,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end {
  border-left: 1px solid #f4f5f8;
}
.fc-unthemed .fc-event.fc-start .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start .fc-content:before {
  background: #e2e5ec;
}
.fc-unthemed .fc-event .fc-time,
.fc-unthemed .fc-event-dot .fc-time {
  color: #6c7293;
}
.fc-unthemed .fc-event .fc-title,
.fc-unthemed .fc-event-dot .fc-title {
  color: #6c7293;
}
.fc-unthemed .fc-description {
  color: #a7abc3;
}
.fc-unthemed .fc-list-item-title > a[href]:hover {
  color: #F1A31D;
  text-decoration: none;
}
.fc-unthemed .fc-more {
  color: #a7abc3;
}
.fc-unthemed .fc-event.fc-start.fc-event-brand .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-brand .fc-content:before {
  background: #F1A31D;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand {
  background: #F1A31D;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-brand .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-brand .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-light .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-light .fc-content:before {
  background: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light, .fc-unthemed .fc-event.fc-start.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light {
  background: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-title {
  color: #5d8cfe;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-description {
  color: #5d8cfe;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-light .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-light .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-light .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-light .fc-time {
  color: #5d8cfe;
}
.fc-unthemed .fc-event.fc-start.fc-event-dark .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-dark .fc-content:before {
  background: #282b3b;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark {
  background: #282b3b;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-dark .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-dark .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-primary .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-primary .fc-content:before {
  background: #F1A31D;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary {
  background: #F1A31D;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-primary .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-primary .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-success .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-success .fc-content:before {
  background: #08BB87;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success, .fc-unthemed .fc-event.fc-start.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success {
  background: #08BB87;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-success .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-success .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-success .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-success .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-info .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-info .fc-content:before {
  background: #2d9fff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info, .fc-unthemed .fc-event.fc-start.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info {
  background: #2d9fff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-info .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-info .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-info .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-info .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-warning .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-warning .fc-content:before {
  background: #ffb822;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning {
  background: #ffb822;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-title {
  color: #111111;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-description {
  color: #111111;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning .fc-time {
  color: #111111;
}
.fc-unthemed .fc-event.fc-start.fc-event-warning-2 .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-warning-2 .fc-content:before {
  background: #DA9910;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning-2, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning-2, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning-2,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning-2,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning-2,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning-2 {
  background: #DA9910;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning-2 .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning-2 .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning-2 .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning-2 .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning-2 .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning-2 .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning-2 .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning-2 .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-warning-2 .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-warning-2 .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-warning-2 .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-warning-2 .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-start.fc-event-danger .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.fc-event-danger .fc-content:before {
  background: #fd387a;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger {
  background: #fd387a;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-event.fc-not-start.fc-end.fc-event-solid-danger .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time, .fc-unthemed .fc-event.fc-start.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-event-dot.fc-start.fc-event-solid-danger .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #f4f5f8;
}
.fc-unthemed .fc-popover {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.075);
  background: #fff;
}
.fc-unthemed .fc-popover .fc-header {
  background: #fff;
  border-bottom: 1px solid #ebedf2;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #a7abc3;
}
.fc-unthemed .fc-popover .fc-header .fc-close:hover {
  color: #6c7293;
}
.fc-unthemed .fc-popover .fc-header .fc-title {
  color: #6c7293;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end .fc-content:before {
  background: #ebedf2;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-brand .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-brand .fc-content:before {
  background: #F1A31D;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand {
  background: #F1A31D;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-brand .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-light .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-light .fc-content:before {
  background: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light {
  background: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-title {
  color: #5d8cfe;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-description {
  color: #5d8cfe;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-light .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-light .fc-time {
  color: #5d8cfe;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-dark .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-dark .fc-content:before {
  background: #282b3b;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark {
  background: #282b3b;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-dark .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-primary .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-primary .fc-content:before {
  background: #F1A31D;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary {
  background: #F1A31D;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-primary .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-success .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-success .fc-content:before {
  background: #08BB87;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success {
  background: #08BB87;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-success .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-success .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-info .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-info .fc-content:before {
  background: #2d9fff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info {
  background: #2d9fff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-info .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-info .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-warning .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-warning .fc-content:before {
  background: #ffb822;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning {
  background: #ffb822;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-title {
  color: #111111;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-description {
  color: #111111;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning .fc-time {
  color: #111111;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-warning-2 .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-warning-2 .fc-content:before {
  background: #DA9910;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning-2,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning-2 {
  background: #DA9910;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-warning-2 .fc-time {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-danger .fc-content:before,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-danger .fc-content:before {
  background: #fd387a;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger {
  background: #fd387a;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-title {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-description {
  color: #ffffff;
}
.fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time,
.fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.fc-event-solid-danger .fc-time {
  color: #ffffff;
}
.fc-unthemed th.fc-day-header > a,
.fc-unthemed th.fc-day-header > span {
  color: #a7abc3;
}
.fc-unthemed .fc-list-heading td {
  background: #ebedf2;
  border-color: #ebedf2;
}
.fc-unthemed .fc-list-heading .fc-list-heading-main {
  color: #6c7293;
}
.fc-unthemed .fc-list-heading .fc-list-heading-alt {
  color: #a7abc3;
}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover .fc-header, .fc-unthemed .fc-list-heading td {
  background: #f4f5f8;
}
.fc-unthemed .fc-list-item:hover td {
  background: transparent !important;
}
.fc-unthemed .fc-list-item .fc-event-dot {
  background: #e2e5ec;
  border-color: #e2e5ec;
}
.fc-unthemed .fc-list-item.fc-event-solid-brand .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-brand .fc-event-dot {
  background: #F1A31D;
  border-color: #F1A31D;
}
.fc-unthemed .fc-list-item.fc-event-solid-light .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-light .fc-event-dot {
  background: #ffffff;
  border-color: #ffffff;
}
.fc-unthemed .fc-list-item.fc-event-solid-dark .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-dark .fc-event-dot {
  background: #282b3b;
  border-color: #282b3b;
}
.fc-unthemed .fc-list-item.fc-event-solid-primary .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-primary .fc-event-dot {
  background: #F1A31D;
  border-color: #F1A31D;
}
.fc-unthemed .fc-list-item.fc-event-solid-success .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-success .fc-event-dot {
  background: #08BB87;
  border-color: #08BB87;
}
.fc-unthemed .fc-list-item.fc-event-solid-info .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-info .fc-event-dot {
  background: #2d9fff;
  border-color: #2d9fff;
}
.fc-unthemed .fc-list-item.fc-event-solid-warning .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-warning .fc-event-dot {
  background: #ffb822;
  border-color: #ffb822;
}
.fc-unthemed .fc-list-item.fc-event-solid-warning-2 .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-warning-2 .fc-event-dot {
  background: #DA9910;
  border-color: #DA9910;
}
.fc-unthemed .fc-list-item.fc-event-solid-danger .fc-event-dot, .fc-unthemed .fc-list-item.fc-event-danger .fc-event-dot {
  background: #fd387a;
  border-color: #fd387a;
}
.fc-unthemed .fc-toolbar .fc-button {
  color: #a7abc3;
  background: transparent;
  border: 1px solid #ebedf2;
  text-shadow: none !important;
  box-shadow: none !important;
}
.fc-unthemed .fc-toolbar .fc-button .fc-icon {
  color: #a7abc3;
}
.fc-unthemed .fc-toolbar .fc-button:hover {
  border: 0;
  background: #f4f5f8;
  border: 1px solid #ebedf2;
  color: #a7abc3;
}
.fc-unthemed .fc-toolbar .fc-button:focus, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button.fc-state-active {
  background: #F1A31D;
  color: #ffffff;
  border: 1px solid #F1A31D;
  box-shadow: none;
  text-shadow: none;
}
.fc-unthemed .fc-toolbar .fc-button:focus .fc-icon, .fc-unthemed .fc-toolbar .fc-button:active .fc-icon, .fc-unthemed .fc-toolbar .fc-button.fc-state-active .fc-icon {
  color: #ffffff;
}
.fc-unthemed .fc-toolbar .fc-button.fc-state-disabled {
  opacity: 0.7;
}

.datepicker {
  width: 265px;
  padding: 10px;
}
.datepicker.datepicker-orient-top {
  margin-top: 8px;
}
.datepicker table {
  width: 100%;
}
.datepicker td,
.datepicker th {
  font-weight: regular;
  width: 35px;
  height: 35px;
  border-radius: 3px;
}
.datepicker thead th {
  color: #a7abc3;
}
.datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
  font-weight: 500;
  color: #a7abc3;
}
.datepicker thead th.prev i, .datepicker thead th.datepicker-switch i, .datepicker thead th.next i {
  font-size: 1.2rem;
  color: #a7abc3;
}
.datepicker thead th.prev i:before, .datepicker thead th.datepicker-switch i:before, .datepicker thead th.next i:before {
  line-height: 0;
  vertical-align: middle;
}
.datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
  background: #f4f5f8 !important;
}
.datepicker thead th.dow {
  color: #6c7293;
  font-weight: 500;
}
.datepicker tbody tr > td.day {
  color: #6c7293;
}
.datepicker tbody tr > td.day:hover {
  background: #ebedf2;
  color: #6c7293;
}
.datepicker tbody tr > td.day.old {
  color: #a7abc3;
}
.datepicker tbody tr > td.day.new {
  color: #6c7293;
}
.datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
  background: #F1A31D;
  color: #ffffff;
}
.datepicker tbody tr > td.day.disabled {
  color: #adb1c7;
}
.datepicker tbody tr > td.day.disabled:hover {
  background-color: unset;
}
.datepicker tbody tr > td.day.today {
  position: relative;
  background: rgba(241, 163, 29, 0.7) !important;
  color: #ffffff !important;
}
.datepicker tbody tr > td.day.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #ffffff;
  border-top-color: #ebedf2;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.datepicker tbody tr > td.day.today.disabled {
  background: rgba(241, 163, 29, 0.2) !important;
}
.datepicker tbody tr > td.day.range {
  background: #f4f5f8;
}
.datepicker tbody tr > td span.year,
.datepicker tbody tr > td span.hour,
.datepicker tbody tr > td span.minute,
.datepicker tbody tr > td span.month {
  color: #6c7293;
}
.datepicker tbody tr > td span.year:hover,
.datepicker tbody tr > td span.hour:hover,
.datepicker tbody tr > td span.minute:hover,
.datepicker tbody tr > td span.month:hover {
  background: #f4f5f8;
}
.datepicker tbody tr > td span.year.focused, .datepicker tbody tr > td span.year.focused:hover, .datepicker tbody tr > td span.year.active:hover, .datepicker tbody tr > td span.year.active.focused:hover, .datepicker tbody tr > td span.year.active,
.datepicker tbody tr > td span.hour.focused,
.datepicker tbody tr > td span.hour.focused:hover,
.datepicker tbody tr > td span.hour.active:hover,
.datepicker tbody tr > td span.hour.active.focused:hover,
.datepicker tbody tr > td span.hour.active,
.datepicker tbody tr > td span.minute.focused,
.datepicker tbody tr > td span.minute.focused:hover,
.datepicker tbody tr > td span.minute.active:hover,
.datepicker tbody tr > td span.minute.active.focused:hover,
.datepicker tbody tr > td span.minute.active,
.datepicker tbody tr > td span.month.focused,
.datepicker tbody tr > td span.month.focused:hover,
.datepicker tbody tr > td span.month.active:hover,
.datepicker tbody tr > td span.month.active.focused:hover,
.datepicker tbody tr > td span.month.active {
  background: #F1A31D;
  color: #ffffff;
}
.datepicker tfoot tr > th.today, .datepicker tfoot tr > th.clear {
  border-radius: 3px;
  font-weight: 500;
}
.datepicker tfoot tr > th.today:hover, .datepicker tfoot tr > th.clear:hover {
  background: #ebedf2;
}
.datepicker.datepicker-inline {
  border: 1px solid #ebedf2;
}

.input-daterange .input-group-addon {
  min-width: 44px;
}
.input-daterange input {
  text-align: left;
}

.alert[data-notify] {
  min-width: 300px;
}
.alert[data-notify] .close {
  right: 10px !important;
  padding: 0.25rem 0 0 2rem;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 300;
}
.alert[data-notify] .close:before {
  content: "\F191";
}
.alert[data-notify] .close:before {
  font-size: 1.1rem;
  color: #fff;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .alert[data-notify] .close:before {
    transition: none;
  }
}
.alert[data-notify] .close:hover:before {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .alert[data-notify] .close:hover:before {
    transition: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .alert[data-notify] {
    max-width: 70%;
  }
}
@media (max-width: 768px) {
  .alert[data-notify] {
    max-width: 90%;
  }
}
.alert[data-notify][data-notify-position=top-center], .alert[data-notify][data-notify-position=bottom-center] {
  width: 30%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .alert[data-notify][data-notify-position=top-center], .alert[data-notify][data-notify-position=bottom-center] {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .alert[data-notify][data-notify-position=top-center], .alert[data-notify][data-notify-position=bottom-center] {
    width: 90%;
  }
}
.alert[data-notify] .icon {
  position: absolute;
}
.alert[data-notify] [class^=la-],
.alert[data-notify] [class*=" la-"] {
  font-size: 1.8rem;
}
.alert[data-notify] [class^=fa-],
.alert[data-notify] [class*=" fa-"] {
  font-size: 1.6rem;
}
.alert[data-notify] [class^=flaticon-],
.alert[data-notify] [class*=" flaticon-"],
.alert[data-notify] [class^=flaticon2-],
.alert[data-notify] [class*=" flaticon2-"] {
  font-size: 1.8rem;
}
.alert[data-notify] [class^=la-],
.alert[data-notify] [class*=" la-"] {
  margin-top: -0.1rem;
}
.alert[data-notify] [class^=fa-],
.alert[data-notify] [class*=" fa-"] {
  margin-top: -0.1rem;
}
.alert[data-notify] [class^=flaticon-],
.alert[data-notify] [class*=" flaticon-"],
.alert[data-notify] [class^=flaticon2-],
.alert[data-notify] [class*=" flaticon2-"] {
  margin-top: -0.4rem;
}
.alert[data-notify] [data-notify=title] {
  display: block;
  font-weight: 500;
}
.alert[data-notify] .icon ~ [data-notify=title] {
  padding-left: 2.85rem;
}
.alert[data-notify] .icon ~ [data-notify=message] {
  display: inline-block;
  padding-left: 2.85rem;
}
.alert[data-notify] [data-notify=title]:not(:empty) ~ [data-notify=message] {
  margin-top: 0.2rem;
}
.alert[data-notify] .progress {
  margin-top: 0.5rem;
  line-height: 0.5rem;
  height: 0.5rem;
}

[data-switch=true] {
  opacity: 0;
}

.bootstrap-switch .bootstrap-switch-label {
  background: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  padding-left: 1.231rem;
  padding-right: 1.231rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  font-weight: 400;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  font-size: 0.85rem;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 1.15rem 1.65rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.bootstrap-switch {
  display: inline-block;
}
.bootstrap-switch.bootstrap-switch--pill .bootstrap-switch {
  border-radius: 6px;
}
.bootstrap-switch.bootstrap-switch--square .bootstrap-switch {
  border-radius: 0 !important;
}
.bootstrap-switch.bootstrap-switch--square .bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch--square .bootstrap-switch .bootstrap-switch-handle-on {
  border-radius: 0 !important;
}

.bootstrap-switch {
  border-color: #a7abc3;
}
.bootstrap-switch .bootstrap-switch-label {
  color: #a7abc3;
  background: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brand,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brand {
  background-color: #F1A31D;
  border-color: #F1A31D;
  color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-light,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #5d8cfe;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-dark,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-dark {
  background-color: #282b3b;
  border-color: #282b3b;
  color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #F1A31D;
  border-color: #F1A31D;
  color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  background-color: #08BB87;
  border-color: #08BB87;
  color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  background-color: #2d9fff;
  border-color: #2d9fff;
  color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background-color: #ffb822;
  border-color: #ffb822;
  color: #111111;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning-2,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning-2 {
  background-color: #DA9910;
  border-color: #DA9910;
  color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  background-color: #fd387a;
  border-color: #fd387a;
  color: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background-color: #a7abc3;
  border-color: #a7abc3;
  color: #a7abc3;
}

.bootstrap-switch.bootstrap-switch--air .bootstrap-switch {
  box-shadow: 0px 0px 11px 0px rgba(56, 36, 99, 0.08);
}

.datetimepicker {
  width: 265px;
  padding: 10px;
  left: auto;
}
.datetimepicker.datetimepicker-orient-top {
  margin-top: 8px;
}
.datetimepicker table {
  width: 100%;
}
.datetimepicker td,
.datetimepicker th {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  font-weight: normal;
}
.datetimepicker thead th i {
  font-size: 1.2rem;
}
.datetimepicker thead th.prev, .datetimepicker thead th.switch, .datetimepicker thead th.next {
  color: #a7abc3;
  font-weight: 500;
}
.datetimepicker thead th.prev .glyphicon, .datetimepicker thead th.switch .glyphicon, .datetimepicker thead th.next .glyphicon {
  color: #a7abc3;
}
.datetimepicker thead th.prev:hover, .datetimepicker thead th.switch:hover, .datetimepicker thead th.next:hover {
  background: #f4f5f8 !important;
}
.datetimepicker thead th.switch {
  width: unset;
  display: table-cell;
}
.datetimepicker thead th.dow {
  font-weight: 500;
  color: #6c7293;
}
.datetimepicker thead th.next > span, .datetimepicker thead th.prev > span {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1.2rem;
}
.datetimepicker thead th.next > span:before {
  content: "\F112";
}
.datetimepicker thead th.prev > span:before {
  content: "\F111";
}
.datetimepicker tbody tr > td span {
  color: #6c7293;
}
.datetimepicker tbody tr > td.day {
  color: #6c7293;
}
.datetimepicker tbody tr > td.day:hover {
  background: #f4f5f8;
}
.datetimepicker tbody tr > td.day.old {
  color: #a7abc3;
}
.datetimepicker tbody tr > td.day.new {
  color: #6c7293;
}
.datetimepicker tbody tr > td.day.selected, .datetimepicker tbody tr > td.day.active {
  background: #F1A31D;
  color: #ffffff;
}
.datetimepicker tbody tr > td.day.disabled {
  color: #adb1c7;
}
.datetimepicker tbody tr > td.day.disabled:hover {
  background-color: unset;
}
.datetimepicker tbody tr > td.day.today {
  position: relative;
  background: rgba(241, 163, 29, 0.7) !important;
  color: #ffffff !important;
}
.datetimepicker tbody tr > td.day.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #ffffff;
  border-top-color: #ebedf2;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.datetimepicker tbody tr > td.day.today.disabled {
  background: rgba(241, 163, 29, 0.2) !important;
}
.datetimepicker tbody tr > td.day.range {
  background: #f4f5f8;
}
.datetimepicker tbody tr > td span.year,
.datetimepicker tbody tr > td span.hour,
.datetimepicker tbody tr > td span.minute,
.datetimepicker tbody tr > td span.month {
  color: #6c7293;
}
.datetimepicker tbody tr > td span.year.focused, .datetimepicker tbody tr > td span.year:hover,
.datetimepicker tbody tr > td span.hour.focused,
.datetimepicker tbody tr > td span.hour:hover,
.datetimepicker tbody tr > td span.minute.focused,
.datetimepicker tbody tr > td span.minute:hover,
.datetimepicker tbody tr > td span.month.focused,
.datetimepicker tbody tr > td span.month:hover {
  background: #f4f5f8;
}
.datetimepicker tbody tr > td span.year.active:hover, .datetimepicker tbody tr > td span.year.active,
.datetimepicker tbody tr > td span.hour.active:hover,
.datetimepicker tbody tr > td span.hour.active,
.datetimepicker tbody tr > td span.minute.active:hover,
.datetimepicker tbody tr > td span.minute.active,
.datetimepicker tbody tr > td span.month.active:hover,
.datetimepicker tbody tr > td span.month.active {
  background: #F1A31D;
  color: #ffffff;
}
.datetimepicker tbody tr > td span.year.disabled,
.datetimepicker tbody tr > td span.hour.disabled,
.datetimepicker tbody tr > td span.minute.disabled,
.datetimepicker tbody tr > td span.month.disabled {
  color: #adb1c7;
}
.datetimepicker tbody tr > td span.year.disabled:hover,
.datetimepicker tbody tr > td span.hour.disabled:hover,
.datetimepicker tbody tr > td span.minute.disabled:hover,
.datetimepicker tbody tr > td span.month.disabled:hover {
  background-color: unset;
}
.datetimepicker tfoot tr > th.today, .datetimepicker tfoot tr > th.clear {
  border-radius: 3px;
  font-weight: 500;
}
.datetimepicker tfoot tr > th.today:hover, .datetimepicker tfoot tr > th.clear:hover {
  background-color: #f4f5f8;
}
.datetimepicker.datetimepicker-inline {
  border: 1px solid #f4f5f8;
}

.input-daterange .input-group-addon {
  min-width: 44px;
}

.bootstrap-timepicker-widget {
  left: auto;
  width: 175px;
}
.bootstrap-timepicker-widget .bootstrap-timepicker-hour,
.bootstrap-timepicker-widget .bootstrap-timepicker-minute,
.bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
.bootstrap-timepicker-widget .bootstrap-timepicker-second {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
}
.bootstrap-timepicker-widget table td > a {
  border: 0;
}
.bootstrap-timepicker-widget table td > a i {
  font-size: 1.1rem;
}

.bootstrap-timepicker-widget .bootstrap-timepicker-hour,
.bootstrap-timepicker-widget .bootstrap-timepicker-minute,
.bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
.bootstrap-timepicker-widget .bootstrap-timepicker-second {
  color: #6c7293;
}
.bootstrap-timepicker-widget table td > a .la {
  font-size: 1.2rem;
  color: #a7abc3;
}
.bootstrap-timepicker-widget table td > a:hover {
  background: #f4f5f8;
}

.daterangepicker {
  padding: 0;
  margin: 0;
  width: auto;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border-radius: 6px;
  border: 0;
  font-family: Poppins;
  z-index: 95;
}
.modal-open .daterangepicker {
  z-index: 1051;
}
.daterangepicker:after, .daterangepicker:before {
  display: none;
}
.daterangepicker .ranges ul {
  padding: 1rem 0;
  width: 170px;
}
.daterangepicker .ranges li {
  padding: 0.7rem 1.75rem;
  font-weight: 400;
  font-size: 1rem;
  color: #6c7293;
  transition: color 0.3s ease;
}
.daterangepicker .ranges li:hover, .daterangepicker .ranges li.active {
  background-color: #f4f5f8;
  color: #F1A31D;
  transition: color 0.3s ease;
}
.daterangepicker.show-calendar .ranges {
  border-right: 1px solid #ebedf2;
}
.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 0;
}
.daterangepicker .drp-buttons {
  padding: 1rem 1.75rem;
  border-top: 1px solid #ebedf2;
}
.daterangepicker .drp-buttons .btn {
  font-size: 0.9rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 0;
  border-radius: 6px;
}
.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  padding: 1rem 1.5rem 1rem 1.5rem;
}
.daterangepicker .drp-calendar th {
  font-weight: 500;
  font-size: 1rem;
  color: #6c7293;
}
.daterangepicker .drp-calendar th.month {
  font-weight: 400;
  color: #a7abc3;
}
.daterangepicker .drp-calendar th.next span, .daterangepicker .drp-calendar th.prev span {
  border-width: 0 1px 1px 0;
  border-color: #a7abc3;
}
.daterangepicker .drp-calendar th.next span {
  margin-right: 1px;
}
.daterangepicker .drp-calendar th.prev span {
  margin-left: 1px;
}
.daterangepicker .drp-calendar td {
  font-size: 1rem;
  color: #6c7293;
}
.daterangepicker .drp-calendar td.available.off {
  color: #adb1c7;
}
.daterangepicker .drp-calendar td.active {
  background-color: #F1A31D;
  color: #ffffff;
  border-radius: 0;
  border-radius: 6px;
}
.daterangepicker .drp-calendar td.active.start-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.daterangepicker .drp-calendar td.active.end-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.daterangepicker .drp-calendar td.active.start-date.end-date {
  border-radius: 6px;
}
.daterangepicker .drp-calendar td.today, .daterangepicker .drp-calendar td.today.active {
  border-radius: 0;
  border-radius: 6px;
  background: rgba(241, 163, 29, 0.7) !important;
  color: #ffffff !important;
}
.daterangepicker .drp-calendar td.in-range.available:not(.active):not(.off):not(.today) {
  background-color: #f4f5f8;
  color: #6c7293;
}
.daterangepicker select {
  border-radius: 6px;
  background: transparent !important;
  border-color: #ebedf2;
  color: #6c7293;
}

.bootstrap-touchspin .input-group-btn-vertical {
  z-index: auto;
}
.bootstrap-touchspin .input-group-btn-vertical .btn {
  width: 3.462rem;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
}
.bootstrap-touchspin .input-group-btn-vertical .btn:first-child {
  border-bottom: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .btn i {
  padding: 0;
  font-size: 1rem;
}
.bootstrap-touchspin input {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.form-control.bootstrap-touchspin-vertical-btn {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  padding-right: 4.615rem;
}
.form-control.bootstrap-touchspin-vertical-btn:focus + .input-group-btn-vertical .btn-secondary {
  border-color: #FFB81F;
}

.bootstrap-maxlength {
  z-index: 1040 !important;
}
.bootstrap-maxlength.badge {
  display: inline-flex !important;
}
.modal .bootstrap-maxlength {
  z-index: 1060 !important;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  outline: none !important;
  padding: 0.65rem 1.231rem;
  border-radius: 6px !important;
}
.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select > .dropdown-toggle:after {
  border: 0;
  margin-right: -2px;
  font-size: 0.6rem;
  display: inline-block;
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F1B1";
}
.bootstrap-select > .dropdown-toggle:before {
  width: auto;
}
.bootstrap-select .dropdown-menu.inner {
  display: block;
}
.bootstrap-select .dropdown-menu.inner > li > a {
  display: block;
  position: relative;
  outline: none !important;
  padding: 10px 15px;
}
.bootstrap-select .dropdown-menu.inner > li > a:hover {
  text-decoration: none;
}
.bootstrap-select .dropdown-menu.inner > li > a [class^=la-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" la-"] {
  font-size: 1.2rem;
}
.bootstrap-select .dropdown-menu.inner > li > a [class^=fa-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" fa-"] {
  font-size: 1.2rem;
}
.bootstrap-select .dropdown-menu.inner > li > a [class^=flaticon-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^=flaticon2-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon2-"] {
  font-size: 1.1rem;
}
.bootstrap-select .dropdown-menu.inner > li > a i {
  vertical-align: middle;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  top: 50%;
  position: absolute;
  margin-top: -0.425rem;
  font-size: 0.85rem;
  right: 1.231rem;
  display: inline-block;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:before {
  content: "\F17B";
}
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:after {
  display: none;
}
.bootstrap-select .dropdown-menu.inner > li.divider {
  margin: 10px 0;
}
.bootstrap-select .dropdown-menu.inner > li.hidden {
  display: none;
}
.bootstrap-select .dropdown-menu.inner > li.no-results {
  padding: 10px 15px;
}
.bootstrap-select .popover-title {
  padding: 10px 15px;
  margin-bottom: 5px;
}
.bootstrap-select .popover-title .close {
  display: none;
}
.bootstrap-select .bs-searchbox,
.bootstrap-select .bs-actionsbox,
.bootstrap-select .bs-donebutton {
  padding: 10px 15px;
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
  background: #fff;
  color: #56516e;
  border-color: #a7abc3;
  box-shadow: none;
}
.bootstrap-select > .dropdown-toggle.btn-light:focus, .bootstrap-select > .dropdown-toggle.btn-light.active, .bootstrap-select > .dropdown-toggle.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.btn-secondary.active {
  background-color: transparent;
  border-color: #FFB81F;
}
.bootstrap-select > .dropdown-toggle.btn-light.disabled, .bootstrap-select > .dropdown-toggle.btn-light:disabled, .bootstrap-select > .dropdown-toggle.btn-secondary.disabled, .bootstrap-select > .dropdown-toggle.btn-secondary:disabled {
  background: #f4f5f8;
  border-color: #f4f5f8;
}
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^=la-],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" la-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^=fa-],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" fa-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^=flaticon-],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" flaticon-"],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class^=flaticon2-],
.bootstrap-select > .dropdown-toggle.btn-light .filter-option [class*=" flaticon2-"], .bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^=la-],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" la-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^=fa-],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" fa-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^=flaticon-],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" flaticon-"],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class^=flaticon2-],
.bootstrap-select > .dropdown-toggle.btn-secondary .filter-option [class*=" flaticon2-"] {
  color: #a7abc3;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #a7abc3;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light {
  color: #5d8cfe;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning {
  color: #111111;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning-2 {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning-2 > .filter-option {
  opacity: 0.8;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger {
  color: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger > .filter-option {
  opacity: 0.8;
}
.bootstrap-select.show > .dropdown-toggle.btn-light, .bootstrap-select.show > .dropdown-toggle.btn-secondary {
  border-color: #FFB81F;
  box-shadow: none;
}
.bootstrap-select.is-invalid .btn.dropdown-toggle {
  border-color: #fd387a;
}
.bootstrap-select.is-valid .btn.dropdown-toggle {
  border-color: #08BB87;
}
.bootstrap-select .dropdown-menu.inner > li > a .text {
  color: #6c7293;
}
.bootstrap-select .dropdown-menu.inner > li > a .text small {
  color: #adb1c7;
}
.bootstrap-select .dropdown-menu.inner > li > a span.check-mark {
  color: #a7abc3;
}
.bootstrap-select .dropdown-menu.inner > li > a [class^=la-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^=fa-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^=flaticon-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li > a [class^=flaticon2-],
.bootstrap-select .dropdown-menu.inner > li > a [class*=" flaticon2-"] {
  color: #adb1c7;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a, .bootstrap-select .dropdown-menu.inner > li:hover > a {
  background: #f4f5f8;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a .text, .bootstrap-select .dropdown-menu.inner > li:hover > a .text {
  color: #6c7293;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^=la-],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^=fa-],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^=flaticon-],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class^=flaticon2-],
.bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon2-"], .bootstrap-select .dropdown-menu.inner > li:hover > a [class^=la-],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class^=fa-],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class^=flaticon-],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class^=flaticon2-],
.bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon2-"] {
  color: #adb1c7;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark, .bootstrap-select .dropdown-menu.inner > li:hover > a span.check-mark {
  color: #a7abc3;
}
.bootstrap-select .dropdown-menu.inner > li.dropdown-header {
  color: #a7abc3;
}
.bootstrap-select .dropdown-menu.inner > li.selected > a {
  background: #f4f5f8;
}
.bootstrap-select .dropdown-menu.inner > li.disabled > a {
  opacity: 0.6;
}
.bootstrap-select .dropdown-menu.inner > li.divider {
  border-bottom: 1px solid #f4f5f8;
}
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a {
  background: #F1A31D;
}
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a .text {
  color: #ffffff;
}
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^=la-],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" la-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^=fa-],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" fa-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^=flaticon-],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" flaticon-"],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class^=flaticon2-],
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a [class*=" flaticon2-"] {
  color: #ffffff;
}
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a span.check-mark {
  color: #ffffff;
}
.bootstrap-select .dropdown-menu.inner > li.no-results {
  color: #a7abc3;
}
.bootstrap-select .popover-title {
  background: #f4f5f8;
  border: 0;
}
.bootstrap-select .dropdown-menu {
  margin-top: 1px;
}

#session-timeout-dialog .modal-header .close {
  position: absolute;
  right: 25px;
  font-size: 0;
  top: 1.75rem;
}
#session-timeout-dialog .modal-header .modal-title {
  flex: 1 auto;
}

.m-jqvmap {
  position: relative;
  overflow: hidden;
}
.m-jqvmap .jqvmap-zoomout,
.m-jqvmap .jqvmap-zoomin {
  height: 16px;
  width: 16px;
  line-height: 12px;
  vertical-align: middle;
  background-color: m-base-color(label, 3);
}

.m-ion-range-slider .irs .irs-min,
.m-ion-range-slider .irs .irs-max,
.m-ion-range-slider .irs .irs-from,
.m-ion-range-slider .irs .irs-to,
.m-ion-range-slider .irs .irs-single {
  padding: 2px 5px 1px 5px;
}

.typeahead .twitter-typeahead {
  display: block !important;
}
.typeahead .tt-menu {
  border: 0;
  margin: 0;
  min-width: 275px;
  padding: 5px 0;
  left: auto /*rtl:ignore*/ !important;
  border-radius: 0;
  border-radius: 6px;
}
.typeahead .tt-menu .tt-dataset .tt-suggestion {
  padding: 5px 15px;
  font-size: 1rem;
}

.typeahead .form-control.tt-hint {
  color: #a7abc3;
}
.typeahead .form-control.tt-input {
  color: #56516e;
}
.typeahead .tt-menu {
  background: white;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.typeahead .tt-menu .tt-dataset .tt-suggestion {
  color: #6c7293;
  cursor: pointer;
}
.typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
  color: #56516e;
  font-weight: 500;
}
.typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
  background: #f4f5f8;
}

.noUi-target.noUi-horizontal {
  height: 15px;
}
.noUi-target.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  left: -17px;
  top: -6px;
  border-radius: 50%;
  outline: none;
}
.noUi-target.noUi-horizontal .noUi-handle::before {
  display: none;
}
.noUi-target.noUi-horizontal .noUi-handle::after {
  display: none;
}
.noUi-target.noUi-vertical {
  height: 150px;
  width: 15px;
}
.noUi-target.noUi-vertical .noUi-handle {
  width: 24px;
  height: 24px;
  left: -5.5px;
  top: -6px;
  border-radius: 50%;
  outline: none;
}
.noUi-target.noUi-vertical .noUi-handle::before {
  display: none;
}
.noUi-target.noUi-vertical .noUi-handle::after {
  display: none;
}
.noUi-target.nouislider.nouislider-connect-brand .noUi-connect {
  background: #F1A31D;
}
.noUi-target.nouislider.nouislider-handle-brand .noUi-handle {
  border: 0;
  background: #F1A31D;
  box-shadow: 0 3px 6px -3px #F1A31D;
}
.noUi-target.nouislider.nouislider-connect-light .noUi-connect {
  background: #ffffff;
}
.noUi-target.nouislider.nouislider-handle-light .noUi-handle {
  border: 0;
  background: #ffffff;
  box-shadow: 0 3px 6px -3px #ffffff;
}
.noUi-target.nouislider.nouislider-connect-dark .noUi-connect {
  background: #282b3b;
}
.noUi-target.nouislider.nouislider-handle-dark .noUi-handle {
  border: 0;
  background: #282b3b;
  box-shadow: 0 3px 6px -3px #282b3b;
}
.noUi-target.nouislider.nouislider-connect-primary .noUi-connect {
  background: #F1A31D;
}
.noUi-target.nouislider.nouislider-handle-primary .noUi-handle {
  border: 0;
  background: #F1A31D;
  box-shadow: 0 3px 6px -3px #F1A31D;
}
.noUi-target.nouislider.nouislider-connect-success .noUi-connect {
  background: #08BB87;
}
.noUi-target.nouislider.nouislider-handle-success .noUi-handle {
  border: 0;
  background: #08BB87;
  box-shadow: 0 3px 6px -3px #08BB87;
}
.noUi-target.nouislider.nouislider-connect-info .noUi-connect {
  background: #2d9fff;
}
.noUi-target.nouislider.nouislider-handle-info .noUi-handle {
  border: 0;
  background: #2d9fff;
  box-shadow: 0 3px 6px -3px #2d9fff;
}
.noUi-target.nouislider.nouislider-connect-warning .noUi-connect {
  background: #ffb822;
}
.noUi-target.nouislider.nouislider-handle-warning .noUi-handle {
  border: 0;
  background: #ffb822;
  box-shadow: 0 3px 6px -3px #ffb822;
}
.noUi-target.nouislider.nouislider-connect-warning-2 .noUi-connect {
  background: #DA9910;
}
.noUi-target.nouislider.nouislider-handle-warning-2 .noUi-handle {
  border: 0;
  background: #DA9910;
  box-shadow: 0 3px 6px -3px #DA9910;
}
.noUi-target.nouislider.nouislider-connect-danger .noUi-connect {
  background: #fd387a;
}
.noUi-target.nouislider.nouislider-handle-danger .noUi-handle {
  border: 0;
  background: #fd387a;
  box-shadow: 0 3px 6px -3px #fd387a;
}

.noUi-target {
  border: 1px solid #a7abc3;
  background: #f4f5f8;
  box-shadow: none;
}
.noUi-target .noUi-connect {
  background: #F1A31D;
}
.noUi-target .noUi-handle {
  border: 1px solid #f4f5f8;
  box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.7);
}

.note-popover {
  display: none;
}

.note-editor {
  z-index: 1;
  border-radius: 6px;
}
.note-editor .note-toolbar-wrapper {
  position: relative;
  z-index: 1;
}
.note-editor .modal .modal-header .close {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 0;
}
.note-editor .panel-heading.note-toolbar {
  padding: 5px 10px 10px 10px;
  z-index: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.note-editor .panel-heading.note-toolbar .btn {
  outline: none !important;
}
.note-editor .panel-heading.note-toolbar .dropdown-menu {
  min-width: 185px;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 350px;
  padding: 10px;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li {
  display: table;
  table-layout: fixed;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group {
  display: table-cell !important;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group:first-child {
  padding-right: 10px;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-color-reset {
  margin: 5px 0 10px 0;
}
.note-editor .panel-heading.note-toolbar .note-color .dropdown-menu > li > .btn-group .note-palette-title {
  margin: 5px 0;
  text-align: left;
  border: 0;
}
.note-editor .dropdown-toggle::after {
  display: none;
}

.note-editor.note-frame {
  border: 1px solid #a7abc3;
}
.note-editor.note-frame .panel-heading.note-toolbar {
  background: #f4f5f8;
}
.note-editor.note-frame .note-statusbar {
  background: #f4f5f8;
}
.note-editor .note-toolbar .note-btn-group .btn {
  background: white;
  border: 1px solid #ebedf2;
}
.note-editor .note-toolbar .note-btn-group .btn i {
  vertical-align: initial;
  line-height: initial;
  padding-right: 0;
  color: #a7abc3;
}
.note-editor .note-toolbar .note-btn-group .btn:hover, .note-editor .note-toolbar .note-btn-group .btn:focus, .note-editor .note-toolbar .note-btn-group .btn:active, .note-editor .note-toolbar .note-btn-group .btn.active {
  background: transparent;
  color: #6c7293;
}

.note-editable .table.table-bordered th, .note-editable .table.table-bordered td {
  border: 1px solid #e2e5ec;
}

.is-valid .note-editor {
  border-color: #08BB87;
}

.is-invalid .note-editor {
  border-color: #fd387a;
}

.md-editor {
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  outline: none !important;
}
.md-editor .md-footer,
.md-editor .md-header {
  padding: 10px 10px;
}
.md-editor .md-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.md-editor .md-header .btn-group {
  margin-right: 10px;
}
.md-editor .md-header .btn-group .btn {
  background: white;
  border: 1px solid #ebedf2;
  color: #a7abc3;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .md-editor .md-header .btn-group .btn {
    transition: none;
  }
}
.md-editor .md-header .btn-group .btn:hover, .md-editor .md-header .btn-group .btn:focus, .md-editor .md-header .btn-group .btn:active, .md-editor .md-header .btn-group .btn.active {
  transition: all 0.2s ease-in-out;
  color: #6c7293;
  background: transparent;
}
@media (prefers-reduced-motion: reduce) {
  .md-editor .md-header .btn-group .btn:hover, .md-editor .md-header .btn-group .btn:focus, .md-editor .md-header .btn-group .btn:active, .md-editor .md-header .btn-group .btn.active {
    transition: none;
  }
}
.md-editor .md-footer {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.md-editor > textarea {
  padding: 10px 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.md-editor {
  border: 1px solid #a7abc3;
}
.md-editor.active {
  border: 1px solid #a7abc3;
  box-shadow: none;
}
.md-editor .md-footer,
.md-editor .md-header {
  background: #f4f5f8;
}
.md-editor > textarea {
  background: #f4f5f8;
}
.md-editor.active > textarea {
  background: #f4f5f8;
}

.is-valid .md-editor {
  border-color: #08BB87;
}

.is-invalid .md-editor {
  border-color: #fd387a;
}

.dropzone {
  border-radius: 6px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}
.dropzone .dropzone-msg-title {
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.1rem;
}
.dropzone .dropzone-msg-desc {
  font-size: 0.9rem;
}
.dropzone .dz-preview .dz-image {
  border-radius: 6px;
}

.dropzone {
  border: 2px dashed #ebedf2;
}
.dropzone .dropzone-msg-title {
  color: #6c7293;
}
.dropzone .dropzone-msg-desc {
  color: #a7abc3;
}
.dropzone.dropzone-brand {
  border-color: #F1A31D;
}
.dropzone.dropzone-light {
  border-color: #ffffff;
}
.dropzone.dropzone-dark {
  border-color: #282b3b;
}
.dropzone.dropzone-primary {
  border-color: #F1A31D;
}
.dropzone.dropzone-success {
  border-color: #08BB87;
}
.dropzone.dropzone-info {
  border-color: #2d9fff;
}
.dropzone.dropzone-warning {
  border-color: #ffb822;
}
.dropzone.dropzone-warning-2 {
  border-color: #DA9910;
}
.dropzone.dropzone-danger {
  border-color: #fd387a;
}

.recaptcha {
  padding: 15px;
  border-radius: 6px;
}
.recaptcha .recaptcha-img {
  margin-bottom: 10px;
}
.recaptcha .input-group .btn i {
  padding-right: 0;
}
.recaptcha .input-group .form-control {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.recaptcha {
  border: 1px solid #ebedf2;
}
.recaptcha .recaptcha_only_if_incorrect_sol {
  color: #fd387a;
}

.toast {
  background-position: 15px center /*rtl:calc(100% - 15px) center*/ !important;
  border: 0;
}
.toast .toast-close-button {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none !important;
  font-size: 0;
  content: " ";
}
.toast .toast-close-button:before {
  content: "\F191";
}
.toast .toast-close-button:before {
  font-size: 0.9rem;
}
.toast .toast-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: white;
}
.toast .toast-message {
  font-size: 1rem;
  font-weight: 300;
}

.toast-success {
  background-color: #08BB87;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.toast-warning {
  background-color: #ffb822;
  color: #111111;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.toast-info {
  background-color: #2d9fff;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.toast-error {
  background-color: #fd387a;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.gmaps {
  /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
}
.gmaps img {
  max-width: none;
}
.gmaps.gmaps--static > div {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}

.fa-lg {
  font-size: 1.33333em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-default .jstree-disabled {
  cursor: not-allowed;
  line-height: auto;
  height: auto;
}
.jstree-default .jstree-icon.la {
  font-size: 1.5rem;
}
.jstree-default .jstree-icon.fa {
  font-size: 1.2rem;
}

.jstree-node[data-property-value]:not([data-property-value=""]):not([data-property-value="[]"]) {
  font-weight: 700;
}

.js-property-actually-value {
  color: #F1A31D;
  font-weight: 700;
}
.js-property-actually-value i {
  font-size: 1.4rem;
  font-weight: 600;
}

.jstree-open > .jstree-anchor > .fa-folder:before {
  margin-left: 2px;
  content: "\F07C";
}

.jstree-open > .jstree-anchor > .la-folder:before {
  margin-left: 2px;
  content: "\F200";
}

.jstree-default.jstree-rtl .jstree-node {
  background-position: 100% 1px /*rtl:ignore*/ !important;
}

.jstree-default.jstree-rtl .jstree-last {
  background: transparent /*rtl:ignore*/;
  background-repeat: no-repeat;
}

.jstree-rtl .jstree-anchor {
  padding: 0 4px 0 8px /*rtl:ignore*/;
}

.vakata-context,
.vakata-context ul {
  padding: 0;
  min-width: 125px;
  font-size: 1rem;
  font-family: Poppins;
  border-radius: 4px;
}
.vakata-context li,
.vakata-context ul li {
  border: 0;
}
.vakata-context li a,
.vakata-context ul li a {
  padding: 0 10px;
  border: 0;
  line-height: 2.2em;
}
.vakata-context li a i,
.vakata-context ul li a i {
  display: none;
}
.vakata-context li a .vakata-contextmenu-sep,
.vakata-context ul li a .vakata-contextmenu-sep {
  display: none;
}
.vakata-context li a span,
.vakata-context li a ins,
.vakata-context ul li a span,
.vakata-context ul li a ins {
  display: none;
  border: 0 !important;
}
.vakata-context .vakata-context-hover > a,
.vakata-context li a:hover,
.vakata-context ul .vakata-context-hover > a,
.vakata-context ul li a:hover {
  margin: 0;
}
.vakata-context .vakata-context-hover > a .span,
.vakata-context .vakata-context-hover > a .ins,
.vakata-context li a:hover .span,
.vakata-context li a:hover .ins,
.vakata-context ul .vakata-context-hover > a .span,
.vakata-context ul .vakata-context-hover > a .ins,
.vakata-context ul li a:hover .span,
.vakata-context ul li a:hover .ins {
  border: 0 !important;
}

.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0;
}

.jstree-rename-input {
  outline: none !important;
  padding: 2px 6px !important;
  margin-right: -4px !important;
  border-radius: 4px;
}

.jstree-default .jstree-anchor {
  color: #6c7293;
}
.jstree-default .jstree-icon {
  color: #6c7293;
}
.jstree-default .jstree-disabled {
  opacity: 0.7;
}
.jstree-default .jstree-disabled .jstree-icon {
  color: #6c7293;
}
.jstree-default .jstree-clicked {
  border: 0;
  background: #f4f5f8;
  box-shadow: none;
}
.jstree-default .jstree-hovered {
  border: 0;
  background-color: #ebedf2;
  box-shadow: none;
}
.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-clicked {
  background: #ebedf2;
  box-shadow: none;
}
.jstree-default .jstree-wholerow-hovered, .jstree-default.jstree-wholerow .jstree-wholerow-hovered {
  border: 0;
  background-color: #ebedf2;
  box-shadow: none;
}

.vakata-context,
.vakata-context ul {
  background: #ebedf2;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  border: 0;
}
.vakata-context .vakata-context-hover > a,
.vakata-context li a:hover,
.vakata-context ul .vakata-context-hover > a,
.vakata-context ul li a:hover {
  background: #ebedf2;
  color: #a7abc3;
  box-shadow: none;
}
.vakata-context .vakata-context-hover > a .span,
.vakata-context .vakata-context-hover > a .ins,
.vakata-context li a:hover .span,
.vakata-context li a:hover .ins,
.vakata-context ul .vakata-context-hover > a .span,
.vakata-context ul .vakata-context-hover > a .ins,
.vakata-context ul li a:hover .span,
.vakata-context ul li a:hover .ins {
  border: 0 !important;
}

.vakata-context .vakata-context-separator a,
.vakata-context-rtl .vakata-context-separator a {
  margin: 0;
  border: 0;
}

.jstree-rename-input {
  background-color: #ebedf2 !important;
  border: 1px solid #f4f5f8 !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  outline: none !important;
  border-radius: 6px;
  min-height: 45px;
  line-height: 0;
}
.select2-container--default .select2-selection--single.is-invalid,
.select2-container--default .select2-selection--multiple.is-invalid {
  border-color: #fd387a !important;
}
.select2-container--default .select2-selection--single.is-invalid .select2-selection__arrow,
.select2-container--default .select2-selection--multiple.is-invalid .select2-selection__arrow {
  border-color: #fd387a !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-top: 0;
  margin-left: 0;
  font-size: 0.85rem;
  font-weight: 900;
  left: auto;
  right: 0;
  top: 0;
  display: inline-block;
  width: 3.462rem;
  height: 100%;
  border-left: 1px solid #a7abc3;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--multiple .select2-selection__arrow:before {
  content: "\F110";
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--multiple .select2-selection__arrow:before {
  position: absolute;
  top: 50%;
  right: 36%;
  margin-right: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  padding: 0.65rem 7.231rem 0.65rem 1.231rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  position: absolute;
  top: 58%;
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
  right: 4.615rem;
  margin-top: -1rem;
  border: 1px solid #a7abc3;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  line-height: 1.1;
  text-align: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0.65rem 1.231rem;
  line-height: 1.5;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.05rem 0.4rem 0.05rem 0.4rem;
  font-size: 1rem;
  margin: 0.1rem 0.4rem 0.1rem 0;
  position: relative;
  float: left/*rtl:right*/;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F110";
  font-size: 1.4rem;
  display: inline-block;
  line-height: 0;
  margin-right: 0.3rem;
  position: relative;
  top: 0.1rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  font-weight: 300;
  margin: 0.25rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered #placeholder {
  padding: 0.65rem 7.231rem 0.65rem 1.231rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 39px;
  outline: none !important;
  border-radius: 6px;
}
.select2-container--default .select2-search--dropdown {
  padding: 15px 15px;
}
.select2-container--default .select2-results__option {
  padding: 5px 15px;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  cursor: not-allowed;
}
.select2-container--default .select2-results__option .select2-results__group {
  padding: 5px 15px;
  font-weight: 600;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding: 5px 30px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
}

select.select2 {
  opacity: 0;
}

.select2 > select.form-control {
  opacity: 0;
}

.input-group .wrapper-select > .select2-hidden-accessible:first-child + .select2-container > .selection .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:first-child + .select2-container > .selection, .input-group .wrapper-select > .select2-hidden-accessible:first-child + .select2-container > .selection.form-control {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection, .input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:first-child + .select2-container + .input-group-text, .input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container + .input-group-text {
  border-left: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection, .input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:first-child + .select2-container > .selection .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:first-child + .select2-container > .selection, .input-group > .select2-hidden-accessible:first-child + .select2-container > .selection.form-control {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .select2-hidden-accessible:first-child + .select2-container + .input-group-text, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container + .input-group-text {
  border-left: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid #a7abc3;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7abc3;
  font-size: 1.077rem;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #FFB81F;
}
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__arrow,
.select2-container--default.select2-container--focus .select2-selection--single .select2-selection__arrow, .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  border-left-color: #FFB81F;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #56516e;
  font-size: 1.077rem;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  color: #a7abc3;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #56516e;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  color: #56516e;
  background: #f4f5f8;
  border: 1px solid #ebedf2;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #a7abc3;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
  color: #a7abc3;
  opacity: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
  color: #a7abc3;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
  color: #a7abc3;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #FFE5AD;
}
.select2-container--default .select2-dropdown {
  border: none;
  box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.06);
}
.select2-container--default .select2-results__option {
  font-size: 1.077rem;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f4f5f8;
  color: #56516e;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background: #f4f5f8;
  color: #56516e;
}
.select2-container--default .select2-results__option.select2-results__message {
  font-size: 1rem;
  color: #6c7293;
}
.select2-container--default.select2-container--disabled {
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: rgba(255, 229, 173, 0.3);
  border-color: #FFE5AD;
}
.select2-container--default.select2-container--disabled .select2-selection__rendered {
  color: rgba(86, 81, 110, 0.7);
}
.select2-container--default.select2-container--disabled .select2-selection__rendered .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection__arrow {
  border-left: 1px solid #FFE5AD;
}
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection__arrow {
  border-left: 1px solid #FFE5AD;
}

.select2.select2--air .select2-container--default .select2-selection--single,
.select2.select2--air .select2-container--default .select2-selection--multiple {
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.select2.select2--solid .select2-container--default .select2-selection--multiple,
.select2.select2--solid .select2-container--default .select2-selection--single {
  background-color: #f4f5f8;
  border-color: #ebedf2;
}
.select2.select2--solid .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2.select2--solid .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7abc3;
}

.m-form.m-form--state .is-valid .select2-container--default .select2-selection--multiple,
.m-form.m-form--state .is-valid .select2-container--default .select2-selection--single {
  border-color: success;
}
.m-form.m-form--state .is-valid .select2-container--default.select2-container--focus .select2-selection--multiple,
.m-form.m-form--state .is-valid .select2-container--default.select2-container--focus .select2-selection--single, .m-form.m-form--state .is-valid .select2-container--default.select2-container--open .select2-selection--multiple,
.m-form.m-form--state .is-valid .select2-container--default.select2-container--open .select2-selection--single {
  border-color: success;
}

.m-form.m-form--state .is-invalid .select2-container--default .select2-selection--multiple,
.m-form.m-form--state .is-invalid .select2-container--default .select2-selection--single {
  border-color: danger;
}
.m-form.m-form--state .is-invalid .select2-container--default.select2-container--focus .select2-selection--multiple,
.m-form.m-form--state .is-invalid .select2-container--default.select2-container--focus .select2-selection--single, .m-form.m-form--state .is-invalid .select2-container--default.select2-container--open .select2-selection--multiple,
.m-form.m-form--state .is-invalid .select2-container--default.select2-container--open .select2-selection--single {
  border-color: danger;
}

html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: initial !important;
}
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2--nopadding),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2--nopadding) {
  padding-right: 0 !important;
}
@media screen\0  {
  html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: visible;
  }
}

.swal2-popup {
  border-radius: 6px;
  padding: 3rem;
}
.swal2-popup .swal2-title {
  font-weight: 500;
  font-size: 1.2rem;
  margin: 0 0 1rem;
}
.swal2-popup .swal2-content {
  font-weight: normal;
  font-size: 1rem;
}
.swal2-popup .btn {
  margin: 15px 5px 0;
}
.swal2-popup .swal2-styled:focus {
  box-shadow: none;
}

.swal2-container {
  overflow-y: hidden !important;
}

body.swal2-height-auto {
  height: 100% !important;
}

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.2);
}

.swal2-popup .swal2-title {
  color: #56516e;
}
.swal2-popup .swal2-content {
  color: #a7abc3;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.347rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div.dataTables_wrapper div.dataTables_filter input:first-child {
  margin-left: 0;
}

div.dataTables_wrapper .custom-top-right .btn-lg, div.dataTables_wrapper .custom-top-right .btn-group-lg > .btn {
  padding: 8px 25px;
}

.dataTables_wrapper {
  padding: 0 !important;
}
.dataTables_wrapper .dataTable {
  width: 100% !important;
  border-collapse: initial !important;
  border-spacing: 0 !important;
  margin: 24px 0 !important;
}
.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTable th .checkbox, .dataTables_wrapper .dataTable td .checkbox {
  margin-top: 0.3rem;
  margin-bottom: 0;
}
.dataTables_wrapper .dataTable th.dt-center, .dataTables_wrapper .dataTable td.dt-center {
  text-align: center;
}
.dataTables_wrapper .dataTable th.dt-left, .dataTables_wrapper .dataTable td.dt-left {
  text-align: left;
}
.dataTables_wrapper .dataTable th.dt-right, .dataTables_wrapper .dataTable td.dt-right {
  text-align: right;
}
.dataTables_wrapper .dataTable tr {
  cursor: pointer;
}
.dataTables_wrapper .dataTable.no-pointer tr {
  cursor: auto;
}
.dataTables_wrapper .dataTable td.dataTables_empty {
  cursor: auto;
}
.dataTables_wrapper .dataTable .filter th, .dataTables_wrapper .dataTable .filter td {
  vertical-align: top;
}
.dataTables_wrapper .dataTable .filter th .input-group + .input-group, .dataTables_wrapper .dataTable .filter td .input-group + .input-group {
  margin-top: 0.5rem;
}
.dataTables_wrapper .dataTable .filter th .btn + .btn, .dataTables_wrapper .dataTable .filter td .btn + .btn {
  margin-top: 0.5rem;
}
.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  font-size: 1.1rem;
  font-weight: 500;
}
.dataTables_wrapper .dataTable .actions {
  text-align: center;
}
.dataTables_wrapper .dataTable .actions button, .dataTables_wrapper .dataTable .actions .btn-actions {
  color: #F1A31D;
}
.dataTables_wrapper .dataTable .actions .btn-actions:hover {
  color: #F1A31D;
  background: #FFF9EB;
}
.dataTables_wrapper .dataTable .actions a:hover {
  color: #ffffff;
}
.dataTables_wrapper .dataTable .actions button.btn-clean i, .dataTables_wrapper .dataTable .actions a.btn-clean i {
  color: unset;
}
.dataTables_wrapper .dataTable .actions .btn [class^=flaticon-] {
  font-size: 1.846rem;
}
.dataTables_wrapper .dataTable .actions .la {
  margin-bottom: 4px;
}
.dataTables_wrapper .dataTable .details {
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.dataTables_wrapper .dataTables_scroll {
  margin: 1rem 0 !important;
}
.dataTables_wrapper .dataTables_scroll .dataTable {
  margin: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item {
  margin-left: 0.4rem;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link {
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  min-width: 2.25rem;
  vertical-align: middle;
  padding: 0.5rem;
  text-align: center;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link > i {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  display: inline-block;
}
.dataTables_wrapper .text-right .dataTables_filter,
.dataTables_wrapper .text-left .dataTables_filter {
  display: inline-block;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 0.45rem;
}
.dataTables_wrapper .dataTables_pager .dataTables_length {
  margin-right: 2rem;
  display: inline-block;
  color: #6c7293;
  font-weight: 300;
}
.dataTables_wrapper .dataTables_pager .dataTables_length label {
  font-weight: 300;
}
.dataTables_wrapper .dataTables_pager .dataTables_length + .dataTables_paginate {
  margin-left: 1rem;
}
.dataTables_wrapper .dataTables_pager .dataTables_length .custom-select {
  background-color: #FFF9EB;
  color: #F1A31D;
}
.dataTables_wrapper .dataTables_pager .dataTables_info {
  display: inline-block;
  margin-right: 0.5rem;
  color: #6c7293;
  font-weight: 300;
}
.dataTables_wrapper .dataTables_pager .dataTables_paginate {
  display: inline-block;
  text-align: right;
}
@media (max-width: 1024px) {
  .dataTables_wrapper .dataTables_pager {
    margin-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-left: 0 !important;
  }
  .dataTables_wrapper .dataTables_paginate .pagination .page-item:first-child {
    margin-left: 0 !important;
  }
  .dataTables_wrapper .dataTables_paginate .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before {
  box-shadow: none;
  border-radius: 0;
  top: 50%;
  left: 8px;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  font-size: 18px;
  color: #F1A31D;
  border: 0;
  background-color: transparent;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F2C3";
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F28F";
  color: #F1A31D;
  background-color: transparent;
}
.dataTables_wrapper .child .dtr-details {
  display: table !important;
}
.dataTables_wrapper .child .dtr-details > li {
  display: table-row !important;
  border: 0 !important;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dashed #efefef;
  font-weight: 500;
  padding: 0.5rem 2rem 0.5rem 0;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title:after {
  content: ":";
}
.dataTables_wrapper .child .dtr-details > li .dtr-data {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dashed #efefef;
  padding: 0.5rem 0;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-title {
  border-bottom: 0;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-data {
  border-bottom: 0;
}

.dt-bootstrap4 .dropdown .dropdown-menu.dropdown-menu-right {
  /*rtl:ignore*/
  margin-left: 65px;
}

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  color: #6c7293;
}
.dataTables_wrapper .dataTable .selected th, .dataTables_wrapper .dataTable .selected td {
  background-color: #f4f5f8;
  color: #6c7293;
}
.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  background-color: #f4f5f8;
}
.dataTables_wrapper .pagination .page-item > .page-link {
  color: #6c7293;
  border: 0;
  outline: none !important;
}
.dataTables_wrapper .pagination .page-item.previous > .page-link, .dataTables_wrapper .pagination .page-item.next > .page-link, .dataTables_wrapper .pagination .page-item.last > .page-link, .dataTables_wrapper .pagination .page-item.first > .page-link {
  background: #ebe9f2;
}
.dataTables_wrapper .pagination .page-item.previous > .page-link:hover, .dataTables_wrapper .pagination .page-item.next > .page-link:hover, .dataTables_wrapper .pagination .page-item.last > .page-link:hover, .dataTables_wrapper .pagination .page-item.first > .page-link:hover {
  background: #F1A31D;
  color: #ffffff;
}
.dataTables_wrapper .pagination .page-item.active > .page-link {
  background: #F1A31D;
  color: #ffffff;
}
.dataTables_wrapper .pagination .page-item:hover > .page-link {
  background: #F1A31D;
  color: #ffffff;
}
.dataTables_wrapper .pagination .page-item.disabled > .page-link, .dataTables_wrapper .pagination .page-item.disabled:hover > .page-link {
  opacity: 0.3;
}

.repeater .repeater__row {
  display: flex;
  flex-wrap: wrap;
}
.repeater .repeater__row > input {
  flex: 1;
}
.repeater .repeater__row .repeater__close {
  background-color: transparent;
  border: none;
}
.repeater .repeater__row .form-text {
  flex-basis: 100%;
}
.repeater .repeater__item {
  position: relative;
}
.repeater .repeater__item .btn-icon {
  height: auto;
}
.repeater .repeater__item:first-child .form-control {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.repeater .repeater__item:first-child .input-group-append {
  display: none;
}
.repeater .repeater__close--align-right {
  position: absolute;
  top: 0;
  right: 0;
}

.grid-nav-v2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.grid-nav-v2 .grid-nav-v2__item {
  display: flex;
  width: calc(50% - 3px);
  min-height: 180px;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: #f4f5f8;
  transition: all 0.2s ease-in-out;
}
@media screen\0  {
  .grid-nav-v2 .grid-nav-v2__item {
    height: 180px;
  }
}
.grid-nav-v2 .grid-nav-v2__item .grid-nav-v2__item-icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.grid-nav-v2 .grid-nav-v2__item .grid-nav-v2__item-icon i {
  font-size: 2.25rem;
  color: #F1A31D;
}
.grid-nav-v2 .grid-nav-v2__item .grid-nav-v2__item-title {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #5d5b6f;
}
@media (prefers-reduced-motion: reduce) {
  .grid-nav-v2 .grid-nav-v2__item {
    transition: none;
  }
}
.grid-nav-v2 .grid-nav-v2__item:hover {
  transition: all 0.2s ease-in-out;
  text-transform: none;
  background: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .grid-nav-v2 .grid-nav-v2__item:hover {
    transition: none;
  }
}
.grid-nav-v2 .grid-nav-v2__item:hover .grid-nav-v2__item-icon i {
  color: #ffffff;
}
.grid-nav-v2 .grid-nav-v2__item:hover .grid-nav-v2__item-title {
  color: #ffffff;
}
.grid-nav-v2 .grid-nav-v2__item:nth-of-type(odd) {
  margin: 3px 3px 3px 0;
}
.grid-nav-v2 .grid-nav-v2__item:nth-of-type(even) {
  margin: 3px 0 3px 3px;
}

.grid-nav {
  padding: 0;
  margin: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.grid-nav > .grid-nav__row {
  display: table-row;
}
.grid-nav > .grid-nav__row > .grid-nav__item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 3.3rem 0.75rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .grid-nav > .grid-nav__row > .grid-nav__item {
    transition: none;
  }
}
.grid-nav > .grid-nav__row > .grid-nav__item:hover {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .grid-nav > .grid-nav__row > .grid-nav__item:hover {
    transition: none;
  }
}
.grid-nav > .grid-nav__row > .grid-nav__item .grid-nav__icon {
  text-align: center;
  font-size: 2.5rem;
}
.grid-nav > .grid-nav__row > .grid-nav__item .grid-nav__title {
  display: block;
  line-height: 1;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.grid-nav > .grid-nav__row > .grid-nav__item .grid-nav__desc {
  display: block;
  line-height: 1;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 1rem;
  font-weight: 400;
}
.dropdown-menu .grid-nav {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media (max-width: 1024px) {
  .grid-nav > .grid-nav__row > .grid-nav__item {
    padding: 1rem 0.5rem;
  }
}
.grid-nav .grid-nav__row .grid-nav__item {
  border-right: 1px solid #ebedf2;
  border-bottom: 1px solid #ebedf2;
}
.grid-nav .grid-nav__row .grid-nav__item:last-child {
  border-right: 0;
}
.grid-nav .grid-nav__row .grid-nav__item .grid-nav__icon {
  color: #F1A31D;
}
.grid-nav .grid-nav__row .grid-nav__item .grid-nav__title {
  color: #F1A31D;
}
.grid-nav .grid-nav__row .grid-nav__item .grid-nav__desc {
  color: #a7abc3;
}
.grid-nav .grid-nav__row .grid-nav__item:hover {
  background: #f4f5f8;
}
.grid-nav .grid-nav__row .grid-nav__item:hover .grid-nav__icon {
  color: #6c7293;
}
.grid-nav .grid-nav__row:last-child .grid-nav__item {
  border-bottom: 0 !important;
}
.grid-nav.grid-nav--skin-dark .grid-nav__item {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.grid-nav.grid-nav--skin-dark .grid-nav__item:last-child {
  border-right: 0;
}
.grid-nav.grid-nav--skin-dark .grid-nav__item .grid-nav__icon {
  color: #F1A31D;
}
.grid-nav.grid-nav--skin-dark .grid-nav__item .grid-nav__title {
  color: #fff;
}
.grid-nav.grid-nav--skin-dark .grid-nav__item .grid-nav__desc {
  color: rgba(255, 255, 255, 0.5);
}
.grid-nav.grid-nav--skin-dark .grid-nav__item:hover {
  background: transparent;
}
.grid-nav.grid-nav--skin-dark .grid-nav__item:hover .grid-nav__icon {
  color: #F1A31D;
}

.head {
  padding: 2.5rem 1rem;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.head.head--space-sm {
  padding: 1.5rem 1rem;
}
.head.head--space-lg {
  padding: 3rem 1rem;
}
.head.head--fit-x {
  padding-left: 0;
  padding-right: 0;
}
.head.head--fit-b {
  padding-bottom: 0 !important;
}
.head.head--fit-t {
  padding-top: 0 !important;
}
.head.head--space-bottom-sm {
  padding-bottom: 1rem;
}
.head .head__title {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
.head .head__sub {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.head.head--skin-dark .head__title {
  color: #fff;
}
.head.head--skin-dark .head__sub {
  color: #f0f0f0;
}
.head.head--skin-dark .nav.nav-tabs-line {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}
.head.head--skin-dark .nav.nav-tabs-line .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.head.head--skin-dark .nav.nav-tabs-line .nav-item .nav-link > i {
  color: rgba(255, 255, 255, 0.4);
}
.head.head--skin-dark .nav.nav-tabs-line .nav-item .nav-link:hover, .head.head--skin-dark .nav.nav-tabs-line .nav-item .nav-link.active {
  color: #fff;
}
.head.head--skin-dark .nav.nav-tabs-line .nav-item .nav-link:hover > i, .head.head--skin-dark .nav.nav-tabs-line .nav-item .nav-link.active > i {
  color: #fff;
}
.head.head--skin-light {
  background-color: #f9fafe;
}
.head.head--skin-light .head__title {
  color: #6c7293;
}
.head.head--skin-light .head__sub {
  color: #a7abc3;
}
.head .nav {
  margin: 1rem 0 0 0;
}

.dropdown-menu:not(.dropdown-menu-top-unround) .head {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.head-skin-light-bg-color {
  background-color: #f9fafe;
}

.list-pics > a {
  margin-right: 0.25rem;
}
.list-pics > a > img {
  width: 3.36rem;
  border-radius: 50%;
  border-radius: 3px;
}
.list-pics.list-pics--circle > a > img {
  width: 3.36rem;
  border-radius: 50%;
}
.list-pics.list-pics--sm > a > img {
  width: 2.14rem;
}
.list-pics.list-pics-rounded--sm > a > img {
  width: 2.14rem;
}

.list-timeline .list-timeline__group {
  margin: 0 0 2rem 0;
}
.list-timeline .list-timeline__heading {
  margin: 0 0 1.25rem 0;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
}
.list-timeline .list-timeline__items {
  position: relative;
  padding: 0;
  margin: 0;
}
.list-timeline .list-timeline__items:before {
  background-color: #ebedf2;
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 3px;
}
.list-timeline .list-timeline__items .list-timeline__item {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0.3rem 0;
  margin: 0.5rem 0;
}
.list-timeline .list-timeline__items .list-timeline__item:first-child:before, .list-timeline .list-timeline__items .list-timeline__item:last-child:before {
  background-color: white;
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  top: 0;
  bottom: 0;
  left: 3px;
}
.list-timeline .list-timeline__items .list-timeline__item:last-child:before {
  top: auto;
  bottom: 0;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  width: 20px;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge:before {
  background-color: #ebedf2;
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  border-radius: 100%;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge.list-timeline__badge--brand:before {
  background-color: #F1A31D;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge.list-timeline__badge--light:before {
  background-color: #ffffff;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge.list-timeline__badge--dark:before {
  background-color: #282b3b;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge.list-timeline__badge--primary:before {
  background-color: #F1A31D;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge.list-timeline__badge--success:before {
  background-color: #08BB87;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge.list-timeline__badge--info:before {
  background-color: #2d9fff;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge.list-timeline__badge--warning:before {
  background-color: #ffb822;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge.list-timeline__badge--warning-2:before {
  background-color: #DA9910;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__badge.list-timeline__badge--danger:before {
  background-color: #fd387a;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__icon {
  text-align: left;
  vertical-align: middle;
  display: table-cell;
  width: 30px;
  padding: 0 5px 0 0;
  line-height: 0;
  color: #a7abc3;
}
.list-timeline .list-timeline__items .list-timeline__item [class^=la-],
.list-timeline .list-timeline__items .list-timeline__item [class*=" la-"] {
  font-size: 1.6rem;
}
.list-timeline .list-timeline__items .list-timeline__item [class^=fa-],
.list-timeline .list-timeline__items .list-timeline__item [class*=" fa-"] {
  font-size: 1.2rem;
}
.list-timeline .list-timeline__items .list-timeline__item [class^=flaticon-],
.list-timeline .list-timeline__items .list-timeline__item [class*=" flaticon-"],
.list-timeline .list-timeline__items .list-timeline__item [class^=flaticon2-],
.list-timeline .list-timeline__items .list-timeline__item [class*=" flaticon2-"] {
  font-size: 1.6rem;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  padding: 0 0 0 5px;
  font-size: 1rem;
  color: #6c7293;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__text:hover {
  text-decoration: none;
}
.list-timeline .list-timeline__items .list-timeline__item .list-timeline__time {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  width: 80px;
  padding: 0 0 0 5px;
  font-size: 0.9rem;
  color: #a7abc3;
}
.list-timeline .list-timeline__items .list-timeline__item:first-child {
  padding-top: 0;
  margin-top: 0;
}
.list-timeline .list-timeline__items .list-timeline__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.list-timeline .list-timeline__items .list-timeline__item:first-child:before, .list-timeline .list-timeline__items .list-timeline__item:last-child:before {
  background-color: #fff;
}
.list-timeline .list-timeline__items .list-timeline__item.list-timeline__item--read .list-timeline__badge,
.list-timeline .list-timeline__items .list-timeline__item.list-timeline__item--read .list-timeline__icon,
.list-timeline .list-timeline__items .list-timeline__item.list-timeline__item--read .list-timeline__text,
.list-timeline .list-timeline__items .list-timeline__item.list-timeline__item--read .list-timeline__time {
  opacity: 0.5;
}

.mycart .mycart__head {
  display: flex;
  justify-content: space-between;
  padding: 2.8rem 2rem;
  background-position: center;
  background-size: cover;
}
.mycart .mycart__head .mycart__info {
  display: flex;
  align-items: center;
}
.mycart .mycart__head .mycart__info .mycart__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: rgba(56, 80, 168, 0.65);
  border-radius: 4px;
}
.mycart .mycart__head .mycart__info .mycart__icon i {
  font-size: 1.4rem;
  font-weight: 500;
  position: absolute;
}
.mycart .mycart__head .mycart__info .mycart__title {
  padding-left: 1rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
}
.mycart .mycart__head .mycart__button {
  display: flex;
  align-items: center;
}
.mycart .mycart__head .mycart__button .btn {
  padding: 0.3rem 0.5rem;
}
.mycart .mycart__body {
  margin: 0.5rem 0;
}
.mycart .mycart__body .mycart__item {
  border-bottom: 1px solid #ebedf2;
}
.mycart .mycart__body .mycart__item .mycart__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__info .mycart__title {
  color: #5e5b70;
  font-size: 1.1rem;
  font-weight: 500;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__info .mycart__desc {
  padding: 0.5rem 0;
  color: #a7abc3;
  font-weight: 400;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__info .mycart__action {
  display: flex;
  align-items: center;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__info .mycart__action .mycart__price {
  margin-right: 0.5rem;
  color: #6c7293;
  font-size: 1.2rem;
  font-weight: 500;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__info .mycart__action .mycart__text {
  color: #a7abc3;
  font-weight: 400;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__info .mycart__action .mycart__quantity {
  margin-left: 0.5rem;
  color: #6c7293;
  font-size: 1.2rem;
  font-weight: 500;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__info .mycart__action .btn {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.5rem;
  width: 19px !important;
  height: 19px !important;
  padding-top: 0.1rem;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__info .mycart__action .btn:hover {
  color: #fff;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__info span {
  display: block;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__pic {
  width: 5rem;
}
.mycart .mycart__body .mycart__item .mycart__container .mycart__pic img {
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
.mycart .mycart__body .ps__rail-y .ps__thumb-y {
  right: 5px !important;
}
.mycart .mycart__footer {
  padding: 0.4rem 2rem 1.5rem 2rem;
}
.mycart .mycart__footer .mycart__section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mycart .mycart__footer .mycart__section .mycart__subtitel span {
  display: block;
  color: #5e5b70;
  font-size: 1rem;
  font-weight: 500;
}
.mycart .mycart__footer .mycart__section .mycart__subtitel span:not(:first-child):not(:last-child) {
  padding: 0.4rem 0;
}
.mycart .mycart__footer .mycart__section .mycart__subtitel span:last-child {
  font-size: 1.1rem;
  font-weight: 600;
}
.mycart .mycart__footer .mycart__section .mycart__prices span {
  display: block;
  text-align: right;
  color: #a7abc3;
  font-size: 1.2rem;
  font-weight: 500;
}
.mycart .mycart__footer .mycart__section .mycart__prices span:not(:first-child):not(:last-child) {
  padding: 0.3rem 0;
}
.mycart .mycart__footer .mycart__section .mycart__prices span:last-child {
  font-weight: 700;
  font-size: 1.3rem;
}
.mycart .mycart__footer .mycart__button {
  margin: 1.5rem 0 0.8rem 0;
}

.kt-nav {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}
.kt-nav .kt-nav__item {
  display: block;
  padding: 0.385rem 0;
}
.kt-nav .kt-nav__item > .kt-nav__link {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 8px 1.923rem 6px 1.923rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .kt-nav .kt-nav__item > .kt-nav__link {
    transition: none;
  }
}
.kt-nav .kt-nav__item > .kt-nav__link.selected .kt-nav__link-text {
  text-decoration: underline;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-text {
  flex-grow: 1;
  font-size: 1rem;
  color: #6c7293;
  font-weight: 400;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon {
  flex: 0 0 32px;
  font-size: 1.25rem;
  line-height: 0;
  color: #a7abc3;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon:before {
  line-height: 0;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon g [fill] {
  transition: fill 0.3s ease;
  fill: #a7abc3;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-icon:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet {
  text-align: center;
  flex: 0 0 10px;
  margin-right: 10px;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span {
  width: 8px;
  height: 2px;
  border-radius: 2px;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #adb1c7;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-badge {
  padding: 0px 0px 0px 5px;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow {
  text-align: right;
  flex: 0 0 20px;
  font-size: 0.8rem;
  color: #a7abc3;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow:before {
  content: "\F110";
}
.kt-nav .kt-nav__item > .kt-nav__link .kt-nav__link-arrow:before {
  display: inline-block;
  transition: all 0.3s ease;
}
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow:before {
  content: "\F112";
}
.kt-nav .kt-nav__item > .kt-nav__link.collapsed .kt-nav__link-arrow:before {
  transition: all 0.3s ease;
}
.kt-nav .kt-nav__item > .kt-nav__sub {
  padding: 0;
  margin: 0;
}
.kt-nav .kt-nav__item > .kt-nav__sub .kt-nav__item > .kt-nav__link {
  padding: 0.5rem 1.5rem 0.5rem 2.5rem;
}
.kt-nav .kt-nav__item.kt-nav__item--last {
  padding-bottom: 0;
}
.kt-nav .kt-nav__item.active > .kt-nav__link, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link {
  background-color: #f4f5f8;
  color: #F1A31D;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .kt-nav .kt-nav__item.active > .kt-nav__link, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link {
    transition: none;
  }
}
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-arrow, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-text,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-arrow {
  color: #F1A31D;
}
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon g [fill], .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-icon:hover g [fill], .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-icon:hover g [fill] {
  transition: fill 0.3s ease;
}
.kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item.active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #F1A31D;
}
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed {
  background-color: #f4f5f8;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed {
    transition: none;
  }
}
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-icon,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-text,
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-arrow {
  color: #F1A31D;
}
.kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav .kt-nav__item:hover:not(.kt-nav__item--disabled).kt-nav__item--sub > .kt-nav__link.collapsed .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #F1A31D;
}
.kt-nav .kt-nav__item.kt-nav__item--disabled {
  opacity: 0.6;
}
.kt-nav .kt-nav__custom {
  padding: 0.55rem 1.923rem;
}
.kt-nav .kt-nav__section {
  margin-top: 1rem;
  padding: 0 1.923rem;
}
.kt-nav .kt-nav__section .kt-nav__section-icon {
  color: #adb1c7;
}
.kt-nav .kt-nav__section.kt-nav__section--first {
  margin-top: 0;
}
.kt-nav .kt-nav__section .kt-nav__section-text {
  color: #F1A31D;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.kt-nav .kt-nav__separator {
  margin: 0.7rem 0;
  height: 0;
  display: block;
  border-bottom: 1px solid #ebedf2;
}
.kt-nav .kt-nav__separator.kt-nav__separator--dashed {
  border-bottom: 1px dashed #ebedf2;
}
.kt-nav .kt-nav__head,
.kt-nav .kt-nav__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #6c7293;
  font-weight: 500;
  padding: 0.55rem 1.923rem;
}
.kt-nav .kt-nav__head > i,
.kt-nav .kt-nav__foot > i {
  font-size: 1.2rem;
  color: #a7abc3;
}
.kt-nav .kt-nav__head {
  font-size: 1.1rem;
}
.kt-nav.kt-nav--fit {
  padding: 0;
}
.kt-nav.kt-nav--fit .kt-nav__item > .kt-nav__link {
  padding-left: 0;
  padding-right: 0;
}
.kt-nav.kt-nav--lg-space .kt-nav__item {
  margin: 0.35rem 0;
}
.kt-nav.kt-nav--lg-space .kt-nav__item .kt-nav__link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.kt-nav.kt-nav--lg-space .kt-nav__item:first-child {
  margin-top: 0;
}
.kt-nav.kt-nav--lg-space .kt-nav__item:last-child {
  margin-bottom: 0;
}
.kt-nav.kt-nav--md-space .kt-nav__item {
  margin: 0.25rem 0;
}
.kt-nav.kt-nav--md-space .kt-nav__item .kt-nav__link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.kt-nav.kt-nav--md-space .kt-nav__item:first-child {
  margin-top: 0;
}
.kt-nav.kt-nav--md-space .kt-nav__item:last-child {
  margin-bottom: 0;
}
.kt-nav.kt-nav--bold .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 500;
}
.kt-nav.kt-nav--thin .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-weight: 300;
}
.kt-nav.kt-nav--lg-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-size: 1.15rem;
}
.kt-nav.kt-nav--xl-font .kt-nav__item .kt-nav__link .kt-nav__link-text {
  font-size: 1.25rem;
}

.kt-nav.kt-nav--v2 .kt-nav__item {
  border-radius: 2rem;
  overflow: hidden;
}
.kt-nav.kt-nav--v2 .kt-nav__item > .kt-nav__link {
  transition: none;
}
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link {
  background-color: #f4f4f9;
  transition: none;
}
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-arrow {
  color: #F1A31D;
}
.kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item:hover:not(.kt-nav__item--disabled):not(.kt-nav__item--sub):not(.kt-nav__item--active) > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #f4f4f9;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link {
  background-color: #F1A31D;
  transition: none;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-arrow {
  color: #ffffff;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #ffffff;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link {
  background-color: #F1A31D;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-icon,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-text,
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-arrow {
  color: #ffffff;
}
.kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--line > span, .kt-nav.kt-nav--v2 .kt-nav__item.kt-nav__item--active:hover > .kt-nav__link .kt-nav__link-bullet.kt-nav__link-bullet--dot > span {
  background-color: #ffffff;
}

.kt-nav.kt-nav--v3 .kt-nav__item {
  margin: 0;
}
.kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
  transition: all 0.2s ease-in-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 2px solid transparent;
}
@media (prefers-reduced-motion: reduce) {
  .kt-nav.kt-nav--v3 .kt-nav__item .kt-nav__link {
    transition: none;
  }
}
.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link {
  transition: all 0.2s ease-in-out;
  background-color: #f4f5f8;
  border-left: 2px solid #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link {
    transition: none;
  }
}
.kt-nav.kt-nav--v3 .kt-nav__item.active .kt-nav__link .kt-nav__link-text, .kt-nav.kt-nav--v3 .kt-nav__item.kt-nav__link--active .kt-nav__link .kt-nav__link-text {
  color: #F1A31D;
}
.kt-nav.kt-nav--v3 .kt-nav__item:hover {
  transition: all 0.2s ease-in-out;
  background-color: #f4f5f8;
}
@media (prefers-reduced-motion: reduce) {
  .kt-nav.kt-nav--v3 .kt-nav__item:hover {
    transition: none;
  }
}
.kt-nav.kt-nav--v3 .kt-nav__item:hover .kt-nav__link .kt-nav__link-text {
  color: #F1A31D;
}

.notification .notification__item {
  display: flex;
  align-items: center;
  padding: 1.1rem 1.5rem;
  border-bottom: 1px solid #f4f5f8;
  transition: background-color 0.3s ease;
}
.notification .notification__item:last-child {
  border-bottom: 1px solid transparent;
}
.notification .notification__item .notification__item-icon {
  display: flex;
  flex: 0 0 2.5rem;
  align-items: center;
}
.notification .notification__item .notification__item-icon i {
  font-size: 1.4rem;
  color: #F1A31D;
}
.notification .notification__item .notification__item-icon svg {
  height: 24px;
  width: 24px;
  margin-left: -4px;
}
.notification .notification__item .notification__item-details {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.notification .notification__item .notification__item-details .notification__item-title {
  transition: color 0.3s ease;
  font-size: 1rem;
  font-weight: 400;
  color: #6c7293;
}
.notification .notification__item .notification__item-details .notification__item-time {
  font-size: 1rem;
  font-weight: 300;
  color: #a7abc3;
}
.notification .notification__item:hover, .notification .notification__item.active {
  transition: background-color 0.3s ease;
  text-decoration: none;
  background-color: #f4f5f8;
}
.notification .notification__item:hover .notification__item-details .notification__item-title, .notification .notification__item.active .notification__item-details .notification__item-title {
  transition: color 0.3s ease;
  color: #F1A31D;
}
.notification .notification__item.notification__item--read {
  opacity: 0.5;
}
.notification .notification__item:after {
  border: 0;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F112";
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  color: #a7abc3;
}
.notification .notification__item.no-arrow:after {
  content: " " !important;
}
.notification .notification__custom {
  display: flex;
  align-items: center;
  border-top: 1px solid #f4f5f8;
  padding: 1.6rem 1.5rem;
}
.notification.notification--fit .notification__item {
  padding: 0.55rem 0;
}
.notification.notification--fit .notification__item:hover {
  background-color: transparent;
}
.notification.notification--fit .notification__item:hover .notification__item-title {
  color: #F1A31D;
}

.notification-item-padding-x {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.notification-item-margin-x {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.notification-v2 {
  margin: 0;
}
.notification-v2 .notification-v2__item {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.notification-v2 .notification-v2__item .notification-v2__item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f5f8;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
}
.notification-v2 .notification-v2__item .notification-v2__item-icon i {
  font-size: 1.5rem;
}
.notification-v2 .notification-v2__item .notification-v2__itek-wrapper {
  padding-left: 1.5rem;
  flex: 1 1 auto;
}
.notification-v2 .notification-v2__item .notification-v2__itek-wrapper .notification-v2__item-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #5d5b6f;
}
.notification-v2 .notification-v2__item .notification-v2__itek-wrapper .notification-v2__item-desc {
  font-size: 1rem;
  font-weight: 300;
  color: #b3b1c2;
}
@media (prefers-reduced-motion: reduce) {
  .notification-v2 .notification-v2__item {
    transition: none;
  }
}
.notification-v2 .notification-v2__item:hover {
  background-color: #f4f5f8;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .notification-v2 .notification-v2__item:hover {
    transition: none;
  }
}
.notification-v2 .notification-v2__item:hover .notification-v2__item-icon {
  background-color: #ebedf2;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .notification-v2 .notification-v2__item:hover .notification-v2__item-icon {
    transition: none;
  }
}

.card-profile {
  padding: 5px 0;
  margin: 0;
}
.card-profile .card-profile__pic {
  text-align: center;
  padding: 0 5px 0 0;
  text-align: center;
}
.card-profile .card-profile__pic .card-profile__pic-wrapper {
  padding: 8px;
  display: inline-block;
  margin: 2rem auto;
  border-radius: 100%;
  border: 2px solid #ebedf2;
}
.card-profile .card-profile__pic img {
  text-align: center;
  max-width: 130px !important;
  margin: 0 auto !important;
  border-radius: 100%;
}
.card-profile .card-profile__pic .card-profile__no-photo {
  height: 130px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border-radius: 100%;
}
.card-profile .card-profile__pic .card-profile__no-photo > span {
  line-height: 0;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.card-profile .card-profile__title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
}
.card-profile .card-profile__details {
  text-align: center;
  padding: 0 0 0 0;
}
.card-profile .card-profile__details .card-profile__name {
  display: block;
  padding: 0 0 0 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #6c7293;
}
.card-profile .card-profile__details .card-profile__email {
  display: inline-block;
  padding: 6px 0 0 0;
  font-size: 500;
  color: #6c7293;
}

.notes .notes__items {
  margin: 0;
  padding: 0;
}
.notes .notes__items .notes__item {
  left: 8px;
  border-left: 2px solid #ebedf2;
  padding: 0 0 50px 45px;
  position: relative;
  margin: 0 5px 0 17px;
}
.notes .notes__items .notes__item .notes__media {
  position: absolute;
  top: 0;
  left: -25.5px;
}
.notes .notes__items .notes__item .notes__media img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
}
.notes .notes__items .notes__item .notes__media .notes__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 2px solid #ebedf2;
  border-radius: 50%;
}
.notes .notes__items .notes__item .notes__media .notes__icon i {
  color: #a7abc3;
  font-size: 1.8rem;
}
.notes .notes__items .notes__item .notes__media .notes__user {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  background-color: #fff;
  border: 2px solid #ebedf2;
  color: #a7abc3;
  border-radius: 50%;
}
.notes .notes__items .notes__item .notes__media .notes__circle {
  width: 25px;
  height: 25px;
  display: block;
  border: 2px solid #ebedf2;
  margin-left: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.notes .notes__items .notes__item .notes__content {
  background-color: #F7F8FC;
  padding: 0.5rem 1rem 1rem 1.5rem;
  border-radius: 6px;
}
.notes .notes__items .notes__item .notes__content .notes__section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notes .notes__items .notes__item .notes__content .notes__section .notes__info {
  display: flex;
  flex-flow: wrap;
  align-items: baseline;
}
.notes .notes__items .notes__item .notes__content .notes__section .notes__info .notes__title {
  font-size: 1.1rem;
  color: #6c7293;
  font-weight: 500;
  padding-right: 0.5rem;
}
.notes .notes__items .notes__item .notes__content .notes__section .notes__info .notes__title:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.notes .notes__items .notes__item .notes__content .notes__section .notes__info .notes__desc {
  color: #a7abc3;
  font-weight: 400;
  padding-right: 1rem;
}
.notes .notes__items .notes__item .notes__content .notes__section .notes__dropdown .btn-icon {
  width: 26px;
  height: 26px;
}
.notes .notes__items .notes__item .notes__content .notes__body {
  color: #a7abc3;
  font-weight: 400;
  padding-right: 3rem;
  padding-top: 0.5rem;
  display: block;
}
.notes .notes__items .notes__item .notes__content:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 10px;
  right: 100%;
  margin-right: -3.5rem;
  border-right: solid 10px #F7F8FC;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}
.notes .notes__items .notes__item:last-child {
  border-left: 0;
}
.notes .notes__items .notes__item.notes__item--clean .notes__content {
  background-color: #fff;
  padding: 0;
}
.notes .notes__items .notes__item.notes__item--clean .notes__content:after {
  display: none;
}
.notes .notes__items .notes__item:last-child .notes__media .notes__circle {
  margin-left: 14px;
}

@media (max-width: 1024px) {
  .notes .notes__items .notes__item {
    margin: 0 7px 0 17px;
  }
  .notes .notes__items .notes__item .notes__content {
    padding: 0.5rem 1rem 0.7rem 1rem;
  }
  .notes .notes__items .notes__item .notes__content .notes__desc {
    padding-top: 0.5rem;
    display: block;
  }
  .notes .notes__items .notes__item .notes__content:after {
    margin-right: -3.8rem;
  }
}
.timeline-v1 {
  position: relative;
  width: 100%;
}
.timeline-v1:after {
  content: "";
  position: absolute;
  width: 5px;
  top: 0;
  margin-top: 0.1rem;
  bottom: 3rem;
  left: 50%;
  margin-left: -2.5px;
  background-color: #E6EAF5;
}
.timeline-v1.timeline-v1--center {
  margin: 0 auto;
}
.timeline-v1 .timeline-v1__items {
  padding-bottom: 6rem;
  position: relative;
}
.timeline-v1 .timeline-v1__items .timeline-v1__marker {
  width: 20px;
  height: 5px;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  background-color: #E6EAF5;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item {
  position: relative;
  margin-left: 0;
  width: 50%;
  min-height: 3rem;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-arrow {
  color: #F7F8FC;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-circle {
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-circle > div {
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-time {
  position: absolute;
  display: inline-block;
  margin-top: -2.14rem;
  font-weight: 700;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-time > span {
  padding-left: 5px;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-content {
  position: relative;
  border-radius: 6px;
  padding: 2.14rem;
  background-color: #F7F8FC;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-content .timeline-v1__item-title {
  font-size: 1.2rem;
  font-weight: 500;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-content .timeline-v1__item-title + .timeline-v1__item-body {
  margin-top: 1.25rem;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-content .timeline-v1__item-actions {
  margin-top: 1.25rem;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-content .timeline-v1__item-desc {
  color: #a7abc3;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--left {
  left: 0;
  padding-right: 2.85rem;
  position: relative;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--left .timeline-v1__item-circle {
  right: -10px;
  top: 20px;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--left .timeline-v1__item-time {
  right: 3.8rem;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 15px;
  left: 100%;
  margin-left: -3rem;
  border-left: solid 10px #F7F8FC;
  border-bottom: solid 17px transparent;
  border-right: solid 17px transparent;
  border-top: solid 17px transparent;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--right {
  left: 50%;
  padding-left: 2.86rem;
  top: -3.5rem;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--right .timeline-v1__item-circle {
  top: 20px;
  left: -10px;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--right .timeline-v1__item-time {
  left: 3.57rem;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 15px;
  right: 100%;
  margin-right: -3rem;
  border-right: solid 10px #F7F8FC;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--first {
  top: 3.5rem;
}
.timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--first + .timeline-v1__item--right {
  top: -1rem;
}
.timeline-v1.timeline-v1--justified:after {
  left: 0;
  bottom: 0;
}
.timeline-v1.timeline-v1--justified .timeline-v1__items {
  position: static;
  margin-bottom: 40px;
  padding: 20px 0;
}
.timeline-v1.timeline-v1--justified .timeline-v1__items .timeline-v1__marker {
  left: 0;
  top: 0;
}
.timeline-v1.timeline-v1--justified .timeline-v1__items .timeline-v1__item {
  width: 100%;
  top: 0 !important;
  left: 0 !important;
  margin-top: 50px !important;
  padding-left: 2.25rem;
  padding-right: 0;
  position: relative;
}
.timeline-v1.timeline-v1--justified .timeline-v1__items .timeline-v1__item:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 15px;
  left: 0;
  margin-left: 3px;
  border-right: solid 10px #F7F8FC;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}
.timeline-v1.timeline-v1--justified .timeline-v1__items .timeline-v1__item .timeline-v1__item-time {
  position: absolute;
  display: inline-block;
  margin-top: -2.14rem;
}
.timeline-v1.timeline-v1--justified .timeline-v1__items .timeline-v1__item .timeline-v1__item-circle {
  left: -10px;
  top: 20px;
}
.timeline-v1.timeline-v1--justified .timeline-v1__items .timeline-v1__item .timeline-v1__item-time {
  right: 100%;
  left: 3.57rem;
}
.timeline-v1.timeline-v1--justified .timeline-v1__items .timeline-v1__item.timeline-v1__item--first {
  margin-top: 20px !important;
}

@media (max-width: 1399px) {
  .timeline-v1:after {
    left: 0;
    bottom: 0;
  }
  .timeline-v1 .timeline-v1__items {
    position: static;
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .timeline-v1 .timeline-v1__items .timeline-v1__marker {
    left: 0;
    top: 0;
  }
  .timeline-v1 .timeline-v1__items .timeline-v1__item {
    width: 100%;
    left: 0 !important;
    top: 0 !important;
    margin-top: 50px !important;
    padding-left: 2.25rem !important;
    padding-right: 0 !important;
    position: relative;
  }
  .timeline-v1 .timeline-v1__items .timeline-v1__item:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 15px !important;
    left: 0 !important;
    right: auto !important;
    margin-left: 3px !important;
    border-right: solid 10px #F7F8FC !important;
    border-bottom: solid 17px transparent !important;
    border-left: solid 17px transparent !important;
    border-top: solid 17px transparent !important;
  }
  .timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-time {
    position: absolute;
    display: inline-block;
    margin-top: -2.14rem;
  }
  .timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-circle {
    left: -10px;
    top: 20px;
  }
  .timeline-v1 .timeline-v1__items .timeline-v1__item .timeline-v1__item-time {
    right: 100%;
    left: 3.57rem;
  }
  .timeline-v1 .timeline-v1__items .timeline-v1__item.timeline-v1__item--first {
    margin-top: 20px !important;
  }
}
.timeline-v2 {
  position: relative;
}
.timeline-v2:before {
  content: "";
  position: absolute;
  left: 4.85rem;
  width: 0.214rem;
  top: 5px;
  bottom: 5px;
  height: calc(100% - 5px);
  background-color: #E7E9F5;
}
.timeline-v2 .timeline-v2__items .timeline-v2__item {
  display: table;
  position: relative;
  margin-bottom: 1.75rem;
}
.timeline-v2 .timeline-v2__items .timeline-v2__item .timeline-v2__item-time {
  display: table-cell;
  font-size: 1.3rem;
  font-weight: 500;
  vertical-align: top;
  position: absolute;
  padding-top: 0.18rem;
  color: #a7abc3;
}
.timeline-v2 .timeline-v2__items .timeline-v2__item .timeline-v2__item-cricle {
  border-radius: 50%;
  border: 0.89rem solid white;
  z-index: 1;
  top: 0.2rem;
  left: 4.12rem;
  position: relative;
}
.timeline-v2 .timeline-v2__items .timeline-v2__item .timeline-v2__item-cricle > i {
  font-size: 1.78rem;
  top: -0.93rem;
  left: -0.57rem;
  position: absolute;
}
.timeline-v2 .timeline-v2__items .timeline-v2__item .timeline-v2__item-text {
  display: table-cell;
  vertical-align: top;
  font-size: 1rem;
  padding: 0.35rem 0 0 5rem;
  color: #a7abc3;
}
.timeline-v2 .timeline-v2__items .timeline-v2__item .timeline-v2__item-text.timeline-v2__item-text--bold {
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 0.21rem;
  color: #a7abc3;
}
.timeline-v2 .timeline-v2__items .timeline-v2__item .timeline-v2__item-text > span {
  font-weight: 700;
}
.timeline-v2 .timeline-v2__items .timeline-v2__item .list-pics {
  display: table-cell;
  vertical-align: top;
}
.timeline-v2 .timeline-v2__items .timeline-v2__item:last-child {
  margin-bottom: 0;
}

.timeline-v3 .timeline-v3__item {
  display: table;
  margin-bottom: 1rem;
  position: relative;
}
.timeline-v3 .timeline-v3__item:before {
  position: absolute;
  display: block;
  width: 0.28rem;
  border-radius: 0.3rem;
  height: 70%;
  left: 5.1rem;
  top: 0.46rem;
  content: "";
}
.timeline-v3 .timeline-v3__item .timeline-v3__item-time {
  display: table-cell;
  vertical-align: top;
  padding-top: 0.6rem;
  font-weight: 500;
  font-size: 1.3rem;
  position: absolute;
  text-align: right;
  width: 3.57rem;
  color: #a7abc3;
}
.timeline-v3 .timeline-v3__item .timeline-v3__item-desc {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding-left: 7rem;
}
.timeline-v3 .timeline-v3__item .timeline-v3__item-desc .timeline-v3__item-text {
  font-size: 1rem;
  font-weight: 400;
  color: #a7abc3;
}
.timeline-v3 .timeline-v3__item .timeline-v3__item-desc .timeline-v3__item-user-name .timeline-v3__itek-link {
  font-size: 0.9rem;
  text-decoration: none;
}
.timeline-v3 .timeline-v3__item.timeline-v3__item--brand:before {
  background: #F1A31D;
}
.timeline-v3 .timeline-v3__item.timeline-v3__item--light:before {
  background: #ffffff;
}
.timeline-v3 .timeline-v3__item.timeline-v3__item--dark:before {
  background: #282b3b;
}
.timeline-v3 .timeline-v3__item.timeline-v3__item--primary:before {
  background: #F1A31D;
}
.timeline-v3 .timeline-v3__item.timeline-v3__item--success:before {
  background: #08BB87;
}
.timeline-v3 .timeline-v3__item.timeline-v3__item--info:before {
  background: #2d9fff;
}
.timeline-v3 .timeline-v3__item.timeline-v3__item--warning:before {
  background: #ffb822;
}
.timeline-v3 .timeline-v3__item.timeline-v3__item--warning-2:before {
  background: #DA9910;
}
.timeline-v3 .timeline-v3__item.timeline-v3__item--danger:before {
  background: #fd387a;
}

@media (max-width: 768px) {
  .timeline-v3 .timeline-v3__item {
    margin-left: 0;
  }
}
.user-card {
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 1rem;
  background-color: #f9fafe;
}
.user-card .user-card__avatar .badge,
.user-card .user-card__avatar img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
}
.user-card .user-card__avatar .badge {
  font-size: 2.2rem;
}
.user-card .user-card__name {
  flex-grow: 1;
  color: #6c7293;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 1rem;
}
.user-card .user-card__badge {
  padding-left: 0.5rem;
}
.user-card.user-card--skin-light .user-card__name {
  color: #6c7293;
}
.user-card.user-card--skin-dark .user-card__name {
  color: #fff;
}
.user-card.user-card--skin-dark .user-card__avatar .badge {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1024px) {
  .user-card {
    padding: 1rem 1rem;
  }
  .user-card .user-card__avatar .badge,
.user-card .user-card__avatar img {
    width: 40px;
    height: 40px;
  }
  .user-card .user-card__name {
    font-size: 1.1rem;
    padding-left: 0.5rem;
  }
  .user-card .user-card__badge {
    padding-left: 0.5rem;
  }
}
.user-card-v2 {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.user-card-v2 .user-card-v2__pic {
  padding-right: 0.5rem;
}
.user-card-v2 .user-card-v2__pic .badge {
  width: 40px;
  height: 40px;
}
.user-card-v2 .user-card-v2__pic img {
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
}
.user-card-v2 .user-card-v2__details {
  line-height: 0;
}
.user-card-v2 .user-card-v2__details .user-card-v2__name {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: color 0.3s ease;
  color: #6c7293;
}
.user-card-v2 .user-card-v2__details a.user-card-v2__name:hover {
  transition: color 0.3s ease;
  color: #F1A31D;
}
.user-card-v2 .user-card-v2__details .user-card-v2__desc,
.user-card-v2 .user-card-v2__details .user-card-v2__email {
  margin-top: 3px;
  display: inline-block;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400;
  color: #a7abc3;
}
.user-card-v2 .user-card-v2__details a.user-card-v2__email:hover {
  transition: color 0.3s ease;
  color: #F1A31D;
}

@media (max-width: 1024px) {
  .user-card-v2 .user-card-v2__pic img {
    max-width: 30px;
  }
}
.user-card-v3 {
  display: flex;
  align-items: center;
}
.user-card-v3 .user-card-v3__avatar > img {
  height: 120px;
  width: 120px;
  border-radius: 7px;
}
.user-card-v3 .user-card-v3__detalis {
  padding-left: 1.5rem;
}
.user-card-v3 .user-card-v3__detalis a.user-card-v3__name {
  font-size: 1.2rem;
  font-weight: 500;
  color: #33323f;
  text-decoration: none;
  padding-bottom: 0.8rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .user-card-v3 .user-card-v3__detalis a.user-card-v3__name {
    transition: none;
  }
}
.user-card-v3 .user-card-v3__detalis a.user-card-v3__name:hover {
  transition: all 0.2s ease-in-out;
  color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .user-card-v3 .user-card-v3__detalis a.user-card-v3__name:hover {
    transition: none;
  }
}
.user-card-v3 .user-card-v3__detalis .user-card-v3__desc {
  font-size: 1rem;
  font-weight: 400;
  color: #b2afc6;
  padding: 0.8rem 0;
}
.user-card-v3 .user-card-v3__detalis .user-card-v3__info a.user-card-v3__item {
  display: flex;
  align-items: center;
  padding-bottom: 0.8rem;
}
.user-card-v3 .user-card-v3__detalis .user-card-v3__info a.user-card-v3__item > i {
  line-height: 0;
  font-size: 1.4rem;
}
.user-card-v3 .user-card-v3__detalis .user-card-v3__info a.user-card-v3__item .user-card-v3__tag {
  font-size: 0.9rem;
  font-weight: 400;
  color: #9e9bb1;
  padding-left: 0.8rem;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .user-card-v3 .user-card-v3__detalis .user-card-v3__info a.user-card-v3__item .user-card-v3__tag {
    transition: none;
  }
}
.user-card-v3 .user-card-v3__detalis .user-card-v3__info a.user-card-v3__item:hover .user-card-v3__tag {
  transition: all 0.2s ease-in-out;
  color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .user-card-v3 .user-card-v3__detalis .user-card-v3__info a.user-card-v3__item:hover .user-card-v3__tag {
    transition: none;
  }
}

.userpic {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
}
.userpic img {
  width: 100%;
  max-width: 50px;
  height: 50px;
}
.userpic span {
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
}
.userpic img {
  border-radius: 6px;
}
.userpic span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 6px;
}
.userpic.userpic--brand span {
  background: rgba(241, 163, 29, 0.1);
  color: #F1A31D;
}
.userpic.userpic--light span {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.userpic.userpic--dark span {
  background: rgba(40, 43, 59, 0.1);
  color: #282b3b;
}
.userpic.userpic--primary span {
  background: rgba(241, 163, 29, 0.1);
  color: #F1A31D;
}
.userpic.userpic--success span {
  background: rgba(8, 187, 135, 0.1);
  color: #08BB87;
}
.userpic.userpic--info span {
  background: rgba(45, 159, 255, 0.1);
  color: #2d9fff;
}
.userpic.userpic--warning span {
  background: rgba(255, 184, 34, 0.1);
  color: #ffb822;
}
.userpic.userpic--warning-2 span {
  background: rgba(218, 153, 16, 0.1);
  color: #DA9910;
}
.userpic.userpic--danger span {
  background: rgba(253, 56, 122, 0.1);
  color: #fd387a;
}
.userpic.userpic--sm img {
  width: 100%;
  max-width: 27px;
  height: 27px;
}
.userpic.userpic--sm span {
  width: 27px;
  height: 27px;
  font-size: 0.8rem;
}
.userpic.userpic--lg img {
  width: 100%;
  max-width: 65px;
  height: 65px;
}
.userpic.userpic--lg span {
  width: 65px;
  height: 65px;
  font-size: 1.3rem;
}
.userpic.userpic--xl img {
  width: 100%;
  max-width: 80px;
  height: 80px;
}
.userpic.userpic--xl span {
  width: 80px;
  height: 80px;
  font-size: 1.7rem;
}
.userpic.userpic--circle {
  border-radius: 50%;
}
.userpic.userpic--circle img {
  border-radius: 50%;
}
.userpic.userpic--circle span {
  border-radius: 50%;
}

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.pagination .pagination__links, .pagination .pagination__links li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .pagination__links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination .pagination__links li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  border-radius: 4px;
}
.pagination .pagination__links li a {
  font-weight: 600;
  color: #a7abc3;
  font-size: 1.1rem;
  padding: 0 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  margin: 0;
}
.pagination .pagination__links .pagination__link--active a {
  color: #ffffff;
}
.pagination .pagination__toolbar {
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
}
.pagination .pagination__toolbar .form-control {
  padding: 0;
  margin-right: 10px;
  height: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  outline: none;
  border: none;
}
.pagination .pagination__toolbar .pagination__desc {
  flex-grow: 1;
  font-weight: 500;
  color: #a7abc3;
}
.pagination.pagination--brand .pagination__links .pagination__link--first, .pagination.pagination--brand .pagination__links .pagination__link--next, .pagination.pagination--brand .pagination__links .pagination__link--prev, .pagination.pagination--brand .pagination__links .pagination__link--last {
  background: rgba(241, 163, 29, 0.1);
}
.pagination.pagination--brand .pagination__links .pagination__link--active {
  background: #F1A31D;
}
.pagination.pagination--brand .pagination__links li:hover {
  background: #F1A31D;
  transition: color 0.3s ease;
}
.pagination.pagination--brand .pagination__links li:hover a {
  color: #ffffff;
}
.pagination.pagination--brand .pagination__links li:hover a i {
  color: #fff !important;
}
.pagination.pagination--brand .pagination__toolbar .form-control {
  background: rgba(241, 163, 29, 0.1);
}
.pagination.pagination--light .pagination__links .pagination__link--first, .pagination.pagination--light .pagination__links .pagination__link--next, .pagination.pagination--light .pagination__links .pagination__link--prev, .pagination.pagination--light .pagination__links .pagination__link--last {
  background: rgba(255, 255, 255, 0.1);
}
.pagination.pagination--light .pagination__links .pagination__link--active {
  background: #ffffff;
}
.pagination.pagination--light .pagination__links li:hover {
  background: #ffffff;
  transition: color 0.3s ease;
}
.pagination.pagination--light .pagination__links li:hover a {
  color: #ffffff;
}
.pagination.pagination--light .pagination__links li:hover a i {
  color: #fff !important;
}
.pagination.pagination--light .pagination__toolbar .form-control {
  background: rgba(255, 255, 255, 0.1);
}
.pagination.pagination--dark .pagination__links .pagination__link--first, .pagination.pagination--dark .pagination__links .pagination__link--next, .pagination.pagination--dark .pagination__links .pagination__link--prev, .pagination.pagination--dark .pagination__links .pagination__link--last {
  background: rgba(40, 43, 59, 0.1);
}
.pagination.pagination--dark .pagination__links .pagination__link--active {
  background: #282b3b;
}
.pagination.pagination--dark .pagination__links li:hover {
  background: #282b3b;
  transition: color 0.3s ease;
}
.pagination.pagination--dark .pagination__links li:hover a {
  color: #ffffff;
}
.pagination.pagination--dark .pagination__links li:hover a i {
  color: #fff !important;
}
.pagination.pagination--dark .pagination__toolbar .form-control {
  background: rgba(40, 43, 59, 0.1);
}
.pagination.pagination--primary .pagination__links .pagination__link--first, .pagination.pagination--primary .pagination__links .pagination__link--next, .pagination.pagination--primary .pagination__links .pagination__link--prev, .pagination.pagination--primary .pagination__links .pagination__link--last {
  background: rgba(241, 163, 29, 0.1);
}
.pagination.pagination--primary .pagination__links .pagination__link--active {
  background: #F1A31D;
}
.pagination.pagination--primary .pagination__links li:hover {
  background: #F1A31D;
  transition: color 0.3s ease;
}
.pagination.pagination--primary .pagination__links li:hover a {
  color: #ffffff;
}
.pagination.pagination--primary .pagination__links li:hover a i {
  color: #fff !important;
}
.pagination.pagination--primary .pagination__toolbar .form-control {
  background: rgba(241, 163, 29, 0.1);
}
.pagination.pagination--success .pagination__links .pagination__link--first, .pagination.pagination--success .pagination__links .pagination__link--next, .pagination.pagination--success .pagination__links .pagination__link--prev, .pagination.pagination--success .pagination__links .pagination__link--last {
  background: rgba(8, 187, 135, 0.1);
}
.pagination.pagination--success .pagination__links .pagination__link--active {
  background: #08BB87;
}
.pagination.pagination--success .pagination__links li:hover {
  background: #08BB87;
  transition: color 0.3s ease;
}
.pagination.pagination--success .pagination__links li:hover a {
  color: #ffffff;
}
.pagination.pagination--success .pagination__links li:hover a i {
  color: #fff !important;
}
.pagination.pagination--success .pagination__toolbar .form-control {
  background: rgba(8, 187, 135, 0.1);
}
.pagination.pagination--info .pagination__links .pagination__link--first, .pagination.pagination--info .pagination__links .pagination__link--next, .pagination.pagination--info .pagination__links .pagination__link--prev, .pagination.pagination--info .pagination__links .pagination__link--last {
  background: rgba(45, 159, 255, 0.1);
}
.pagination.pagination--info .pagination__links .pagination__link--active {
  background: #2d9fff;
}
.pagination.pagination--info .pagination__links li:hover {
  background: #2d9fff;
  transition: color 0.3s ease;
}
.pagination.pagination--info .pagination__links li:hover a {
  color: #ffffff;
}
.pagination.pagination--info .pagination__links li:hover a i {
  color: #fff !important;
}
.pagination.pagination--info .pagination__toolbar .form-control {
  background: rgba(45, 159, 255, 0.1);
}
.pagination.pagination--warning .pagination__links .pagination__link--first, .pagination.pagination--warning .pagination__links .pagination__link--next, .pagination.pagination--warning .pagination__links .pagination__link--prev, .pagination.pagination--warning .pagination__links .pagination__link--last {
  background: rgba(255, 184, 34, 0.1);
}
.pagination.pagination--warning .pagination__links .pagination__link--active {
  background: #ffb822;
}
.pagination.pagination--warning .pagination__links li:hover {
  background: #ffb822;
  transition: color 0.3s ease;
}
.pagination.pagination--warning .pagination__links li:hover a {
  color: #ffffff;
}
.pagination.pagination--warning .pagination__links li:hover a i {
  color: #fff !important;
}
.pagination.pagination--warning .pagination__toolbar .form-control {
  background: rgba(255, 184, 34, 0.1);
}
.pagination.pagination--warning-2 .pagination__links .pagination__link--first, .pagination.pagination--warning-2 .pagination__links .pagination__link--next, .pagination.pagination--warning-2 .pagination__links .pagination__link--prev, .pagination.pagination--warning-2 .pagination__links .pagination__link--last {
  background: rgba(218, 153, 16, 0.1);
}
.pagination.pagination--warning-2 .pagination__links .pagination__link--active {
  background: #DA9910;
}
.pagination.pagination--warning-2 .pagination__links li:hover {
  background: #DA9910;
  transition: color 0.3s ease;
}
.pagination.pagination--warning-2 .pagination__links li:hover a {
  color: #ffffff;
}
.pagination.pagination--warning-2 .pagination__links li:hover a i {
  color: #fff !important;
}
.pagination.pagination--warning-2 .pagination__toolbar .form-control {
  background: rgba(218, 153, 16, 0.1);
}
.pagination.pagination--danger .pagination__links .pagination__link--first, .pagination.pagination--danger .pagination__links .pagination__link--next, .pagination.pagination--danger .pagination__links .pagination__link--prev, .pagination.pagination--danger .pagination__links .pagination__link--last {
  background: rgba(253, 56, 122, 0.1);
}
.pagination.pagination--danger .pagination__links .pagination__link--active {
  background: #fd387a;
}
.pagination.pagination--danger .pagination__links li:hover {
  background: #fd387a;
  transition: color 0.3s ease;
}
.pagination.pagination--danger .pagination__links li:hover a {
  color: #ffffff;
}
.pagination.pagination--danger .pagination__links li:hover a i {
  color: #fff !important;
}
.pagination.pagination--danger .pagination__toolbar .form-control {
  background: rgba(253, 56, 122, 0.1);
}
.pagination.pagination--circle .pagination__links li {
  min-width: 30px;
  min-height: 30px;
  border-radius: 50%;
}
.pagination.pagination--lg .pagination__links li a {
  font-size: 1.3rem;
  min-width: 35px;
  min-height: 35px;
}
.pagination.pagination--lg .pagination__toolbar .form-control {
  height: 35px;
  font-size: 1.2rem;
  padding: 0.2rem 0 0.2rem 0.2rem;
}
.pagination.pagination--sm .pagination__links li a {
  font-size: 1rem;
  min-width: 25px;
  min-height: 25px;
}
.pagination.pagination--sm .pagination__toolbar .form-control {
  height: 25px;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .pagination .pagination__links {
    display: flex;
    flex-wrap: wrap;
  }
  .pagination .pagination__links li {
    margin: 0.3rem 0.5rem 0.3rem 0;
  }
  .pagination .pagination__links li a {
    font-size: 0.9rem;
    min-width: 25px;
    min-height: 25px;
  }
  .pagination .pagination__toolbar .form-control {
    height: 25px;
    font-size: 0.9rem;
    padding: 0.2rem 0 0.2rem 0.2rem;
  }
}
.searchbar .input-group .input-group-text {
  border: none;
  background-color: #f2f3f7;
  padding: 0 0.65rem 0 1rem;
}
.searchbar .input-group .input-group-text .svg-icon {
  height: 20px;
  width: 20px;
}
.searchbar .input-group .input-group-text i {
  font-size: 1rem;
}
.searchbar .input-group .form-control {
  border: none;
  background-color: #f2f3f7;
  padding: 0;
}
.searchbar .input-icon .form-control {
  border: none;
  background-color: #f2f3f7;
}
.searchbar .input-icon .input-icon__icon .svg-icon {
  height: 20px;
  width: 20px;
}

.chat .portlet__head {
  align-items: center;
  flex-grow: 1;
}
.chat .chat__head {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-grow: 1;
}
.chat .chat__head .chat__label .chat__title {
  font-size: 1.1rem;
  color: #56516e;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.chat .chat__head .chat__label .chat__title:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.chat .chat__head .chat__label .chat__status {
  color: #a7abc3;
  font-size: 0.9rem;
  font-weight: 500;
  display: block;
}
.chat .chat__head .chat__left {
  flex-grow: 1;
  text-align: left;
}
.chat .chat__head .chat__right {
  flex-grow: 1;
  text-align: right;
}
.chat .chat__head .chat__center {
  flex-grow: 1;
  text-align: center;
}
.chat .chat__messages .chat__message {
  margin-bottom: 1rem;
}
.chat .chat__messages .chat__message .chat__user .chat__username {
  padding: 0 0.4rem;
  font-size: 1.1rem;
  color: #56516e;
  font-weight: 500;
}
.chat .chat__messages .chat__message .chat__user .chat__username:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.chat .chat__messages .chat__message .chat__user .chat__datetime {
  color: #a7abc3;
  font-size: 0.9rem;
  font-weight: 400;
}
.chat .chat__messages .chat__message .chat__text {
  display: inline-block;
  padding: 1.2rem 1.7rem;
  padding: 1.1rem 3.5rem 1.1rem 1.6rem;
  margin-top: 0.8rem;
  color: #6c7293;
  font-weight: 500;
  font-size: 1.1rem;
  border-radius: 6px;
}
.chat .chat__messages .chat__message .chat__text b {
  color: #6c7293;
  font-weight: 0;
}
.chat .chat__messages .chat__message.chat__message--right {
  text-align: right;
}
.chat .chat__messages .chat__message.chat__message--right .chat__text {
  text-align: right;
  padding: 1.1rem 1.6rem 1.1rem 3.5rem;
}
.chat .chat__messages.chat__messages--modal {
  width: 100%;
}
.chat .chat__messages.chat__messages--modal .chat__message {
  padding: 1.3rem 1.7rem;
  margin: 1.5rem 0;
  display: inline-block;
  border-radius: 6px;
}
.chat .chat__messages.chat__messages--modal .chat__message:first-child {
  margin-top: 0;
}
.chat .chat__messages.chat__messages--modal .chat__message .chat__text {
  padding: 0;
  margin-top: 0.5rem;
}
.chat .chat__messages.chat__messages--modal .chat__message.chat__message--right {
  float: right;
}
.chat .chat__input .chat__editor textarea {
  width: 100%;
  border: 0 !important;
  outline: none !important;
  background-color: transparent !important;
  color: #adb1c7;
}
.chat .chat__input .chat__editor textarea::-moz-placeholder {
  color: #adb1c7;
  opacity: 1;
}
.chat .chat__input .chat__editor textarea:-ms-input-placeholder {
  color: #adb1c7;
}
.chat .chat__input .chat__editor textarea::-webkit-input-placeholder {
  color: #adb1c7;
}
.chat .chat__input .chat__toolbar {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat .chat__input .chat__toolbar .kt_chat__tools a i {
  margin-right: 1.1rem;
  color: #cdd1e9;
  font-size: 1.4rem;
}
.chat .chat__input .chat__toolbar .kt_chat__tools a i:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}

@media (max-width: 1024px) {
  .chat .chat__messages .chat__message {
    margin-bottom: 0.75rem;
  }
  .chat .chat__messages .chat__message .chat__user .chat__username {
    padding: 0 0.25rem;
    font-size: 1rem;
  }
  .chat .chat__messages .chat__message .chat__text {
    display: inline-block;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
  }
  .chat .chat__messages .chat__message.chat__message--right .chat__text {
    padding: 0.75rem 1rem;
  }
  .chat .chat__input .chat__toolbar {
    margin-top: 0.75rem;
  }
  .chat .chat__input .chat__toolbar .kt_chat__tools a i {
    margin-right: 0.75rem;
    font-size: 1.3rem;
  }
}
.demo-panel-toggle {
  background-color: #fff;
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 200px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.demo-panel-toggle span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #F1A31D;
  letter-spacing: 3px;
}

.demo-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 2.5rem;
}
.demo-panel .demo-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.demo-panel .demo-panel__head .demo-panel__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #56516e;
  margin: 0;
  padding: 0;
}
.demo-panel .demo-panel__head .demo-panel__title small {
  color: #a7abc3;
  font-size: 1.1rem;
}
.demo-panel .demo-panel__head .demo-panel__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #f4f5f8;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .demo-panel .demo-panel__head .demo-panel__close {
    transition: none;
  }
}
.demo-panel .demo-panel__head .demo-panel__close i {
  transition: all 0.2s ease-in-out;
  font-size: 0.8rem;
  color: #a7abc3;
}
@media (prefers-reduced-motion: reduce) {
  .demo-panel .demo-panel__head .demo-panel__close i {
    transition: none;
  }
}
.demo-panel .demo-panel__head .demo-panel__close:hover {
  transition: all 0.2s ease-in-out;
  background-color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .demo-panel .demo-panel__head .demo-panel__close:hover {
    transition: none;
  }
}
.demo-panel .demo-panel__head .demo-panel__close:hover i {
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .demo-panel .demo-panel__head .demo-panel__close:hover i {
    transition: none;
  }
}
.demo-panel .demo-panel__body {
  position: relative;
}
.demo-panel .demo-panel__body .ps__rail-y {
  opacity: 1;
}
.demo-panel .demo-panel__body .demo-panel__item {
  display: block;
  margin-bottom: 2rem;
  outline: 0;
}
.demo-panel .demo-panel__body .demo-panel__item:last-child {
  margin-bottom: 0;
}
.demo-panel .demo-panel__body .demo-panel__item:hover {
  text-decoration: none;
}
.demo-panel .demo-panel__body .demo-panel__item .demo-panel__item-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c7293;
  text-align: center;
  margin-bottom: 0.5rem;
}
.demo-panel .demo-panel__body .demo-panel__item .demo-panel__item-preview {
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out;
  border: 4px solid #ebedf2;
  border-radius: 4px;
}
@media (prefers-reduced-motion: reduce) {
  .demo-panel .demo-panel__body .demo-panel__item .demo-panel__item-preview {
    transition: none;
  }
}
.demo-panel .demo-panel__body .demo-panel__item .demo-panel__item-preview img {
  width: 100%;
}
.demo-panel .demo-panel__body .demo-panel__item .demo-panel__item-preview .demo-panel__item-preview-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .demo-panel .demo-panel__body .demo-panel__item .demo-panel__item-preview .demo-panel__item-preview-overlay {
    transition: none;
  }
}
.demo-panel .demo-panel__body .demo-panel__item .demo-panel__item-preview .demo-panel__item-preview-overlay .btn {
  margin-right: 5px;
}
.demo-panel .demo-panel__body .demo-panel__item .demo-panel__item-preview .demo-panel__item-preview-overlay .btn:last-child {
  margin-right: 0;
}
.demo-panel .demo-panel__body .demo-panel__item .demo-panel__item-preview .demo-panel__item-preview-overlay .btn.btn-light {
  background-color: #fff;
  color: #a7abc3;
}
.demo-panel .demo-panel__body .demo-panel__item .demo-panel__item-preview .demo-panel__item-preview-overlay .btn.btn-light:hover {
  background-color: #fff;
  color: #6c7293;
}
.demo-panel .demo-panel__body .demo-panel__item.demo-panel__item--active .demo-panel__item-preview {
  transition: all 0.2s ease-in-out;
  border: 4px solid #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .demo-panel .demo-panel__body .demo-panel__item.demo-panel__item--active .demo-panel__item-preview {
    transition: none;
  }
}
.demo-panel .demo-panel__body .demo-panel__item:hover .demo-panel__item-preview {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .demo-panel .demo-panel__body .demo-panel__item:hover .demo-panel__item-preview {
    transition: none;
  }
}
.demo-panel .demo-panel__body .demo-panel__item:hover .demo-panel__item-preview .demo-panel__item-preview-overlay {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .demo-panel .demo-panel__body .demo-panel__item:hover .demo-panel__item-preview .demo-panel__item-preview-overlay {
    transition: none;
  }
}
.demo-panel .demo-panel__body .demo-panel__purchase {
  margin-bottom: 2rem;
  display: block;
}

@media (min-width: 1025px) {
  .demo-panel .demo-panel__body {
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
}
.demo-panel-close {
  display: none;
}

.demo-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 350px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -370px;
}
.demo-panel.demo-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  left: 0;
}
@media screen\0  {
  .demo-panel {
    transition: none !important;
  }
}

.demo-panel--right .demo-panel {
  right: -370px;
  left: auto;
}
.demo-panel--right .demo-panel.demo-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  right: 0;
  left: auto;
}

.demo-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
}
@media screen\0  {
  .demo-panel-close {
    transition: none !important;
  }
}
.demo-panel-close > i {
  line-height: 0;
  font-size: 1.4rem;
}
.demo-panel-close:hover {
  text-decoration: none;
}
.demo-panel--right .demo-panel-close {
  left: auto;
  right: -25px;
}
.demo-panel--on .demo-panel-close {
  transition: left 0.3s ease, right 0.3s ease;
  left: 324px;
}
.demo-panel--on.demo-panel--right .demo-panel-close {
  left: auto;
  right: 324px;
}

.demo-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: animate-fade-in 0.3s linear 1;
          animation: animate-fade-in 0.3s linear 1;
}

.demo-panel-overlay {
  background: rgba(0, 0, 0, 0.05);
}

@media (max-width: 400px) {
  .demo-panel {
    width: 90% !important;
  }
}
@media (max-width: 1024px) {
  .demo-panel-toggle {
    width: 30px;
    padding: 1rem 0;
  }
  .demo-panel-toggle span {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 2px;
  }

  .demo-panel {
    padding: 1rem;
  }

  .demo-panel-toggle {
    top: 20%;
  }
}
.offcanvas-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 2.5rem;
}
.offcanvas-panel .offcanvas-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.offcanvas-panel .offcanvas-panel__head .offcanvas-panel__title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #56516e;
  margin: 0;
  padding: 0;
}
.offcanvas-panel .offcanvas-panel__head .offcanvas-panel__title small {
  color: #a7abc3;
  font-size: 1rem;
}
.offcanvas-panel .offcanvas-panel__head .offcanvas-panel__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #f4f5f8;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas-panel .offcanvas-panel__head .offcanvas-panel__close {
    transition: none;
  }
}
.offcanvas-panel .offcanvas-panel__head .offcanvas-panel__close i {
  transition: all 0.2s ease-in-out;
  font-size: 0.8rem;
  color: #a7abc3;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas-panel .offcanvas-panel__head .offcanvas-panel__close i {
    transition: none;
  }
}
.offcanvas-panel .offcanvas-panel__head .offcanvas-panel__close:hover {
  transition: all 0.2s ease-in-out;
  background-color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas-panel .offcanvas-panel__head .offcanvas-panel__close:hover {
    transition: none;
  }
}
.offcanvas-panel .offcanvas-panel__head .offcanvas-panel__close:hover i {
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas-panel .offcanvas-panel__head .offcanvas-panel__close:hover i {
    transition: none;
  }
}
.offcanvas-panel .offcanvas-panel__body {
  position: relative;
}
.offcanvas-panel .offcanvas-panel__body .offcanvas-panel__section {
  padding: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #6c7293;
  margin: 2rem 0 1.5rem 0;
}
.offcanvas-panel .offcanvas-panel__body .offcanvas-panel__section.offcanvas-panel__section--first {
  margin-top: 0;
}

.offcanvas-panel-close {
  display: none;
}

.offcanvas-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 425px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -445px;
}
.offcanvas-panel.offcanvas-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  left: 0;
}
@media screen\0  {
  .offcanvas-panel {
    transition: none !important;
  }
}

.offcanvas-panel--right .offcanvas-panel {
  right: -445px;
  left: auto;
}
.offcanvas-panel--right .offcanvas-panel.offcanvas-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  right: 0;
  left: auto;
}

.offcanvas-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
}
@media screen\0  {
  .offcanvas-panel-close {
    transition: none !important;
  }
}
.offcanvas-panel-close > i {
  line-height: 0;
  font-size: 1.4rem;
}
.offcanvas-panel-close:hover {
  text-decoration: none;
}
.offcanvas-panel--right .offcanvas-panel-close {
  left: auto;
  right: -25px;
}
.offcanvas-panel--on .offcanvas-panel-close {
  transition: left 0.3s ease, right 0.3s ease;
  left: 399px;
}
.offcanvas-panel--on.offcanvas-panel--right .offcanvas-panel-close {
  left: auto;
  right: 399px;
}

.offcanvas-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: animate-fade-in 0.3s linear 1;
          animation: animate-fade-in 0.3s linear 1;
}

.offcanvas-panel-overlay {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 475px) {
  .offcanvas-panel {
    width: 90% !important;
  }
}
@media (min-width: 1025px) {
  .offcanvas-panel .offcanvas-panel__body {
    padding-right: 1.5rem;
    margin-right: -1.5rem;
  }
}
@media (max-width: 1024px) {
  .offcanvas-panel {
    padding: 1rem;
  }
}
.quick-panel {
  background-color: #fff;
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  padding: 0;
}
.quick-panel .quick-panel__close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background-color: #F1A31D;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .quick-panel .quick-panel__close {
    transition: none;
  }
}
.quick-panel .quick-panel__close i {
  transition: all 0.2s ease-in-out;
  font-size: 0.8rem;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .quick-panel .quick-panel__close i {
    transition: none;
  }
}
.quick-panel .quick-panel__close:hover {
  transition: all 0.2s ease-in-out;
  background-color: #f4f5f8;
}
@media (prefers-reduced-motion: reduce) {
  .quick-panel .quick-panel__close:hover {
    transition: none;
  }
}
.quick-panel .quick-panel__close:hover i {
  transition: all 0.2s ease-in-out;
  color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .quick-panel .quick-panel__close:hover i {
    transition: none;
  }
}
.quick-panel .quick-panel__nav {
  background-color: #1e1e2d;
  display: flex;
  position: relative;
  padding: 1.5rem 0 0 0;
  align-items: center;
}
.quick-panel .quick-panel__nav .nav {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0;
}
.quick-panel .quick-panel__nav .nav .nav-item {
  margin-right: 1.5rem;
}
.quick-panel .quick-panel__nav .nav .nav-item .nav-link {
  font-size: 1rem;
  color: #ffffff !important;
}
.quick-panel .quick-panel__nav .nav .nav-item:last-child {
  margin-right: 0;
}
.quick-panel .quick-panel__content {
  padding: 1.5rem 0;
}
.quick-panel .quick-panel__content .ps > .ps__rail-y {
  right: 5px !important;
}
.quick-panel .quick-panel__content-padding-x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.quick-panel-close {
  display: none;
}

.quick-panel {
  z-index: 1001;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 425px !important;
  transition: left 0.3s ease, right 0.3s ease;
  left: -445px;
}
.quick-panel.quick-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  left: 0;
}
@media screen\0  {
  .quick-panel {
    transition: none !important;
  }
}

.quick-panel--right .quick-panel {
  right: -445px;
  left: auto;
}
.quick-panel--right .quick-panel.quick-panel--on {
  transition: left 0.3s ease, right 0.3s ease;
  right: 0;
  left: auto;
}

.quick-panel-close {
  width: 25px;
  height: 25px;
  top: 1px;
  z-index: 1002;
  transition: left 0.3s ease, right 0.3s ease;
  position: fixed;
  border: 0;
  box-shadow: none;
  border-radius: 3px;
  cursor: pointer;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
}
@media screen\0  {
  .quick-panel-close {
    transition: none !important;
  }
}
.quick-panel-close > i {
  line-height: 0;
  font-size: 1.4rem;
}
.quick-panel-close:hover {
  text-decoration: none;
}
.quick-panel--right .quick-panel-close {
  left: auto;
  right: -25px;
}
.quick-panel--on .quick-panel-close {
  transition: left 0.3s ease, right 0.3s ease;
  left: 399px;
}
.quick-panel--on.quick-panel--right .quick-panel-close {
  left: auto;
  right: 399px;
}

.quick-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
  -webkit-animation: animate-fade-in 0.3s linear 1;
          animation: animate-fade-in 0.3s linear 1;
}

.quick-panel {
  background: #ffffff;
  box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
}

.quick-panel-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.quick-panel-close {
  background-color: #e8e8f2;
}
.quick-panel-close > i {
  color: #968ad4;
}
.quick-panel-close:hover {
  background-color: #F1A31D;
}
.quick-panel-close:hover > i {
  color: #ffffff;
}

@media (max-width: 475px) {
  .quick-panel {
    width: 90% !important;
  }
}
@media (max-width: 1024px) {
  .quick-panel .quick-panel__close {
    right: 0.5rem;
    top: 0.5rem;
    width: 24px;
    height: 24px;
  }
  .quick-panel .quick-panel__close i {
    font-size: 0.8rem;
  }
  .quick-panel .quick-panel__nav {
    padding: 1rem 0;
  }
  .quick-panel .quick-panel__nav .nav .nav-item {
    margin-right: 1rem;
  }
  .quick-panel .quick-panel__nav .nav .nav-item:last-child {
    margin-right: 0;
  }
  .quick-panel .quick-panel__nav .nav .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  .quick-panel .quick-panel__nav .quick-panel__close i {
    font-size: 1.1rem;
  }
  .quick-panel .quick-panel__content {
    padding: 1rem 0.5rem 1rem 1rem;
  }
  .quick-panel .quick-panel__content .tab-pane {
    padding-right: 0.5rem;
  }
}
.quick-search {
  padding: 1.5rem;
}
.quick-search .quick-search__form {
  padding: 0;
  background-color: #36344d;
}
.quick-search .quick-search__form .input-group {
  background-color: transparent;
}
.quick-search .quick-search__form .input-group-prepend,
.quick-search .quick-search__form .input-group-append {
  background-color: transparent;
}
.quick-search .quick-search__form .input-group-prepend .input-group-text,
.quick-search .quick-search__form .input-group-append .input-group-text {
  background-color: transparent;
  border: 0;
}
.quick-search .quick-search__form .form-control {
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
  color: #575962;
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.quick-search .quick-search__form .form-control::-moz-placeholder {
  color: #656872;
  opacity: 1;
}
.quick-search .quick-search__form .form-control:-ms-input-placeholder {
  color: #656872;
}
.quick-search .quick-search__form .form-control::-webkit-input-placeholder {
  color: #656872;
}
.quick-search .quick-search__form i {
  font-size: 1.3rem;
  color: #64688d;
}
.quick-search .quick-search__form .quick-search__close {
  cursor: pointer;
  display: none;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .quick-search .quick-search__form .quick-search__close {
    transition: none;
  }
}
.quick-search .quick-search__form .quick-search__close:hover {
  transition: all 0.2s ease-in-out;
  color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .quick-search .quick-search__form .quick-search__close:hover {
    transition: none;
  }
}
.quick-search .quick-search__wrapper {
  display: none;
  margin: 1.5rem;
}
.quick-search .quick-search__wrapper.ps {
  margin-right: 0.5rem;
}
.quick-search .quick-search__result {
  padding: 0;
  margin: 0;
}
.quick-search .quick-search__result .quick-search__category {
  display: flex;
  padding: 0;
  margin: 1.5rem 0 0.5rem 0;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  color: #F1A31D;
}
.quick-search .quick-search__result .quick-search__category.quick-search__category--first {
  margin-top: 0;
}
.quick-search .quick-search__result .quick-search__message {
  display: flex;
  padding: 1rem 0;
  font-weight: 500;
  font-size: 1.1rem;
}
.quick-search .quick-search__result .quick-search__item {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  margin: 0.5rem 0;
  outline: none;
}
.quick-search .quick-search__result .quick-search__item .quick-search__item-icon {
  width: 2.5rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  color: #a7abc3;
}
@media (prefers-reduced-motion: reduce) {
  .quick-search .quick-search__result .quick-search__item .quick-search__item-icon {
    transition: none;
  }
}
.quick-search .quick-search__result .quick-search__item .quick-search__item-icon i {
  font-size: 1.5rem;
}
.quick-search .quick-search__result .quick-search__item .quick-search__item-icon img {
  border-radius: 50%;
  display: block;
  max-width: 28px !important;
}
.quick-search .quick-search__result .quick-search__item .quick-search__item-text {
  display: flex;
  flex-grow: 1;
  align-items: center;
  font-size: 1rem;
  color: #a7abc3;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .quick-search .quick-search__result .quick-search__item .quick-search__item-text {
    transition: none;
  }
}
.quick-search .quick-search__result .quick-search__item:hover {
  text-decoration: none;
}
.quick-search .quick-search__result .quick-search__item:hover .quick-search__item-text {
  transition: all 0.2s ease-in-out;
  color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .quick-search .quick-search__result .quick-search__item:hover .quick-search__item-text {
    transition: none;
  }
}
.quick-search.quick-search--has-result .quick-search__wrapper {
  display: block;
}
.quick-search.quick-search--inline {
  padding: 0;
}
.quick-search.quick-search--inline .quick-search__form {
  margin: 0 1.5rem;
  padding: 1rem 0;
  background-color: #fff;
}
.quick-search.quick-search--inline .quick-search__form .input-group:before {
  right: 0 !important;
}
.quick-search.quick-search--inline .quick-search__form .input-group-prepend .input-group-text {
  padding-left: 0;
}
.quick-search.quick-search--inline .quick-search__form .input-group-append .input-group-text {
  padding-right: 0;
}
.quick-search.quick-search--inline .quick-search__form .form-control {
  color: #6c7293;
}
.quick-search.quick-search--inline .quick-search__form .form-control::-moz-placeholder {
  color: #a7abc3;
  opacity: 1;
}
.quick-search.quick-search--inline .quick-search__form .form-control:-ms-input-placeholder {
  color: #a7abc3;
}
.quick-search.quick-search--inline .quick-search__form .form-control::-webkit-input-placeholder {
  color: #a7abc3;
}
.quick-search.quick-search--inline .quick-search__form i {
  font-size: 1.3rem;
  color: #a7abc3;
}
.quick-search.quick-search--inline .quick-search__wrapper {
  margin: 1.5rem;
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}
.quick-search.quick-search--inline .quick-search__wrapper.ps {
  margin-right: 0.5rem;
}
.quick-search.quick-search--inline .quick-search__result {
  padding: 0;
}
.quick-search.quick-search--inline.quick-search--has-result .quick-search__form {
  border-bottom: 1px solid #ebedf2;
}
.quick-search.quick-search--inline.quick-search--has-result .quick-search__wrapper {
  display: block;
}
.quick-search.quick-search--inline.quick-search--has-result .quick-search__wrapper .quick-search__result {
  padding-top: 0;
  padding-bottom: 0;
}

.scroll {
  position: relative;
  overflow: hidden;
}

.sticky-toolbar {
  width: 46px;
  position: fixed;
  top: 30%;
  right: 0;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 3px 0 0 3px;
}
.sticky-toolbar .sticky-toolbar__item {
  margin: 0;
  padding: 5px;
  text-align: center;
}
.sticky-toolbar .sticky-toolbar__item > a {
  background: #f4f4f8;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transition: background 0.3s ease;
}
.sticky-toolbar .sticky-toolbar__item > a > i {
  transition: color 0.3s ease;
  font-size: 1.3rem;
}
.sticky-toolbar .sticky-toolbar__item > a:hover {
  transition: background 0.3s ease;
}
.sticky-toolbar .sticky-toolbar__item > a:hover > i {
  transition: color 0.3s ease;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--brand > a > i {
  color: #F1A31D;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--brand:hover > a {
  background: #F1A31D;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--brand:hover > a > i {
  color: #ffffff;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--light > a > i {
  color: #ffffff;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--light:hover > a {
  background: #ffffff;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--light:hover > a > i {
  color: #5d8cfe;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--dark > a > i {
  color: #282b3b;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--dark:hover > a {
  background: #282b3b;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--dark:hover > a > i {
  color: #ffffff;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--primary > a > i {
  color: #F1A31D;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--primary:hover > a {
  background: #F1A31D;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--primary:hover > a > i {
  color: #ffffff;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--success > a > i {
  color: #08BB87;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--success:hover > a {
  background: #08BB87;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--success:hover > a > i {
  color: #ffffff;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--info > a > i {
  color: #2d9fff;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--info:hover > a {
  background: #2d9fff;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--info:hover > a > i {
  color: #ffffff;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--warning > a > i {
  color: #ffb822;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--warning:hover > a {
  background: #ffb822;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--warning:hover > a > i {
  color: #111111;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--warning-2 > a > i {
  color: #DA9910;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--warning-2:hover > a {
  background: #DA9910;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--warning-2:hover > a > i {
  color: #ffffff;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--danger > a > i {
  color: #fd387a;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--danger:hover > a {
  background: #fd387a;
}
.sticky-toolbar .sticky-toolbar__item.sticky-toolbar__item--danger:hover > a > i {
  color: #ffffff;
}

@media (min-width: 1025px) {
  .app .app__aside {
    width: 350px;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .app .app__aside {
    width: 262.5px;
  }
}
@media (min-width: 1025px) {
  .app .app__aside.app__aside--sm {
    width: 250px;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .app .app__aside.app__aside--sm {
    width: 187.5px;
  }
}
@media (min-width: 1025px) {
  .app .app__aside.app__aside--lg {
    width: 450px;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .app .app__aside.app__aside--lg {
    width: 337.5px;
  }
}
@media (min-width: 1025px) {
  .app .app__aside.app__aside--xl {
    width: 600px;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .app .app__aside.app__aside--xl {
    width: 450px;
  }
}
.app .app__content {
  margin-left: 20px;
}
.app .app__detail {
  margin-left: 20px;
}
@media (min-width: 1025px) {
  .app .app__detail {
    width: 550px;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .app .app__detail {
    width: 440px;
  }
}
@media (min-width: 1025px) {
  .app .app__detail.app__detail--sm {
    width: 400px;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .app .app__detail.app__detail--sm {
    width: 320px;
  }
}
@media (min-width: 1025px) {
  .app .app__detail.app__detail--lg {
    width: 700px;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .app .app__detail.app__detail--lg {
    width: 560px;
  }
}
@media (min-width: 1025px) {
  .app .app__detail.app__detail--xl {
    width: 850px;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .app .app__detail.app__detail--xl {
    width: 680px;
  }
}

@media (max-width: 1024px) {
  .app .app__aside {
    padding: 35px 15px 15px 15px;
    background-color: #ffffff;
  }
  .app .app__aside .portlet {
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
  }
  .app .app__aside.app__aside--fit {
    padding: 20px 0 0 0;
  }
  .app .app__aside.app__aside--fit .portlet {
    box-shadow: none;
  }
  .app .app__content {
    margin-left: 0;
  }
  .app .app__detail {
    margin-left: 0;
  }
}

.app__aside-close {
  display: none;
}

@media (max-width: 1024px) {
  .app__aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 300px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -320px;
  }
  .app__aside.app__aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}
@media screen\0  and (max-width: 1024px) {
  .app__aside {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .app__aside--right .app__aside {
    right: -320px;
    left: auto;
  }
  .app__aside--right .app__aside.app__aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .app__aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
  }
}
@media screen\0  and (max-width: 1024px) {
  .app__aside-close {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .app__aside-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .app__aside-close:hover {
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .app__aside--right .app__aside-close {
    left: auto;
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .app__aside--on .app__aside-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 274px;
  }
}
@media (max-width: 1024px) {
  .app__aside--on.app__aside--right .app__aside-close {
    left: auto;
    right: 274px;
  }
}
@media (max-width: 1024px) {
  .app__aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: animate-fade-in 0.3s linear 1;
            animation: animate-fade-in 0.3s linear 1;
  }
}
@media (max-width: 1024px) {
  .app__aside-overlay {
    background: rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 1024px) {
  .app__aside-close {
    background-color: #f4f5f8;
  }
  .app__aside-close > i {
    color: #a7abc3;
  }
  .app__aside-close:hover {
    background-color: transparent;
  }
  .app__aside-close:hover > i {
    color: #F1A31D;
  }
}
@media (max-width: 350px) {
  .app__aside {
    width: 90% !important;
  }
}
.subheader {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 25px 25px 0;
}
.subheader .btn {
  display: inline-flex;
}
.subheader .btn i {
  font-size: 1rem !important;
}
.subheader .btn.btn-icon {
  width: 32px !important;
}
.subheader .subheader__wrapper {
  margin-top: 5px;
}
.subheader .subheader__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.25rem 0;
}
.subheader .subheader__main .btn:not(.dropdown-toggle-split) {
  margin-left: 0;
  margin-right: 0.5rem;
}
.subheader .subheader__main .subheader__mobile-toggle {
  display: none;
}
.subheader .subheader__main .subheader__title {
  margin: 0;
  padding: 0 1rem 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #434349;
}
.subheader .subheader__main .subheader__title small {
  padding-left: 0.25rem;
  font-size: 0.9rem;
  color: #a7abc3;
}
.subheader .subheader__main .subheader__desc {
  padding: 0 0.5rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  color: #959cb6;
}
.subheader .subheader__main .subheader__separator {
  display: block;
  width: 12px;
  height: 4px;
  border-radius: 2px;
  background: #e7e8ef;
  margin: 0 1rem 0 0;
}
.subheader .subheader__main .subheader__separator.subheader__separator--v {
  width: 1px;
  height: 22px;
}
.subheader .subheader__main .subheader__subtitle {
  padding-top: 1.385rem;
}
.subheader .subheader__main .subheader__subtitle .badge {
  font-size: 0.769rem;
}
.subheader .subheader__main .subheader__breadcrumbs {
  display: flex;
  align-items: center;
  list-style-type: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home {
  padding: 0px 0.65rem 0px 0px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home {
    transition: none;
  }
}
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home > i {
  font-size: 1rem;
  color: #c5cbe7;
}
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home:hover > i {
  transition: all 0.2s ease-in-out;
  color: #F1A31D;
}
@media (prefers-reduced-motion: reduce) {
  .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home:hover > i {
    transition: none;
  }
}
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home.subheader__breadcrumbs-home--active > i {
  color: #F1A31D;
}
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-link {
  padding: 0 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  color: #959cb6;
  transition: all 0.3s;
}
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-link:hover {
  color: #F1A31D;
}
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-link.subheader__breadcrumbs-link--active {
  color: #F1A31D;
}
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-link:hover {
  transition: all 0.3s;
}
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-separator {
  display: flex;
  justify-content: content;
  align-items: center;
  padding: 0 0.35rem 0 0;
}
.subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-separator:after {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: " ";
  background: #e7e8ef;
}
.subheader .subheader__main .subheader__group {
  display: flex;
  align-items: center;
}
.subheader .subheader__toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
}
.subheader .subheader__toolbar .btn {
  font-size: 1em;
  line-height: 1.3;
}
.subheader .subheader__toolbar .btn.btn-secondary:hover {
  background-color: #e1e1ef;
}
.subheader .subheader__btn-primary {
  background: #f2f3f7;
  color: #959cb6;
  font-weight: 500;
}
.subheader .subheader__btn-primary i {
  color: #959cb6;
}
.subheader .subheader__btn-primary:hover, .subheader .subheader__btn-primary.active, .subheader .subheader__btn-primary:active, .subheader .subheader__btn-primary:focus {
  color: #ffffff;
  background: #F1A31D;
}
.subheader .subheader__btn-primary:hover i, .subheader .subheader__btn-primary.active i, .subheader .subheader__btn-primary:active i, .subheader .subheader__btn-primary:focus i {
  color: #ffffff;
}
.subheader .subheader__btn-primary:hover g [fill], .subheader .subheader__btn-primary.active g [fill], .subheader .subheader__btn-primary:active g [fill], .subheader .subheader__btn-primary:focus g [fill] {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.subheader .subheader__btn-primary:hover:hover g [fill], .subheader .subheader__btn-primary.active:hover g [fill], .subheader .subheader__btn-primary:active:hover g [fill], .subheader .subheader__btn-primary:focus:hover g [fill] {
  transition: fill 0.3s ease;
}
.subheader .subheader__btn-secondary {
  color: #959cb6;
  font-weight: 500;
}
.subheader .subheader__btn-secondary i {
  color: #aab1df;
}
.subheader .subheader__btn-secondary g [fill] {
  transition: fill 0.3s ease;
  fill: #aab1df;
}
.subheader .subheader__btn-secondary:hover g [fill] {
  transition: fill 0.3s ease;
}
.subheader .subheader__btn-secondary:hover, .subheader .subheader__btn-secondary.active, .subheader .subheader__btn-secondary:active, .subheader .subheader__btn-secondary:focus {
  background: #f2f3f7;
  color: #F1A31D;
}
.subheader .subheader__btn-secondary:hover g [fill], .subheader .subheader__btn-secondary.active g [fill], .subheader .subheader__btn-secondary:active g [fill], .subheader .subheader__btn-secondary:focus g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.subheader .subheader__btn-secondary:hover:hover g [fill], .subheader .subheader__btn-secondary.active:hover g [fill], .subheader .subheader__btn-secondary:active:hover g [fill], .subheader .subheader__btn-secondary:focus:hover g [fill] {
  transition: fill 0.3s ease;
}
.subheader .subheader__btn-daterange {
  background: #f2f3f7;
}
.subheader .subheader__btn-daterange .subheader__btn-daterange-title {
  display: inline-block;
  color: #959cb6;
  font-weight: 500;
}
.subheader .subheader__btn-daterange .subheader__btn-daterange-date {
  display: inline-block;
  color: #F1A31D;
  margin-right: 0.75rem;
  font-weight: 500;
}
.subheader .subheader__btn-daterange i {
  color: #F1A31D;
}
.subheader .subheader__btn-daterange:hover, .subheader .subheader__btn-daterange.active, .subheader .subheader__btn-daterange:active, .subheader .subheader__btn-daterange:focus {
  background: #f2f3f7;
}
.subheader .subheader__btn-daterange:hover i, .subheader .subheader__btn-daterange.active i, .subheader .subheader__btn-daterange:active i, .subheader .subheader__btn-daterange:focus i {
  color: #F1A31D;
}
.subheader .subheader__search {
  width: 175px;
  display: inline-block;
}
.subheader .subheader__search .form-control {
  font-size: 0.9rem;
  height: 33px;
  background: #f2f3f7;
  border-color: #f2f3f7 !important;
}
.subheader .subheader__search .input-icon__icon i {
  font-size: 1.2rem;
  color: #a7abc3;
}
.subheader--transparent .subheader {
  background-color: transparent;
  padding: 20px 25px;
}
.subheader--transparent .subheader .subheader__main .subheader__separator {
  background: #dbdce7;
}
.subheader--transparent .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home > i {
  color: #b7bee1;
}
.subheader--transparent .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-link {
  color: #959cb6;
}
.subheader--transparent .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-separator:after {
  background: #dbdce7;
}
.subheader--transparent .subheader .subheader__btn-primary {
  background: #e1e3ec;
  color: #959cb6;
}
.subheader--transparent .subheader .subheader__btn-primary i {
  color: #959cb6;
}
.subheader--transparent .subheader .subheader__btn-primary g [fill] {
  transition: fill 0.3s ease;
  fill: #959cb6;
}
.subheader--transparent .subheader .subheader__btn-primary:hover g [fill] {
  transition: fill 0.3s ease;
}
.subheader--transparent .subheader .subheader__btn-primary:hover, .subheader--transparent .subheader .subheader__btn-primary.active, .subheader--transparent .subheader .subheader__btn-primary:active, .subheader--transparent .subheader .subheader__btn-primary:focus {
  background: #F1A31D;
  color: #ffffff;
}
.subheader--transparent .subheader .subheader__btn-primary:hover i, .subheader--transparent .subheader .subheader__btn-primary.active i, .subheader--transparent .subheader .subheader__btn-primary:active i, .subheader--transparent .subheader .subheader__btn-primary:focus i {
  color: #ffffff;
}
.subheader--transparent .subheader .subheader__btn-primary:hover g [fill], .subheader--transparent .subheader .subheader__btn-primary.active g [fill], .subheader--transparent .subheader .subheader__btn-primary:active g [fill], .subheader--transparent .subheader .subheader__btn-primary:focus g [fill] {
  transition: fill 0.3s ease;
  fill: #ffffff;
}
.subheader--transparent .subheader .subheader__btn-primary:hover:hover g [fill], .subheader--transparent .subheader .subheader__btn-primary.active:hover g [fill], .subheader--transparent .subheader .subheader__btn-primary:active:hover g [fill], .subheader--transparent .subheader .subheader__btn-primary:focus:hover g [fill] {
  transition: fill 0.3s ease;
}
.subheader--transparent .subheader .subheader__btn-secondary {
  color: #8c94b0;
}
.subheader--transparent .subheader .subheader__btn-secondary i {
  color: #9fa7db;
}
.subheader--transparent .subheader .subheader__btn-secondary:hover, .subheader--transparent .subheader .subheader__btn-secondary.active, .subheader--transparent .subheader .subheader__btn-secondary:active, .subheader--transparent .subheader .subheader__btn-secondary:focus {
  background: #eaecf2;
}
.subheader--transparent .subheader .subheader__btn-daterange {
  background: #e1e3ec;
}
.subheader--transparent .subheader .subheader__btn-daterange:hover, .subheader--transparent .subheader .subheader__btn-daterange.active, .subheader--transparent .subheader .subheader__btn-daterange:active, .subheader--transparent .subheader .subheader__btn-daterange:focus {
  background: #d7dbe6;
}
.subheader--transparent .subheader .subheader__search .form-control {
  background: #eaecf2;
  border-color: #eaecf2 !important;
}

@media (max-width: 1024px) {
  .subheader {
    padding: 2px 15px;
  }
  .subheader .subheader__main .subheader__mobile-toggle {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    width: 20px;
    height: 22px;
    transition: all 0.4s ease;
  }
  .subheader .subheader__main .subheader__mobile-toggle span {
    display: block;
    position: absolute;
    top: 10px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .subheader .subheader__main .subheader__mobile-toggle span::before, .subheader .subheader__main .subheader__mobile-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .subheader .subheader__main .subheader__mobile-toggle span::before {
    top: -6px;
  }
  .subheader .subheader__main .subheader__mobile-toggle span::after {
    bottom: -6px;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--left span:before {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 50%;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--left span:after {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 75%;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--left:hover span:after, .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--left:hover span:before {
    width: 100%;
    transition: all 0.4s ease;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--left.subheader__mobile-toggle--active span:before {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 50%;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--left.subheader__mobile-toggle--active span:after {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 75%;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--right span:before {
    left: 0px;
    right: auto;
    width: 50%;
    transition: width 0.4s ease;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--right span:after {
    left: 0px;
    right: auto;
    width: 75%;
    transition: width 0.4s ease;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--right:hover span:after, .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--right:hover span:before {
    width: 100%;
    transition: width 0.4s ease;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--right.subheader__mobile-toggle--active span:before {
    left: auto;
    right: 0px;
    width: 50%;
    transition: width 0.4s ease;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--right.subheader__mobile-toggle--active span:after {
    left: auto;
    right: 0px;
    width: 75%;
    transition: width 0.4s ease;
  }
  .subheader .subheader__main .subheader__mobile-toggle span {
    background: #a7abc3;
  }
  .subheader .subheader__main .subheader__mobile-toggle span::before, .subheader .subheader__main .subheader__mobile-toggle span::after {
    background: #a7abc3;
  }
  .subheader .subheader__main .subheader__mobile-toggle:hover span {
    background: #F1A31D;
  }
  .subheader .subheader__main .subheader__mobile-toggle:hover span::before, .subheader .subheader__main .subheader__mobile-toggle:hover span::after {
    background: #F1A31D;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--active span {
    background: #F1A31D;
  }
  .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--active span::before, .subheader .subheader__main .subheader__mobile-toggle.subheader__mobile-toggle--active span::after {
    background: #F1A31D;
  }
  .subheader .subheader__main .subheader__mobile-toggle {
    display: inline-block;
    margin-right: 1rem;
  }
  .subheader .subheader__main .subheader__title {
    padding: 0.5rem 1.25rem 0.5rem 0;
  }
  .subheader .subheader__main .subheader__breadcrumbs {
    padding: 0.5rem 0;
  }
  .subheader .subheader__toolbar {
    padding: 0.5rem 0;
  }
  .subheader--transparent .subheader {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .subheader .subheader__toolbar {
    padding-top: 0.5rem;
  }
}
.badge {
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  font-size: 0.8rem;
}
.badge.badge--bold {
  font-weight: 500;
}
.badge.badge--bolder {
  font-weight: 600;
}
.badge.badge--boldest {
  font-weight: 700;
}
.badge.badge--md {
  height: 24px;
  width: 24px;
  font-size: 1rem;
}
.badge.badge--lg {
  height: 35px;
  width: 35px;
  font-size: 1rem;
}
.badge.badge--xl {
  height: 50px;
  width: 50px;
  font-size: 1.1rem;
  font-weight: 500;
}
.badge.badge__pics {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.badge.badge__pics .badge__pic {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  margin-left: -0.7rem;
  border: 1px solid #ffffff;
  background-color: #f0f3ff;
  color: #a1a8c3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  position: relative;
}
.badge.badge__pics .badge__pic img {
  width: 100%;
}
.badge.badge__pics .badge__pic.badge__pic--last {
  font-size: 1rem;
  font-weight: 500;
}
.badge.badge--brand {
  color: #ffffff;
  background: #F1A31D;
}
.badge.badge--outline.badge--brand {
  background: transparent;
  color: #F1A31D;
  border: 1px solid #F1A31D;
}
.badge.badge--outline.badge--brand.badge--outline-2x {
  border: 2px solid #F1A31D;
}
.badge.badge--light {
  color: #5d8cfe;
  background: #ffffff;
}
.badge.badge--outline.badge--light {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.badge.badge--outline.badge--light.badge--outline-2x {
  border: 2px solid #ffffff;
}
.badge.badge--dark {
  color: #ffffff;
  background: #282b3b;
}
.badge.badge--outline.badge--dark {
  background: transparent;
  color: #282b3b;
  border: 1px solid #282b3b;
}
.badge.badge--outline.badge--dark.badge--outline-2x {
  border: 2px solid #282b3b;
}
.badge.badge--primary {
  color: #ffffff;
  background: #F1A31D;
}
.badge.badge--outline.badge--primary {
  background: transparent;
  color: #F1A31D;
  border: 1px solid #F1A31D;
}
.badge.badge--outline.badge--primary.badge--outline-2x {
  border: 2px solid #F1A31D;
}
.badge.badge--success {
  color: #ffffff;
  background: #08BB87;
}
.badge.badge--outline.badge--success {
  background: transparent;
  color: #08BB87;
  border: 1px solid #08BB87;
}
.badge.badge--outline.badge--success.badge--outline-2x {
  border: 2px solid #08BB87;
}
.badge.badge--info {
  color: #ffffff;
  background: #2d9fff;
}
.badge.badge--outline.badge--info {
  background: transparent;
  color: #2d9fff;
  border: 1px solid #2d9fff;
}
.badge.badge--outline.badge--info.badge--outline-2x {
  border: 2px solid #2d9fff;
}
.badge.badge--warning {
  color: #111111;
  background: #ffb822;
}
.badge.badge--outline.badge--warning {
  background: transparent;
  color: #ffb822;
  border: 1px solid #ffb822;
}
.badge.badge--outline.badge--warning.badge--outline-2x {
  border: 2px solid #ffb822;
}
.badge.badge--warning-2 {
  color: #ffffff;
  background: #DA9910;
}
.badge.badge--outline.badge--warning-2 {
  background: transparent;
  color: #DA9910;
  border: 1px solid #DA9910;
}
.badge.badge--outline.badge--warning-2.badge--outline-2x {
  border: 2px solid #DA9910;
}
.badge.badge--danger {
  color: #ffffff;
  background: #fd387a;
}
.badge.badge--outline.badge--danger {
  background: transparent;
  color: #fd387a;
  border: 1px solid #fd387a;
}
.badge.badge--outline.badge--danger.badge--outline-2x {
  border: 2px solid #fd387a;
}
.badge.badge--unified-brand {
  color: #F1A31D;
  background: rgba(241, 163, 29, 0.1);
}
.badge.badge--unified-light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.badge.badge--unified-dark {
  color: #282b3b;
  background: rgba(40, 43, 59, 0.1);
}
.badge.badge--unified-primary {
  color: #F1A31D;
  background: rgba(241, 163, 29, 0.1);
}
.badge.badge--unified-success {
  color: #08BB87;
  background: rgba(8, 187, 135, 0.1);
}
.badge.badge--unified-info {
  color: #2d9fff;
  background: rgba(45, 159, 255, 0.1);
}
.badge.badge--unified-warning {
  color: #ffb822;
  background: rgba(255, 184, 34, 0.1);
}
.badge.badge--unified-warning-2 {
  color: #DA9910;
  background: rgba(218, 153, 16, 0.1);
}
.badge.badge--unified-danger {
  color: #fd387a;
  background: rgba(253, 56, 122, 0.1);
}
.badge.badge--inline {
  height: 0;
  width: auto;
  padding: 0.75rem 0.75rem;
  border-radius: 2px;
}
.badge.badge--inline.badge--md {
  padding: 0.8rem 0.6rem;
}
.badge.badge--inline.badge--lg {
  padding: 0.9rem 0.7rem;
}
.badge.badge--inline.badge--xl {
  padding: 1rem 0.8rem;
}
.badge.badge--pill {
  border-radius: 2rem;
}
.badge.badge--rounded {
  border-radius: 6px;
}
.badge.badge--dot {
  display: inline-block;
  line-height: 6px;
  min-height: 6px;
  min-width: 6px;
  height: 6px;
  width: 6px;
  font-size: 0;
  vertical-align: middle;
  text-align: center;
}
.badge.badge--dot.badge--sm {
  line-height: 4px;
  min-height: 4px;
  min-width: 4px;
  height: 4px;
  width: 4px;
}
.badge.badge--dot.badge--lg {
  line-height: 8px;
  min-height: 8px;
  min-width: 8px;
  height: 8px;
  width: 8px;
}
.badge.badge--dot.badge--xl {
  line-height: 10px;
  min-height: 10px;
  min-width: 10px;
  height: 10px;
  width: 10px;
}
.badge.badge--square {
  border-radius: 0;
}
.badge.badge--elevate {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.demo-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding: 20px;
  border-radius: 6px;
}
.demo-icon .demo-icon__preview {
  display: flex;
  padding-right: 20px;
  flex: 0 0 40px;
}
.demo-icon .demo-icon__preview i {
  line-height: 0;
  vertical-align: middle;
  font-size: 3.6rem !important;
}
.demo-icon .demo-icon__class {
  color: #a7abc3;
  display: flex;
  flex-grow: 1;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
}
.demo-icon:hover {
  background-color: #f4f5f8;
}
.demo-icon.demo-icon--overlay {
  position: relative;
}
.demo-icon.demo-icon--overlay svg {
  height: 40px;
  width: 40px;
}
.demo-icon.demo-icon--overlay .demo-icon__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all 0.3 ease;
  opacity: 0;
}
.demo-icon.demo-icon--overlay .demo-icon__overlay .btn {
  margin-right: 10px;
}
.demo-icon.demo-icon--overlay .demo-icon__overlay .btn:last-child {
  margin-right: 0;
}
.demo-icon.demo-icon--overlay:hover {
  background-color: transparent;
}
.demo-icon.demo-icon--overlay:hover .demo-icon__overlay {
  transition: all 0.3 ease;
  opacity: 1;
}

.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  font-size: 1.077rem;
  color: #6c7293;
}
.divider > span:first-child {
  width: 100%;
  height: 1px;
  flex: 1;
  background: #FFE5AD;
  display: inline-block;
}
.divider > span:last-child {
  width: 100%;
  height: 1px;
  flex: 1;
  background: #FFE5AD;
  display: inline-block;
}
.divider > span:not(:first-child):not(:last-child) {
  padding: 0 1.846rem;
}

.heading {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 1.75rem 0;
  color: #56516e;
}
.heading.heading--center {
  text-align: center;
}
.heading.heading--right {
  text-align: right;
}
.heading.heading--space-sm {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.heading.heading--space-md {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.heading.heading--space-lg {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.heading.heading--space-xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.heading.heading--sm {
  font-size: 1.2rem;
}
.heading.heading--md {
  font-size: 1.4rem;
}
.heading.heading--lg {
  font-size: 1.6rem;
}
.heading.heading--xl {
  font-size: 2rem;
}
.heading.heading--medium {
  font-weight: 600;
}
.heading.heading--bold {
  font-weight: 700;
}
.heading.heading--bolder {
  font-weight: 900;
}
.heading.heading--thin {
  font-weight: 300;
}
.heading.heading--no-top-margin {
  margin-top: 0;
}
.heading.heading--no-bottok-margin {
  margin-bottom: 0;
}

.link {
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #F1A31D;
}
.link:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  top: 1rem;
  left: 0;
  width: 0%;
  transition: width 0.3s ease;
}
.link:hover {
  text-decoration: none !important;
}
.link:hover:after {
  width: 100%;
}
.link:hover {
  color: #e1940e;
}
.link:hover:after {
  border-bottom: 1px solid #e1940e;
  opacity: 0.3;
}
.link.link--brand {
  color: #F1A31D;
}
.link.link--brand:hover {
  color: #ce870d;
}
.link.link--brand:hover:after {
  border-bottom: 1px solid #ce870d;
  opacity: 0.3;
}
.link.link--light {
  color: #ffffff;
}
.link.link--light:hover {
  color: #e6e6e6;
}
.link.link--light:hover:after {
  border-bottom: 1px solid #e6e6e6;
  opacity: 0.3;
}
.link.link--dark {
  color: #282b3b;
}
.link.link--dark:hover {
  color: #13151d;
}
.link.link--dark:hover:after {
  border-bottom: 1px solid #13151d;
  opacity: 0.3;
}
.link.link--primary {
  color: #F1A31D;
}
.link.link--primary:hover {
  color: #ce870d;
}
.link.link--primary:hover:after {
  border-bottom: 1px solid #ce870d;
  opacity: 0.3;
}
.link.link--success {
  color: #08BB87;
}
.link.link--success:hover {
  color: #068a64;
}
.link.link--success:hover:after {
  border-bottom: 1px solid #068a64;
  opacity: 0.3;
}
.link.link--info {
  color: #2d9fff;
}
.link.link--info:hover {
  color: #0087f9;
}
.link.link--info:hover:after {
  border-bottom: 1px solid #0087f9;
  opacity: 0.3;
}
.link.link--warning {
  color: #ffb822;
}
.link.link--warning:hover {
  color: #eea200;
}
.link.link--warning:hover:after {
  border-bottom: 1px solid #eea200;
  opacity: 0.3;
}
.link.link--warning-2 {
  color: #DA9910;
}
.link.link--warning-2:hover {
  color: #aa780d;
}
.link.link--warning-2:hover:after {
  border-bottom: 1px solid #aa780d;
  opacity: 0.3;
}
.link.link--danger {
  color: #fd387a;
}
.link.link--danger:hover {
  color: #fc0658;
}
.link.link--danger:hover:after {
  border-bottom: 1px solid #fc0658;
  opacity: 0.3;
}

.section {
  padding: 0;
  margin: 0;
}
.section.section--space-sm {
  margin-bottom: 1rem;
}
.section.section--space-md {
  margin-bottom: 2rem;
}
.section.section--space-lg {
  margin-bottom: 2.5rem;
}
.section.section--space-xl {
  margin-bottom: 3rem;
}
.section .section__heading,
.section .section__title {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0;
  margin: 0 0 1.75rem 0;
  color: #56516e;
}
.section .section__heading.section__title-sm,
.section .section__title.section__title-sm {
  font-size: 1.1rem;
}
.section .section__heading.section__title-md,
.section .section__title.section__title-md {
  font-size: 1.4rem;
}
.section .section__heading.section__title-lg,
.section .section__title.section__title-lg {
  font-size: 1.538rem;
  font-weight: 400;
  color: #6c7293;
  margin-bottom: 3.077rem;
  margin-top: 3.077rem;
}
.section .section__desc {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #6c7293;
}
.section .section__info {
  display: block;
  font-size: 1rem;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #6c7293;
}
.section .section__content {
  display: block;
  padding: 0;
  margin: 0;
}
.section .section__content.section__content--border {
  padding: 1.5rem;
  border: 3px solid #ebedf2;
  border-radius: 6px;
}
.section .section__content.section__content--solid {
  padding: 1.5rem;
  border-left: 4px solid #e2e5ec;
  background-color: #f4f5f8;
  border-radius-top-left: 6px;
  border-radius-top-right: 6px;
}
.section .section__content.section__content--x-fit {
  padding-left: 0;
  padding-right: 0;
}
.section .section__content.section__content--fit {
  padding: 0;
}
.section.section--last {
  margin-bottom: 0;
}
.section.section--first {
  margin-top: 0;
}

.separator {
  height: 0;
  margin: 20px 0;
  border-bottom: 1px solid #FFE5AD;
}
.separator.separator--border-dashed, .separator.separator--dashed {
  border-bottom: 1px dashed #FFE5AD;
}
.separator.separator--border-2x {
  border-bottom-width: 2px;
}
.separator.separator--space {
  border-bottom: 0;
}
.separator.separator--space-sm, .separator.separator--sm {
  margin: 0.5rem 0;
}
.separator.separator--space-md, .separator.separator--md {
  margin: 2rem 0;
}
.separator.separator--space-lg, .separator.separator--lg {
  margin: 2.5rem 0;
}
.separator.separator--space-xl, .separator.separator--xl {
  margin: 3rem 0;
}
.separator.separator--fit {
  margin-left: -25px;
  margin-right: -25px;
}
.separator.separator--brand {
  border-bottom: 1px solid #F1A31D;
}
.separator.separator--brand.separator--dashed {
  border-bottom: 1px dashed #F1A31D;
}
.separator.separator--light {
  border-bottom: 1px solid #ffffff;
}
.separator.separator--light.separator--dashed {
  border-bottom: 1px dashed #ffffff;
}
.separator.separator--dark {
  border-bottom: 1px solid #282b3b;
}
.separator.separator--dark.separator--dashed {
  border-bottom: 1px dashed #282b3b;
}
.separator.separator--primary {
  border-bottom: 1px solid #F1A31D;
}
.separator.separator--primary.separator--dashed {
  border-bottom: 1px dashed #F1A31D;
}
.separator.separator--success {
  border-bottom: 1px solid #08BB87;
}
.separator.separator--success.separator--dashed {
  border-bottom: 1px dashed #08BB87;
}
.separator.separator--info {
  border-bottom: 1px solid #2d9fff;
}
.separator.separator--info.separator--dashed {
  border-bottom: 1px dashed #2d9fff;
}
.separator.separator--warning {
  border-bottom: 1px solid #ffb822;
}
.separator.separator--warning.separator--dashed {
  border-bottom: 1px dashed #ffb822;
}
.separator.separator--warning-2 {
  border-bottom: 1px solid #DA9910;
}
.separator.separator--warning-2.separator--dashed {
  border-bottom: 1px dashed #DA9910;
}
.separator.separator--danger {
  border-bottom: 1px solid #fd387a;
}
.separator.separator--danger.separator--dashed {
  border-bottom: 1px dashed #fd387a;
}

.svg-icon {
  height: 23px;
  width: 23px;
}
.svg-icon g [fill] {
  fill: #F1A31D;
}
.svg-icon.svg-icon--brand g [fill] {
  fill: #F1A31D !important;
}
.svg-icon.svg-icon--light g [fill] {
  fill: #ffffff !important;
}
.svg-icon.svg-icon--dark g [fill] {
  fill: #282b3b !important;
}
.svg-icon.svg-icon--primary g [fill] {
  fill: #F1A31D !important;
}
.svg-icon.svg-icon--success g [fill] {
  fill: #08BB87 !important;
}
.svg-icon.svg-icon--info g [fill] {
  fill: #2d9fff !important;
}
.svg-icon.svg-icon--warning g [fill] {
  fill: #ffb822 !important;
}
.svg-icon.svg-icon--warning-2 g [fill] {
  fill: #DA9910 !important;
}
.svg-icon.svg-icon--danger g [fill] {
  fill: #fd387a !important;
}
.svg-icon.svg-icon--sm {
  height: 20px;
  width: 20px;
}
.svg-icon.svg-icon--md {
  height: 30px;
  width: 30px;
}
.svg-icon.svg-icon--lg {
  height: 40px;
  width: 40px;
}
.svg-icon.svg-icon--xl {
  height: 50px;
  width: 50px;
}

.widget1 {
  padding: 25px;
}
.widget1.widget1--fit {
  padding: 0;
}
.widget1.widget1--paddingless {
  padding: 0;
}
.widget1 .widget1__item {
  padding: 1.1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.07rem dashed #ebedf2;
}
.widget1 .widget1__item:last-child {
  padding-bottom: 0;
}
.widget1 .widget1__item:first-child {
  padding-top: 0;
}
.widget1 .widget1__item .widget1__info .widget1__title {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #FFBE33;
  font-size: 1.3rem;
  font-weight: 500;
  color: #56516e;
}
.widget1 .widget1__item .widget1__info .widget1__desc, .widget1 .widget1__item .widget1__info .widget1__desc a {
  margin-bottom: 1.1rem;
  font-size: 1.1rem;
  font-weight: normal;
  color: #6c7293;
}
.widget1 .widget1__item .widget1__number {
  font-size: 1.4rem;
  font-weight: 600;
  color: #a7abc3;
}
.widget1 .widget1__item:last-child {
  border-bottom: 0;
}

@media (max-width: 1024px) {
  .widget1 {
    padding: 15px;
  }
}
.widget2 .widget2__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.4rem;
  position: relative;
}
.widget2 .widget2__item:before {
  position: absolute;
  display: block;
  width: 0.3rem;
  border-radius: 4px;
  width: 4px;
  border-radius: 4px;
  height: 100%;
  left: 0.8rem;
  content: "";
}
.widget2 .widget2__item .widget2__checkbox {
  padding: 1rem 0 0 2.2rem;
}
.widget2 .widget2__item .widget2__info {
  display: flex;
  flex-direction: column;
  padding-left: 0.23rem 0 0 0.3rem;
}
.widget2 .widget2__item .widget2__info .widget2__title {
  font-weight: 500;
  margin: 0;
  color: #6c7293;
  transition: color 0.3s ease;
}
.widget2 .widget2__item .widget2__info .widget2__title:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget2 .widget2__item .widget2__info .widget2__username {
  text-decoration: none;
  font-size: 0.9rem;
  color: #a7abc3;
  transition: color 0.3s ease;
}
.widget2 .widget2__item .widget2__info .widget2__username:hover {
  text-decoration: none;
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget2 .widget2__item .widget2__info .widget2__summaryinfo {
  text-decoration: none;
  font-size: 0.9rem;
  color: #a7abc3;
  transition: color 0.3s ease;
}
.widget2 .widget2__item .widget2__info .widget2__summaryinfo:hover {
  text-decoration: none;
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget2 .widget2__item .widget2__actions {
  flex-grow: 1;
  text-align: right;
  padding: 0 0.5rem 0 0.8rem;
  visibility: hidden;
}
@media (hover: none) {
  .widget2 .widget2__item .widget2__actions {
    visibility: visible;
  }
}
.widget2 .widget2__item .widget2__actions a {
  text-decoration: none;
}
.widget2 .widget2__item .widget2__actions i {
  font-size: 2.1rem;
}
.widget2 .widget2__item:hover .widget2__actions {
  visibility: visible;
}
.widget2 .widget2__item.widget2__item--secondary {
  margin-bottom: 0.4rem;
}
.widget2 .widget2__item.widget2__item--secondary:before {
  width: 1px;
  background: #ccc;
  height: 66%;
}
.widget2 .widget2__item.widget2__item--secondary .widget2__checkbox {
  padding-left: 1.7rem;
}
.widget2 .widget2__item.widget2__item--brand:before {
  background: #F1A31D;
}
.widget2 .widget2__item.widget2__item--light:before {
  background: #ffffff;
}
.widget2 .widget2__item.widget2__item--dark:before {
  background: #282b3b;
}
.widget2 .widget2__item.widget2__item--primary:before {
  background: #F1A31D;
}
.widget2 .widget2__item.widget2__item--success:before {
  background: #08BB87;
}
.widget2 .widget2__item.widget2__item--info:before {
  background: #2d9fff;
}
.widget2 .widget2__item.widget2__item--warning:before {
  background: #ffb822;
}
.widget2 .widget2__item.widget2__item--warning-2:before {
  background: #DA9910;
}
.widget2 .widget2__item.widget2__item--danger:before {
  background: #fd387a;
}

.widget3 .widget3__item {
  margin-bottom: 1rem;
  border-bottom: 0.07rem dashed #ebedf2;
}
.widget3 .widget3__item .widget3__header {
  margin-top: 1.5rem;
  padding-bottom: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget3 .widget3__item .widget3__header .widget3__user-img .widget3__img {
  width: 3.2rem;
  border-radius: 50%;
}
.widget3 .widget3__item .widget3__header .widget3__info {
  padding-left: 1rem;
}
.widget3 .widget3__item .widget3__header .widget3__info .widget3__username {
  font-weight: 500;
  color: #6c7293;
  transition: color 0.3s ease;
}
.widget3 .widget3__item .widget3__header .widget3__info .widget3__username:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget3 .widget3__item .widget3__header .widget3__info .widget3__time {
  font-size: 0.9rem;
  font-weight: 400;
  color: #a7abc3;
}
.widget3 .widget3__item .widget3__header .widget3__status {
  font-weight: 500;
  flex-grow: 1;
  text-align: right;
}
.widget3 .widget3__item .widget3__body .widget3__text {
  color: #a7abc3;
}
.widget3 .widget3__item:last-child {
  border-bottom: 0;
}
.widget3 .widget3__item:first-child .widget3__header {
  margin-top: 0;
}

.widget4 .widget4__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ebedf2;
}
.widget4 .widget4__item .widget4__pic {
  padding-right: 1rem;
}
.widget4 .widget4__item .widget4__pic img {
  width: 2.5rem;
  border-radius: 6px;
}
.widget4 .widget4__item .widget4__pic.widget4__pic--sm img {
  width: 2.5rem;
}
.widget4 .widget4__item .widget4__pic.widget4__pic--lg img {
  width: 3.5rem;
}
.widget4 .widget4__item .widget4__pic.widget4__pic--xl img {
  width: 4rem;
}
.widget4 .widget4__item .widget4__pic.widget4__pic--circle img {
  border-radius: 50%;
}
.widget4 .widget4__item .widget4__img {
  margin-right: 0.5rem;
}
.widget4 .widget4__item .widget4__info {
  display: flex;
  flex-direction: column;
  padding-right: 1.25rem;
  flex-grow: 1;
}
.widget4 .widget4__item .widget4__info .widget4__username {
  font-weight: 500;
  font-size: 1rem;
  color: #6c7293;
  transition: color 0.3s ease;
}
.widget4 .widget4__item .widget4__info .widget4__username:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget4 .widget4__item .widget4__info .widget4__title {
  font-weight: 500;
  font-size: 1.1rem;
  color: #6c7293;
}
.widget4 .widget4__item .widget4__info .widget4__text {
  font-size: 1rem;
  margin: 0;
  color: #a7abc3;
}
.widget4 .widget4__item .widget4__title {
  color: #6c7293;
  font-size: 1rem;
  font-weight: 500;
  padding-right: 1.25rem;
  flex-grow: 1;
  transition: color 0.3s ease;
}
.widget4 .widget4__item .widget4__title.widget4__title--light {
  font-weight: 400;
}
.widget4 .widget4__item .widget4__title:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget4 .widget4__item .widget4__number {
  width: 7rem;
  flex-grow: 1;
  text-align: right;
  font-weight: 500;
  font-size: 1.1rem;
}
.widget4 .widget4__item .widget4__icon {
  padding-right: 1.25rem;
}
.widget4 .widget4__item .widget4__icon > i {
  font-size: 1.6rem;
  text-align: right;
  color: #a7abc3;
}
.widget4 .widget4__item .widget4__icon.widget4__icon--2x > i {
  font-size: 2.2rem;
}
.widget4 .widget4__item:first-child {
  padding-top: 0;
}
.widget4 .widget4__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget4.widget4--progress .widget4__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.widget4.widget4--progress .widget4__content .widget4__progress {
  flex: 1;
  padding-right: 1.5rem;
}
.widget4.widget4--progress .widget4__content .widget4__progress .widget4__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}
.widget4.widget4--progress .widget4__content .widget4__progress .widget4__stats > span {
  line-height: 1.1;
}
.widget4.widget4--progress .widget4__content .widget4__progress .widget4__stats > span:first-child {
  font-size: 1.1rem;
  font-weight: 600;
  color: #6c7293;
}
.widget4.widget4--progress .widget4__content .widget4__progress .widget4__stats > span:last-child {
  font-size: 0.9rem;
  color: #a7abc3;
  font-weight: 400;
}
.widget4.widget4--progress .widget4__content .widget4__progress .progress {
  width: 100%;
}
.widget4 .widget4__chart {
  position: relative;
}
.widget4.widget4--sticky {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.widget4.widget4--sticky .widget4__items {
  flex-grow: 1;
}
.widget4.widget4--sticky .widget4__items.widget4__items--bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.widget4.widget4--sticky .widget4__chart canvas {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.widget5 .widget5__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.07rem dashed #ebedf2;
}
.widget5 .widget5__item .widget5__content {
  display: flex;
  align-items: center;
}
.widget5 .widget5__item .widget5__content .widget5__pic {
  padding-right: 1.25rem;
}
.widget5 .widget5__item .widget5__content .widget5__pic img {
  max-width: 8.5rem;
  border-radius: 6px;
}
.widget5 .widget5__item .widget5__content .widget5__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c7293;
  transition: color 0.3s ease;
}
.widget5 .widget5__item .widget5__content .widget5__title:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget5 .widget5__item .widget5__content .widget5__desc {
  margin: 0;
  padding: 0.4rem 0;
  font-size: 1rem;
  font-weight: 400;
  color: #a7abc3;
}
.widget5 .widget5__item .widget5__content .widget5__info span:nth-child(even) {
  font-weight: 500;
  margin-right: 0.71rem;
}
.widget5 .widget5__item .widget5__content .widget5__stats {
  display: flex;
  flex-direction: column;
}
.widget5 .widget5__item .widget5__content .widget5__stats .widget5__number {
  font-size: 1.3rem;
  font-weight: 500;
  color: #6c7293;
}
.widget5 .widget5__item .widget5__content .widget5__stats:first-child {
  padding-right: 3rem;
}
.widget5 .widget5__item .widget5__content:last-child {
  flex-grow: 1;
  text-align: right;
  justify-content: flex-end;
  padding-left: 1rem;
}
.widget5 .widget5__item:last-child {
  border-bottom: 0;
}

@media (max-width: 1024px) {
  .widget5 {
    padding: 1rem;
  }
  .widget5 .widget5__item .widget5__content .widget5__pic {
    padding-right: 0.5rem;
  }
  .widget5 .widget5__item .widget5__content .widget5__pic img {
    max-width: 4rem;
  }
  .widget5 .widget5__item .widget5__content .widget5__stats .widget5__number {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .widget5 .widget5__item .widget5__content .widget5__stats:first-child {
    padding-right: 1rem;
  }
}
.widget6 .widget6__head .widget6__item {
  display: flex;
  align-items: center;
  margin-bottom: 1.07rem;
}
.widget6 .widget6__head .widget6__item > span {
  font-size: 1rem;
  color: #a7abc3;
  font-weight: 400;
  flex: 1;
  text-align: left;
}
.widget6 .widget6__head .widget6__item > span:last-child {
  text-align: right;
}
.widget6 .widget6__body .widget6__item {
  display: flex;
  align-items: center;
  padding: 1.07rem 0;
  border-bottom: 1px dashed #ebedf2;
}
.widget6 .widget6__body .widget6__item > span {
  color: #6c7293;
  font-weight: 400;
  flex: 1;
  text-align: left;
  font-size: 1rem;
}
.widget6 .widget6__body .widget6__item > span:last-child {
  text-align: right;
}
.widget6 .widget6__body .widget6__item:last-child {
  border-bottom: 0;
}
.widget6 .widget6__foot .widget6__action {
  text-align: right;
  margin-top: 1rem;
}

.widget7 .widget7__desc {
  text-align: center;
  margin-top: 7rem;
  font-size: 1.3rem;
  color: #6c7293;
}
.widget7 .widget7__content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.widget7 .widget7__content .widget7__userpic img {
  width: 3.6rem;
  border-radius: 50%;
}
.widget7 .widget7__content .widget7__info {
  padding-left: 1rem;
}
.widget7 .widget7__content .widget7__info .widget7__username {
  color: #6c7293;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.widget7 .widget7__content .widget7__info .widget7__time {
  color: #a7abc3;
  font-size: 0.9rem;
}
.widget7 .widget7__button {
  text-align: center;
  margin-top: 2rem;
}
.widget7.widget7--skin-light .widget7__desc {
  color: #fff;
}
.widget7.widget7--skin-light .widget7__info .widget7__username {
  color: #fff;
}
.widget7.widget7--skin-light .widget7__info .widget7__time {
  color: #fff;
  opacity: 0.8;
}

.widget9 {
  padding: 2.2rem;
}
.widget9 .widget9__header {
  padding: 1.1rem 0;
  margin-bottom: 0.5rem;
}
.widget9 .widget9__header .widget9__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
  color: #6c7293;
}
.widget9 .widget9__header .widget9__desc {
  display: inline-block;
  margin-top: 0.2rem;
  color: #a7abc3;
}
.widget9 .widget9__header .widget9__text {
  color: #a7abc3;
}
.widget9 .widget9__chart {
  position: relative;
  margin-top: 0.5rem;
}
.widget9 .widget9__chart .widget9__stat {
  font-size: 2.4rem;
  font-weight: 700;
  color: #a7abc3;
}

.widget10 .widget10__chart {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  position: relative;
}
.widget10 .widget10__chart canvas {
  border-radius: 8px;
}
.widget10 .widget10__items .widget10__item .widget10__stats {
  font-size: 1.1rem;
  font-weight: 700;
  color: #a7abc3;
}
.widget10 .widget10__items .widget10__item .widget10__text {
  font-size: 0.9rem;
  float: right;
  margin-top: 0.3rem;
  color: #a7abc3;
}
.widget10 .widget10__items .widget10__item .progress {
  margin-bottom: 1.6rem;
}
.widget10 .widget10__desc {
  margin-top: 1.6rem;
  font-size: 1rem;
}

.widget11 .table-responsive {
  overflow-y: hidden;
}
.widget11 .table thead > tr > td {
  padding: 0;
  vertical-align: top;
  border-top: 0;
  font-weight: 500;
  color: #a7abc3;
}
.widget11 .table tbody > tr {
  border-bottom: 1px dashed #ebedf2;
}
.widget11 .table tbody > tr > td {
  border: 0;
  padding-left: 0;
  padding-right: 0.5rem;
  padding-top: 20px;
  vertical-align: top;
  color: #6c7293;
}
.widget11 .table tbody > tr > td > label {
  right: 0;
  top: 0.5rem;
  vertical-align: top;
}
.widget11 .table tbody > tr > td .widget11__chart {
  position: relative;
  margin-top: -0.6rem;
}
.widget11 .table tbody > tr > td:last-child {
  padding-right: 0;
}
.widget11 .table tbody > tr .widget11__title {
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  color: #6c7293;
  transition: color 0.3s ease;
}
.widget11 .table tbody > tr .widget11__title:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget11 .table tbody > tr .widget11__title > span {
  color: #a7abc3;
}
.widget11 .table tbody > tr .widget11__sub {
  display: block;
  font-size: 1rem;
}
.widget11 .table tbody > tr:last-child {
  border: 0;
}

.widget12 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.widget12 .widget12__content {
  display: flex;
  padding-bottom: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.widget12 .widget12__content .widget12__item {
  display: flex;
  margin-bottom: 2.5rem;
  align-items: center;
}
.widget12 .widget12__content .widget12__item .widget12__info {
  flex: 1;
}
.widget12 .widget12__content .widget12__item .widget12__info .widget12__desc {
  font-size: 1rem;
  color: #a7abc3;
  padding-bottom: 0.5rem;
  font-weight: 500;
  display: block;
}
.widget12 .widget12__content .widget12__item .widget12__info .widget12__value {
  font-size: 1.4rem;
  font-weight: 600;
  color: #6c7293;
  display: block;
}
.widget12 .widget12__content .widget12__item .widget12__info .widget12__progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
  padding-top: 1rem;
}
.widget12 .widget12__content .widget12__item .widget12__info .widget12__progress .progress {
  width: 100%;
  height: 0.6rem;
}
.widget12 .widget12__content .widget12__item .widget12__info .widget12__progress .widget12__stat {
  font-size: 1.3rem;
  font-weight: 700;
  color: #a7abc3;
  padding-left: 1rem;
}
.widget12 .widget12__chart {
  position: relative;
}
.widget12 .widget12__chart canvas {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.widget13 {
  padding: 2rem 0;
}
.widget13 .widget13__item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.widget13 .widget13__item .widget13__desc {
  color: #a7abc3;
  text-align: right;
  padding-right: 1rem;
  font-weight: 400;
}
.widget13 .widget13__item .widget13__text {
  color: #a7abc3;
  padding-left: 1rem;
  font-weight: 400;
}
.widget13 .widget13__item .widget13__text.widget13__text--bold {
  color: #6c7293;
  font-size: 1.2rem;
  font-weight: 500;
}
.widget13 .widget13__item > span {
  flex: 1;
}
.widget13 .widget13__item:lasst-child {
  margin-bottom: 0;
}
.widget13 .widget13__action {
  margin-top: 30px;
  padding-top: 30px;
}
.widget13 .widget13__action .widget__detalis {
  margin-right: 10px;
  border-top: 0.07rem dashed #ebedf2;
}
.widget13 .widget13__action .widget13__action {
  border-top: 0.07rem dashed #ebedf2;
}

.widget14 {
  padding: 25px;
}
.widget14.widget14--no-padding {
  padding: 0;
}
.widget14 .widget14__header {
  padding: 0.5rem 0 1.1rem 0;
  margin-bottom: 0.5rem;
}
.widget14 .widget14__header .widget14__title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #6c7293;
}
.widget14 .widget14__header .widget14__desc {
  display: inline-block;
  margin-top: 0.2rem;
  color: #a7abc3;
}
.widget14 .widget14__content {
  display: flex;
  align-items: center;
}
.widget14 .widget14__legends {
  padding-left: 2rem;
  flex-grow: 1;
}
.widget14 .widget14__legends .widget14__legend {
  display: flex;
  align-items: center;
}
.widget14 .widget14__legends .widget14__legend .widget14__bullet {
  width: 1.5rem;
  height: 0.45rem;
  border-radius: 1.1rem;
}
.widget14 .widget14__legends .widget14__legend .widget14__stats {
  color: #a7abc3;
  font-weight: 500;
  flex: 1;
  padding-left: 1rem;
}
.widget14 .widget14__legends .widget14__legend:not(:first-child):not(:last-child) {
  padding: 0.5rem 0;
}
.widget14 .widget14__chart {
  position: relative;
}
.widget14 .widget14__chart .widget14__stat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #adb1c7;
  opacity: 0.7;
}
.widget14 .widget14__chart canvas {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .widget14 {
    padding: 15px;
  }
  .widget14 .widget14__legends {
    padding-left: 0.5rem;
  }
}
.widget15 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.widget15 .widget15__items {
  flex-grow: 1;
}
.widget15 .widget15__items.widget15__items--bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.widget15 .widget15__items .widget15__item .widget15__stats {
  font-size: 1.1rem;
  font-weight: 500;
  color: #a7abc3;
}
.widget15 .widget15__items .widget15__item .widget15__text {
  font-size: 1rem;
  float: right;
  margin-top: 0.3rem;
  font-weight: 400;
  color: #a7abc3;
}
.widget15 .widget15__items .widget15__item .progress {
  margin-bottom: 1.6rem;
  height: 0.45rem;
}
.widget15 .widget15__items .widget15__desc {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
  color: #a7abc3;
}
.widget16 {
  display: flex;
}
.widget16 .widget16__items {
  flex: 1;
  padding-right: 1rem;
  width: 50%;
}
.widget16 .widget16__items .widget16__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0;
  border-bottom: 1px dashed #ebedf2;
}
.widget16 .widget16__items .widget16__item .widget16__sceduled {
  font-weight: 500;
  color: #a7abc3;
  font-size: 1rem;
}
.widget16 .widget16__items .widget16__item .widget16__amount {
  font-size: 1rem;
  font-weight: 500;
  color: #a7abc3;
  text-align: right;
}
.widget16 .widget16__items .widget16__item .widget16__date {
  font-size: 1rem;
  font-weight: 300;
  color: #a7abc3;
}
.widget16 .widget16__items .widget16__item .widget16__price {
  font-size: 1rem;
  font-weight: 500;
  text-align: right;
}
.widget16 .widget16__items .widget16__item:last-child {
  border-bottom: 0;
}
.widget16 .widget16__stats {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 1rem;
  width: 50%;
}
.widget16 .widget16__stats .widget16__legends {
  font-weight: 1;
  padding-left: 2rem;
}
.widget16 .widget16__stats .widget16__legends .widget16__legend .widget16__bullet {
  width: 1.5rem;
  height: 0.45rem;
  display: inline-block;
  border-radius: 1.1rem;
  margin: 0 1rem 0.1rem 0;
}
.widget16 .widget16__stats .widget16__legends .widget16__legend .widget16__stat {
  display: inline-block;
  color: #a7abc3;
  font-weight: 500;
}
.widget16 .widget16__stats .widget16__legends .widget16__legend:not(:first-child):not(:last-child) {
  padding: 0.5rem 0;
}
.widget16 .widget16__stats .widget16__legends:last-child {
  margin-bottom: 0;
}
.widget16 .widget16__stats .widget16__visual .widget16__chart {
  margin-top: 0.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.widget16 .widget16__stats .widget16__visual .widget16__chart .widget16__stat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #adb1c7;
}
.widget16 .widget16__stats .widget16__visual .widget16__chart canvas {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .widget16 {
    display: flex;
    flex-direction: column;
  }
  .widget16 .widget16__items {
    width: 100%;
  }
  .widget16 .widget16__stats {
    width: 100%;
  }
  .widget16 .widget16__stats .widget16__legends {
    padding-left: 1rem;
  }
}
.widget17 .widget17__visual {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.widget17 .widget17__visual .widget17__chart {
  position: relative;
  padding-top: 8rem;
}
.widget17 .widget17__stats {
  display: column;
  margin: -4.3rem auto 0 auto;
  position: relative;
  width: 90%;
}
.widget17 .widget17__stats .widget17__items {
  display: flex;
}
.widget17 .widget17__stats .widget17__items .widget17__item {
  padding: 2rem;
  flex: 1;
  overflow: hidden;
  background-color: white;
  margin: 0.3rem;
  box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.06);
  cursor: pointer;
  transition: all 0.3s ease;
}
.widget17 .widget17__stats .widget17__items .widget17__item .widget17__icon {
  display: block;
}
.widget17 .widget17__stats .widget17__items .widget17__item .widget17__icon > i {
  font-size: 2.6rem;
}
.widget17 .widget17__stats .widget17__items .widget17__item .widget17__icon svg {
  margin-left: -4px;
  width: 38px;
  height: 38px;
}
.widget17 .widget17__stats .widget17__items .widget17__item .widget17__subtitle {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #6c7293;
}
.widget17 .widget17__stats .widget17__items .widget17__item .widget17__desc {
  display: block;
  font-size: 1rem;
  color: #a7abc3;
}
.widget17 .widget17__stats .widget17__items .widget17__item:hover {
  transition: all 0.3s ease;
  box-shadow: 0px 1px 21px 1px rgba(69, 65, 78, 0.12);
}

@media (max-width: 768px) {
  .widget17 .widget17__stats .widget17__items .widget17__item {
    padding-left: 0.5rem;
  }
}
.widget19 .widget19__pic {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget19 .widget19__pic > img {
  width: 100%;
}
.widget19 .widget19__pic .widget19__shadow {
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.5) 90%) no-repeat scroll 0 0;
}
.widget19 .widget19__pic .widget19__title {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 1;
  padding-left: 25px;
  padding-bottom: 12.5px;
  color: #6c7293;
}
.widget19 .widget19__pic .widget19__labels {
  position: absolute;
  top: 25px;
  left: 25px;
}
@media (max-width: 1024px) {
  .widget19 .widget19__pic .widget19__labels {
    top: 15px;
    left: 15px;
  }
}
.widget19 .widget19__wrapper {
  margin-bottom: 1rem;
}
.widget19 .widget19__wrapper .widget19__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 1.75rem 0;
}
.widget19 .widget19__wrapper .widget19__content .widget19__userpic > img {
  width: 3.2rem;
  border-radius: 100%;
}
.widget19 .widget19__wrapper .widget19__content .widget19__info {
  padding-left: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.widget19 .widget19__wrapper .widget19__content .widget19__info .widget19__username {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c7293;
  transition: color 0.3s ease;
}
.widget19 .widget19__wrapper .widget19__content .widget19__info .widget19__username:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget19 .widget19__wrapper .widget19__content .widget19__info .widget19__time {
  font-size: 1rem;
  font-weight: 400;
  color: #a7abc3;
}
.widget19 .widget19__wrapper .widget19__content .widget19__stats {
  font-size: 1rem;
  font-weight: 500;
}
.widget19 .widget19__wrapper .widget19__content .widget19__stats .widget19__number {
  font-size: 1.4rem;
  font-weight: 700;
}
.widget19 .widget19__wrapper .widget19__content .widget19__stats .widget19__comment {
  font-size: 0.9rem;
  color: #a7abc3;
  transition: color 0.3s ease;
}
.widget19 .widget19__wrapper .widget19__content .widget19__stats .widget19__comment:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget19 .widget19__wrapper .widget19__content .widget19__stats span {
  text-align: center;
  display: block;
}
.widget19 .widget19__wrapper .widget19__text {
  text-align: justify;
  color: #a7abc3;
}
.widget19 .widget19__action {
  margin-top: 1.5rem;
}

.widget20 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.widget20 .widget20__content {
  display: flex;
  padding-top: 1.15rem;
  padding-bottom: 1.25rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.widget20 .widget20__content .widget20__desc {
  color: #a7abc3;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
}
.widget20 .widget20__content .widget20__number {
  flex-grow: 1;
  font-weight: 600;
  font-size: 1.8rem;
}
.widget20 .widget20__chart {
  position: relative;
}
.widget20 .widget20__chart canvas {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.widget21 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.widget21 .widget21__content {
  display: flex;
  padding-top: 1.15rem;
  padding-bottom: 1.25rem;
  flex-grow: 1;
  display: flex;
}
.widget21 .widget21__content .widget21__item {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 2rem;
  margin-top: 1.5rem;
}
.widget21 .widget21__content .widget21__item .widget21__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.widget21 .widget21__content .widget21__item .widget21__icon i {
  font-size: 1.4rem;
}
.widget21 .widget21__content .widget21__item .widget21__info {
  padding-left: 1rem;
  flex: 1;
}
.widget21 .widget21__content .widget21__item .widget21__info .widget21__title {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c7293;
}
.widget21 .widget21__content .widget21__item .widget21__info .widget21__sub {
  display: block;
  font-size: 1rem;
  color: #a7abc3;
}
.widget21 .widget21__chart {
  position: relative;
}
.widget21 .widget21__chart canvas {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

@media (max-width: 768px) {
  .widget21 .widget21__content .widget21__item {
    padding-left: 0;
    margin-top: 0.5rem;
  }
  .widget21 .widget21__content .widget21__item .widget21__info {
    padding-left: 0.5rem;
  }
}
.widget24 {
  padding: 25px;
  flex: 1;
}
.widget24 .widget24__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget24 .widget24__details .widget24__info .widget24__title {
  display: flex;
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c7293;
  transition: color 0.3s ease;
}
.widget24 .widget24__details .widget24__info .widget24__title:hover {
  transition: color 0.3s ease;
  color: #F1A31D;
}
.widget24 .widget24__details .widget24__info .widget24__desc {
  color: #a7abc3;
  font-weight: 400;
}
.widget24 .widget24__details .widget24__stats {
  font-size: 1.75rem;
  font-weight: 500;
  padding-left: 0.5rem;
}
.widget24 .progress {
  height: 0.5rem;
  margin: 2rem 0 0.5rem 0;
}
.widget24 .widget24__action {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}
.widget24 .widget24__action .widget24__change {
  color: #a7abc3;
}
.widget24 .widget24__action .widget24__number {
  color: #a7abc3;
}
.widget24.widget24--solid {
  border: 1px solid #ebedf2;
  padding: 1rem;
  border-radius: 6px;
}

@media (max-width: 1024px) {
  .widget24 {
    padding: 15px;
  }
}
.widget25 {
  margin: 2rem 0;
}
.widget25 .widget25__stats {
  font-size: 4.5rem;
  font-weight: 500;
  color: #6c7293;
}
.widget25 .widget25__subtitle {
  color: #a7abc3;
  font-size: 1.1rem;
  padding-left: 1rem;
}
.widget25 .widget25__items {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.widget25 .widget25__items .widget25__item {
  flex: 1;
}
.widget25 .widget25__items .widget25__item .widget25__progress-sub {
  display: inline-block;
  margin-top: 6px;
  font-size: 1.1rem;
  font-weight: 500;
}
.widget25 .widget25__items .widget25__item .widget25__number {
  font-size: 2rem;
  font-weight: 600;
}
.widget25 .widget25__items .widget25__item .progress {
  height: 0.5rem;
}
.widget25 .widget25__items .widget25__item .widget25__desc {
  font-size: 1.1rem;
  font-weight: 500;
  color: #a7abc3;
  padding-top: 0.7rem;
  display: block;
}
.widget25 .widget25__items .widget25__item:not(:first-child):not(:last-child) {
  margin: 0 2rem;
}

.widget26 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.widget26 .widget26__content {
  display: flex;
  padding-bottom: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.widget26 .widget26__content .widget26__number {
  font-weight: 600;
  font-size: 1.8rem;
}
.widget26 .widget26__content .widget26__desc {
  color: #a7abc3;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 0.55rem;
}
.widget26 .widget26__chart {
  position: relative;
}
.widget26 .widget26__chart canvas {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.widget27 {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.widget27 .widget27__visual {
  position: relative;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.widget27 .widget27__visual > img {
  width: 100%;
  height: 286px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.widget27 .widget27__visual .widget27__title {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  display: block;
  z-index: 1;
  color: #ffffff;
}
.widget27 .widget27__visual .widget27__title > span {
  font-size: 4.5rem;
}
.widget27 .widget27__visual .widget27__title > span > span {
  font-size: 2.5rem;
  padding-right: 0.4rem;
}
.widget27 .widget27__visual .widget27__btn .btn {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
  padding: 1rem 2.5rem;
}
.widget27 .widget27__visual .widget27__btn .btn:hover, .widget27 .widget27__visual .widget27__btn .btn:focus, .widget27 .widget27__visual .widget27__btn .btn:active {
  background-color: #fff;
}
.widget27 .widget27__container {
  margin: 3rem 0;
  width: 100%;
  padding: 1rem 0.5rem 0 0.5rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.widget27 .widget27__container .nav {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0.7rem;
}
.widget27 .widget27__container .nav .nav-item {
  display: table-cell;
}
.widget27 .widget27__container .nav .nav-item > a {
  text-align: center;
  font-weight: 600;
  padding: 0.8rem 0 0.8rem 0;
  color: #a7abc3;
  border: 1px solid #f4f5f8;
}
.widget27 .widget27__container .nav .nav-item > a.active {
  background-color: #F1A31D;
  border-color: #F1A31D !important;
  color: #ffffff;
}
.widget27 .widget27__container .tab-content {
  padding: 0 1rem;
}
.widget27 .widget27__container .tab-content .widget27__header {
  padding: 1.1rem 0;
  margin-bottom: 0.5rem;
}
.widget27 .widget27__container .tab-content .widget27__header .widget27__title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0;
}
.widget27 .widget27__container .tab-content .widget27__header .widget27__desc {
  display: inline-block;
  margin-top: 0.2rem;
}
.widget27 .widget27__container .tab-content .widget27__legends .widget27__legend {
  margin-bottom: 0.9rem;
}
.widget27 .widget27__container .tab-content .widget27__legends .widget27__legend:last-child {
  margin-bottom: 0;
}
.widget27 .widget27__container .tab-content .widget27__legends .widget27__legend .widget27__stats {
  color: #a7abc3;
  display: inline-block;
  font-weight: 500;
}
.widget27 .widget27__container .tab-content .widget27__legends .widget27__legend .widget27__bullet {
  width: 1.5rem;
  height: 0.45rem;
  display: inline-block;
  border-radius: 1.1rem;
  margin: 0 1rem 0.1rem 0;
}
.widget27 .widget27__container .tab-content .widget27__chart {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  flex: 1;
}
.widget27 .widget27__container .tab-content .widget27__chart .widget27__stat {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 2.2rem;
  font-weight: 500;
  color: #a7abc3;
}
.widget27 .widget27__container .tab-content .widget27__chart canvas {
  position: relative;
  z-index: 1;
}

.widget28 .widget28__visual {
  position: relative;
  min-height: 286px;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.widget28 .widget28__wrapper {
  width: 100%;
}
.widget28 .widget28__wrapper .nav {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 1.2rem;
  margin-top: -8rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 1rem;
}
.widget28 .widget28__wrapper .nav .nav-item {
  display: table-cell;
}
.widget28 .widget28__wrapper .nav .nav-item > a {
  text-align: center;
  padding: 1rem 0 1rem 0;
  border: 1px solid rgba(255, 255, 255, 0);
}
.widget28 .widget28__wrapper .nav .nav-item > a > span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease;
}
.widget28 .widget28__wrapper .nav .nav-item > a > span > i {
  font-size: 2.2rem;
  margin-right: 0;
  padding-bottom: 1rem;
  padding-top: 0.4rem;
}
.widget28 .widget28__wrapper .nav .nav-item > a > span:last-child {
  font-weight: 400;
  font-size: 1rem;
}
.widget28 .widget28__wrapper .nav .nav-item > a.active {
  border: 1px solid white;
  background-color: transparent;
}
.widget28 .widget28__wrapper .nav .nav-item > a.active > span {
  color: #fff;
  transition: color 0.3s ease;
}
.widget28 .widget28__wrapper .nav .nav-item > a.active > span > i {
  color: #fff;
  transition: color 0.3s ease;
}
.widget28 .widget28__wrapper .nav .nav-item > a:focus, .widget28 .widget28__wrapper .nav .nav-item > a:active, .widget28 .widget28__wrapper .nav .nav-item > a:hover {
  background-color: transparent;
}
.widget28 .widget28__wrapper .nav .nav-item > a:focus > span, .widget28 .widget28__wrapper .nav .nav-item > a:active > span, .widget28 .widget28__wrapper .nav .nav-item > a:hover > span {
  color: #fff;
  transition: color 0.3s ease;
}
.widget28 .widget28__wrapper .nav .nav-item > a:focus > span > i, .widget28 .widget28__wrapper .nav .nav-item > a:active > span > i, .widget28 .widget28__wrapper .nav .nav-item > a:hover > span > i {
  color: #fff;
  transition: color 0.3s ease;
}
.widget28 .widget28__wrapper .tab-content {
  margin-top: 2rem;
}
.widget28 .widget28__wrapper .tab-content .tab-pane .widget28__tab-items .widget28__tab-item {
  margin-top: 1.2rem;
  border-bottom: 1px solid #ebedf2;
}
.widget28 .widget28__wrapper .tab-content .tab-pane .widget28__tab-items .widget28__tab-item > span {
  display: block;
}
.widget28 .widget28__wrapper .tab-content .tab-pane .widget28__tab-items .widget28__tab-item > span:first-child {
  font-size: 1rem;
  font-weight: 400;
  color: #a7abc3;
}
.widget28 .widget28__wrapper .tab-content .tab-pane .widget28__tab-items .widget28__tab-item > span:last-child {
  color: #6c7293;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.widget28 .widget28__wrapper .tab-content .tab-pane .widget28__tab-items .widget28__tab-item:first-child {
  margin-top: 0;
}
.widget28 .widget28__wrapper .tab-content .tab-pane .widget28__tab-items .widget28__tab-item:last-child {
  border-bottom: none;
}

.widget29 {
  margin-top: 1rem;
}
.widget29 .widget29__content {
  margin-bottom: 1.25rem;
  padding: 2rem;
  background-color: #fff;
}
.widget29 .widget29__content .widget29__title {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c7293;
}
.widget29 .widget29__content .widget29__item {
  display: flex;
}
.widget29 .widget29__content .widget29__item .widget29__info {
  flex: 1;
  text-align: left;
}
.widget29 .widget29__content .widget29__item .widget29__info .widget29__subtitle {
  display: block;
  color: #a7abc3;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.25rem 0;
}
.widget29 .widget29__content .widget29__item .widget29__info .widget29__stats {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.widget29 .widget29__content:last-child {
  margin-bottom: 0;
}
.widget29 .widget29__actions {
  margin-top: 1.5rem;
  padding: 0rem;
}

@media (max-width: 768px) {
  .widget29 .widget29__content {
    padding: 2.2rem 1rem;
  }
  .widget29 .widget29__content .widget29__item .widget29__info > span {
    padding-right: 1rem;
  }
  .widget29 .widget29__content .widget29__item .widget29__info > span:last-child {
    padding-right: 0;
  }
}
.widget30 {
  margin: 1.5rem 0;
}
.widget30 .widget30__head {
  padding: 0;
  max-width: 100%;
  margin: 0 auto 2rem auto;
}
.widget30 .widget30__head .owl-carousel .carousel {
  cursor: pointer;
  text-align: center;
  padding: 1rem 0;
  margin: 1rem 1rem;
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}
.widget30 .widget30__head .owl-carousel .carousel > span {
  display: block;
}
.widget30 .widget30__head .owl-carousel .carousel > span:first-child {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c7293;
}
.widget30 .widget30__head .owl-carousel .carousel > span:last-child {
  font-size: 0.9rem;
  font-weight: 400;
  color: #a7abc3;
}
.widget30 .widget30__head .owl-carousel .center > div {
  cursor: auto;
  background-color: #F1A31D;
  box-shadow: 0px 2px 14px 2px rgba(241, 163, 29, 0.2);
}
.widget30 .widget30__head .owl-carousel .center > div > span:first-child {
  color: #ffffff;
}
.widget30 .widget30__head .owl-carousel .center > div > span:last-child {
  color: rgba(255, 255, 255, 0.7);
}
.widget30 .widget30__body .owl-carousel .widget30__items {
  padding: 0 2.2rem;
  border-bottom: 1px dashed #ebedf2;
}
.widget30 .widget30__body .owl-carousel .widget30__items .widget30__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.widget30 .widget30__body .owl-carousel .widget30__items .widget30__item .widget30__pic > img {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}
.widget30 .widget30__body .owl-carousel .widget30__items .widget30__item .widget30__info {
  width: 100%;
  text-align: left;
  padding: 0 1rem;
  font-weight: 500;
  color: #a7abc3;
}
.widget30 .widget30__body .owl-carousel .widget30__items .widget30__item .widget30__info > a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #6c7293;
  transition: color 0.3s ease;
}
.widget30 .widget30__body .owl-carousel .widget30__items .widget30__item .widget30__info > a:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget30 .widget30__body .owl-carousel .widget30__items .widget30__item .widget30__info > span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #a7abc3;
}
.widget30 .widget30__body .owl-carousel .widget30__items .widget30__item:last-child {
  border-bottom: none;
}
.widget30 .widget30__body .owl-carousel .widget30__items:last-child {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .widget30 {
    margin: 1rem 0;
  }
}
.widget31 .widget31__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.widget31 .widget31__item .widget31__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget31 .widget31__item .widget31__content .widget31__pic > img {
  width: 4rem;
  border-radius: 50%;
}
.widget31 .widget31__item .widget31__content .widget31__info {
  padding: 0 1.2rem;
  flex-grow: 1;
}
.widget31 .widget31__item .widget31__content .widget31__info .widget31__username {
  font-weight: 500;
  font-size: 1.1rem;
  color: #6c7293;
  transition: color 0.3s ease;
}
.widget31 .widget31__item .widget31__content .widget31__info .widget31__username:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget31 .widget31__item .widget31__content .widget31__info .widget31__text {
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
  color: #a7abc3;
}
.widget31 .widget31__item .widget31__content .widget31__progress {
  flex: 1;
  padding-right: 3rem;
}
.widget31 .widget31__item .widget31__content .widget31__progress .widget31__stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.7rem;
}
.widget31 .widget31__item .widget31__content .widget31__progress .widget31__stats > span {
  line-height: 1.1;
}
.widget31 .widget31__item .widget31__content .widget31__progress .widget31__stats > span:first-child {
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c7293;
}
.widget31 .widget31__item .widget31__content .widget31__progress .widget31__stats > span:last-child {
  font-size: 1rem;
  color: #a7abc3;
  font-weight: 400;
}
.widget31 .widget31__item .widget31__content .widget31__progress .progress {
  width: 100%;
}
.widget31 .widget31__item .widget31__content:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.widget31 .widget31__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .widget31 .widget31__item {
    display: flex;
    flex-wrap: wrap;
  }
  .widget31 .widget31__item .widget31__content {
    width: 100%;
  }
  .widget31 .widget31__item .widget31__content:last-child {
    width: 100%;
    margin: 1rem 0;
  }
}
.widget.widget--user-profile-1 {
  padding-bottom: 1.7rem;
}
.widget.widget--user-profile-1 .widget__head {
  display: flex;
  align-items: flex-start;
}
.widget.widget--user-profile-1 .widget__head .widget__media img {
  width: 90px;
  max-width: 100%;
  border-radius: 8px;
}
.widget.widget--user-profile-1 .widget__head .widget__content {
  padding-left: 1.6rem;
}
.widget.widget--user-profile-1 .widget__head .widget__content .widget__section .widget__username {
  font-size: 1.3rem;
  color: #56516e;
  font-weight: 500;
}
.widget.widget--user-profile-1 .widget__head .widget__content .widget__section .widget__username:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget.widget--user-profile-1 .widget__head .widget__content .widget__section .widget__username i {
  font-size: 1.1rem;
  padding-left: 0.4rem;
}
.widget.widget--user-profile-1 .widget__head .widget__content .widget__section .widget__subtitle {
  font-size: 1;
  display: block;
  padding: 0.25rem 0 0 0;
  font-weight: 500;
  color: #a7abc3;
}
.widget.widget--user-profile-1 .widget__head .widget__content .widget__action {
  margin-top: 1rem;
}
.widget.widget--user-profile-1 .widget__head .widget__content .widget__action .btn {
  margin-right: 0.4rem;
  font-weight: 600;
  padding: 0.3rem 1rem;
}
.widget.widget--user-profile-1 .widget__body .widget__content {
  padding: 1.9rem 0 2.1rem 0;
}
.widget.widget--user-profile-1 .widget__body .widget__content .widget__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.widget.widget--user-profile-1 .widget__body .widget__content .widget__info .widget__label {
  color: #56516e;
  font-weight: 500;
}
.widget.widget--user-profile-1 .widget__body .widget__content .widget__info .widget__data {
  color: #a7abc3;
  font-weight: 400;
}
.widget.widget--user-profile-1 .widget__body .widget__content .widget__info a.widget__data:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget.widget--user-profile-1 .widget__body .widget__content .widget__info:last-child {
  padding-bottom: 0;
}
.widget.widget--user-profile-1 .widget__body .widget__items .widget__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.05rem 0.9rem 0.6rem;
  margin: 0.4rem 0;
}
.widget.widget--user-profile-1 .widget__body .widget__items .widget__item.widget__item--active {
  transition: color 0.3s ease;
  background: #f2f3f7;
  border-radius: 6px;
}
.widget.widget--user-profile-1 .widget__body .widget__items .widget__item.widget__item--active .widget__section .widget__desc {
  color: #F1A31D;
}
.widget.widget--user-profile-1 .widget__body .widget__items .widget__item.widget__item--active .widget__section .widget__icon .svg-icon g [fill] {
  fill: #F1A31D;
}
.widget.widget--user-profile-1 .widget__body .widget__items .widget__item .widget__section .widget__icon svg {
  width: 2rem;
  height: 1.5rem;
}
.widget.widget--user-profile-1 .widget__body .widget__items .widget__item .widget__section .widget__icon .svg-icon g [fill] {
  fill: #a7abc3;
}
.widget.widget--user-profile-1 .widget__body .widget__items .widget__item .widget__section .widget__desc {
  color: #a7abc3;
  font-weight: 500;
  padding-left: 0.3rem;
}
.widget.widget--user-profile-1 .widget__body .widget__items .widget__item:hover {
  transition: color 0.3s ease;
  background: #f2f3f7;
  cursor: pointer;
  border-radius: 6px;
}
.widget.widget--user-profile-1 .widget__body .widget__items .widget__item:hover .widget__desc {
  color: #F1A31D;
}
.widget.widget--user-profile-1 .widget__body .widget__items .widget__item:hover .widget__icon .svg-icon g [fill] {
  fill: #F1A31D;
}
.portlet__body.portlet__body--fit-y .widget {
  margin-top: -10px;
}

@media (max-width: 1024px) {
  .widget.widget--user-profile-1 {
    padding-bottom: 1.2rem;
  }
  .widget.widget--user-profile-1 .widget__head .widget__media img {
    max-width: 60px;
  }
  .widget.widget--user-profile-1 .widget__head .widget__content .widget__section .widget__username {
    font-size: 1.1rem;
    color: #56516e;
    font-weight: 500;
  }
  .widget.widget--user-profile-1 .widget__head .widget__content .widget__action {
    margin-top: 0.5rem;
  }
  .widget.widget--user-profile-1 .widget__head .widget__content .widget__action .btn {
    margin-right: 0.4rem;
    font-weight: 500;
    padding: 0.25rem 1.25rem;
  }
  .widget.widget--user-profile-1 .widget__body .widget__content {
    padding-bottom: 2rem;
  }
}
.widget.widget--user-profile-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.widget.widget--user-profile-2 .widget__head {
  display: flex;
  align-items: center;
  margin-top: -45px;
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__img {
  max-width: 90px;
  border-radius: 50%;
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 1.5rem;
  border-radius: 50%;
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__pic.widget__pic--brand {
  background: rgba(241, 163, 29, 0.1);
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__pic.widget__pic--light {
  background: rgba(255, 255, 255, 0.1);
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__pic.widget__pic--dark {
  background: rgba(40, 43, 59, 0.1);
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__pic.widget__pic--primary {
  background: rgba(241, 163, 29, 0.1);
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__pic.widget__pic--success {
  background: rgba(8, 187, 135, 0.1);
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__pic.widget__pic--info {
  background: rgba(45, 159, 255, 0.1);
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__pic.widget__pic--warning {
  background: rgba(255, 184, 34, 0.1);
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__pic.widget__pic--warning-2 {
  background: rgba(218, 153, 16, 0.1);
}
.widget.widget--user-profile-2 .widget__head .widget__media .widget__pic.widget__pic--danger {
  background: rgba(253, 56, 122, 0.1);
}
.widget.widget--user-profile-2 .widget__head .widget__info {
  padding-left: 1rem;
}
.widget.widget--user-profile-2 .widget__head .widget__info .widget__username {
  font-size: 1.4rem;
  color: #56516e;
  font-weight: 500;
}
.widget.widget--user-profile-2 .widget__head .widget__info .widget__username:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget.widget--user-profile-2 .widget__head .widget__info .widget__desc {
  display: block;
  font-weight: 500;
  font-size: 1.1rem;
  padding-top: 0.4rem;
  color: #a7abc3;
}
.widget.widget--user-profile-2 .widget__body {
  flex: 1;
}
.widget.widget--user-profile-2 .widget__body .widget__section {
  padding: 1rem 0 1rem 0;
  color: #6c7293;
  font-weight: 400;
}
.widget.widget--user-profile-2 .widget__body .widget__section a {
  padding-right: 0.3rem;
}
.widget.widget--user-profile-2 .widget__body .widget__content {
  display: flex;
}
.widget.widget--user-profile-2 .widget__body .widget__content .widget__stats {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding-bottom: 1.7rem;
}
.widget.widget--user-profile-2 .widget__body .widget__content .widget__stats .widget__icon i {
  font-size: 2.7rem;
  color: #adb1c7;
  font-weight: 400;
}
.widget.widget--user-profile-2 .widget__body .widget__content .widget__stats .widget__details {
  padding-left: 1rem;
}
.widget.widget--user-profile-2 .widget__body .widget__content .widget__stats .widget__details .widget__title {
  display: block;
  color: #6c7293;
  font-weight: 500;
  font-size: 0.95rem;
}
.widget.widget--user-profile-2 .widget__body .widget__content .widget__stats .widget__details .widget__value {
  display: block;
  color: #56516e;
  font-weight: 600;
  font-size: 1.2rem;
}
.widget.widget--user-profile-2 .widget__body .widget__item {
  padding: 0.7rem 0;
}
.widget.widget--user-profile-2 .widget__body .widget__item .widget__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.widget.widget--user-profile-2 .widget__body .widget__item .widget__contact .widget__label {
  color: #56516e;
  font-weight: 600;
}
.widget.widget--user-profile-2 .widget__body .widget__item .widget__contact .widget__data {
  color: #a7abc3;
  font-weight: 400;
}
.widget.widget--user-profile-2 .widget__body .widget__item .widget__contact a.widget__data:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget.widget--user-profile-2 .widget__body .widget__item .widget__contact:last-child {
  padding-bottom: 0;
}
.widget.widget--user-profile-2 .widget__footer {
  margin-top: 2rem;
}
.widget.widget--user-profile-2 .widget__footer .btn {
  font-size: 1rem;
  font-weight: 600;
  padding: 1.1rem 0;
  width: 100%;
}
.portlet__body.portlet__body--fit-y .widget {
  margin-top: -20px;
}

@media (max-width: 768px) {
  .widget.widget--user-profile-2 .widget__head {
    margin-top: -30px;
  }
  .widget.widget--user-profile-2 .widget__head .widget__media .widget__img {
    max-width: 60px;
  }
  .widget.widget--user-profile-2 .widget__head .widget__media .widget__pic {
    max-width: 60px;
    max-height: 60px;
    font-size: 1.2rem;
  }
}
.widget.widget--user-profile-3 .widget__top {
  display: flex;
  align-items: flex-start;
}
.widget.widget--user-profile-3 .widget__top .widget__media {
  margin-top: 0.2rem;
}
.widget.widget--user-profile-3 .widget__top .widget__media img {
  width: 110px;
  border-radius: 8px;
}
.widget.widget--user-profile-3 .widget__top .widget__pic {
  margin-top: 0.2rem;
  width: 100%;
  max-width: 110px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 8px;
}
.widget.widget--user-profile-3 .widget__top .widget__pic.widget__pic--brand {
  background: rgba(241, 163, 29, 0.1);
}
.widget.widget--user-profile-3 .widget__top .widget__pic.widget__pic--light {
  background: rgba(255, 255, 255, 0.1);
}
.widget.widget--user-profile-3 .widget__top .widget__pic.widget__pic--dark {
  background: rgba(40, 43, 59, 0.1);
}
.widget.widget--user-profile-3 .widget__top .widget__pic.widget__pic--primary {
  background: rgba(241, 163, 29, 0.1);
}
.widget.widget--user-profile-3 .widget__top .widget__pic.widget__pic--success {
  background: rgba(8, 187, 135, 0.1);
}
.widget.widget--user-profile-3 .widget__top .widget__pic.widget__pic--info {
  background: rgba(45, 159, 255, 0.1);
}
.widget.widget--user-profile-3 .widget__top .widget__pic.widget__pic--warning {
  background: rgba(255, 184, 34, 0.1);
}
.widget.widget--user-profile-3 .widget__top .widget__pic.widget__pic--warning-2 {
  background: rgba(218, 153, 16, 0.1);
}
.widget.widget--user-profile-3 .widget__top .widget__pic.widget__pic--danger {
  background: rgba(253, 56, 122, 0.1);
}
.widget.widget--user-profile-3 .widget__top .widget__content {
  width: 100%;
  padding-left: 1.7rem;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__head .widget__user {
  display: flex;
  align-items: center;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__head .widget__username {
  font-size: 1.3rem;
  color: #56516e;
  font-weight: 500;
  align-items: center;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__head .widget__username:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__head .widget__username i {
  font-size: 1.2rem;
  color: #57c974;
  padding-left: 0.5rem;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__head .widget__action .btn {
  font-weight: 600;
  margin-left: 0.5rem;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__subhead {
  padding: 0.6rem 0 0.8rem 0;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__subhead a {
  padding-right: 2rem;
  color: #a7abc3;
  font-weight: 500;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__subhead a:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__subhead a i {
  padding-right: 0.5rem;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__info {
  display: flex;
  flex-flow: row wrap;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__info .widget__desc {
  color: #6c7293;
  font-weight: 400;
  padding-right: 1rem;
  flex-grow: 1;
  margin-bottom: 0.5rem;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__info .widget__progress {
  display: flex;
  align-items: center;
  max-width: 500px;
  width: 100%;
  margin: 0.1rem 0;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__info .widget__progress .widget__text {
  padding-right: 1rem;
  color: #6c7293;
  font-weight: 500;
}
.widget.widget--user-profile-3 .widget__top .widget__content .widget__info .widget__progress .widget__stats {
  padding-left: 1rem;
  color: #56516e;
  font-weight: 600;
  font-size: 1.1rem;
}
.widget.widget--user-profile-3 .widget__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 1px solid #ebedf2;
  margin-top: 2rem;
}
.widget.widget--user-profile-3 .widget__bottom .widget__item {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 2rem 1.5rem 0 0;
}
.widget.widget--user-profile-3 .widget__bottom .widget__item .widget__icon i {
  font-size: 2.7rem;
  color: #adb1c7;
  font-weight: 400;
}
.widget.widget--user-profile-3 .widget__bottom .widget__item .widget__details {
  padding-left: 1rem;
}
.widget.widget--user-profile-3 .widget__bottom .widget__item .widget__details .widget__title {
  display: block;
  color: #a7abc3;
  font-weight: 600;
  font-size: 0.95rem;
}
.widget.widget--user-profile-3 .widget__bottom .widget__item .widget__details .widget__value {
  display: block;
  color: #56516e;
  font-weight: 600;
  font-size: 1.2rem;
}
.widget.widget--user-profile-3 .widget__bottom .widget__item .widget__details .widget__value span {
  color: #6c7293;
  font-weight: 400;
}
.widget.widget--user-profile-3 .widget__bottom .widget__item .widget__details a.widget__value {
  font-size: 0.95rem;
}
.widget.widget--user-profile-3 .widget__bottom .widget__item .widget__details a.widget__value:hover {
  color: #F1A31D;
}
.widget.widget--user-profile-3 .widget__bottom .widget__item .widget__details .section__content {
  padding-left: 0.7rem;
}
.widget.widget--user-profile-3 .widget__form {
  margin-top: 1.5rem;
}

@media (max-width: 768px) {
  .widget.widget--user-profile-3 {
    padding-top: 0.5rem;
  }
  .widget.widget--user-profile-3 .widget__top {
    display: flex;
    align-items: flex-start;
  }
  .widget.widget--user-profile-3 .widget__top .widget__media {
    margin-top: 0.5rem;
  }
  .widget.widget--user-profile-3 .widget__top .widget__media img {
    max-width: 60px;
  }
  .widget.widget--user-profile-3 .widget__top .widget__pic {
    width: 60px;
    height: 60px;
    margin-top: 0.5rem;
    font-size: 1.3rem;
  }
  .widget.widget--user-profile-3 .widget__top .widget__content {
    padding-left: 1rem;
    margin-top: 0;
  }
  .widget.widget--user-profile-3 .widget__top .widget__content .widget__head .widget__username {
    padding-bottom: 0.6rem;
  }
  .widget.widget--user-profile-3 .widget__top .widget__content .widget__subhead {
    padding: 1.2rem 0;
  }
  .widget.widget--user-profile-3 .widget__top .widget__content .widget__subhead a:not(:first-child):not(:last-child) {
    padding: 0.5rem 1rem 0.5rem 0;
  }
  .widget.widget--user-profile-3 .widget__top .widget__content .widget__info {
    display: flex;
    flex-direction: column;
  }
  .widget.widget--user-profile-3 .widget__top .widget__content .widget__info .widget__desc {
    padding-bottom: 1rem;
  }
  .widget.widget--user-profile-3 .widget__top .widget__content .widget__info .widget__progress {
    width: 100%;
  }
  .widget.widget--user-profile-3 .widget__bottom {
    padding-top: 1rem;
  }
  .widget.widget--user-profile-3 .widget__bottom .widget__item {
    padding: 1rem 1rem 0 0;
  }
  .widget.widget--user-profile-3 .widget__bottom .widget__item .widget__icon i {
    font-size: 2.5rem;
  }
}
.widget.widget--user-profile-4 .widget__head {
  margin-top: 1rem;
}
.widget.widget--user-profile-4 .widget__head .widget__media {
  display: flex;
  justify-content: center;
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__img {
  max-width: 90px;
  max-height: 90px;
  border-radius: 50%;
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  font-size: 1.5rem;
  border-radius: 50%;
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__pic.widget__pic--brand {
  background: rgba(241, 163, 29, 0.1);
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__pic.widget__pic--light {
  background: rgba(255, 255, 255, 0.1);
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__pic.widget__pic--dark {
  background: rgba(40, 43, 59, 0.1);
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__pic.widget__pic--primary {
  background: rgba(241, 163, 29, 0.1);
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__pic.widget__pic--success {
  background: rgba(8, 187, 135, 0.1);
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__pic.widget__pic--info {
  background: rgba(45, 159, 255, 0.1);
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__pic.widget__pic--warning {
  background: rgba(255, 184, 34, 0.1);
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__pic.widget__pic--warning-2 {
  background: rgba(218, 153, 16, 0.1);
}
.widget.widget--user-profile-4 .widget__head .widget__media .widget__pic.widget__pic--danger {
  background: rgba(253, 56, 122, 0.1);
}
.widget.widget--user-profile-4 .widget__head .widget__content .widget__section .widget__username {
  text-align: center;
  display: block;
  padding: 0.8rem 0 0.6rem 0;
  font-size: 1.3rem;
  color: #56516e;
  font-weight: 500;
}
.widget.widget--user-profile-4 .widget__head .widget__content .widget__section .widget__username:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget.widget--user-profile-4 .widget__head .widget__content .widget__section .widget__button {
  text-align: center;
}
.widget.widget--user-profile-4 .widget__head .widget__content .widget__section .widget__button .btn {
  font-weight: 600;
  padding: 0.3rem 0.8rem;
}
.widget.widget--user-profile-4 .widget__head .widget__content .widget__section .widget__action {
  text-align: center;
  margin-top: 2.3rem;
}
.widget.widget--user-profile-4 .widget__head .widget__content .widget__section .widget__action > .btn-label-warning:hover {
  color: #fff;
}
.widget.widget--user-profile-4 .widget__head .widget__content .widget__section .widget__action .btn:not(:first-child):not(:last-child) {
  margin: 0 1rem;
}
.widget.widget--user-profile-4 .widget__body {
  margin-top: 2.5rem;
}
.widget.widget--user-profile-4 .widget__body .widget__item {
  display: block;
  text-align: center;
  color: #6c7293;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0.9rem 0;
  margin: 0.4rem 0;
}
.widget.widget--user-profile-4 .widget__body .widget__item:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
  background: #edf0fc;
  cursor: pointer;
  border-radius: 6px;
}
.widget.widget--user-profile-4 .widget__body .widget__item.widget__item--active {
  transition: color 0.3s ease;
  background: #edf0fc;
  color: #F1A31D;
  border-radius: 6px;
}
.portlet__body.portlet__body--fit-y .widget.widget--user-profile-4 {
  margin-top: -20px;
}

@media (max-width: 768px) {
  .widget.widget--user-profile-4 .widget__head .widget__media .widget__img {
    max-width: 80px;
    max-height: 80px;
  }
  .widget.widget--user-profile-4 .widget__head .widget__media .widget__pic {
    max-width: 80px;
    max-height: 80px;
    font-size: 1.2rem;
  }
}
.widget.widget--users .widget__item {
  display: flex;
  margin: 1.3rem 0 2.3rem 0;
}
.widget.widget--users .widget__item .userpic img {
  width: 100%;
  max-width: 43px;
  height: 43px;
}
.widget.widget--users .widget__item:last-child {
  margin-bottom: 0;
}
.widget.widget--users .widget__item .widget__info {
  padding-top: 0.1rem;
  flex: 3;
  margin-left: 1rem;
}
.widget.widget--users .widget__item .widget__info .widget__section {
  display: flex;
  align-items: center;
}
.widget.widget--users .widget__item .widget__info .widget__section .widget__username {
  font-size: 1.1rem;
  color: #56516e;
  font-weight: 500;
}
.widget.widget--users .widget__item .widget__info .widget__section .widget__username:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.widget.widget--users .widget__item .widget__info .widget__section .badge {
  margin-left: 0.5rem;
}
.widget.widget--users .widget__item .widget__info .widget__desc {
  display: block;
  color: #a7abc3;
  font-weight: 500;
}
.widget.widget--users .widget__item .widget__action {
  text-align: right;
  padding-top: 0.2rem;
  flex: 1.1;
}
.widget.widget--users .widget__item .widget__action .widget__date {
  display: block;
  color: #a7abc3;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .widget.widget--users .widget__item .widget__info {
    flex: 1.5;
  }
  .widget.widget--users .widget__item .widget__action {
    flex: 1;
  }
}
body {
  background: #f2f3f8;
}

@media (min-width: 1025px) {
  .header--fixed .wrapper {
    padding-top: 65px;
  }
  .header--fixed.subheader--fixed.subheader--enabled .wrapper {
    padding-top: 119px;
  }

  .wrapper {
    transition: all 0.3s ease;
  }
  .aside--fixed .wrapper {
    padding-left: 265px;
  }
  .aside--fixed.aside--minimize .wrapper {
    padding-left: 70px;
    transition: all 0.3s ease;
  }

  .subheader {
    margin: 0;
  }
  .header--fixed.subheader--fixed .subheader {
    position: fixed;
    height: 54px;
    top: 65px;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    z-index: 94;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    padding-top: 0;
    padding-bottom: 0;
  }
  .header--fixed.header--minimize.subheader--fixed .subheader {
    top: 55px;
    transition: top 0.3s ease;
  }
  .aside--enabled.subheader--fixed .subheader {
    left: 265px;
  }
  .subheader--fixed.aside--minimize-hover .subheader, .subheader--fixed.aside--minimize .subheader {
    left: 70px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 1024px) {
  .header-mobile--fixed .wrapper {
    padding-top: 50px;
  }
}
@media (min-width: 1025px) {
  .header {
    display: flex;
    justify-content: space-between;
    height: 65px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
  }
  .header.header--fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
  }
  .aside--enabled .header.header--fixed {
    left: 265px;
  }
  .header--fixed.header--minimize .header {
    height: 55px;
    transition: height 0.3s ease;
  }
  .header--fixed.aside--minimize .header {
    left: 70px;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1025px) {
  .header-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header-mobile {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    height: 50px;
    position: relative;
    z-index: 1;
  }
  .header-mobile--fixed .header-mobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 97;
  }
  .header-mobile .header-mobile__logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .header-mobile .header-mobile__toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    width: 24px;
    height: 24px;
    transition: all 0.4s ease;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler span {
    display: block;
    position: absolute;
    top: 11px;
    height: 2px;
    min-height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler span::before, .header-mobile .header-mobile__toolbar .header-mobile__toggler span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 2px;
    content: "";
    border-radius: 2px;
    transition: all 0.4s ease;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler span::before {
    top: -8px;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler span::after {
    bottom: -8px;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--left span:before {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 50%;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--left span:after {
    transition: all 0.4s ease;
    left: auto;
    right: 0px;
    width: 75%;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--left:hover span:after, .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--left:hover span:before {
    width: 100%;
    transition: all 0.4s ease;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--left.header-mobile__toggler--active span:before {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 50%;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--left.header-mobile__toggler--active span:after {
    transition: all 0.4s ease;
    left: 0px;
    right: auto;
    width: 75%;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--right span:before {
    left: 0px;
    right: auto;
    width: 50%;
    transition: width 0.4s ease;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--right span:after {
    left: 0px;
    right: auto;
    width: 75%;
    transition: width 0.4s ease;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--right:hover span:after, .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--right:hover span:before {
    width: 100%;
    transition: width 0.4s ease;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--right.header-mobile__toggler--active span:before {
    left: auto;
    right: 0px;
    width: 50%;
    transition: width 0.4s ease;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--right.header-mobile__toggler--active span:after {
    left: auto;
    right: 0px;
    width: 75%;
    transition: width 0.4s ease;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler span {
    background: rgba(255, 255, 255, 0.2);
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler span::before, .header-mobile .header-mobile__toolbar .header-mobile__toggler span::after {
    background: rgba(255, 255, 255, 0.2);
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler:hover span {
    background: #F1A31D;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler:hover span::before, .header-mobile .header-mobile__toolbar .header-mobile__toggler:hover span::after {
    background: #F1A31D;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--active span {
    background: #F1A31D;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--active span::before, .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--active span::after {
    background: #F1A31D;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler {
    margin: 0 0 0 1.5rem;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__topbar-toggler {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    background: none;
    outline: none !important;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0 0.5rem 0 1rem;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__topbar-toggler i {
    transition: all 0.2s ease-in-out;
    color: rgba(255, 255, 255, 0.2);
    font-size: 1.5rem;
    line-height: 0;
  }
}
@media (max-width: 1024px) and (prefers-reduced-motion: reduce) {
  .header-mobile .header-mobile__toolbar .header-mobile__topbar-toggler i {
    transition: none;
  }
}
@media (max-width: 1024px) {
  .header-mobile .header-mobile__toolbar .header-mobile__topbar-toggler.header-mobile__topbar-toggler--active i, .header-mobile .header-mobile__toolbar .header-mobile__topbar-toggler:hover i {
    transition: all 0.2s ease-in-out;
    color: #F1A31D;
  }
}
@media (max-width: 1024px) and (prefers-reduced-motion: reduce) {
  .header-mobile .header-mobile__toolbar .header-mobile__topbar-toggler.header-mobile__topbar-toggler--active i, .header-mobile .header-mobile__toolbar .header-mobile__topbar-toggler:hover i {
    transition: none;
  }
}
@media (min-width: 1025px) {
  .header-menu {
    display: flex;
    align-items: stretch;
    height: 100%;
    margin: 0 0 0 25px;
  }
  .header-menu .menu__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
  }
  .header-menu .menu__nav > .menu__item .menu__link {
    display: flex;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    align-items: stretch;
    outline: none !important;
    text-decoration: none;
    cursor: pointer;
  }
  .header-menu .menu__nav > .menu__item .menu__link .menu__link-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__link .menu__link-badge {
    display: flex;
    align-items: center;
    line-height: 0;
    white-space: nowrap;
  }
  .header-menu .menu__nav > .menu__item .menu__link .menu__link-icon {
    display: flex;
    align-items: center;
  }
  .header-menu .menu__nav > .menu__item .menu__link .menu__hor-arrow {
    display: flex;
    align-items: center;
  }
  .header-menu .menu__nav > .menu__item .menu__link .menu__ver-arrow {
    display: none;
  }
  .header-menu .menu__nav > .menu__item .menu__link:hover, .header-menu .menu__nav > .menu__item .menu__link:active, .header-menu .menu__nav > .menu__item .menu__link:focus {
    text-decoration: none;
  }
  .header-menu .menu__nav > .menu__item > .menu__link > .menu__link-text {
    width: auto;
  }
  .header-menu .menu__nav > .menu__item.menu__item--icon-only > .menu__link {
    justify-content: center;
  }
  .header-menu .menu__nav > .menu__item.menu__item--icon-only > .menu__link > .menu__link-icon {
    justify-content: center;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu {
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    display: none;
    z-index: 98;
    position: absolute;
    top: 100%;
    border-radius: 4px;
    padding: 20px 0px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__scroll {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__subnav {
    list-style: none !important;
    padding: 0;
    margin: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu {
    width: 275px;
    margin: 0 auto;
    left: auto;
    right: auto;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--full {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--fixed {
    left: auto;
    right: auto;
    width: auto;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--right {
    right: 0;
    left: auto;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--right.menu__submenu--pull {
    margin-right: -40px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--left {
    right: auto;
    left: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--left.menu__submenu--pull {
    margin-left: -40px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--center {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--submenu {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--submenu > .menu__submenu {
    top: 0;
    display: none;
    margin-top: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--submenu > .menu__submenu.menu__submenu--left {
    right: 100%;
    left: auto;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--submenu > .menu__submenu.menu__submenu--right {
    left: 100%;
    right: auto;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__content {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__content > .menu__item {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__content > .menu__item:last-child {
    border-right: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__heading {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    position: relative;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__heading .menu__link-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__heading .menu__link-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__heading .menu__link-icon {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 0 10px 0 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__heading .menu__hor-arrow {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__heading .menu__ver-arrow {
    display: none;
  }
  .header-menu .menu__nav > .menu__item .menu__inner,
.header-menu .menu__nav > .menu__item .menu__subnav {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__inner > .menu__item,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item {
    display: flex;
    flex-grow: 1;
    margin: 0;
    padding: 10px 20px;
  }
  .header-menu .menu__nav > .menu__item .menu__inner > .menu__item .menu__link,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item .menu__link {
    display: flex;
    align-items: center;
    flex-grow: 1;
    text-decoration: none;
    position: relative;
  }
  .header-menu .menu__nav > .menu__item .menu__inner > .menu__item .menu__link:hover, .header-menu .menu__nav > .menu__item .menu__inner > .menu__item .menu__link:active, .header-menu .menu__nav > .menu__item .menu__inner > .menu__item .menu__link:focus,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item .menu__link:hover,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item .menu__link:active,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item .menu__link:focus {
    outline: none;
    text-decoration: none;
  }
  .header-menu .menu__nav > .menu__item .menu__inner > .menu__item .menu__link .menu__link-text,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item .menu__link .menu__link-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .header-menu .menu__nav > .menu__item .menu__inner > .menu__item .menu__link .menu__link-badge,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item .menu__link .menu__link-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0px 0px 0px 5px;
  }
  .header-menu .menu__nav > .menu__item .menu__inner > .menu__item .menu__link .menu__link-icon,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item .menu__link .menu__link-icon {
    display: flex;
    align-items: center;
    flex: 0 0 33px;
    padding: 0;
    font-size: 1.4rem;
  }
  .header-menu .menu__nav > .menu__item .menu__inner > .menu__item .menu__link .menu__link-bullet,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item .menu__link .menu__link-bullet {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__inner > .menu__item .menu__link .menu__hor-arrow,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item .menu__link .menu__hor-arrow {
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 10px;
  }
  .header-menu .menu__nav > .menu__item .menu__inner > .menu__item .menu__link .menu__ver-arrow,
.header-menu .menu__nav > .menu__item .menu__subnav > .menu__item .menu__link .menu__ver-arrow {
    display: none;
  }
  .header-menu .menu__nav > .menu__item .menu__inner {
    padding: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__submenu {
    margin-left: 1px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu .menu__submenu.menu__submenu--left {
    margin-right: 1px;
  }
  .header-menu .menu__nav > .menu__item.menu__item--submenu.menu__item--tabs > .menu__submenu > .menu__subnav > .menu__item.menu__item--submenu > .menu__submenu {
    top: 100%;
  }
  .header-menu .menu__nav > .menu__item.menu__item--submenu.menu__item--tabs > .menu__submenu > .menu__subnav > .menu__item.menu__item--submenu > .menu__submenu.menu__submenu--left {
    right: 100%;
    left: 0;
  }
  .header-menu .menu__nav > .menu__item.menu__item--submenu.menu__item--tabs > .menu__submenu > .menu__subnav > .menu__item.menu__item--submenu > .menu__submenu.menu__submenu--right {
    left: 100%;
    right: 0;
  }
  .header-menu .menu__nav > .menu__item {
    display: flex;
    align-items: center;
    padding: 0px 0.25rem;
    padding: 0px 0.25rem;
  }
  .header-menu .menu__nav > .menu__item.menu__item--rel {
    position: relative;
  }
  .header-menu .menu__nav > .menu__item > .menu__link {
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
  }
  .header-menu .menu__nav > .menu__item > .menu__link:hover {
    transition: all 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-icon {
    font-size: 1.4rem;
    width: 30px;
    padding: 0;
    line-height: 0;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-icon svg {
    height: 23px;
    width: 23px;
    margin-left: -2px;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet {
    width: 20px;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    justify-content: flex-end;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__item-here {
    display: none;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu {
    padding: 0px;
    border-radius: 4px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item {
    padding: 0px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link {
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 11px 30px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link:hover {
    transition: all 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-icon {
    font-size: 1.4rem;
    width: 33px;
    padding: 0;
    line-height: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-icon svg {
    height: 23px;
    width: 23px;
    margin-left: -2px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-bullet {
    width: 20px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    width: 9px;
    height: 1px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    justify-content: flex-end;
    padding: 0px 0px 0px 10px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__item-here {
    display: none;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content {
    align-items: stretch;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content > .menu__item {
    flex-grow: 1;
    flex-basis: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content > .menu__item:last-child {
    border-right: 0 !important;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__heading {
    padding: 30px 30px 10px 30px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__heading > .menu__link-text {
    font-weight: 500;
    font-size: 1.07rem;
    text-transform: initial;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__heading > .menu__link-icon {
    font-size: 1.35rem;
    flex: 0 0 30px;
    padding: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__heading .menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner {
    padding: 0 0 20px 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item {
    padding: 0px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link {
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 11px 30px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link:hover {
    transition: all 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-icon {
    font-size: 1.4rem;
    width: 33px;
    padding: 0;
    line-height: 0;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-icon svg {
    height: 23px;
    width: 23px;
    margin-left: -2px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-bullet {
    width: 20px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    width: 9px;
    height: 1px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__hor-arrow {
    font-size: 0.8rem;
    width: 20px;
    justify-content: flex-end;
    padding: 0px 0px 0px 10px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__item-here {
    display: none;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--classic {
    padding: 20px 0px;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--inline {
    display: flex;
    flex: 0 0 auto;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--inline > .menu__subnav > .menu__item {
    display: flex;
    padding: 5px 0;
  }
  .header-menu .menu__nav .menu__item.menu__item--resize {
    display: none;
  }
  .header-menu .menu__nav .menu__item.menu__item--active-tab .menu__submenu, .header-menu .menu__nav .menu__item.menu__item--hover .menu__submenu {
    display: block;
    -webkit-animation: header-menu-submenu-fade-in 0.3s ease 1, header-menu-submenu-move-down 0.3s ease-out 1;
            animation: header-menu-submenu-fade-in 0.3s ease 1, header-menu-submenu-move-down 0.3s ease-out 1;
  }
}
@media screen\0  and (min-width: 1025px) {
  .header-menu .menu__nav .menu__item.menu__item--active-tab .menu__submenu, .header-menu .menu__nav .menu__item.menu__item--hover .menu__submenu {
    -webkit-animation: none;
            animation: none;
  }
}
@media (min-width: 1025px) {
  .header-menu .menu__nav .menu__item.menu__item--active-tab .menu__submenu > .menu__subnav > .menu__item.menu__item--hover > .menu__submenu, .header-menu .menu__nav .menu__item.menu__item--hover .menu__submenu > .menu__subnav > .menu__item.menu__item--hover > .menu__submenu {
    display: block;
    -webkit-animation: header-menu-submenu-fade-in 0.3s ease 1, header-menu-submenu-move-up 0.3s ease-out 1;
            animation: header-menu-submenu-fade-in 0.3s ease 1, header-menu-submenu-move-up 0.3s ease-out 1;
  }
}
@media screen\0  and (min-width: 1025px) {
  .header-menu .menu__nav .menu__item.menu__item--active-tab .menu__submenu > .menu__subnav > .menu__item.menu__item--hover > .menu__submenu, .header-menu .menu__nav .menu__item.menu__item--hover .menu__submenu > .menu__subnav > .menu__item.menu__item--hover > .menu__submenu {
    -webkit-animation: none;
            animation: none;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--full, .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--fixed, .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--auto, .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--auto.menu__submenu--mimimal-desktop-wide, .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--fixed-xl, .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--fixed-xxl {
    margin: 0 auto;
    width: auto;
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 0) {
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--fixed-xs {
    width: -60px;
  }
}
@media (min-width: 576px) {
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--fixed-sm {
    width: 516px;
  }
}
@media (min-width: 768px) {
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--fixed-md {
    width: 708px;
  }
}
@media (min-width: 1024px) {
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--fixed-lg {
    width: 964px;
  }
}
@media (min-width: 1399px) {
  .header-menu .menu__nav > .menu__item .menu__submenu.menu__submenu--fixed-xl {
    width: 1339px;
  }
}
@-webkit-keyframes header-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes header-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes header-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes header-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes header-menu-submenu-move-up {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes header-menu-submenu-move-up {
  from {
    margin-top: -10px;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes header-menu-submenu-move-down {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes header-menu-submenu-move-down {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .header-menu-mobile .menu__nav {
    margin: 0;
    list-style: none;
    padding: 30px 0 30px 0;
  }
  .header-menu-mobile .menu__nav .menu__scroll {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .header-menu-mobile .menu__nav .menu__subnav {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none !important;
  }
  .header-menu-mobile .menu__nav .menu__inner,
.header-menu-mobile .menu__nav .menu__submenu {
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    width: auto !important;
  }
  .header-menu-mobile .menu__nav .menu__inner .menu__content,
.header-menu-mobile .menu__nav .menu__submenu .menu__content {
    padding: 0;
    margin: 0;
  }
  .header-menu-mobile .menu__nav .menu__inner .menu__content > .menu__item,
.header-menu-mobile .menu__nav .menu__submenu .menu__content > .menu__item {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .header-menu-mobile .menu__nav .menu__inner .menu__content > .menu__item.menu--no-heading > .menu__inner,
.header-menu-mobile .menu__nav .menu__submenu .menu__content > .menu__item.menu--no-heading > .menu__inner {
    display: flex;
  }
  .header-menu-mobile .menu__nav .menu__inner .menu__content > .menu__item.menu--no-heading > .menu__inner > li > .menu__link,
.header-menu-mobile .menu__nav .menu__submenu .menu__content > .menu__item.menu--no-heading > .menu__inner > li > .menu__link {
    margin: 0;
  }
  .header-menu-mobile .menu__nav .menu__item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    float: none;
    padding: 0;
  }
  .header-menu-mobile .menu__nav .menu__item > .menu__heading,
.header-menu-mobile .menu__nav .menu__item > .menu__link {
    display: flex;
    flex-grow: 1;
    align-items: stretch;
    margin: 0;
    padding: 0;
    text-decoration: none;
    position: relative;
    outline: none;
  }
  .header-menu-mobile .menu__nav .menu__item > .menu__heading:hover,
.header-menu-mobile .menu__nav .menu__item > .menu__link:hover {
    text-decoration: none;
    cursor: pointer;
  }
  .header-menu-mobile .menu__nav .menu__item > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav .menu__item > .menu__link .menu__link-text {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding: 0;
  }
  .header-menu-mobile .menu__nav .menu__item > .menu__heading .menu__link-badge,
.header-menu-mobile .menu__nav .menu__item > .menu__link .menu__link-badge {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .header-menu-mobile .menu__nav .menu__item > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav .menu__item > .menu__link .menu__link-icon {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .header-menu-mobile .menu__nav .menu__item > .menu__heading .menu__link-bullet,
.header-menu-mobile .menu__nav .menu__item > .menu__link .menu__link-bullet {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  .header-menu-mobile .menu__nav .menu__item > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav .menu__item > .menu__link .menu__ver-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 0;
  }
  .header-menu-mobile .menu__nav .menu__item > .menu__heading .menu__ver-arrow:before,
.header-menu-mobile .menu__nav .menu__item > .menu__link .menu__ver-arrow:before {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .header-menu-mobile .menu__nav .menu__item > .menu__heading .menu__hor-arrow,
.header-menu-mobile .menu__nav .menu__item > .menu__link .menu__hor-arrow {
    display: none;
  }
  .header-menu-mobile .menu__nav .menu__item.menu__item--open > .menu__heading > .menu__ver-arrow:before,
.header-menu-mobile .menu__nav .menu__item.menu__item--open > .menu__link > .menu__ver-arrow:before {
    transform: rotateZ(90deg) /*rtl:ignore*/;
  }
  [direction=rtl] .header-menu-mobile .menu__nav .menu__item.menu__item--open > .menu__heading > .menu__ver-arrow:before,
[direction=rtl] .header-menu-mobile .menu__nav .menu__item.menu__item--open > .menu__link > .menu__ver-arrow:before {
    transform: rotateZ(-90deg) /*rtl:ignore*/;
  }
  .header-menu-mobile .menu__nav .menu__item.menu__item--open > .menu__submenu,
.header-menu-mobile .menu__nav .menu__item.menu__item--open > .menu__inner {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
  }
  .header-menu-mobile .menu__nav .menu__item .menu__submenu .menu__item--parent {
    display: none;
  }
  .header-menu-mobile .menu__nav .menu__section {
    display: flex;
    padding: 0 27px;
  }
  .header-menu-mobile .menu__nav .menu__section.menu__section--first {
    margin-top: 0 !important;
  }
  .header-menu-mobile .menu__nav .menu__section .menu__section-text {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  .header-menu-mobile .menu__nav .menu__section .menu__section-icon {
    display: none;
    align-items: center;
    justify-content: center;
  }
  .header-menu-mobile .menu__nav .menu__separator {
    height: 0;
    overflow: hidden;
  }
  .header-menu-mobile .menu__nav .menu__separator.menu__separator--marginles {
    margin: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item {
    position: relative;
    margin: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading,
.header-menu-mobile .menu__nav > .menu__item > .menu__link {
    cursor: pointer;
    height: 44px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-text {
    font-weight: 400;
    font-size: 1.02rem;
    text-transform: initial;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-icon {
    flex: 0 0 35px;
    font-size: 1.4rem;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-icon svg,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-icon svg {
    margin-left: -2px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-bullet,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 15px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-bullet > span,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-badge,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-badge {
    padding: 0px 0px 0px 5px;
    text-align: right;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__ver-arrow {
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__ver-arrow:before,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__ver-arrow:before {
    display: inline-block;
    transition: all 0.3s ease;
  }
  [direction=rtl] .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__ver-arrow:before,
[direction=rtl] .header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__ver-arrow:before {
    content: "\F111" !important;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__item-here,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__item-here {
    display: none;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__ver-arrow:before,
.header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__link .menu__ver-arrow:before {
    transition: all 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__subnav {
    margin: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item {
    margin: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link {
    cursor: pointer;
    height: 40px;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-icon {
    flex: 0 0 35px;
    font-size: 1.35rem;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-icon svg,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-icon svg {
    margin-left: -2px;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 20px;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-badge,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__ver-arrow {
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__ver-arrow:before,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__ver-arrow:before {
    display: inline-block;
    transition: all 0.3s ease;
  }
  [direction=rtl] .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__ver-arrow:before,
[direction=rtl] .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__ver-arrow:before {
    content: "\F111" !important;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__item-here,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__item-here {
    display: none;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__ver-arrow:before,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__ver-arrow:before {
    transition: all 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__section .menu__section-text {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__separator {
    margin: 15px 0;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__separator .menu__separator--marginles {
    margin: 0;
  }
  .header-menu-mobile .menu__nav > .menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  .header-menu-mobile .menu__nav > .menu__section .menu__section-text {
    font-size: 0.83rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }
  .header-menu-mobile .menu__nav > .menu__separator {
    margin: 15px 0;
  }
  .header-menu-mobile .menu__nav > .menu__separator .menu__separator--marginles {
    margin: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__link {
    padding: 9px 30px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav .menu__content .menu__heading {
    padding: 0 30px;
    padding-left: 45px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav .menu__content .menu__inner {
    padding: 0;
    margin: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav .menu__content .menu__inner .menu__link {
    padding: 0 30px;
    padding-left: 60px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__link {
    padding: 0 30px;
    padding-left: 45px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu {
    padding: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav {
    padding: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__link {
    padding: 0 30px;
    padding-left: 60px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu {
    padding: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__link {
    padding: 0 30px;
    padding-left: 75px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__section {
    padding-left: 45px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu {
    padding: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__section {
    padding-left: 60px;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu {
    padding: 0;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__section {
    padding-left: 75px;
  }
}
@media (max-width: 1024px) {
  .header-menu-mobile {
    background-color: #ffffff;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-text {
    color: #5e6383;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-icon {
    color: #a8aabb;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-icon svg g [fill],
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #a8aabb;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-icon svg:hover g [fill],
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #a8aabb;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #a8aabb;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item > .menu__link .menu__ver-arrow {
    color: #a8aabb;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--open {
    transition: background-color 0.3s;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__heading,
.header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__link {
    background-color: #f8f8fb;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-icon svg g [fill],
.header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-icon svg:hover g [fill],
.header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item.menu__item--open > .menu__link .menu__ver-arrow {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--here {
    transition: background-color 0.3s;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__heading,
.header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__link {
    background-color: #f8f8fb;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-icon svg g [fill],
.header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-icon svg:hover g [fill],
.header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item.menu__item--here > .menu__link .menu__ver-arrow {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--active {
    transition: background-color 0.3s;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__heading,
.header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__link {
    background-color: #f8f8fb;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-icon svg g [fill],
.header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-icon svg:hover g [fill],
.header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item.menu__item--active > .menu__link .menu__ver-arrow {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover {
    transition: background-color 0.3s;
  }
  .header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading,
.header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link {
    background-color: #f8f8fb;
  }
  .header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg g [fill],
.header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg:hover g [fill],
.header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__ver-arrow {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item > .menu__arrow {
    color: #ffffff;
  }
  .header-menu-mobile .menu__nav > .menu__section .menu__section-text {
    color: #a4a7bd;
  }
  .header-menu-mobile .menu__nav > .menu__section .menu__section-icon {
    color: #aaacc2;
  }
  .header-menu-mobile .menu__nav > .menu__separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-text {
    color: #6b6f8d;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-icon {
    color: #a8aabb;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-icon svg g [fill],
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #a8aabb;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-icon svg:hover g [fill],
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #a8aabb;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #a8aabb;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__ver-arrow {
    color: #a8aabb;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open {
    transition: background-color 0.3s;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link {
    background-color: #f8f8fb;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-icon svg g [fill],
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-icon svg:hover g [fill],
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__ver-arrow {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here {
    transition: background-color 0.3s;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link {
    background-color: #f8f8fb;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading .menu__link-icon svg g [fill],
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading .menu__link-icon svg:hover g [fill],
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active {
    transition: background-color 0.3s;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link {
    background-color: #f8f8fb;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-icon svg g [fill],
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-icon svg:hover g [fill],
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__ver-arrow {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover {
    transition: background-color 0.3s;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link {
    background-color: #f8f8fb;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-text,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg g [fill],
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg:hover g [fill],
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__ver-arrow,
.header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__ver-arrow {
    color: #F1A31D;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__section .menu__section-text {
    color: #a4a7bd;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__section .menu__section-icon {
    color: #aaacc2;
  }
  .header-menu-mobile .menu__nav > .menu__item .menu__submenu .menu__separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
.header-menu-wrapper-close {
  display: none;
}

@media (max-width: 1024px) {
  .header-menu-wrapper {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -295px;
  }
  .header-menu-wrapper.header-menu-wrapper--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}
@media screen\0  and (max-width: 1024px) {
  .header-menu-wrapper {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper--right .header-menu-wrapper {
    right: -295px;
    left: auto;
  }
  .header-menu-wrapper--right .header-menu-wrapper.header-menu-wrapper--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
  }
}
@media screen\0  and (max-width: 1024px) {
  .header-menu-wrapper-close {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper-close:hover {
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper--right .header-menu-wrapper-close {
    left: auto;
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper--on .header-menu-wrapper-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 249px;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper--on.header-menu-wrapper--right .header-menu-wrapper-close {
    left: auto;
    right: 249px;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: animate-fade-in 0.3s linear 1;
            animation: animate-fade-in 0.3s linear 1;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper {
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper-close {
    background-color: #e8e8f2;
  }
  .header-menu-wrapper-close > i {
    color: #968ad4;
  }
  .header-menu-wrapper-close:hover {
    background-color: #F1A31D;
  }
  .header-menu-wrapper-close:hover > i {
    color: #ffffff;
  }
}
@media (max-width: 325px) {
  .header-menu-wrapper {
    width: 90% !important;
  }
}
@media (min-width: 1025px) {
  body:not(.aside--enabled) .header-menu-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  body:not(.aside--enabled) .header-menu-wrapper .header-logo {
    padding: 0 25px;
    display: flex;
    align-items: center;
    margin-right: 25px;
  }

  .header-menu .menu__nav > .menu__item:first-child {
    padding-left: 0;
  }
  .header-menu .menu__nav > .menu__item > .menu__submenu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .header-menu.header-menu--layout-default .menu__nav > .menu__item > .menu__link {
    padding: 0.65rem 1.1rem;
  }
  .header-menu.header-menu--layout-tab .menu__nav > .menu__item {
    margin: 0 1rem;
    align-items: stretch;
  }
  .header-menu.header-menu--layout-tab .menu__nav > .menu__item > .menu__link {
    align-items: stretch;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
  }
  .header-menu.header-menu--layout-tab .menu__nav > .menu__item:first-child {
    margin-left: 0 !important;
  }
  .header-menu.header-menu--layout-tab .menu__nav > .menu__item.menu__item--active > .menu__link {
    background-color: transparent !important;
    border-bottom: 1px solid #F1A31D !important;
  }
}
@media (max-width: 1024px) {
  .header-menu-wrapper .header-logo {
    display: none;
  }
}
.header__topbar {
  display: flex;
  align-items: stretch;
  padding: 0;
  padding-right: 15px;
}
.header__topbar .header__topbar-item {
  display: flex;
  align-items: stretch;
  margin: 0;
}
.header__topbar .header__topbar-item .header__topbar-wrapper {
  cursor: pointer;
  display: flex;
  align-items: stretch;
}
.header__topbar .header__topbar-item .header__topbar-wrapper .badge.badge--notify {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 14px;
}
.header__topbar .header__topbar-item .header__topbar-icon {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
}
@media (prefers-reduced-motion: reduce) {
  .header__topbar .header__topbar-item .header__topbar-icon {
    transition: none;
  }
}
.header__topbar .header__topbar-item .header__topbar-icon i {
  transition: all 0.2s ease-in-out;
  font-size: 1.4rem;
  color: #ffffff;
}
@media (prefers-reduced-motion: reduce) {
  .header__topbar .header__topbar-item .header__topbar-icon i {
    transition: none;
  }
}
.header__topbar .header__topbar-item .header__topbar-icon svg {
  height: 24px;
  width: 24px;
}
.header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user {
  padding: 0 13px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 44px;
  cursor: pointer;
  border-radius: 6px;
}
.header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user.company-menu {
  padding: 0 8px 0 13px;
}
.header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user.company-menu .header__topbar-username {
  width: 82px;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  padding: 0;
}
.header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user.company-menu .header__topbar-icon {
  background-color: transparent;
  width: 24px;
  margin-left: 5px;
  margin-right: 2px;
}
.header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user .header__topbar-welcome {
  display: flex;
  align-self: center;
  padding: 0 0.55rem 0 0;
  font-weight: 500;
  font-size: 0.9rem;
  color: #636177;
  margin-top: 2px;
}
.header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user .header__topbar-username {
  display: flex;
  align-self: center;
  padding: 0 0.55rem 0 0;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
}
.header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user img {
  align-self: center;
  max-height: 34px;
  border-radius: 6px;
}
.header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user .badge.badge--username {
  height: 34px;
  width: 34px;
  border-radius: 6px;
}
.header__topbar .header__topbar-item.header__topbar-item--langs .header__topbar-icon img {
  border-radius: 6px;
  width: 17px;
}
.header__topbar .header__topbar-item.header__topbar-item--langs .dropdown-menu .nav__link-icon {
  padding-right: 10px;
}
.header__topbar .header__topbar-item.header__topbar-item--langs .dropdown-menu .nav__link-icon img {
  border-radius: 6px;
  width: 18px;
}
.header__topbar .header__topbar-item:hover .header__topbar-icon, .header__topbar .header__topbar-item.show .header__topbar-icon {
  transition: all 0.2s ease-in-out;
  background-color: rgba(33, 32, 41, 0.7);
}
@media (prefers-reduced-motion: reduce) {
  .header__topbar .header__topbar-item:hover .header__topbar-icon, .header__topbar .header__topbar-item.show .header__topbar-icon {
    transition: none;
  }
}
.header__topbar .header__topbar-item:hover .header__topbar-icon i, .header__topbar .header__topbar-item.show .header__topbar-icon i {
  transition: all 0.2s ease-in-out;
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .header__topbar .header__topbar-item:hover .header__topbar-icon i, .header__topbar .header__topbar-item.show .header__topbar-icon i {
    transition: none;
  }
}
.header__topbar .header__topbar-item:hover.header__topbar-item--user .header__topbar-user, .header__topbar .header__topbar-item.show.header__topbar-item--user .header__topbar-user {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .header__topbar .header__topbar-item:hover.header__topbar-item--user .header__topbar-user, .header__topbar .header__topbar-item.show.header__topbar-item--user .header__topbar-user {
    transition: none;
  }
}

@media (max-width: 1024px) {
  .header__topbar {
    padding: 0 15px;
    background-color: #2b2a35;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-top: -50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    justify-content: flex-end;
  }
  .header-mobile--fixed .header__topbar {
    position: fixed;
    z-index: 96;
  }
  .header__topbar--mobile-on .header__topbar {
    margin-top: 0;
    transition: all 0.3s ease;
  }
  .header__topbar .header__topbar-item {
    margin: 0 2px;
    padding: 0;
  }
  .header__topbar .header__topbar-item .header__topbar-wrapper {
    display: flex;
    align-items: stretch;
  }
  .header__topbar .header__topbar-item .header__topbar-wrapper .badge.badge--notify {
    top: 6px;
  }
  .header__topbar .header__topbar-item .header__topbar-icon {
    height: 34px;
    width: 34px;
  }
  .header__topbar .header__topbar-item .header__topbar-icon i {
    font-size: 1.3rem;
  }
  .header__topbar .header__topbar-item.header__topbar-item--user {
    margin-left: 2px;
    margin-right: 0;
    padding: 0;
  }
  .header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user {
    padding: 0 2px;
    height: 34px;
  }
  .header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user .header__topbar-welcome {
    padding: 0 0.35rem 0 0;
    font-size: 0.9rem;
  }
  .header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user .header__topbar-username {
    padding: 0 0.55rem 0 0;
    font-size: 0.9rem;
  }
  .header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user img {
    max-height: 30px;
  }
  .header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user .badge.badge--username {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1025px) {
  .header {
    background-color: #ffffff;
    border-bottom: 1px solid #eff0f6;
  }
  .header--fixed:not(.subheader--fixed) .header {
    border-bottom: 0;
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
  }
  .header .header-menu .menu__nav > .menu__item > .menu__link {
    border-radius: 6px !important;
  }
  .header .header-menu .menu__nav > .menu__item > .menu__link .menu__link-text {
    color: #6c7293;
    font-weight: 500;
  }
  .header .header-menu .menu__nav > .menu__item > .menu__link .menu__hor-arrow {
    color: #c8cde8;
  }
  .header .header-menu .menu__nav > .menu__item > .menu__link .menu__hor-icon {
    color: #c8cde8;
  }
  .header .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link, .header .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link, .header .header-menu .menu__nav > .menu__item:hover > .menu__link {
    background-color: rgba(77, 89, 149, 0.06);
  }
  .header .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-text, .header .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-text, .header .header-menu .menu__nav > .menu__item:hover > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__hor-arrow, .header .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__hor-arrow, .header .header-menu .menu__nav > .menu__item:hover > .menu__link .menu__hor-arrow {
    color: #F1A31D;
  }
  .header .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__hor-icon, .header .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__hor-icon, .header .header-menu .menu__nav > .menu__item:hover > .menu__link .menu__hor-icon {
    color: #F1A31D;
  }
}
.aside-secondary--enabled .header .header__topbar {
  padding-right: 0;
}
.header .header__topbar .header__topbar-item .header__topbar-icon i {
  transition: all 0.3s;
  color: #5d78ff;
}
.header .header__topbar .header__topbar-item .header__topbar-icon svg g [fill] {
  fill: #F1A31D;
}
.header .header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user .header__topbar-welcome {
  transition: all 0.3s;
  color: #959cb6;
}
.header .header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user .header__topbar-username {
  transition: all 0.3s;
  color: #6c7293;
}
.header .header__topbar .header__topbar-item.header__topbar-item--user .header__topbar-user .badge.badge--username {
  height: 35px;
  width: 35px;
  font-size: 1.4rem;
  font-weight: 600;
}
.header .header__topbar .header__topbar-item.header__topbar-item--quick-panel .header__topbar-icon i {
  color: #5d78ff;
}
.header .header__topbar .header__topbar-item:hover .header__topbar-icon, .header .header__topbar .header__topbar-item.show .header__topbar-icon {
  transition: all 0.3s;
  background-color: rgba(77, 89, 149, 0.06);
}
.header .header__topbar .header__topbar-item:hover .header__topbar-icon i, .header .header__topbar .header__topbar-item.show .header__topbar-icon i {
  transition: all 0.3s;
  color: #F1A31D;
}
.header .header__topbar .header__topbar-item:hover.header__topbar-item--user .header__topbar-user, .header .header__topbar .header__topbar-item.show.header__topbar-item--user .header__topbar-user {
  transition: all 0.3s;
  background-color: rgba(77, 89, 149, 0.06);
}
.aside-secondary--enabled .header .header__topbar .header__topbar-item:hover.header__topbar-item--quick-panel, .aside-secondary--enabled .header .header__topbar .header__topbar-item.show.header__topbar-item--quick-panel {
  transition: all 0.3s;
  background-color: #F1A31D;
}
.aside-secondary--enabled .header .header__topbar .header__topbar-item:hover.header__topbar-item--quick-panel .header__topbar-icon, .aside-secondary--enabled .header .header__topbar .header__topbar-item.show.header__topbar-item--quick-panel .header__topbar-icon {
  transition: all 0.3s;
  background-color: transparent !important;
}
.aside-secondary--enabled .header .header__topbar .header__topbar-item:hover.header__topbar-item--quick-panel .header__topbar-icon i, .aside-secondary--enabled .header .header__topbar .header__topbar-item.show.header__topbar-item--quick-panel .header__topbar-icon i {
  transition: all 0.3s;
  color: #ffffff;
}
.header .header__topbar .header__topbar-item.header__topbar-item--search .input-icon .input-icon__icon i {
  color: #a7abc3;
}

@media (max-width: 1024px) {
  .header__topbar {
    background-color: #ffffff;
    box-shadow: none;
  }

  .header__topbar--mobile-on .header__topbar {
    box-shadow: 0px 0px 40px 0px rgba(82, 63, 105, 0.1);
    border-top: 1px solid #ebedf2;
  }
}
@media (min-width: 1025px) {
  .header-menu .menu__nav > .menu__item > .menu__link {
    background-color: none;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #9096b8;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #9096b8;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__link-text {
    color: #9096b8;
  }
  .header-menu .menu__nav > .menu__item > .menu__link .menu__hor-arrow {
    color: #6c7293;
  }
  .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link {
    background-color: none;
  }
  .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item.menu__item--active > .menu__link > .menu__hor-arrow {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link {
    background-color: none;
  }
  .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item.menu__item--here > .menu__link > .menu__hor-arrow {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link, .header-menu .menu__nav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link {
    background-color: none;
  }
  .header-menu .menu__nav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg g [fill], .header-menu .menu__nav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg:hover g [fill], .header-menu .menu__nav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--dot > span, .header-menu .menu__nav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--line > span, .header-menu .menu__nav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-text, .header-menu .menu__nav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link > .menu__hor-arrow, .header-menu .menu__nav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link > .menu__hor-arrow {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu {
    background-color: #ffffff;
    box-shadow: 0px 15px 50px 0px rgba(82, 63, 105, 0.15);
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-icon {
    color: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__link-text {
    color: #5f6281;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item > .menu__link .menu__hor-arrow {
    color: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--active > .menu__link {
    background-color: #fafbff;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--active > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--active > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--active > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--active > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--active > .menu__link > .menu__hor-arrow {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--here > .menu__link {
    background-color: #fafbff;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--here > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--here > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--here > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--here > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--here > .menu__link > .menu__hor-arrow {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link {
    background-color: #fafbff;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg g [fill], .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg:hover g [fill], .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--dot > span, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--line > span, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-text, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link > .menu__hor-arrow, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link > .menu__hor-arrow {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content > .menu__item {
    border-right: 1px solid #f6f6f9;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__heading > .menu__link-text {
    color: #5f6281;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__heading > .menu__link-icon {
    color: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-icon {
    color: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__link-text {
    color: #5f6281;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item > .menu__link .menu__hor-arrow {
    color: #cacad2;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--active > .menu__link {
    background-color: #fafbff;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--active > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--active > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--active > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--active > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--active > .menu__link > .menu__hor-arrow {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--here > .menu__link {
    background-color: #fafbff;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--here > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--here > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--here > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--here > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--here > .menu__link > .menu__hor-arrow {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link {
    background-color: #fafbff;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg g [fill], .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg:hover g [fill], .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--dot > span, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--line > span, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-text, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item:hover:not(.menu__item--here):not(.menu__item--active) > .menu__link > .menu__hor-arrow, .header-menu .menu__nav > .menu__item .menu__submenu > .menu__subnav .menu__content .menu__inner > .menu__item.menu__item--hover:not(.menu__item--here):not(.menu__item--active) > .menu__link > .menu__hor-arrow {
    color: #F1A31D;
  }
}
.aside__brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 0 25px;
  height: 65px;
}
.aside__brand .aside__brand-logo {
  display: flex;
  justify-content: flex-begin;
}
.aside--minimize .aside__brand .aside__brand-logo img {
  display: none;
}
.aside__brand .aside__brand-tools {
  display: flex;
  justify-content: flex-end;
}
.aside__brand .aside__brand-tools .aside__brand-aside-toggler {
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  outline: none !important;
  box-shadow: none;
}
.aside__brand .aside__brand-tools .aside__brand-aside-toggler span {
  display: inline-block;
}
.aside__brand .aside__brand-tools .aside__brand-aside-toggler span:nth-child(2) {
  display: none;
}
.aside__brand .aside__brand-tools .aside__brand-aside-toggler svg {
  height: 26px;
  width: 26px;
  margin-right: -2px;
}

@media (min-width: 1025px) {
  .aside__brand {
    transition: all 0.3s ease;
  }
  .header--fixed.aside--static .aside__brand {
    position: fixed;
    top: 0;
    left: 0;
    width: 265px;
    z-index: 97;
  }
  .header--fixed.aside--minimize .aside__brand {
    justify-content: center;
  }
  .header--fixed.aside--minimize .aside__brand .aside__brand-tools {
    justify-content: center;
  }
  .header--fixed.aside--minimize .aside__brand .aside__brand-tools .aside__brand-aside-toggler span:nth-child(1) {
    display: none;
  }
  .header--fixed.aside--minimize .aside__brand .aside__brand-tools .aside__brand-aside-toggler span:nth-child(2) {
    display: inline-block;
  }
  .header--fixed.aside--static.aside--minimize .aside__brand {
    transition: all 0.3s ease;
    width: 70px;
  }
}
@media (max-width: 1024px) {
  .aside__brand {
    display: none;
  }
}
@media (min-width: 1025px) {
  .aside__brand {
    background-color: #fff;
    box-shadow: none;
  }
  .aside__brand .aside__brand-tools .aside__brand-aside-toggler svg g [fill] {
    transition: fill 0.3s ease;
    fill: #494b74;
  }
  .aside__brand .aside__brand-tools .aside__brand-aside-toggler svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .aside__brand .aside__brand-tools .aside__brand-aside-toggler:hover svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .aside__brand .aside__brand-tools .aside__brand-aside-toggler:hover svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
}
@media (max-width: 1024px) {
  .header-mobile {
    background-color: #1a1a27;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.1);
  }
  .header__topbar--mobile-on .header-mobile {
    box-shadow: none;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler span {
    background: #484f66;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler span::before, .header-mobile .header-mobile__toolbar .header-mobile__toggler span::after {
    background: #484f66;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler:hover span {
    background: #484f66;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler:hover span::before, .header-mobile .header-mobile__toolbar .header-mobile__toggler:hover span::after {
    background: #484f66;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--active span {
    background: #484f66;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--active span::before, .header-mobile .header-mobile__toolbar .header-mobile__toggler.header-mobile__toggler--active span::after {
    background: #484f66;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__topbar-toggler i {
    color: #484f66;
  }
  .header-mobile .header-mobile__toolbar .header-mobile__topbar-toggler.header-mobile__topbar-toggler--active i, .header-mobile .header-mobile__toolbar .header-mobile__topbar-toggler:hover i {
    color: #484f66;
  }
}
.aside {
  width: 265px;
  transition: all 0.3s ease;
}
.aside .aside-menu {
  margin: 15px 0;
}
.aside .aside-menu .ps__rail-y {
  right: 3px;
}
.aside .aside__footer .aside__footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 30px;
}
.aside .aside__footer .aside__footer-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside .aside__footer .btn {
  height: 45px;
  width: 45px;
  background-color: #f0f0f6;
  border-radius: 50%;
}
.aside .aside__footer .btn i {
  transition: all 0.3s;
  font-size: 1.4rem;
  color: #F1A31D;
}
.aside .aside__footer .btn:hover {
  background-color: #F1A31D;
}
.aside .aside__footer .btn:hover i {
  transition: all 0.3s;
  color: #ffffff;
}
.aside--minimize .aside .aside__footer .dropdown.dropdown-inline,
.aside--minimize .aside .aside__footer .btn {
  display: none;
}
.aside--minimize .aside .aside__footer .dropdown.dropdown-inline:last-child,
.aside--minimize .aside .aside__footer .btn:last-child {
  display: inline-block;
  opacity: 0;
}

@media (min-width: 1025px) {
  .aside--fixed .aside {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
  }
  .aside--static .aside {
    position: relative;
    z-index: 1;
  }
  .aside--minimize .aside {
    width: 70px;
    transition: all 0.3s ease;
  }
  .aside--minimizing .aside {
    overflow: hidden;
  }
  .aside--minimizing .aside .aside-menu .menu__nav {
    width: 265px;
    overflow: hidden;
  }
  .aside .ps > .ps__rail-y {
    width: 4px;
  }
  .aside .ps > .ps__rail-y:hover, .aside .ps > .ps__rail-y:focus {
    width: 4px;
  }
  .aside .ps > .ps__rail-y > .ps__thumb-y {
    width: 4px;
    border-radius: 6px;
  }
  .aside .ps > .ps__rail-y > .ps__thumb-y:hover, .aside .ps > .ps__rail-y > .ps__thumb-y:focus {
    width: 4px;
  }

  .aside--fixed.aside--minimize-hover .aside {
    width: 265px;
    transition: all 0.3s ease;
  }
  .aside--fixed.aside--minimize-hover .header {
    transition: all 0.3s ease;
    left: 70px;
  }
  .aside--fixed.aside--minimize-hover .wrapper {
    transition: all 0.3s ease;
    padding-left: 70px;
  }
}
.aside-menu .menu__nav {
  margin: 0;
  list-style: none;
  padding: 15px 0;
}
.aside-menu .menu__nav .menu__scroll {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.aside-menu .menu__nav .menu__subnav {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none !important;
}
.aside-menu .menu__nav .menu__inner,
.aside-menu .menu__nav .menu__submenu {
  display: none;
  float: none;
  margin: 0;
  padding: 0;
}
.aside-menu .menu__nav .menu__inner .menu__content,
.aside-menu .menu__nav .menu__submenu .menu__content {
  padding: 0;
  margin: 0;
}
.aside-menu .menu__nav .menu__inner .menu__content > .menu__item,
.aside-menu .menu__nav .menu__submenu .menu__content > .menu__item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.aside-menu .menu__nav .menu__inner .menu__content > .menu__item.menu--no-heading > .menu__inner,
.aside-menu .menu__nav .menu__submenu .menu__content > .menu__item.menu--no-heading > .menu__inner {
  display: flex;
}
.aside-menu .menu__nav .menu__inner .menu__content > .menu__item.menu--no-heading > .menu__inner > li > .menu__link,
.aside-menu .menu__nav .menu__submenu .menu__content > .menu__item.menu--no-heading > .menu__inner > li > .menu__link {
  margin: 0;
}
.aside-menu .menu__nav .menu__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  float: none;
  padding: 0;
}
.aside-menu .menu__nav .menu__item > .menu__heading,
.aside-menu .menu__nav .menu__item > .menu__link {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
  outline: none;
}
.aside-menu .menu__nav .menu__item > .menu__heading:hover,
.aside-menu .menu__nav .menu__item > .menu__link:hover {
  text-decoration: none;
  cursor: pointer;
}
.aside-menu .menu__nav .menu__item > .menu__heading .menu__link-text,
.aside-menu .menu__nav .menu__item > .menu__link .menu__link-text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 0;
}
.aside-menu .menu__nav .menu__item > .menu__heading .menu__link-badge,
.aside-menu .menu__nav .menu__item > .menu__link .menu__link-badge {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.aside-menu .menu__nav .menu__item > .menu__heading .menu__link-icon,
.aside-menu .menu__nav .menu__item > .menu__link .menu__link-icon {
  display: flex;
  align-items: center;
  line-height: 0;
}
.aside-menu .menu__nav .menu__item > .menu__heading .menu__link-bullet,
.aside-menu .menu__nav .menu__item > .menu__link .menu__link-bullet {
  display: flex;
  align-items: center;
  line-height: 0;
}
.aside-menu .menu__nav .menu__item > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav .menu__item > .menu__link .menu__ver-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 0;
}
.aside-menu .menu__nav .menu__item > .menu__heading .menu__ver-arrow:before,
.aside-menu .menu__nav .menu__item > .menu__link .menu__ver-arrow:before {
  -webkit-transform: translate3d(0, 0, 0);
}
.aside-menu .menu__nav .menu__item > .menu__heading .menu__hor-arrow,
.aside-menu .menu__nav .menu__item > .menu__link .menu__hor-arrow {
  display: none;
}
.aside-menu .menu__nav .menu__item.menu__item--open > .menu__heading > .menu__ver-arrow:before,
.aside-menu .menu__nav .menu__item.menu__item--open > .menu__link > .menu__ver-arrow:before {
  transform: rotateZ(90deg) /*rtl:ignore*/;
}
[direction=rtl] .aside-menu .menu__nav .menu__item.menu__item--open > .menu__heading > .menu__ver-arrow:before,
[direction=rtl] .aside-menu .menu__nav .menu__item.menu__item--open > .menu__link > .menu__ver-arrow:before {
  transform: rotateZ(-90deg) /*rtl:ignore*/;
}
.aside-menu .menu__nav .menu__item.menu__item--open > .menu__submenu,
.aside-menu .menu__nav .menu__item.menu__item--open > .menu__inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.aside-menu .menu__nav .menu__item .menu__submenu .menu__item--parent {
  display: none;
}
.aside-menu .menu__nav .menu__section {
  display: flex;
  padding: 0 25px;
}
.aside-menu .menu__nav .menu__section.menu__section--first {
  margin-top: 0 !important;
}
.aside-menu .menu__nav .menu__section .menu__section-text {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}
.aside-menu .menu__nav .menu__section .menu__section-icon {
  display: none;
  align-items: center;
  justify-content: center;
}
.aside-menu .menu__nav .menu__separator {
  height: 0;
  overflow: hidden;
}
.aside-menu .menu__nav .menu__separator.menu__separator--marginles {
  margin: 0;
}
.aside-menu .menu__nav > .menu__item {
  position: relative;
  margin: 0;
}
.aside-menu .menu__nav > .menu__item > .menu__heading,
.aside-menu .menu__nav > .menu__item > .menu__link {
  cursor: pointer;
  height: 44px;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-text {
  font-weight: 400;
  font-size: 1rem;
  text-transform: initial;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-icon {
  flex: 0 0 35px;
  font-size: 1.3rem;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-icon svg,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-icon svg {
  height: 23px;
  width: 23px;
  margin-left: -2px;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-bullet,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet {
  vertical-align: middle;
  text-align: left;
  flex: 0 0 15px;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-bullet > span,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  width: 5px;
  height: 1px;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-badge,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-badge {
  padding: 0px 0px 0px 5px;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__ver-arrow {
  flex: 0 0 20px;
  font-size: 0.7rem;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__ver-arrow:before,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__ver-arrow:before {
  display: inline-block;
  transition: all 0.3s ease;
}
[direction=rtl] .aside-menu .menu__nav > .menu__item > .menu__heading .menu__ver-arrow:before,
[direction=rtl] .aside-menu .menu__nav > .menu__item > .menu__link .menu__ver-arrow:before {
  content: "\F111" !important;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__item-here,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__item-here {
  display: none;
}
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__ver-arrow:before,
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__link .menu__ver-arrow:before {
  transition: all 0.3s ease;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__subnav {
  margin: 0;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item {
  margin: 0;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link {
  cursor: pointer;
  height: 40px;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-text {
  font-weight: 400;
  font-size: 1rem;
  text-transform: initial;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-icon {
  flex: 0 0 35px;
  font-size: 1.3rem;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-icon svg,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-icon svg {
  height: 24px;
  width: 24px;
  margin-left: -2px;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet {
  vertical-align: middle;
  text-align: left;
  flex: 0 0 15px;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet > span {
  vertical-align: middle;
  display: inline-block;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  width: 4px;
  height: 4px;
  border-radius: 100%;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  width: 5px;
  height: 1px;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-badge,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-badge {
  padding: 0px 0px 0px 5px;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__ver-arrow {
  flex: 0 0 20px;
  font-size: 0.7rem;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__ver-arrow:before,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__ver-arrow:before {
  display: inline-block;
  transition: all 0.3s ease;
}
[direction=rtl] .aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__ver-arrow:before,
[direction=rtl] .aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__ver-arrow:before {
  content: "\F111" !important;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__item-here,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__item-here {
  display: none;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__ver-arrow:before,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__ver-arrow:before {
  transition: all 0.3s ease;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__section {
  margin: 20px 0 0 0;
  height: 40px;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__section .menu__section-text {
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__separator {
  margin: 15px 0;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__separator .menu__separator--marginles {
  margin: 0;
}
.aside-menu .menu__nav > .menu__section {
  margin: 20px 0 0 0;
  height: 40px;
}
.aside-menu .menu__nav > .menu__section .menu__section-text {
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.aside-menu .menu__nav > .menu__separator {
  margin: 15px 0;
}
.aside-menu .menu__nav > .menu__separator .menu__separator--marginles {
  margin: 0;
}
.aside-menu .menu__nav > .menu__item > .menu__link {
  padding: 9px 25px;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav .menu__content .menu__heading {
  padding: 0 25px;
  padding-left: 40px;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav .menu__content .menu__inner {
  padding: 0;
  margin: 0;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav .menu__content .menu__inner .menu__link {
  padding: 0 25px;
  padding-left: 55px;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__link {
  padding: 0 25px;
  padding-left: 40px;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu {
  padding: 0;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav {
  padding: 0;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__link {
  padding: 0 25px;
  padding-left: 55px;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu {
  padding: 0;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__link {
  padding: 0 25px;
  padding-left: 70px;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__section {
  padding-left: 40px;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu {
  padding: 0;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__section {
  padding-left: 55px;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu {
  padding: 0;
}
.aside-menu .menu__nav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__item > .menu__submenu .menu__subnav > .menu__section {
  padding-left: 70px;
}

@media (min-width: 1025px) {
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]) > .menu__link > .menu__ver-arrow:before,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]) > .menu__link > .menu__ver-arrow:before {
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]) > .menu__submenu,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]) > .menu__submenu {
    display: none !important;
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover {
    position: relative;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu {
    top: -10px;
    position: absolute;
    z-index: 98;
    display: flex !important;
    width: 245px;
    margin-left: 245px;
    border-radius: 4px;
    -webkit-animation: aside-menu-submenu-fade-in 0.3s ease 1, aside-menu-submenu-move-up 0.3s ease-out 1;
            animation: aside-menu-submenu-fade-in 0.3s ease 1, aside-menu-submenu-move-up 0.3s ease-out 1;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu.menu__submenu--up,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu.menu__submenu--up {
    bottom: 0;
    top: auto;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu.menu__submenu--up,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu.menu__submenu--up {
    top: auto;
    bottom: -10px;
    -webkit-animation: aside-menu-submenu-fade-in 0.3s ease 1, aside-menu-submenu-move-down 0.3s ease-out 1;
            animation: aside-menu-submenu-fade-in 0.3s ease 1, aside-menu-submenu-move-down 0.3s ease-out 1;
  }
}
@media screen\0  and (min-width: 1025px) {
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu.menu__submenu--up,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu.menu__submenu--up {
    -webkit-animation: none;
            animation: none;
  }
}
@media (min-width: 1025px) {
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav {
    padding: 20px 0;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item {
    margin: 0;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link {
    justify-content: flex-start;
    padding: 7px 30px;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu__link-title,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu__link-title {
    display: flex;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu_link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu_link-text {
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu__link-icon {
    display: flex;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu__link-bullet,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu__link-bullet {
    display: flex;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu__link-badge,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu__link-badge {
    display: flex;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__link .menu__ver-arrow {
    display: flex;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav {
    padding: 20px 0;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav > .menu__item > .menu__link,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav > .menu__item > .menu__link {
    padding: 7px 30px;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav {
    padding: 20px 0;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav > .menu__item > .menu__link,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav > .menu__item > .menu__link {
    padding: 7px 30px;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav > .menu__section,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item .menu__submenu .menu__subnav > .menu__section {
    padding: 0 25px;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link {
    cursor: pointer;
    height: 40px;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-text,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-text {
    font-weight: 400;
    font-size: 1rem;
    text-transform: initial;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-icon,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-icon {
    flex: 0 0 35px;
    font-size: 1.35rem;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-icon svg,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-icon svg,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-icon svg,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-icon svg {
    margin-left: -2px;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-bullet,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-bullet,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-bullet,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-bullet {
    vertical-align: middle;
    text-align: left;
    flex: 0 0 15px;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-bullet > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-bullet > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-bullet > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-bullet > span {
    vertical-align: middle;
    display: inline-block;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    width: 4px;
    height: 4px;
    border-radius: 100%;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    width: 5px;
    height: 1px;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-badge,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-badge,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__link-badge,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__link-badge {
    padding: 0px 0px 0px 5px;
    text-align: right;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__ver-arrow,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__ver-arrow {
    flex: 0 0 20px;
    font-size: 0.7rem;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__ver-arrow:before,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__ver-arrow:before,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__ver-arrow:before,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__ver-arrow:before {
    display: inline-block;
    transition: all 0.3s ease;
  }
  [direction=rtl] .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__ver-arrow:before,
[direction=rtl] .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__ver-arrow:before,
[direction=rtl] .aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__ver-arrow:before,
[direction=rtl] .aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__ver-arrow:before {
    content: "\F111" !important;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__item-here,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__item-here,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__heading .menu__item-here,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item > .menu__link .menu__item-here {
    display: none;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item.menu__item--open > .menu__heading .menu__ver-arrow:before,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item.menu__item--open > .menu__link .menu__ver-arrow:before,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item.menu__item--open > .menu__heading .menu__ver-arrow:before,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__item.menu__item--open > .menu__link .menu__ver-arrow:before {
    transition: all 0.3s ease;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__section,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__section {
    margin: 20px 0 0 0;
    height: 40px;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__section .menu__section-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__section .menu__section-text {
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: uppercase;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__separator,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__separator {
    margin: 15px 0;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__separator .menu__separator--marginles,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav > .menu__separator .menu__separator--marginles {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .aside--minimize .aside-menu .menu__nav > .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu,
.aside-menu.aside-menu--dropdown .menu__nav > .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu {
    margin-left: 265px;
    top: -5px;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu.menu__submenu--up,
.aside-menu.aside-menu--dropdown .menu__nav > .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu.menu__submenu--up {
    bottom: -10px;
  }
}
@-webkit-keyframes aside-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes aside-menu-submenu-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes aside-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes aside-menu-submenu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes aside-menu-submenu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes aside-menu-submenu-move-up {
  from {
    margin-top: 10px;
  }
  to {
    margin-top: 0;
  }
}
@-webkit-keyframes aside-menu-submenu-move-down {
  from {
    margin-bottom: 10px;
  }
  to {
    margin-bottom: 0;
  }
}
@keyframes aside-menu-submenu-move-down {
  from {
    margin-bottom: 10px;
  }
  to {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .aside--minimize .aside-menu .menu__nav {
    padding: 15px 0;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item > .menu__link .menu__link-icon {
    width: 100%;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet {
    display: none;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item > .menu__link .menu__link-text {
    display: none;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item > .menu__link .menu__link-badge {
    padding: 0;
    position: relative;
    right: 7px;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item > .menu__link .menu__link-badge .badge {
    text-indent: -9999px;
    position: relative;
    padding: 0;
    min-width: 6px;
    width: 6px;
    min-height: 6px;
    height: 6px;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item > .menu__link .menu__ver-arrow {
    display: none;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item > .menu__submenu {
    display: none !important;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--here > .menu__arrow {
    display: inline-block;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover {
    position: relative;
    z-index: 96;
    width: 316px;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover.menu__item--open {
    background: transparent;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__link {
    width: 70px;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__link .menu__link-title {
    display: none;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__submenu {
    top: 0;
    bottom: auto;
    display: flex !important;
    margin-left: 71px !important;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__submenu .menu__subnav > .menu__item.menu__item--parent {
    display: flex;
    margin: 0;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__submenu .menu__subnav > .menu__item.menu__item--parent > .menu__link {
    height: 40px;
    padding: 0 30px 10px 30px;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__submenu .menu__subnav > .menu__item.menu__item--parent > .menu__link .menu__link-text {
    font-weight: 400;
    font-size: 1.05rem;
    text-transform: initial;
    cursor: text !important;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__submenu .menu__subnav > .menu__item.menu__item--parent > .menu__link .menu__link-badge {
    padding: 0px 0px 0px 5px;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__submenu .menu__subnav > .menu__item.menu__item--parent + .menu__item {
    margin-top: 0px;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__arrow {
    display: none;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__section {
    justify-content: center;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__section .menu__section-text {
    display: none;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__section .menu__section-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    -webkit-animation: animate-fade-in 0.7s;
            animation: animate-fade-in 0.7s;
  }
}
.aside-close {
  display: none;
}

@media (max-width: 1024px) {
  .aside {
    z-index: 1001;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 275px !important;
    transition: left 0.3s ease, right 0.3s ease;
    left: -295px;
  }
  .aside.aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    left: 0;
  }
}
@media screen\0  and (max-width: 1024px) {
  .aside {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .aside--right .aside {
    right: -295px;
    left: auto;
  }
  .aside--right .aside.aside--on {
    transition: left 0.3s ease, right 0.3s ease;
    right: 0;
    left: auto;
  }
}
@media (max-width: 1024px) {
  .aside-close {
    width: 25px;
    height: 25px;
    top: 1px;
    z-index: 1002;
    transition: left 0.3s ease, right 0.3s ease;
    position: fixed;
    border: 0;
    box-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25px;
  }
}
@media screen\0  and (max-width: 1024px) {
  .aside-close {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  .aside-close > i {
    line-height: 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .aside-close:hover {
    text-decoration: none;
  }
}
@media (max-width: 1024px) {
  .aside--right .aside-close {
    left: auto;
    right: -25px;
  }
}
@media (max-width: 1024px) {
  .aside--on .aside-close {
    transition: left 0.3s ease, right 0.3s ease;
    left: 249px;
  }
}
@media (max-width: 1024px) {
  .aside--on.aside--right .aside-close {
    left: auto;
    right: 249px;
  }
}
@media (max-width: 1024px) {
  .aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-animation: animate-fade-in 0.3s linear 1;
            animation: animate-fade-in 0.3s linear 1;
  }
}
@media (max-width: 1024px) {
  .aside {
    background: #ffffff;
    box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 1024px) {
  .aside-overlay {
    background: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1024px) {
  .aside-close {
    background-color: #e8e8f2;
  }
  .aside-close > i {
    color: #F1A31D;
  }
  .aside-close:hover {
    background-color: #F1A31D;
  }
  .aside-close:hover > i {
    color: #ffffff;
  }
}
@media (max-width: 325px) {
  .aside {
    width: 90% !important;
  }
}
.aside {
  background-color: #1e1e2d;
}
.aside .ps > .ps__rail-x {
  background: transparent;
}
.aside .ps > .ps__rail-x:hover, .aside .ps > .ps__rail-x:focus {
  opacity: 1;
  background: transparent;
}
.aside .ps > .ps__rail-x:hover > .ps__thumb-x, .aside .ps > .ps__rail-x:focus > .ps__thumb-x {
  opacity: 1;
}
.aside .ps > .ps__rail-x > .ps__thumb-x {
  background: #637099;
  opacity: 1;
}
.aside .ps > .ps__rail-x > .ps__thumb-x:hover, .aside .ps > .ps__rail-x > .ps__thumb-x:focus {
  opacity: 1;
  background: #637099;
}
.aside .ps > .ps__rail-y {
  background: transparent;
}
.aside .ps > .ps__rail-y:hover, .aside .ps > .ps__rail-y:focus {
  background: transparent;
  opacity: 1;
}
.aside .ps > .ps__rail-y:hover > .ps__thumb-y, .aside .ps > .ps__rail-y:focus > .ps__thumb-y {
  opacity: 1;
}
.aside .ps > .ps__rail-y > .ps__thumb-y {
  background: #637099;
  opacity: 1;
}
.aside .ps > .ps__rail-y > .ps__thumb-y:hover, .aside .ps > .ps__rail-y > .ps__thumb-y:focus {
  opacity: 1;
  background: #637099;
}
.aside .aside__footer {
  background-color: #1f2231;
}
.aside .aside__footer .btn {
  transition: all 0.3s;
  background-color: transparent;
}
.aside .aside__footer .btn i {
  transition: all 0.3s;
  color: #364b8b;
}
.aside .aside__footer .show .btn,
.aside .aside__footer .btn:hover {
  transition: all 0.3s;
  background-color: #191b27;
}
.aside .aside__footer .show .btn i,
.aside .aside__footer .btn:hover i {
  transition: all 0.3s;
  color: #F1A31D;
}

.aside-menu {
  background-color: #1e1e2d;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-text {
  color: #a2a3b7;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-icon {
  color: #494b74;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-icon svg g [fill],
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #494b74;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  background-color: #5c5e81;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  background-color: #5c5e81;
}
.aside-menu .menu__nav > .menu__item > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item > .menu__link .menu__ver-arrow {
  color: #5c5e81;
}
.aside-menu .menu__nav > .menu__item.menu__item--open {
  transition: background-color 0.3s;
}
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__heading,
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__link {
  background-color: #1b1b28;
}
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-text {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-icon {
  color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-icon svg g [fill],
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item.menu__item--open > .menu__link .menu__ver-arrow {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item.menu__item--here {
  transition: background-color 0.3s;
}
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__heading,
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__link {
  background-color: #1b1b28;
}
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-text {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-icon {
  color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-icon svg g [fill],
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item.menu__item--here > .menu__link .menu__ver-arrow {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item.menu__item--active {
  transition: background-color 0.3s;
}
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__heading,
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__link {
  background-color: #1b1b28;
}
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-text {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-icon {
  color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-icon svg g [fill],
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item.menu__item--active > .menu__link .menu__ver-arrow {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover {
  transition: background-color 0.3s;
}
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading,
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link {
  background-color: #1b1b28;
}
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-text {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon {
  color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg g [fill],
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__ver-arrow {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item > .menu__arrow {
  color: #1e1e2d;
}
.aside-menu .menu__nav > .menu__section .menu__section-text {
  color: #4c4e6f;
}
.aside-menu .menu__nav > .menu__section .menu__section-icon {
  color: #4c4e6f;
}
.aside-menu .menu__nav > .menu__separator {
  border-bottom: 1px solid #4c4e6f;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-text {
  color: #9899ac;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-icon {
  color: #494b74;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-icon svg g [fill],
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #494b74;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  background-color: #5c5e81;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  background-color: #5c5e81;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item > .menu__link .menu__ver-arrow {
  color: #5c5e81;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open {
  transition: background-color 0.3s;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link {
  background-color: #1b1b28;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-text {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-icon {
  color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-icon svg g [fill],
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--open > .menu__link .menu__ver-arrow {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here {
  transition: background-color 0.3s;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link {
  background-color: #1b1b28;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link .menu__link-icon {
  color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading .menu__link-icon svg g [fill],
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--here > .menu__link .menu__ver-arrow {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active {
  transition: background-color 0.3s;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link {
  background-color: #1b1b28;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-text {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-icon {
  color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-icon svg g [fill],
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item.menu__item--active > .menu__link .menu__ver-arrow {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover {
  transition: background-color 0.3s;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link {
  background-color: #1b1b28;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-text,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-text {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon {
  color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg g [fill],
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
  background-color: #F1A31D;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__ver-arrow,
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__ver-arrow {
  color: #ffffff;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__section .menu__section-text {
  color: #4c4e6f;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__section .menu__section-icon {
  color: #4c4e6f;
}
.aside-menu .menu__nav > .menu__item .menu__submenu .menu__separator {
  border-bottom: 1px solid #4c4e6f;
}

@media (min-width: 1025px) {
  .aside--minimize .aside-menu .menu__nav > .menu__item {
    background: transparent;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item > .menu__link > .menu__link-icon {
    color: #7c87a6;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover, .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--open {
    background: transparent !important;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--hover > .menu__link > .menu__link-icon, .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--open > .menu__link > .menu__link-icon {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--here, .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--active {
    background: transparent !important;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--here > .menu__link > .menu__link-icon, .aside--minimize .aside-menu .menu__nav > .menu__item.menu__item--active > .menu__link > .menu__link-icon {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item:hover {
    background: transparent;
  }
  .aside--minimize .aside-menu .menu__nav > .menu__item:hover > .menu__link > .menu__link-icon {
    color: #F1A31D !important;
  }
}
@media (min-width: 1025px) {
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-text,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-text {
    color: #696e92;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-icon,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-icon {
    color: #a8aabb;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-icon svg g [fill],
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-icon svg g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-icon svg g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #a8aabb;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-icon svg:hover g [fill],
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-icon svg:hover g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #a8aabb;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #a8aabb;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__ver-arrow,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__heading .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item > .menu__link .menu__ver-arrow {
    color: #a8aabb;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open {
    transition: background-color 0.3s;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link {
    background-color: #f8f8fb;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-text,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-icon,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-icon svg g [fill],
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-icon svg g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-icon svg g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-icon svg:hover g [fill],
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-icon svg:hover g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__ver-arrow,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__heading .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--open > .menu__link .menu__ver-arrow {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here {
    transition: background-color 0.3s;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__heading,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__link,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__heading,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__link {
    background-color: #f8f8fb;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__heading .menu__link-icon svg g [fill],
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__link .menu__link-icon svg g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__heading .menu__link-icon svg g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__heading .menu__link-icon svg:hover g [fill],
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__link .menu__link-icon svg:hover g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--here > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active {
    transition: background-color 0.3s;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link {
    background-color: #f8f8fb;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-text,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-icon,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-icon svg g [fill],
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-icon svg g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-icon svg g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-icon svg:hover g [fill],
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-icon svg:hover g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__ver-arrow,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__heading .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item.menu__item--active > .menu__link .menu__ver-arrow {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover {
    transition: background-color 0.3s;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link {
    background-color: #f8f8fb;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-text,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-text {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg g [fill],
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg:hover g [fill],
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg:hover g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-icon svg:hover g [fill],
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--dot > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--dot > span {
    background-color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__link-bullet.menu__link-bullet--line > span,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__link-bullet.menu__link-bullet--line > span {
    background-color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__ver-arrow,
.aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__heading .menu__ver-arrow,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__item:not(.menu__item--parent):not(.menu__item--open):not(.menu__item--here):not(.menu__item--active):hover > .menu__link .menu__ver-arrow {
    color: #F1A31D;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__section .menu__section-text,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__section .menu__section-text {
    color: #a4a7bd;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__section .menu__section-icon,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__section .menu__section-icon {
    color: #aaacc2;
  }
  .aside--minimize .aside-menu .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__separator,
.aside-menu.aside-menu--dropdown .menu__nav .menu__item:not([data-ktmenu-submenu-mode=accordion]).menu__item--hover > .menu__submenu .menu__subnav .menu__separator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
}
.aside-close {
  background-color: rgba(255, 255, 255, 0.2);
}
.aside-close i {
  color: rgba(255, 255, 255, 0.7);
}
.aside-close:hover {
  background-color: #F1A31D;
}
.aside-close:hover i {
  color: #ffffff;
}

.aside .aside-menu > .menu__nav .menu__item > .menu__link:not(.menu__link--active):not(.menu__link--here):not(.menu__link--hover) [class^=flaticon2-],
.aside .aside-menu > .menu__nav .menu__item > .menu__link:not(.menu__link--active):not(.menu__link--here):not(.menu__link--hover) [class*=" flaticon2-"] {
  color: #434d6b;
}

.content {
  padding: 16px 25px;
}
.subheader--enabled.subheader--transparent:not(.subheader--fixed) .content {
  padding-top: 0;
}

@media (min-width: 1025px) {
  .footer--fixed .content {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .content {
    padding: 15px;
  }
  .subheader--enabled.subheader--transparent .content {
    padding-top: 0;
  }
}
.login.login--v3 {
  background-size: cover;
  background-repeat: no-repeat;
}
.login.login--v3 .login__wrapper {
  padding: 7% 2rem 1rem 2rem;
  margin: 0 auto 2rem auto;
  overflow: hidden;
}
.login.login--v3 .login__wrapper .login__container {
  margin: 0 auto;
}
.login.login--v3 .login__wrapper .login__container .login__logo {
  text-align: center;
  margin: 0 auto 4.6rem auto;
}
.login.login--v3 .login__wrapper .login__container .login__head {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.login.login--v3 .login__wrapper .login__container .login__head .login__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #6c7293;
}
.login.login--v3 .login__wrapper .login__container .login__head .login__desc {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 400;
  color: #a7abc3;
}
.login.login--v3 .login__wrapper .login__container .form {
  margin: 0 auto;
}
.login.login--v3 .login__wrapper .login__container .form .input-group {
  padding: 0;
  margin: 0 auto;
}
.login.login--v3 .login__wrapper .login__container .form .form-control {
  width: 340px;
  margin-top: 1rem;
}
.login.login--v3 .login__wrapper .login__container .form .form-control.is-valid + .valid-feedback,
.login.login--v3 .login__wrapper .login__container .form .form-control.is-invalid + .invalid-feedback {
  font-weight: 500;
  font-size: 0.9rem;
  padding-left: 1.615rem;
}
.login.login--v3 .login__wrapper .login__container .form .input-icon > .input-icon__icon {
  margin-right: 1.077rem;
}
.login.login--v3 .login__wrapper .login__container .form .login__sub-extra {
  font-weight: 400;
}
.login.login--v3 .login__wrapper .login__container .form .login__sub-extra .login__link {
  color: #282a3c !important;
  font-size: 0.8rem;
  text-decoration: underline;
  transition: all 0.4s ease;
}
.login.login--v3 .login__wrapper .login__container .form .login__sub-extra .login__link:hover {
  text-decoration: none;
  transition: all 0.4s ease;
}
.login.login--v3 .login__wrapper .login__container .form .login__extra {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #a7abc3;
  font-size: 1rem;
}
.login.login--v3 .login__wrapper .login__container .form .login__extra .checkbox {
  font-size: 1rem;
}
.login.login--v3 .login__wrapper .login__container .form .login__extra .login__link {
  font-size: 1rem;
  color: #a7abc3;
  transition: color 0.3s ease;
}
.login.login--v3 .login__wrapper .login__container .form .login__extra .login__link:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}
.login.login--v3 .login__wrapper .login__container .form .radio-list {
  width: 340px;
  margin: 2.462rem auto 4.5rem auto;
  max-width: 70%;
}
.login.login--v3 .login__wrapper .login__container .form .radio-list label {
  color: #56516e;
  font-size: 1rem;
  font-weight: 400;
}
.login.login--v3 .login__wrapper .login__container .form h5 {
  font-weight: 500;
  margin-top: 0.857rem;
  font-size: 1.154rem;
  color: #56516e;
  display: none;
}
.login.login--v3 .login__wrapper .login__container .form .login__actions {
  text-align: center;
  margin-top: 2.857rem;
}
.login.login--v3 .login__wrapper .login__container .form .login__actions .login__btn-secondary,
.login.login--v3 .login__wrapper .login__container .form .login__actions .btn-tertiary,
.login.login--v3 .login__wrapper .login__container .form .login__actions .login__btn-primary {
  height: 50px;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.login.login--v3 .login__wrapper .login__container .form .login__actions .login__btn-secondary i,
.login.login--v3 .login__wrapper .login__container .form .login__actions .btn-tertiary i,
.login.login--v3 .login__wrapper .login__container .form .login__actions .login__btn-primary i {
  font-size: unset;
}
.login.login--v3 .login__wrapper .login__container .form .login__actions .btn-tertiary {
  color: #6c7293;
  background-color: rgba(255, 229, 173, 0.5);
}
.login.login--v3 .login__wrapper .login__container .form .login__actions .btn-tertiary:hover {
  color: #F1A31D;
}
.login.login--v3 .login__wrapper .login__container .login__account {
  text-align: center;
  margin-top: 2rem;
}
.login.login--v3 .login__wrapper .login__container .login__account .login__account-msg {
  font-size: 1rem;
  font-weight: 400;
  color: #a7abc3;
}
.login.login--v3 .login__wrapper .login__container .login__account .login__account-link {
  font-size: 1rem;
  font-weight: 500;
  color: #6c7293;
  transition: color 0.3s ease;
}
.login.login--v3 .login__wrapper .login__container .login__account .login__account-link:hover {
  color: #F1A31D;
  transition: color 0.3s ease;
}

.login.login--v3.login--signin .login__signup {
  display: none;
}
.login.login--v3.login--signin .login__signin {
  display: block;
}
.login.login--v3.login--signin .login__forgot {
  display: none;
}
.login.login--v3.login--signup .login__signup {
  display: block;
}
.login.login--v3.login--signup .login__signin {
  display: none;
}
.login.login--v3.login--signup .login__forgot {
  display: none;
}
.login.login--v3.login--signup .login__account {
  display: none;
}
.login.login--v3.login--forgot .login__signup {
  display: none;
}
.login.login--v3.login--forgot .login__signin {
  display: none;
}
.login.login--v3.login--forgot .login__forgot {
  display: block;
}

@media (max-width: 1024px) {
  .login.login--v3 .login__wrapper {
    padding-top: 5rem;
    width: 100%;
  }
  .login.login--v3 .login__wrapper .login__container {
    margin: 0 auto;
  }
  .login.login--v3 .login__wrapper .login__container .login__account {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .login.login--v3 .login__wrapper {
    width: 100%;
  }
  .login.login--v3 .login__wrapper .login__container {
    width: 100%;
    margin: 0 auto;
  }
  .login.login--v3 .login__wrapper .login__container .form {
    width: 100%;
    margin: 0 auto;
  }
  .login.login--v3 .login__wrapper .login__container .login__account {
    margin-top: 1rem;
  }
}
.footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
  background: #ffffff;
}
.footer .footer__copyright {
  display: flex;
  margin: 0;
  padding: 0 1.25rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  justify-content: flex-start;
  color: #a7abc3;
}
.footer .footer__copyright .link {
  color: #a7abc3;
}
.footer .footer__copyright .link:hover {
  color: #F1A31D;
}
.footer .footer__copyright .link:hover:after {
  border-bottom: 1px solid #F1A31D;
  opacity: 0.3;
}
.footer .footer__menu {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 0.75rem;
  margin: 0;
}
.footer .footer__menu .footer__menu-link {
  margin: 0 0 0 1.25rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #6c7293;
}
.footer .footer__menu .footer__menu-link:hover {
  color: #F1A31D;
}
.footer .footer__menu .footer__menu-link:hover:after {
  border-bottom: 1px solid #F1A31D;
  opacity: 0.3;
}

@media (min-width: 1025px) {
  .footer--fixed .footer {
    position: fixed;
    transition: all 0.3s ease;
    height: 60px;
    bottom: 0;
    right: 0;
    left: 265px;
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  }
  .aside--minimize-hover.footer--fixed .footer, .aside--minimize.footer--fixed .footer {
    transition: all 0.3s ease;
    left: 70px;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 15px 15px;
  }
}
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    justify-content: center;
  }
  .footer .footer__copyright {
    justify-content: center;
    padding: 0;
    order: 2;
  }
  .footer .footer__menu {
    justify-content: center;
    order: 1;
    padding: 0;
    margin: 0 0 0.75rem 0;
  }
  .footer .footer__menu .footer__menu-link:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}
.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;
   -ms-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 {
  position: relative;
}

.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;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.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;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  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;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.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__remove {
  margin-left: 2px;
  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[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.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--highlighted[aria-selected] {
  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;
  margin-right: 10px;
}

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

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

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.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;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

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

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

.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[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  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;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  outline: none !important;
  border-radius: 6px;
  min-height: 45px;
  line-height: 0;
}
.select2-container--default .select2-selection--single.is-invalid,
.select2-container--default .select2-selection--multiple.is-invalid {
  border-color: #fd387a !important;
}
.select2-container--default .select2-selection--single.is-invalid .select2-selection__arrow,
.select2-container--default .select2-selection--multiple.is-invalid .select2-selection__arrow {
  border-color: #fd387a !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin-top: 0;
  margin-left: 0;
  font-size: 0.85rem;
  font-weight: 900;
  left: auto;
  right: 0;
  top: 0;
  display: inline-block;
  width: 3.462rem;
  height: 100%;
  border-left: 1px solid #a7abc3;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--multiple .select2-selection__arrow:before {
  content: "\F110";
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before,
.select2-container--default .select2-selection--multiple .select2-selection__arrow:before {
  position: absolute;
  top: 50%;
  right: 36%;
  margin-right: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  position: relative;
  padding: 0.65rem 7.231rem 0.65rem 1.231rem;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  position: absolute;
  top: 58%;
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
  right: 4.615rem;
  margin-top: -1rem;
  border: 1px solid #a7abc3;
  border-radius: 10px;
  width: 18px;
  height: 18px;
  line-height: 1.1;
  text-align: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0.65rem 1.231rem;
  line-height: 1.5;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 0.05rem 0.4rem 0.05rem 0.4rem;
  font-size: 1rem;
  margin: 0.1rem 0.4rem 0.1rem 0;
  position: relative;
  float: left/*rtl:right*/;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F110";
  font-size: 1.4rem;
  display: inline-block;
  line-height: 0;
  margin-right: 0.3rem;
  position: relative;
  top: 0.1rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  font-weight: 300;
  margin: 0.25rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered #placeholder {
  padding: 0.65rem 7.231rem 0.65rem 1.231rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 39px;
  outline: none !important;
  border-radius: 6px;
}
.select2-container--default .select2-search--dropdown {
  padding: 15px 15px;
}
.select2-container--default .select2-results__option {
  padding: 5px 15px;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  cursor: not-allowed;
}
.select2-container--default .select2-results__option .select2-results__group {
  padding: 5px 15px;
  font-weight: 600;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding: 5px 30px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
}

select.select2 {
  opacity: 0;
}

.select2 > select.form-control {
  opacity: 0;
}

.input-group .wrapper-select > .select2-hidden-accessible:first-child + .select2-container > .selection .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:first-child + .select2-container > .selection, .input-group .wrapper-select > .select2-hidden-accessible:first-child + .select2-container > .selection.form-control {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection, .input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:first-child + .select2-container + .input-group-text, .input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container + .input-group-text {
  border-left: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection, .input-group .wrapper-select > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:first-child + .select2-container > .selection .select2-selection--single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:first-child + .select2-container > .selection, .input-group > .select2-hidden-accessible:first-child + .select2-container > .selection.form-control {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .select2-hidden-accessible:first-child + .select2-container + .input-group-text, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container + .input-group-text {
  border-left: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection--single {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection, .input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:not(:last-child) > .selection .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid #a7abc3;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7abc3;
  font-size: 1.077rem;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #FFB81F;
}
.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__arrow,
.select2-container--default.select2-container--focus .select2-selection--single .select2-selection__arrow, .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  border-left-color: #FFB81F;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #56516e;
  font-size: 1.077rem;
  font-weight: 400;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  color: #a7abc3;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #56516e;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  color: #56516e;
  background: #f4f5f8;
  border: 1px solid #ebedf2;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #a7abc3;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
  color: #a7abc3;
  opacity: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
  color: #a7abc3;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
  color: #a7abc3;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #FFE5AD;
}
.select2-container--default .select2-dropdown {
  border: none;
  box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.06);
}
.select2-container--default .select2-results__option {
  font-size: 1.077rem;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f4f5f8;
  color: #56516e;
}
.select2-container--default .select2-results__option.select2-results__option--highlighted {
  background: #f4f5f8;
  color: #56516e;
}
.select2-container--default .select2-results__option.select2-results__message {
  font-size: 1rem;
  color: #6c7293;
}
.select2-container--default.select2-container--disabled {
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: rgba(255, 229, 173, 0.3);
  border-color: #FFE5AD;
}
.select2-container--default.select2-container--disabled .select2-selection__rendered {
  color: rgba(86, 81, 110, 0.7);
}
.select2-container--default.select2-container--disabled .select2-selection__rendered .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--disabled .select2-selection__arrow {
  border-left: 1px solid #FFE5AD;
}
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection__arrow {
  border-left: 1px solid #FFE5AD;
}

.select2.select2--air .select2-container--default .select2-selection--single,
.select2.select2--air .select2-container--default .select2-selection--multiple {
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
.select2.select2--solid .select2-container--default .select2-selection--multiple,
.select2.select2--solid .select2-container--default .select2-selection--single {
  background-color: #f4f5f8;
  border-color: #ebedf2;
}
.select2.select2--solid .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2.select2--solid .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7abc3;
}

.m-form.m-form--state .is-valid .select2-container--default .select2-selection--multiple,
.m-form.m-form--state .is-valid .select2-container--default .select2-selection--single {
  border-color: success;
}
.m-form.m-form--state .is-valid .select2-container--default.select2-container--focus .select2-selection--multiple,
.m-form.m-form--state .is-valid .select2-container--default.select2-container--focus .select2-selection--single, .m-form.m-form--state .is-valid .select2-container--default.select2-container--open .select2-selection--multiple,
.m-form.m-form--state .is-valid .select2-container--default.select2-container--open .select2-selection--single {
  border-color: success;
}

.m-form.m-form--state .is-invalid .select2-container--default .select2-selection--multiple,
.m-form.m-form--state .is-invalid .select2-container--default .select2-selection--single {
  border-color: danger;
}
.m-form.m-form--state .is-invalid .select2-container--default.select2-container--focus .select2-selection--multiple,
.m-form.m-form--state .is-invalid .select2-container--default.select2-container--focus .select2-selection--single, .m-form.m-form--state .is-invalid .select2-container--default.select2-container--open .select2-selection--multiple,
.m-form.m-form--state .is-invalid .select2-container--default.select2-container--open .select2-selection--single {
  border-color: danger;
}

.sr-only, .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  /* width: 14rem; */
}
@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1024px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}
.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: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.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.5em;
  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: 6px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}
.bootstrap-datetimepicker-widget table td {
  height: 38px;
  line-height: 36px;
  width: 38px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 38px;
  line-height: 36px;
  width: 38px;
}
.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: #e9ecef;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 6px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group [data-toggle=datetimepicker] {
  cursor: pointer;
}

.datepicker {
  width: 265px;
  padding: 10px;
}
.datepicker.datepicker-orient-top {
  margin-top: 8px;
}
.datepicker table {
  width: 100%;
}
.datepicker td,
.datepicker th {
  font-weight: regular;
  width: 35px;
  height: 35px;
  border-radius: 3px;
}
.datepicker thead th {
  color: #a7abc3;
}
.datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
  font-weight: 500;
  color: #a7abc3;
}
.datepicker thead th.prev i, .datepicker thead th.datepicker-switch i, .datepicker thead th.next i {
  font-size: 1.2rem;
  color: #a7abc3;
}
.datepicker thead th.prev i:before, .datepicker thead th.datepicker-switch i:before, .datepicker thead th.next i:before {
  line-height: 0;
  vertical-align: middle;
}
.datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
  background: #f4f5f8 !important;
}
.datepicker thead th.dow {
  color: #6c7293;
  font-weight: 500;
}
.datepicker tbody tr > td.day {
  color: #6c7293;
}
.datepicker tbody tr > td.day:hover {
  background: #ebedf2;
  color: #6c7293;
}
.datepicker tbody tr > td.day.old {
  color: #a7abc3;
}
.datepicker tbody tr > td.day.new {
  color: #6c7293;
}
.datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
  background: #F1A31D;
  color: #ffffff;
}
.datepicker tbody tr > td.day.disabled {
  color: #adb1c7;
}
.datepicker tbody tr > td.day.disabled:hover {
  background-color: unset;
}
.datepicker tbody tr > td.day.today {
  position: relative;
  background: rgba(241, 163, 29, 0.7) !important;
  color: #ffffff !important;
}
.datepicker tbody tr > td.day.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #ffffff;
  border-top-color: #ebedf2;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.datepicker tbody tr > td.day.today.disabled {
  background: rgba(241, 163, 29, 0.2) !important;
}
.datepicker tbody tr > td.day.range {
  background: #f4f5f8;
}
.datepicker tbody tr > td span.year,
.datepicker tbody tr > td span.hour,
.datepicker tbody tr > td span.minute,
.datepicker tbody tr > td span.month {
  color: #6c7293;
}
.datepicker tbody tr > td span.year:hover,
.datepicker tbody tr > td span.hour:hover,
.datepicker tbody tr > td span.minute:hover,
.datepicker tbody tr > td span.month:hover {
  background: #f4f5f8;
}
.datepicker tbody tr > td span.year.focused, .datepicker tbody tr > td span.year.focused:hover, .datepicker tbody tr > td span.year.active:hover, .datepicker tbody tr > td span.year.active.focused:hover, .datepicker tbody tr > td span.year.active,
.datepicker tbody tr > td span.hour.focused,
.datepicker tbody tr > td span.hour.focused:hover,
.datepicker tbody tr > td span.hour.active:hover,
.datepicker tbody tr > td span.hour.active.focused:hover,
.datepicker tbody tr > td span.hour.active,
.datepicker tbody tr > td span.minute.focused,
.datepicker tbody tr > td span.minute.focused:hover,
.datepicker tbody tr > td span.minute.active:hover,
.datepicker tbody tr > td span.minute.active.focused:hover,
.datepicker tbody tr > td span.minute.active,
.datepicker tbody tr > td span.month.focused,
.datepicker tbody tr > td span.month.focused:hover,
.datepicker tbody tr > td span.month.active:hover,
.datepicker tbody tr > td span.month.active.focused:hover,
.datepicker tbody tr > td span.month.active {
  background: #F1A31D;
  color: #ffffff;
}
.datepicker tfoot tr > th.today, .datepicker tfoot tr > th.clear {
  border-radius: 3px;
  font-weight: 500;
}
.datepicker tfoot tr > th.today:hover, .datepicker tfoot tr > th.clear:hover {
  background: #ebedf2;
}
.datepicker.datepicker-inline {
  border: 1px solid #ebedf2;
}

.input-daterange .input-group-addon {
  min-width: 44px;
}
.input-daterange input {
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 1.347rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
div.dataTables_wrapper div.dataTables_filter input:first-child {
  margin-left: 0;
}

div.dataTables_wrapper .custom-top-right .btn-lg, div.dataTables_wrapper .custom-top-right .btn-group-lg > .btn {
  padding: 8px 25px;
}

.dataTables_wrapper {
  padding: 0 !important;
}
.dataTables_wrapper .dataTable {
  width: 100% !important;
  border-collapse: initial !important;
  border-spacing: 0 !important;
  margin: 24px 0 !important;
}
.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTable th .checkbox, .dataTables_wrapper .dataTable td .checkbox {
  margin-top: 0.3rem;
  margin-bottom: 0;
}
.dataTables_wrapper .dataTable th.dt-center, .dataTables_wrapper .dataTable td.dt-center {
  text-align: center;
}
.dataTables_wrapper .dataTable th.dt-left, .dataTables_wrapper .dataTable td.dt-left {
  text-align: left;
}
.dataTables_wrapper .dataTable th.dt-right, .dataTables_wrapper .dataTable td.dt-right {
  text-align: right;
}
.dataTables_wrapper .dataTable tr {
  cursor: pointer;
}
.dataTables_wrapper .dataTable.no-pointer tr {
  cursor: auto;
}
.dataTables_wrapper .dataTable td.dataTables_empty {
  cursor: auto;
}
.dataTables_wrapper .dataTable .filter th, .dataTables_wrapper .dataTable .filter td {
  vertical-align: top;
}
.dataTables_wrapper .dataTable .filter th .input-group + .input-group, .dataTables_wrapper .dataTable .filter td .input-group + .input-group {
  margin-top: 0.5rem;
}
.dataTables_wrapper .dataTable .filter th .btn + .btn, .dataTables_wrapper .dataTable .filter td .btn + .btn {
  margin-top: 0.5rem;
}
.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  font-size: 1.1rem;
  font-weight: 500;
}
.dataTables_wrapper .dataTable .actions {
  text-align: center;
}
.dataTables_wrapper .dataTable .actions button, .dataTables_wrapper .dataTable .actions .btn-actions {
  color: #F1A31D;
}
.dataTables_wrapper .dataTable .actions .btn-actions:hover {
  color: #F1A31D;
  background: #FFF9EB;
}
.dataTables_wrapper .dataTable .actions a:hover {
  color: #ffffff;
}
.dataTables_wrapper .dataTable .actions button.btn-clean i, .dataTables_wrapper .dataTable .actions a.btn-clean i {
  color: unset;
}
.dataTables_wrapper .dataTable .actions .btn [class^=flaticon-] {
  font-size: 1.846rem;
}
.dataTables_wrapper .dataTable .actions .la {
  margin-bottom: 4px;
}
.dataTables_wrapper .dataTable .details {
  text-align: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.dataTables_wrapper .dataTables_scroll {
  margin: 1rem 0 !important;
}
.dataTables_wrapper .dataTables_scroll .dataTable {
  margin: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item {
  margin-left: 0.4rem;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link {
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  min-width: 2.25rem;
  vertical-align: middle;
  padding: 0.5rem;
  text-align: center;
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item > .page-link > i {
  font-size: 1rem;
  text-align: center;
  font-weight: 600;
  display: inline-block;
}
.dataTables_wrapper .text-right .dataTables_filter,
.dataTables_wrapper .text-left .dataTables_filter {
  display: inline-block;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 0.45rem;
}
.dataTables_wrapper .dataTables_pager .dataTables_length {
  margin-right: 2rem;
  display: inline-block;
  color: #6c7293;
  font-weight: 300;
}
.dataTables_wrapper .dataTables_pager .dataTables_length label {
  font-weight: 300;
}
.dataTables_wrapper .dataTables_pager .dataTables_length + .dataTables_paginate {
  margin-left: 1rem;
}
.dataTables_wrapper .dataTables_pager .dataTables_length .custom-select {
  background-color: #FFF9EB;
  color: #F1A31D;
}
.dataTables_wrapper .dataTables_pager .dataTables_info {
  display: inline-block;
  margin-right: 0.5rem;
  color: #6c7293;
  font-weight: 300;
}
.dataTables_wrapper .dataTables_pager .dataTables_paginate {
  display: inline-block;
  text-align: right;
}
@media (max-width: 1024px) {
  .dataTables_wrapper .dataTables_pager {
    margin-top: 1rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .dataTables_wrapper .dataTables_paginate {
    margin-left: 0 !important;
  }
  .dataTables_wrapper .dataTables_paginate .pagination .page-item:first-child {
    margin-left: 0 !important;
  }
  .dataTables_wrapper .dataTables_paginate .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before {
  box-shadow: none;
  border-radius: 0;
  top: 50%;
  left: 8px;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  font-size: 18px;
  color: #F1A31D;
  border: 0;
  background-color: transparent;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F2C3";
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F28F";
  color: #F1A31D;
  background-color: transparent;
}
.dataTables_wrapper .child .dtr-details {
  display: table !important;
}
.dataTables_wrapper .child .dtr-details > li {
  display: table-row !important;
  border: 0 !important;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dashed #efefef;
  font-weight: 500;
  padding: 0.5rem 2rem 0.5rem 0;
}
.dataTables_wrapper .child .dtr-details > li .dtr-title:after {
  content: ":";
}
.dataTables_wrapper .child .dtr-details > li .dtr-data {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px dashed #efefef;
  padding: 0.5rem 0;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-title {
  border-bottom: 0;
}
.dataTables_wrapper .child .dtr-details > li:last-child .dtr-data {
  border-bottom: 0;
}

.dt-bootstrap4 .dropdown .dropdown-menu.dropdown-menu-right {
  /*rtl:ignore*/
  margin-left: 65px;
}

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
  color: #6c7293;
}
.dataTables_wrapper .dataTable .selected th, .dataTables_wrapper .dataTable .selected td {
  background-color: #f4f5f8;
  color: #6c7293;
}
.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
  background-color: #f4f5f8;
}
.dataTables_wrapper .pagination .page-item > .page-link {
  color: #6c7293;
  border: 0;
  outline: none !important;
}
.dataTables_wrapper .pagination .page-item.previous > .page-link, .dataTables_wrapper .pagination .page-item.next > .page-link, .dataTables_wrapper .pagination .page-item.last > .page-link, .dataTables_wrapper .pagination .page-item.first > .page-link {
  background: #ebe9f2;
}
.dataTables_wrapper .pagination .page-item.previous > .page-link:hover, .dataTables_wrapper .pagination .page-item.next > .page-link:hover, .dataTables_wrapper .pagination .page-item.last > .page-link:hover, .dataTables_wrapper .pagination .page-item.first > .page-link:hover {
  background: #F1A31D;
  color: #ffffff;
}
.dataTables_wrapper .pagination .page-item.active > .page-link {
  background: #F1A31D;
  color: #ffffff;
}
.dataTables_wrapper .pagination .page-item:hover > .page-link {
  background: #F1A31D;
  color: #ffffff;
}
.dataTables_wrapper .pagination .page-item.disabled > .page-link, .dataTables_wrapper .pagination .page-item.disabled:hover > .page-link {
  opacity: 0.3;
}

.toast {
  background-position: 15px center /*rtl:calc(100% - 15px) center*/ !important;
  border: 0;
}
.toast .toast-close-button {
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none !important;
  font-size: 0;
  content: " ";
}
.toast .toast-close-button:before {
  content: "\F191";
}
.toast .toast-close-button:before {
  font-size: 0.9rem;
}
.toast .toast-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: white;
}
.toast .toast-message {
  font-size: 1rem;
  font-weight: 300;
}

.toast-success {
  background-color: #08BB87;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.toast-warning {
  background-color: #ffb822;
  color: #111111;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.toast-info {
  background-color: #2d9fff;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.toast-error {
  background-color: #fd387a;
  color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#toast-container > div:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.125);
}

.scroll.scroll--pull {
  padding-right: 12px;
  margin-right: -12px;
}
.scroll.scroll--pull .ps__rail-y {
  right: -2px;
}

.ps > .ps__rail-y {
  width: 4px;
}
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
  width: 4px;
}
.ps > .ps__rail-y > .ps__thumb-y {
  width: 4px;
  border-radius: 6px;
}
.ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
  width: 4px;
}

.ps > .ps__rail-x {
  height: 4px;
}
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
  height: 4px;
}
.ps > .ps__rail-x > .ps__thumb-x {
  top: 0;
  height: 4px;
  border-radius: 6px;
}
.ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
  top: 0;
  height: 4px;
}

.ps > .ps__rail-x {
  background: transparent;
}
.ps > .ps__rail-x:hover, .ps > .ps__rail-x:focus {
  opacity: 1;
  background: transparent;
}
.ps > .ps__rail-x:hover > .ps__thumb-x, .ps > .ps__rail-x:focus > .ps__thumb-x {
  opacity: 1;
}
.ps > .ps__rail-x > .ps__thumb-x {
  background: #d8dce6;
  opacity: 1;
}
.ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
  opacity: 1;
  background: #d8dce6;
}
.ps > .ps__rail-y {
  background: transparent;
}
.ps > .ps__rail-y:hover, .ps > .ps__rail-y:focus {
  background: transparent;
  opacity: 1;
}
.ps > .ps__rail-y:hover > .ps__thumb-y, .ps > .ps__rail-y:focus > .ps__thumb-y {
  opacity: 1;
}
.ps > .ps__rail-y > .ps__thumb-y {
  background: #d8dce6;
  opacity: 1;
}
.ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
  opacity: 1;
  background: #d8dce6;
}

.blockui {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: table;
  table-layout: fixed;
  border-radius: 6px;
}
.blockui.blockui-noshadow {
  box-shadow: none;
}
.blockui > span {
  color: #a7abc3;
  display: table-cell;
  vertical-align: middle;
  padding: 0.75rem 1.2rem;
  font-size: 1rem;
  font-weight: 400;
}
.blockui > span > .loader,
.blockui > span > .spinner {
  margin-right: 1.25rem;
}

html {
  overflow-y: scroll;
}

.portlet--filters .form-group.form-checkbox {
  margin-top: 40px;
}
.portlet--filters .portlet__head-filter-search {
  overflow: auto;
}

.input-group.bootstrap-touchspin > .form-control:focus {
  z-index: auto;
}
.input-group.bootstrap-touchspin .form-control.is-invalid {
  background-position: center right 5rem;
}
.input-group.bootstrap-touchspin .form-control.is-invalid + span.input-group-btn-vertical .btn-secondary {
  border-color: #fd387a !important;
}

.btn.dropdown-toggle.spinner.spinner--left::before {
  top: 16px;
}

.input-group-append .input-group-text {
  border-color: #FFE5AD;
  border-color: #a7abc3;
}
.input-group-append .dropdown-toggle {
  border-color: #a7abc3;
}

.bootstrap-touchspin-up.btn-secondary, .bootstrap-touchspin-down.btn-secondary {
  border-color: #a7abc3;
}

.modal-footer .css-clipboard-btn-modal {
  font-size: 20px;
}
.modal-footer.disable-click button {
  pointer-events: none;
  background-color: lightgrey;
}

.modal-body {
  padding: 18px 25px;
}
.modal-body .accordion.accordion-light {
  padding: 20px 25px 40px;
}

.checkbox.jstree-anchor span {
  border-radius: 3px;
  background: none;
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
}
.checkbox.jstree-anchor span:after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
  transform: rotate(45deg) /*rtl:ignore*/;
}

.checkbox.jstree-clicked span {
  transition: all 0.3s ease;
  background: none;
}
.checkbox.jstree-clicked span:after {
  display: block;
}

.no-collapse {
  cursor: auto;
}
.no-collapse:after {
  display: none !important;
}

div.dataTables_wrapper {
  min-height: 300px;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
div.dataTables_wrapper div.dataTables_processing .datatable-loading {
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
}
div.dataTables_wrapper div.dataTables_processing .datatable-loading .datatable-loading-content {
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 300px;
  border-radius: 10px;
  border: 1px solid #F1A31D;
  padding: 10px;
}
div.dataTables_wrapper .custom-top-left {
  display: flex;
}
div.dataTables_wrapper .custom-top-left .btn-datatable-columns {
  margin-right: 0.5em;
}
div.dataTables_wrapper .dataTable .actions button .actions-icon-border, div.dataTables_wrapper .dataTable .actions .btn-actions .actions-icon-border {
  width: 18px;
  height: 18px;
  margin: 6px;
  border: 1px solid;
  border-radius: 50%;
}

#login-bg-image {
  height: 100vh;
  background: url("../../img/utp-login-bg-6.jpg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

#login-gradient {
  position: absolute;
  left: 0;
  top: 0;
  background: #92cbc5;
  background: linear-gradient(0deg, rgba(146, 203, 197, 0.8) 0%, #254a60 100%);
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

#login .input-icon .form-control, #reset-password .input-icon .form-control {
  width: 100%;
}
@media screen and (min-width: 550px) {
  #login .login__logo, #reset-password .login__logo {
    width: 500px;
  }
  #login .login__signin, #login .login__forgot, #reset-password .login__signin, #reset-password .login__forgot {
    max-width: 340px;
    margin: 0 auto;
  }
}
#login .login__sub-extra, #reset-password .login__sub-extra {
  color: white;
}
#login .login__sub-extra a.js_show_forgotForm, #reset-password .login__sub-extra a.js_show_forgotForm {
  color: white !important;
}
#login #companies-form h5.js_companies_title, #reset-password #companies-form h5.js_companies_title {
  color: white;
}
#login #companies-form .js_companies_list label.js_company_input, #reset-password #companies-form .js_companies_list label.js_company_input {
  color: white;
}
#login .login__forgot .js-reset-password .login__head .login__desc, #reset-password .login__forgot .js-reset-password .login__head .login__desc {
  color: white;
}
#login .login__forgot .js-try-again .login__head .login__desc, #reset-password .login__forgot .js-try-again .login__head .login__desc {
  color: white;
}
#login .login__forgot .login__actions, #reset-password .login__forgot .login__actions {
  color: white;
}
#login .login__forgot .login__actions .js-forgot-cancel, #reset-password .login__forgot .login__actions .js-forgot-cancel {
  background-color: rgba(255, 255, 255, 0.8);
}
#login .login__forgot .login__actions .js-forgot-cancel:hover, #reset-password .login__forgot .login__actions .js-forgot-cancel:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.datatable-toolbar-details .dropdown-menu {
  width: calc(200% - 20px);
  margin-top: 5px;
}
.datatable-toolbar-details .dropdown-menu .dropdown-item {
  display: inline-block;
  width: 33%;
}
@media (max-width: 800px) {
  .datatable-toolbar-details .dropdown-menu .dropdown-item {
    width: 50%;
  }
}

.datatable-toolbar-new-services-dropdown .dropdown-menu {
  width: calc(60% - 2px);
  margin-top: 5px;
}
.datatable-toolbar-new-services-dropdown .col:not(:first-child) {
  border-left: 1px solid #f6f6f9;
}

.datatable-toolbar-new-service-proposals-dropdown .dropdown-menu {
  width: calc(20% - 2px);
  margin-top: 5px;
}
.datatable-toolbar-new-service-proposals-dropdown .col:not(:first-child) {
  border-left: 1px solid #f6f6f9;
}

table .dropdown-item:hover {
  color: white !important;
}
table .dropdown-item:hover i {
  color: white !important;
}

.footer {
  justify-content: center;
}

.button__badge {
  padding: 21px 0;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bolder;
}

.notification-badge-wrapper {
  display: inline-block;
  position: relative;
  padding: 2px 5px;
}

.alert.alert-soft-warning {
  border: 1px solid #ffb822;
  color: #111111;
}

.aside {
  position: fixed;
  height: 100%;
}

.aside--enabled #kt_wrapper .grid__item.grid__item--fluid.grid.grid--hor {
  margin-left: 265px;
  transition: margin-left 0.3s ease;
}
.aside--enabled.aside--minimize #kt_wrapper .grid__item.grid__item--fluid.grid.grid--hor {
  margin-left: 70px;
}

.btn-form-inline {
  margin-top: 24px;
}

[role=button] {
  cursor: pointer;
}

/* Apenas foi testado para funcionar nas tabelas com o parent a position: relative */
.bullet-notify {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.bullet-notify.primary {
  background-color: #F1A31D;
}
.bullet-notify.danger {
  background-color: #fd387a;
}

.tab-notify {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: -8px;
  bottom: 50%;
  transform: translateY(-50%);
}
.tab-notify.primary {
  background-color: #F1A31D;
}
.tab-notify.danger {
  background-color: #fd387a;
}
.tab-notify.warning {
  background-color: #ffb822;
}

.nav-link {
  position: relative;
}

#group-managements-form table.table .thead-light th {
  color: #2e2e31;
}

td.is-focused:after {
  display: block;
  position: absolute;
  border-top: 10px solid orange;
  content: " ";
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 10px solid transparent;
}

td.dt-info-open {
  padding: 0;
}
td.dt-info-open table.table {
  margin-bottom: 0;
}

.table .ccs-dt-delete-btn > i {
  color: #fd387a;
}

.last-change-record {
  font-size: 0.923rem;
  margin-bottom: 24px;
}

.record-info {
  font-size: 0.923rem;
  font-weight: 300;
  padding: 16px 25px;
  color: #6c7293;
  background-color: rgba(208, 213, 229, 0.2);
}
.record-info .row {
  padding: 0 50px;
  margin-bottom: 10px;
}
.record-info .row.border-top {
  border-top: 1px solid #e2e5ec;
}
.record-info .row:last-child {
  padding-top: 10px;
}
.record-info .row .col {
  font-size: 0.923rem;
  font-weight: 300;
  padding: 5px 0;
  color: #6c7293;
}
.record-info .row .col strong {
  font-weight: 500;
}

.portlet.portlet--filters label {
  font-size: 1.077rem;
}
.portlet.portlet--filters input {
  border-color: #F1A31D;
}
.portlet.portlet--filters input:placeholder-shown {
  border-color: #a7abc3;
}
.portlet.portlet--filters input:checked ~ span {
  border-color: #F1A31D;
}
.portlet.portlet--filters input:checked ~ span:after {
  border-color: #F1A31D;
}
.portlet.portlet--filters .select2--selected .select2-selection--single {
  border-color: #F1A31D;
}
.portlet.portlet--filters .input-group-text {
  border-color: #a7abc3;
}
.portlet.portlet--tabs[data-tabs-disabled=disabled] .nav-item > .nav-link:not(.active) {
  pointer-events: none;
  cursor: not-allowed;
  color: #c6c6c6 !important;
}

.tab-content .tab-pane .portlet {
  box-shadow: none;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .not-active {
  visibility: hidden;
  display: block;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.tab-content > .active {
  display: block;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

#toast-container.toast-top-full {
  width: 100%;
  top: 0;
  margin-top: 1.231rem;
}
#toast-container.toast-top-full > div {
  margin-left: 10px;
  margin-right: 10px;
  opacity: 1;
}
#toast-container .toast {
  max-width: unset;
  margin-bottom: 20px;
}
#toast-container > div {
  width: unset;
  text-align: center;
  border-radius: 4px;
  padding: 14px 15px;
  box-shadow: none;
}
#toast-container .toast-error, #toast-container .toast-warning, #toast-container .toast-success, #toast-container .toast-info {
  background-image: unset !important;
}
#toast-container .toast-warning {
  color: #111111;
}

.input-group-text {
  justify-content: center;
  width: 45px;
}

.input-group.disabled .dropdown-toggle {
  background-color: rgba(255, 229, 173, 0.3);
  border-color: #FFE5AD;
}
.input-group.disabled .input-group-append {
  display: none;
}

.drag-and-drop-component {
  border: 2px dashed #dedede;
  border-radius: 5px;
  background: #f5f5f5;
}
.drag-and-drop-component.dz-clickable {
  cursor: pointer;
}
.drag-and-drop-component i {
  font-size: 5rem;
}
.drag-and-drop-component .message {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  font-size: initial;
  text-transform: uppercase;
}

.media-thumbnail {
  position: relative;
}
.media-thumbnail img {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}
.media-thumbnail .only-icon {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  max-width: 100%;
  height: auto;
  text-align: center;
}
.media-thumbnail .only-icon i {
  font-size: 40px;
}
.media-thumbnail .only-icon.only-icon-sm i {
  font-size: 30px;
}
.media-thumbnail .only-icon.only-icon-no-border {
  border: none;
}
.media-thumbnail.can-preview:hover::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(30, 30, 30, 0.6);
}
.media-thumbnail.can-preview:hover::after {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F2EB";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  transform: translateX(-50%) translateY(-50%);
}

/**
 * Badge as button
 */
.badge-as-button {
  cursor: pointer;
}
.badge-as-button.badge-as-button--secondary {
  background: rgba(208, 213, 229, 0.5);
  color: #6c7293;
}
.badge-as-button.badge-as-button--secondary.badge--info {
  border: 1px solid rgba(208, 213, 229, 0.5);
}
.badge-as-button.badge-as-button--secondary.badge--info:hover {
  background: rgba(208, 213, 229, 0.2);
  color: #444;
}
.badge-as-button.badge-as-button--secondary.active {
  background: #5d78ff;
  color: #fff;
}
.badge-as-button.badge--info {
  border: 1px solid #2d9fff;
}
.badge-as-button.badge--info:hover {
  background: #fff;
  color: #2d9fff;
}

.modal-gds-exportable-data .form-group {
  margin-bottom: 1rem !important;
}

.accordion.accordion-balance .card .card-header i {
  margin-right: 1rem;
}
.accordion.accordion-balance .card .card-title {
  justify-content: space-between;
}
.accordion.accordion-balance .card .card-title span {
  margin-right: 2.5rem;
}

.dropzone.is-invalid {
  border: 2px dashed #fd387a;
}
.dropzone .dz-preview {
  width: 100%;
}
.dropzone .dz-preview .dz-details {
  display: flex;
  justify-content: space-between;
}
.dropzone .dz-preview .dz-thumb-wrapper {
  position: relative;
}
.dropzone .dz-preview .dz-thumb-wrapper .dz-thumb {
  width: 130px;
  border: 5px solid #a8a8ae;
  border-radius: 4px;
  margin: 20px auto;
}
.dropzone .dz-preview .dz-thumb-wrapper .dz-success-mark {
  color: #08BB87;
  background: #fff;
  border-radius: 80px;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: 0px;
  top: 0%;
  left: 63%;
  transform: translate(-50%, -50%);
}
.dropzone .dz-preview .dz-thumb-wrapper .dz-success-mark span {
  display: block;
}
.dropzone .dz-preview .dz-thumb-wrapper .dz-success-mark span i {
  font-size: 10px;
}
.dropzone .dz-preview .dz-progress {
  border-radius: 20px;
  width: 80%;
  margin: 20px auto;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background-color: #08BB87;
  border-radius: 20px;
}

.filesize-verygood {
  color: #08BB87 !important;
}

.filesize-good {
  color: #F1A31D !important;
}

.filesize-info {
  color: #2d9fff !important;
}

.filesize-warning {
  color: #ffb822 !important;
}

.filesize-alert {
  color: #DA9910 !important;
}

.filesize-danger {
  color: #fd387a !important;
}

/**
 Properties - Tree of Property
 */
.max-height-tree {
  height: 400px;
  overflow: auto;
}

.max-height-permissions-tree {
  height: 243px;
  overflow: auto;
}

.property-tree-height-fixed {
  height: 436px;
}
.property-tree-height-fixed .portlet__body {
  overflow: auto;
}

.reports-table-wrapper {
  height: 600px;
}

.btn-datatable-columns {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-datatable-columns i {
  padding-right: unset;
}

.la-lock-inrow {
  left: 10px;
  position: absolute;
  top: 13px;
  color: #5d78ff;
}

.total-row-active {
  background-color: darkseagreen;
}

.environment-text .menu__link-text {
  color: white !important;
}
.environment-text .menu__link {
  opacity: 0.7;
}
.environment-text.environment-local .menu__link, .environment-text.environment-dev .menu__link {
  background-color: #F1A31D;
}
.environment-text.environment-local:hover .menu__link-text, .environment-text.environment-dev:hover .menu__link-text {
  color: #F1A31D !important;
}
.environment-text.environment-test .menu__link {
  background-color: #08BB87;
}
.environment-text.environment-test:hover .menu__link-text {
  color: #08BB87 !important;
}
.environment-text.environment-staging .menu__link {
  background-color: #fd387a;
}
.environment-text.environment-staging:hover .menu__link-text {
  color: #ffffff !important;
}

.uninvoiced-text .menu__link-text {
  color: white !important;
}
.uninvoiced-text .menu__link {
  /*opacity: 0.7;*/
  background-color: #064789;
}
.uninvoiced-text:hover .menu__link-text {
  color: #F1A31D !important;
}

.notification-text .menu__link-text {
  color: white !important;
}
.notification-text .menu__link {
  opacity: 0.7;
}

.note-row, .customer-note-row {
  display: none;
}

.dropdown-menu-no-min-width {
  min-width: unset;
}

#reset-form {
  max-width: 340px;
}

.report-agregate-icon {
  font-size: 22px;
}

.subheader .btn-filters {
  height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}
.subheader .btn-filters i {
  font-size: 1.5rem !important;
}
.subheader .dropdown-dashboard-filters .dropdown-item:not(.js-dashboard-filter-all):active {
  background-color: unset;
}
.subheader .dropdown-dashboard-filters .dropdown-item:not(.js-dashboard-filter-all) i {
  opacity: 0;
  transition: all 0.2s linear;
  color: #FFBE33;
}
.subheader .dropdown-dashboard-filters .dropdown-item:not(.js-dashboard-filter-all).filter-active i {
  opacity: 1;
}

/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:

.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.

.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels

The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.

*/
.line-height-5 {
  line-height: 5px;
}

.font-size-5 {
  font-size: 5% !important;
}

.min-height-5 {
  min-height: 5px;
}

.mt-5 {
  margin-top: 5px !important;
}

.line-height-10 {
  line-height: 10px;
}

.font-size-10 {
  font-size: 10% !important;
}

.min-height-10 {
  min-height: 10px;
}

.mt-10 {
  margin-top: 10px !important;
}

.line-height-15 {
  line-height: 15px;
}

.font-size-15 {
  font-size: 15% !important;
}

.min-height-15 {
  min-height: 15px;
}

.mt-15 {
  margin-top: 15px !important;
}

.line-height-20 {
  line-height: 20px;
}

.font-size-20 {
  font-size: 20% !important;
}

.min-height-20 {
  min-height: 20px;
}

.mt-20 {
  margin-top: 20px !important;
}

.line-height-21 {
  line-height: 21px;
}

.font-size-21 {
  font-size: 21% !important;
}

.min-height-21 {
  min-height: 21px;
}

.mt-21 {
  margin-top: 21px !important;
}

.line-height-22 {
  line-height: 22px;
}

.font-size-22 {
  font-size: 22% !important;
}

.min-height-22 {
  min-height: 22px;
}

.mt-22 {
  margin-top: 22px !important;
}

.line-height-23 {
  line-height: 23px;
}

.font-size-23 {
  font-size: 23% !important;
}

.min-height-23 {
  min-height: 23px;
}

.mt-23 {
  margin-top: 23px !important;
}

.line-height-24 {
  line-height: 24px;
}

.font-size-24 {
  font-size: 24% !important;
}

.min-height-24 {
  min-height: 24px;
}

.mt-24 {
  margin-top: 24px !important;
}

.line-height-25 {
  line-height: 25px;
}

.font-size-25 {
  font-size: 25% !important;
}

.min-height-25 {
  min-height: 25px;
}

.mt-25 {
  margin-top: 25px !important;
}

.line-height-30 {
  line-height: 30px;
}

.font-size-30 {
  font-size: 30% !important;
}

.min-height-30 {
  min-height: 30px;
}

.mt-30 {
  margin-top: 30px !important;
}

.line-height-35 {
  line-height: 35px;
}

.font-size-35 {
  font-size: 35% !important;
}

.min-height-35 {
  min-height: 35px;
}

.mt-35 {
  margin-top: 35px !important;
}

.line-height-40 {
  line-height: 40px;
}

.font-size-40 {
  font-size: 40% !important;
}

.min-height-40 {
  min-height: 40px;
}

.mt-40 {
  margin-top: 40px !important;
}

.line-height-45 {
  line-height: 45px;
}

.font-size-45 {
  font-size: 45% !important;
}

.min-height-45 {
  min-height: 45px;
}

.mt-45 {
  margin-top: 45px !important;
}

.line-height-50 {
  line-height: 50px;
}

.font-size-50 {
  font-size: 50% !important;
}

.min-height-50 {
  min-height: 50px;
}

.mt-50 {
  margin-top: 50px !important;
}

.line-height-75 {
  line-height: 75px;
}

.font-size-75 {
  font-size: 75% !important;
}

.min-height-75 {
  min-height: 75px;
}

.mt-75 {
  margin-top: 75px !important;
}

.line-height-80 {
  line-height: 80px;
}

.font-size-80 {
  font-size: 80% !important;
}

.min-height-80 {
  min-height: 80px;
}

.mt-80 {
  margin-top: 80px !important;
}

.line-height-85 {
  line-height: 85px;
}

.font-size-85 {
  font-size: 85% !important;
}

.min-height-85 {
  min-height: 85px;
}

.mt-85 {
  margin-top: 85px !important;
}

.line-height-90 {
  line-height: 90px;
}

.font-size-90 {
  font-size: 90% !important;
}

.min-height-90 {
  min-height: 90px;
}

.mt-90 {
  margin-top: 90px !important;
}

.line-height-95 {
  line-height: 95px;
}

.font-size-95 {
  font-size: 95% !important;
}

.min-height-95 {
  min-height: 95px;
}

.mt-95 {
  margin-top: 95px !important;
}

.line-height-96 {
  line-height: 96px;
}

.font-size-96 {
  font-size: 96% !important;
}

.min-height-96 {
  min-height: 96px;
}

.mt-96 {
  margin-top: 96px !important;
}

.line-height-97 {
  line-height: 97px;
}

.font-size-97 {
  font-size: 97% !important;
}

.min-height-97 {
  min-height: 97px;
}

.mt-97 {
  margin-top: 97px !important;
}

.line-height-98 {
  line-height: 98px;
}

.font-size-98 {
  font-size: 98% !important;
}

.min-height-98 {
  min-height: 98px;
}

.mt-98 {
  margin-top: 98px !important;
}

.line-height-99 {
  line-height: 99px;
}

.font-size-99 {
  font-size: 99% !important;
}

.min-height-99 {
  min-height: 99px;
}

.mt-99 {
  margin-top: 99px !important;
}

.line-height-100 {
  line-height: 100px;
}

.font-size-100 {
  font-size: 100% !important;
}

.min-height-100 {
  min-height: 100px;
}

.mt-100 {
  margin-top: 100px !important;
}

.line-height-110 {
  line-height: 110px;
}

.font-size-110 {
  font-size: 110% !important;
}

.min-height-110 {
  min-height: 110px;
}

.mt-110 {
  margin-top: 110px !important;
}

.line-height-120 {
  line-height: 120px;
}

.font-size-120 {
  font-size: 120% !important;
}

.min-height-120 {
  min-height: 120px;
}

.mt-120 {
  margin-top: 120px !important;
}

.line-height-130 {
  line-height: 130px;
}

.font-size-130 {
  font-size: 130% !important;
}

.min-height-130 {
  min-height: 130px;
}

.mt-130 {
  margin-top: 130px !important;
}

.line-height-150 {
  line-height: 150px;
}

.font-size-150 {
  font-size: 150% !important;
}

.min-height-150 {
  min-height: 150px;
}

.mt-150 {
  margin-top: 150px !important;
}

.line-height-200 {
  line-height: 200px;
}

.font-size-200 {
  font-size: 200% !important;
}

.min-height-200 {
  min-height: 200px;
}

.mt-200 {
  margin-top: 200px !important;
}

.line-height-210 {
  line-height: 210px;
}

.font-size-210 {
  font-size: 210% !important;
}

.min-height-210 {
  min-height: 210px;
}

.mt-210 {
  margin-top: 210px !important;
}

.line-height-220 {
  line-height: 220px;
}

.font-size-220 {
  font-size: 220% !important;
}

.min-height-220 {
  min-height: 220px;
}

.mt-220 {
  margin-top: 220px !important;
}

.line-height-230 {
  line-height: 230px;
}

.font-size-230 {
  font-size: 230% !important;
}

.min-height-230 {
  min-height: 230px;
}

.mt-230 {
  margin-top: 230px !important;
}

.line-height-240 {
  line-height: 240px;
}

.font-size-240 {
  font-size: 240% !important;
}

.min-height-240 {
  min-height: 240px;
}

.mt-240 {
  margin-top: 240px !important;
}

.line-height-250 {
  line-height: 250px;
}

.font-size-250 {
  font-size: 250% !important;
}

.min-height-250 {
  min-height: 250px;
}

.mt-250 {
  margin-top: 250px !important;
}

.line-height-300 {
  line-height: 300px;
}

.font-size-300 {
  font-size: 300% !important;
}

.min-height-300 {
  min-height: 300px;
}

.mt-300 {
  margin-top: 300px !important;
}

.lm-20 {
  margin-left: 20px;
}

.cursor-pointer,
.pointer {
  cursor: pointer;
}

/*
    Borders
 */
.bordered-box {
  border: 1px solid #ebedf2;
}

.justify-content-left {
  justify-content: left !important;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.opacity-50 {
  opacity: 0.5;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
             supported by Chrome, Opera and Firefox */
}

@media print {
  .print-avoid-break-inside {
    page-break-inside: avoid;
  }

  .print-always-break-before {
    page-break-before: always;
  }
}
.table-primary-stp, .table-primary-stp > th, .table-primary-stp > td {
  background-color: #ECF1FE;
}

.business-supplier-highlight {
  background-color: #ECF1FE;
}

.clipboard-manager--copyable-item, .datatable-manager--copyable-item {
  position: relative;
}
.clipboard-manager--copyable-item .copyable-item--icon, .clipboard-manager--copyable-item .editable-item--icon, .datatable-manager--copyable-item .copyable-item--icon, .datatable-manager--copyable-item .editable-item--icon {
  position: relative;
  color: #FFE5AD;
  top: 1px;
  cursor: pointer;
}

.nav-tabs .unsaved-changes {
  position: relative;
}
.nav-tabs .unsaved-changes .unsaved-changes-icon {
  text-align: center;
  position: absolute;
  top: 10px;
  right: -13px;
  font-size: 10px;
  display: inline-block;
  width: 13px;
  height: 13px;
  color: #fff;
}
.nav-tabs .tab-notify {
  display: none;
}
.nav-tabs .show-tab-notify .tab-notify {
  display: inline-block;
}

[v-cloak] {
  display: none;
}

.swal-wide {
  width: 450px !important;
}

.css-service-toggle-cancelled {
  cursor: pointer;
}
.css-service-toggle-cancelled input:empty ~ span {
  line-height: 17.6px;
  height: 17.6px;
  width: 30px;
  margin-right: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.css-service-toggle-cancelled input:empty ~ span::before {
  width: 30px;
  height: 17.6px;
}
.css-service-toggle-cancelled input:empty ~ span::after {
  height: 12px;
  width: 12px;
}
.css-service-toggle-cancelled input:checked ~ span::after {
  margin-left: 15px;
}

.css-service-toggle-dynamic-package-services {
  cursor: pointer;
}
.css-service-toggle-dynamic-package-services input:empty ~ span {
  line-height: 17.6px;
  height: 17.6px;
  width: 30px;
  margin-right: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.css-service-toggle-dynamic-package-services input:empty ~ span::before {
  width: 30px;
  height: 17.6px;
}
.css-service-toggle-dynamic-package-services input:empty ~ span::after {
  height: 12px;
  width: 12px;
}
.css-service-toggle-dynamic-package-services input:checked ~ span::after {
  margin-left: 15px;
}

.header-mobile__logo a img {
  max-height: 40px;
}

@media (min-width: 1025px) {
  body #header #header-menu .menu__nav .menu__item .menu__submenu.menu-submenu-utp {
    position: absolute;
    left: 0;
    width: calc(100vw - 332px);
    transition: 0.3s width;
  }
  body #header #header-menu .menu__nav .menu__item .menu__submenu .menu__subnav {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    width: 100%;
  }
  body #header #header-menu .menu__nav .menu__item .menu__submenu .menu__subnav.grid-left {
    font-size: 24px;
  }
  body.aside--minimize #header #header-menu .menu__nav .menu__item .menu__submenu.menu-submenu-utp {
    width: calc(100vw - 137px);
  }
}
#header #header-menu .menu__nav .menu__item .menu__submenu .menu__subnav .menu__item .menu__link .menu__link-icon svg.svg-icon.dropdown-svg g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
#header #header-menu .menu__nav .menu__item .menu__submenu .menu__subnav .menu__item .menu__link .menu__link-icon svg.svg-icon.dropdown-svg:hover g [fill] {
  transition: fill 0.3s ease;
}
#header #header-menu .menu__nav .menu__item .menu__submenu .menu__subnav .menu__item .menu__link .menu__link-icon i {
  color: #F1A31D;
}

@media (max-width: 1024px) {
  .header-mobile {
    background-color: #ffffff;
  }
}
/*!
 * This file belong to app.utp.pt
 *
 * Copyright (c) 2021 Creative Code Solutions <creativecodesolutions.pt>. File drag-and-drop-media.scss is protected by
 * All Rights Reserved
 */
.drag-and-drop-media .dnm-drop-zone {
  position: relative;
}
.drag-and-drop-media .dnm-drop-zone .drag-and-drop-media-placeholder {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.drag-and-drop-media .dnm-drop-zone .drag-and-drop-media-placeholder .drag-and-drop-media-placeholder-container {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  border: 1px solid #e4e4e9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag-and-drop-media .dnm-drop-zone .drag-and-drop-media-placeholder .drag-and-drop-media-placeholder-container .drag-and-drop-media-placeholder-content {
  font-size: 20px;
}
.drag-and-drop-media.dnm-dragover .drop-zone, .drag-and-drop-media.dnm-drop .drop-zone, .drag-and-drop-media.dnm-done .drop-zone, .drag-and-drop-media.dnm-error .drop-zone {
  display: flex;
}

/*
 *
 * THEME CONTRAST HIGH
 *
 */
body.theme-contrast-high {
  color: #050505;
}
body.theme-contrast-high .aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-icon svg g [fill] g [fill], body.theme-contrast-high .aside-menu .menu__nav > .menu__item > .menu__link .menu__link-icon svg g [fill] {
  transition: fill 0.3s ease;
  fill: #F1A31D;
}
body.theme-contrast-high .aside-menu .menu__nav > .menu__item > .menu__heading .menu__link-icon svg g [fill]:hover g [fill], body.theme-contrast-high .aside-menu .menu__nav > .menu__item > .menu__link .menu__link-icon svg:hover g [fill] {
  transition: fill 0.3s ease;
}
body.theme-contrast-high .aside .aside-menu > .menu__nav .menu__item > .menu__link:not(.menu__link--active):not(.menu__link--here):not(.menu__link--hover) [class^=flaticon2-], body.theme-contrast-high .aside .aside-menu > .menu__nav .menu__item > .menu__link:not(.menu__link--active):not(.menu__link--here):not(.menu__link--hover) [class*=" flaticon2-"] {
  color: #F1A31D;
}
body.theme-contrast-high .form-control {
  border-color: #7E84A5;
  color: #050505;
}
body.theme-contrast-high .form-control::-webkit-input-placeholder {
  color: #AFB1B5;
  opacity: 1;
}
body.theme-contrast-high .form-control::-moz-placeholder {
  color: #AFB1B5;
  opacity: 1;
}
body.theme-contrast-high .form-control:-ms-input-placeholder {
  color: #AFB1B5;
  opacity: 1;
}
body.theme-contrast-high .form-control::-ms-input-placeholder {
  color: #AFB1B5;
  opacity: 1;
}
body.theme-contrast-high .form-control::placeholder {
  color: #AFB1B5;
  opacity: 1;
}
body.theme-contrast-high .form-control:focus {
  border-color: #F1A31D !important;
}
body.theme-contrast-high .form-control:focus::-webkit-input-placeholder {
  color: #ced0d4;
  opacity: 1;
}
body.theme-contrast-high .form-control:focus::-moz-placeholder {
  color: #ced0d4;
  opacity: 1;
}
body.theme-contrast-high .form-control:focus:-ms-input-placeholder {
  color: #ced0d4;
  opacity: 1;
}
body.theme-contrast-high .form-control:focus::-ms-input-placeholder {
  color: #ced0d4;
  opacity: 1;
}
body.theme-contrast-high .form-control:focus::placeholder {
  color: #ced0d4;
  opacity: 1;
}
body.theme-contrast-high .form-group label {
  color: #A37000;
}
body.theme-contrast-high .form-group:focus, body.theme-contrast-high .form-group:active {
  border-color: #F5A700 !important;
}
body.theme-contrast-high .form-group:placeholder-shown {
  border-color: #FFBE33;
}
body.theme-contrast-high .input-group i {
  color: #56516e;
}
body.theme-contrast-high .input-group-append .input-group-text {
  border-color: #7E84A5;
}
body.theme-contrast-high .input-group-append .dropdown-toggle {
  border-color: #7E84A5;
}
body.theme-contrast-high .bootstrap-touchspin-up.btn-secondary, body.theme-contrast-high .bootstrap-touchspin-down.btn-secondary {
  border-color: #7E84A5;
}
body.theme-contrast-high .portlet {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
}
body.theme-contrast-high .portlet .portlet__head {
  background: #f5f8fa;
  border-bottom: 1px solid #ced0d4;
}
body.theme-contrast-high .portlet .portlet__head .portlet__head-label .portlet__head-icon {
  color: #F1A31D !important;
}
body.theme-contrast-high .portlet .portlet__head .portlet__head-label .portlet__head-icon .font-brand, body.theme-contrast-high .portlet .portlet__head .portlet__head-label .portlet__head-icon .shape-font-color-4 {
  color: #F1A31D !important;
}
body.theme-contrast-high .portlet .portlet__head .portlet__head-label .portlet__head-title {
  color: #050505;
}
body.theme-contrast-high .portlet .portlet__head .portlet__head-group {
  background: #f5f8fa;
}
body.theme-contrast-high .portlet .portlet__head .portlet__head-group .btn {
  background: #ffffff;
}
body.theme-contrast-high .portlet .portlet__head .portlet__head-group .btn.btn-default i {
  color: #65676b;
}
body.theme-contrast-high .portlet .portlet__head .btn-secondary {
  background: #ffffff;
}
body.theme-contrast-high .portlet .portlet__head .btn-secondary:hover {
  color: #65676b;
  background: #f2f2f2;
}
body.theme-contrast-high .portlet .portlet__head .btn-secondary.btn-danger {
  color: #f2f2f2;
  border-color: #fd387a;
}
body.theme-contrast-high .portlet .portlet__foot {
  border-top: 1px solid #ced0d4;
}
body.theme-contrast-high .portlet.portlet--filters input {
  border-color: #F1A31D;
}
body.theme-contrast-high .portlet.portlet--filters input:placeholder-shown {
  border-color: #a7abc3;
  border-color: #7E84A5;
}
body.theme-contrast-high .modal-header {
  background: #f5f8fa;
  border-bottom: 1px solid #ced0d4;
}
body.theme-contrast-high .form-control:placeholder-shown {
  border-color: #7E84A5;
}
body.theme-contrast-high .checkbox > span {
  border-color: #7E84A5;
}
body.theme-contrast-high .checkbox > span:after {
  border-color: #F5A700;
}
body.theme-contrast-high .checkbox > input:checked ~ span {
  border-color: #F5A700 !important;
}
body.theme-contrast-high .dropdown-menu .dropdown-item {
  color: #444444;
}
body.theme-contrast-high .dropdown-menu .dropdown-item > i {
  color: #5d656f;
}
body.theme-contrast-high .btn:disabled, body.theme-contrast-high .btn[data-disabled] {
  opacity: 0.75;
}
body.theme-contrast-high .btn[data-disabled] {
  pointer-events: none;
}
body.theme-contrast-high .btn-primary {
  background: #F1A31D;
  border-color: #F1A31D;
  font-weight: 600;
}
body.theme-contrast-high .btn-primary:disabled, body.theme-contrast-high .btn-primary[data-disabled] {
  border-color: #7E84A5 !important;
  color: #444444 !important;
  font-weight: normal;
}
body.theme-contrast-high .btn-secondary {
  border-color: #7E84A5;
  color: #444444;
}
body.theme-contrast-high .btn-secondary.btn-danger {
  color: #f2f2f2;
  border-color: #fd387a;
}
body.theme-contrast-high .subheader .subheader__toolbar .btn.btn-secondary {
  background: #ffffff;
}
body.theme-contrast-high .subheader .subheader__toolbar .btn.btn-secondary:hover {
  background: #f2f2f2;
}
body.theme-contrast-high .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home > i {
  color: #F1A31D;
}
body.theme-contrast-high .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-link {
  color: #65676b;
  font-weight: normal;
}
body.theme-contrast-high .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-separator:after {
  background: #a7abc3;
}
body.theme-contrast-high .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home--active {
  font-weight: 600;
}
body.theme-contrast-high .btn-tertiary {
  color: #65676b;
}
.show > body.theme-contrast-high .btn-tertiary.dropdown-toggle, body.theme-contrast-high .btn-tertiary:focus, body.theme-contrast-high .btn-tertiary.active, body.theme-contrast-high .btn-tertiary:active, body.theme-contrast-high .btn-tertiary:hover {
  color: #65676b;
  background: #f2f2f2;
}
body.theme-contrast-high .btn-tertiary.btn-back {
  background-color: #ffffff;
  border: 1px solid #7E84A5;
}
body.theme-contrast-high .btn-tertiary.btn-back:hover {
  color: #65676b;
  background: #f2f2f2;
}
body.theme-contrast-high .btn-tertiary:disabled, body.theme-contrast-high .btn-tertiary.disabled, body.theme-contrast-high .btn-tertiary[data-disabled] {
  color: rgba(173, 177, 199, 0.5);
}
body.theme-contrast-high .switch input:empty ~ span:before {
  background-color: #c8cad6;
}
body.theme-contrast-high .dataTables_wrapper .dataTable th, body.theme-contrast-high .dataTables_wrapper .dataTable td {
  color: #050505;
}
body.theme-contrast-high .dataTables_wrapper input {
  border-color: #7E84A5 !important;
}
body.theme-contrast-high .dataTables_wrapper .dataTables_pager .dataTables_info {
  color: #444444;
}
body.theme-contrast-high .dataTables_wrapper .dataTables_pager .dataTables_length label {
  font-weight: 300;
  color: #444444;
}
body.theme-contrast-high .dataTables_wrapper .pagination .page-item.active > .page-link {
  background: #F1A31D;
  font-weight: 600;
}
body.theme-contrast-high .dataTables_wrapper .pagination .page-item:hover > .page-link {
  background: #F1A31D;
}
body.theme-contrast-high .dataTables_wrapper .pagination .page-item.disabled > .page-link, body.theme-contrast-high .dataTables_wrapper .pagination .page-item.disabled:hover > .page-link {
  opacity: 0.2;
}
body.theme-contrast-high .table-bordered {
  border-color: #ced0d4;
}
body.theme-contrast-high .table-bordered td, body.theme-contrast-high .table-bordered th {
  border-color: #ced0d4;
}
body.theme-contrast-high .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link,
body.theme-contrast-high .nav-tabs.nav-tabs-line a.nav-link {
  color: #444444;
}
body.theme-contrast-high .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active,
body.theme-contrast-high .nav-tabs.nav-tabs-line a.nav-link.active {
  color: #F1A31D;
  border-bottom: 3px solid #F1A31D;
  padding: 12px 0 10px 0;
}
body.theme-contrast-high .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.disabled,
body.theme-contrast-high .nav-tabs.nav-tabs-line a.nav-link.disabled {
  color: rgba(173, 177, 199, 0.9);
}
body.theme-contrast-high .copyable-item--icon, body.theme-contrast-high .editable-item--icon {
  color: #7E84A5 !important;
}
body.theme-contrast-high .text-muted {
  color: #65676b !important;
}
body.theme-contrast-high .select2-container--default .select2-selection--multiple,
body.theme-contrast-high .select2-container--default .select2-selection--single {
  border: 1px solid #a7abc3;
  border-color: #7E84A5;
}
body.theme-contrast-high .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
body.theme-contrast-high .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7abc3;
  color: #65676b;
  color: #AFB1B5;
  font-size: 1.077rem;
}
body.theme-contrast-high .select2-container--default .select2-selection--multiple .select2-selection__arrow,
body.theme-contrast-high .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left-color: #443F5C;
}
body.theme-contrast-high .select2-container--default.select2-container--focus .select2-selection--multiple,
body.theme-contrast-high .select2-container--default.select2-container--focus .select2-selection--single, body.theme-contrast-high .select2-container--default.select2-container--open .select2-selection--multiple,
body.theme-contrast-high .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #FFB81F;
  border-color: #F5A700;
  border-color: #F1A31D;
}
body.theme-contrast-high .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__arrow,
body.theme-contrast-high .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__arrow, body.theme-contrast-high .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow,
body.theme-contrast-high .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  border-left-color: #443F5C;
  border-color: #F1A31D;
}
body.theme-contrast-high .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #050505;
  font-size: 1.077rem;
  font-weight: 400;
}
body.theme-contrast-high .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  color: #a7abc3;
}
body.theme-contrast-high .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #56516e;
}
body.theme-contrast-high .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  color: #56516e;
  background: #f4f5f8;
  border: 1px solid #ebedf2;
}
body.theme-contrast-high .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #a7abc3;
}
body.theme-contrast-high .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
  color: #a7abc3;
  opacity: 1;
}
body.theme-contrast-high .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
  color: #a7abc3;
}
body.theme-contrast-high .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
  color: #a7abc3;
}
body.theme-contrast-high .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #FFE5AD;
  border: 1px solid #7E84A5;
}
body.theme-contrast-high .select2-container--default .select2-dropdown {
  border: 1px solid #a7abc3;
  box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.06);
}
body.theme-contrast-high .select2-container--default .select2-results__option {
  font-size: 1.077rem;
}
body.theme-contrast-high .select2-container--default .select2-results__option[aria-selected=true] {
  background: #f4f5f8;
  color: #56516e;
}
body.theme-contrast-high .select2-container--default .select2-results__option.select2-results__option--highlighted {
  background: #f4f5f8;
  color: #56516e;
}
body.theme-contrast-high .select2-container--default .select2-results__option.select2-results__message {
  font-size: 1rem;
  color: #7E84A5;
}
body.theme-contrast-high .select2-container--default.select2-container--disabled {
  cursor: default;
}
body.theme-contrast-high .select2-container--default.select2-container--disabled .select2-selection--multiple,
body.theme-contrast-high .select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: rgba(255, 229, 173, 0.3);
}
body.theme-contrast-high .select2-container--default.select2-container--disabled .select2-selection__rendered {
  color: #050505;
}
body.theme-contrast-high .select2-container--default.select2-container--disabled .select2-selection__rendered .select2-selection__clear {
  display: none;
}
body.theme-contrast-high .select2-container--default.select2-container--disabled .select2-selection__arrow {
  border-left: 1px solid #7E84A5;
}
body.theme-contrast-high .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection__arrow {
  border-left: 1px solid #7E84A5;
  border-left: 1px solid #F1A31D;
}
body.theme-contrast-high .select2.select2--air .select2-container--default .select2-selection--single,
body.theme-contrast-high .select2.select2--air .select2-container--default .select2-selection--multiple {
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
body.theme-contrast-high .select2.select2--solid .select2-container--default .select2-selection--multiple,
body.theme-contrast-high .select2.select2--solid .select2-container--default .select2-selection--single {
  background-color: #f4f5f8;
  border-color: #ebedf2;
}
body.theme-contrast-high .select2.select2--solid .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
body.theme-contrast-high .select2.select2--solid .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7abc3;
  color: #65676b;
  color: #AFB1B5;
}
body.theme-contrast-high .jstree-default .jstree-anchor {
  color: #050505;
}
body.theme-contrast-high .jstree-default .jstree-icon {
  color: #5d656f;
}
body.theme-contrast-high .accordion.accordion-toggle-plus .card .card-header .card-title.collapsed {
  color: #7E84A5;
}

/*
 *
 * THEME CONTRAST CUSTOM
 *
 */
body.theme-contrast-company {
  color: #050505;
}
body.theme-contrast-company .form-control {
  border-color: #7E84A5;
  color: #050505;
}
body.theme-contrast-company .form-control::-webkit-input-placeholder {
  color: #AFB1B5;
  opacity: 1;
}
body.theme-contrast-company .form-control::-moz-placeholder {
  color: #AFB1B5;
  opacity: 1;
}
body.theme-contrast-company .form-control:-ms-input-placeholder {
  color: #AFB1B5;
  opacity: 1;
}
body.theme-contrast-company .form-control::-ms-input-placeholder {
  color: #AFB1B5;
  opacity: 1;
}
body.theme-contrast-company .form-control::placeholder {
  color: #AFB1B5;
  opacity: 1;
}
body.theme-contrast-company .form-control:focus {
  border-color: #F1A31D !important;
}
body.theme-contrast-company .form-control:focus::-webkit-input-placeholder {
  color: #ced0d4;
  opacity: 1;
}
body.theme-contrast-company .form-control:focus::-moz-placeholder {
  color: #ced0d4;
  opacity: 1;
}
body.theme-contrast-company .form-control:focus:-ms-input-placeholder {
  color: #ced0d4;
  opacity: 1;
}
body.theme-contrast-company .form-control:focus::-ms-input-placeholder {
  color: #ced0d4;
  opacity: 1;
}
body.theme-contrast-company .form-control:focus::placeholder {
  color: #ced0d4;
  opacity: 1;
}
body.theme-contrast-company .form-group label {
  color: #A37000;
}
body.theme-contrast-company .form-group:focus, body.theme-contrast-company .form-group:active {
  border-color: #F5A700 !important;
}
body.theme-contrast-company .form-group:placeholder-shown {
  border-color: #FFBE33;
}
body.theme-contrast-company .input-group i {
  color: #56516e;
}
body.theme-contrast-company .input-group-append .input-group-text {
  border-color: #7E84A5;
}
body.theme-contrast-company .input-group-append .dropdown-toggle {
  border-color: #7E84A5;
}
body.theme-contrast-company .bootstrap-touchspin-up.btn-secondary, body.theme-contrast-company .bootstrap-touchspin-down.btn-secondary {
  border-color: #7E84A5;
}
body.theme-contrast-company .portlet {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
}
body.theme-contrast-company .portlet .portlet__head {
  background: #f5f8fa;
  border-bottom: 1px solid #ced0d4;
}
body.theme-contrast-company .portlet .portlet__head .portlet__head-label .portlet__head-icon {
  color: #F1A31D !important;
}
body.theme-contrast-company .portlet .portlet__head .portlet__head-label .portlet__head-icon .font-brand, body.theme-contrast-company .portlet .portlet__head .portlet__head-label .portlet__head-icon .shape-font-color-4 {
  color: #F1A31D !important;
}
body.theme-contrast-company .portlet .portlet__head .portlet__head-label .portlet__head-title {
  color: #050505;
}
body.theme-contrast-company .portlet .portlet__head .portlet__head-group {
  background: #ffffff;
}
body.theme-contrast-company .portlet .portlet__head .portlet__head-group .btn.btn-default i {
  color: #65676b;
}
body.theme-contrast-company .portlet .portlet__head .btn-secondary {
  background: #ffffff;
}
body.theme-contrast-company .portlet .portlet__head .btn-secondary:hover {
  color: #65676b;
  background: #f2f2f2;
}
body.theme-contrast-company .portlet .portlet__head .btn-secondary.btn-danger {
  color: #f2f2f2;
  border-color: #fd387a;
}
body.theme-contrast-company .portlet .portlet__foot {
  border-top: 1px solid #ced0d4;
}
body.theme-contrast-company .portlet.portlet--filters input {
  border-color: #F1A31D;
}
body.theme-contrast-company .portlet.portlet--filters input:placeholder-shown {
  border-color: #a7abc3;
  border-color: #7E84A5;
}
body.theme-contrast-company .modal-header {
  background: #f5f8fa;
  border-bottom: 1px solid #ced0d4;
}
body.theme-contrast-company .form-control:placeholder-shown {
  border-color: #7E84A5;
}
body.theme-contrast-company .checkbox > span {
  border-color: #7E84A5;
}
body.theme-contrast-company .checkbox > span:after {
  border-color: #F5A700;
}
body.theme-contrast-company .checkbox > input:checked ~ span {
  border-color: #F5A700 !important;
}
body.theme-contrast-company .dropdown-menu .dropdown-item {
  color: #444444;
}
body.theme-contrast-company .dropdown-menu .dropdown-item > i {
  color: #5d656f;
}
body.theme-contrast-company .btn-primary {
  background: #F1A31D;
  border-color: #F1A31D;
  font-weight: 600;
}
body.theme-contrast-company .btn-secondary {
  border-color: #7E84A5;
  color: #444444;
}
body.theme-contrast-company .btn-secondary.btn-danger {
  color: #f2f2f2;
  border-color: #fd387a;
}
body.theme-contrast-company .subheader .subheader__toolbar .btn.btn-secondary {
  background: #ffffff;
}
body.theme-contrast-company .subheader .subheader__toolbar .btn.btn-secondary:hover {
  background: #f2f2f2;
}
body.theme-contrast-company .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home > i {
  color: #F1A31D;
}
body.theme-contrast-company .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-link {
  color: #65676b;
  font-weight: normal;
}
body.theme-contrast-company .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-separator:after {
  background: #a7abc3;
}
body.theme-contrast-company .subheader .subheader__main .subheader__breadcrumbs .subheader__breadcrumbs-home--active {
  font-weight: 600;
}
body.theme-contrast-company .btn-tertiary {
  color: #65676b;
}
.show > body.theme-contrast-company .btn-tertiary.dropdown-toggle, body.theme-contrast-company .btn-tertiary:focus, body.theme-contrast-company .btn-tertiary.active, body.theme-contrast-company .btn-tertiary:active, body.theme-contrast-company .btn-tertiary:hover {
  color: #65676b;
  background: #f2f2f2;
}
body.theme-contrast-company .btn-tertiary.btn-back {
  background-color: #ffffff;
  border: 1px solid #7E84A5;
}
body.theme-contrast-company .btn-tertiary.btn-back:hover {
  color: #65676b;
  background: #f2f2f2;
}
body.theme-contrast-company .btn-tertiary:disabled, body.theme-contrast-company .btn-tertiary.disabled, body.theme-contrast-company .btn-tertiary[data-disabled] {
  color: rgba(173, 177, 199, 0.5);
}
body.theme-contrast-company .switch input:empty ~ span:before {
  background-color: #c8cad6;
}
body.theme-contrast-company .dataTables_wrapper .dataTable th, body.theme-contrast-company .dataTables_wrapper .dataTable td {
  color: #050505;
}
body.theme-contrast-company .dataTables_wrapper input {
  border-color: #7E84A5 !important;
}
body.theme-contrast-company .dataTables_wrapper .dataTables_pager .dataTables_info {
  color: #444444;
}
body.theme-contrast-company .dataTables_wrapper .dataTables_pager .dataTables_length label {
  font-weight: 300;
  color: #444444;
}
body.theme-contrast-company .dataTables_wrapper .pagination .page-item.active > .page-link {
  background: #F1A31D;
  font-weight: 600;
}
body.theme-contrast-company .dataTables_wrapper .pagination .page-item:hover > .page-link {
  background: #F1A31D;
}
body.theme-contrast-company .dataTables_wrapper .pagination .page-item.disabled > .page-link, body.theme-contrast-company .dataTables_wrapper .pagination .page-item.disabled:hover > .page-link {
  opacity: 0.2;
}
body.theme-contrast-company .table-bordered {
  border-color: #ced0d4;
}
body.theme-contrast-company .table-bordered td, body.theme-contrast-company .table-bordered th {
  border-color: #ced0d4;
}
body.theme-contrast-company .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link,
body.theme-contrast-company .nav-tabs.nav-tabs-line a.nav-link {
  color: #444444;
}
body.theme-contrast-company .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.active,
body.theme-contrast-company .nav-tabs.nav-tabs-line a.nav-link.active {
  color: #F1A31D;
  border-bottom: 3px solid #F1A31D;
  padding: 12px 0 10px 0;
}
body.theme-contrast-company .nav-tabs.nav-tabs-line.nav.nav-tabs .nav-link.disabled,
body.theme-contrast-company .nav-tabs.nav-tabs-line a.nav-link.disabled {
  color: rgba(173, 177, 199, 0.9);
}
body.theme-contrast-company .copyable-item--icon, body.theme-contrast-company .editable-item--icon {
  color: #7E84A5 !important;
}
body.theme-contrast-company .text-muted {
  color: #65676b !important;
}
body.theme-contrast-company .select2-container--default .select2-selection--multiple,
body.theme-contrast-company .select2-container--default .select2-selection--single {
  border: 1px solid #a7abc3;
  border-color: #7E84A5;
}
body.theme-contrast-company .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
body.theme-contrast-company .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7abc3;
  color: #65676b;
  color: #AFB1B5;
  font-size: 1.077rem;
}
body.theme-contrast-company .select2-container--default .select2-selection--multiple .select2-selection__arrow,
body.theme-contrast-company .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left-color: #443F5C;
}
body.theme-contrast-company .select2-container--default.select2-container--focus .select2-selection--multiple,
body.theme-contrast-company .select2-container--default.select2-container--focus .select2-selection--single, body.theme-contrast-company .select2-container--default.select2-container--open .select2-selection--multiple,
body.theme-contrast-company .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #FFB81F;
  border-color: #F5A700;
  border-color: #F1A31D;
}
body.theme-contrast-company .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__arrow,
body.theme-contrast-company .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__arrow, body.theme-contrast-company .select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow,
body.theme-contrast-company .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  border-left-color: #443F5C;
  border-color: #F1A31D;
}
body.theme-contrast-company .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #050505;
  font-size: 1.077rem;
  font-weight: 400;
}
body.theme-contrast-company .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  color: #a7abc3;
}
body.theme-contrast-company .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: #56516e;
}
body.theme-contrast-company .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  color: #56516e;
  background: #f4f5f8;
  border: 1px solid #ebedf2;
}
body.theme-contrast-company .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  color: #a7abc3;
}
body.theme-contrast-company .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
  color: #a7abc3;
  opacity: 1;
}
body.theme-contrast-company .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
  color: #a7abc3;
}
body.theme-contrast-company .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
  color: #a7abc3;
}
body.theme-contrast-company .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #FFE5AD;
  border: 1px solid #7E84A5;
}
body.theme-contrast-company .select2-container--default .select2-dropdown {
  border: 1px solid #a7abc3;
  box-shadow: 0 1px 8px 2px rgba(0, 0, 0, 0.06);
}
body.theme-contrast-company .select2-container--default .select2-results__option {
  font-size: 1.077rem;
}
body.theme-contrast-company .select2-container--default .select2-results__option[aria-selected=true] {
  background: #f4f5f8;
  color: #56516e;
}
body.theme-contrast-company .select2-container--default .select2-results__option.select2-results__option--highlighted {
  background: #f4f5f8;
  color: #56516e;
}
body.theme-contrast-company .select2-container--default .select2-results__option.select2-results__message {
  font-size: 1rem;
  color: #7E84A5;
}
body.theme-contrast-company .select2-container--default.select2-container--disabled {
  cursor: default;
}
body.theme-contrast-company .select2-container--default.select2-container--disabled .select2-selection--multiple,
body.theme-contrast-company .select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
  background-color: rgba(255, 229, 173, 0.3);
}
body.theme-contrast-company .select2-container--default.select2-container--disabled .select2-selection__rendered {
  color: #050505;
}
body.theme-contrast-company .select2-container--default.select2-container--disabled .select2-selection__rendered .select2-selection__clear {
  display: none;
}
body.theme-contrast-company .select2-container--default.select2-container--disabled .select2-selection__arrow {
  border-left: 1px solid #7E84A5;
}
body.theme-contrast-company .select2-container--default.select2-container--disabled.select2-container--focus .select2-selection__arrow {
  border-left: 1px solid #7E84A5;
  border-left: 1px solid #F1A31D;
}
body.theme-contrast-company .select2.select2--air .select2-container--default .select2-selection--single,
body.theme-contrast-company .select2.select2--air .select2-container--default .select2-selection--multiple {
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}
body.theme-contrast-company .select2.select2--solid .select2-container--default .select2-selection--multiple,
body.theme-contrast-company .select2.select2--solid .select2-container--default .select2-selection--single {
  background-color: #f4f5f8;
  border-color: #ebedf2;
}
body.theme-contrast-company .select2.select2--solid .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
body.theme-contrast-company .select2.select2--solid .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7abc3;
  color: #65676b;
  color: #AFB1B5;
}
body.theme-contrast-company .jstree-default .jstree-anchor {
  color: #050505;
}
body.theme-contrast-company .jstree-default .jstree-icon {
  color: #5d656f;
}
body.theme-contrast-company .accordion.accordion-toggle-plus .card .card-header .card-title.collapsed {
  color: #7E84A5;
}

/*
 *
 * THEME SIZE NORMAL
 *
 */
body.theme-size-normal .aside__brand, body.theme-size-normal .header {
  height: 50px;
}
body.theme-size-normal .portlet .portlet__head {
  min-height: 50px;
}
body.theme-size-normal .portlet .portlet__body {
  padding: 18px 25px;
}
body.theme-size-normal .portlet .portlet__foot.portlet__foot--md {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
body.theme-size-normal .section .section__title.section__title-lg {
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
}
body.theme-size-normal .btn-lg, body.theme-size-normal .btn-group-lg > .btn {
  padding: 8px 25px;
  font-size: 1.077rem;
  line-height: 1.5;
  border-radius: 6px;
}
body.theme-size-normal .btn-tertiary {
  font-size: 1.077rem;
}
body.theme-size-normal .table thead tr th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body.theme-size-normal .table tbody tr td {
  padding-top: 0;
  padding-bottom: 0;
}
body.theme-size-normal .table tbody tr td .btn-secondary {
  font-size: 0.875rem;
}
body.theme-size-normal .table td.dataTables_empty {
  padding-top: 1em;
  padding-bottom: 1em;
}
body.theme-size-normal .portlet--filters .form-group {
  margin-bottom: 1rem;
}
body.theme-size-normal .portlet--filters .form-group label:not(.not-hide) {
  display: none;
}
body.theme-size-normal .portlet--filters .form-group.form-checkbox {
  margin-top: 10px;
}
body.theme-size-normal .portlet--filters .form-group.form-checkbox label {
  display: initial;
}
body.theme-size-normal .form-group {
  margin-bottom: 1rem;
}
body.theme-size-normal .form-group.form-group-marginless {
  margin-bottom: 0;
}
body.theme-size-normal .form-control:not(textarea) {
  height: calc(1.5em + 1.3rem + 2px);
}
body.theme-size-normal label {
  margin-bottom: 0.25rem;
}
body.theme-size-normal .input-group-append .btn, body.theme-size-normal .input-group-prepend .btn {
  padding: 6px 10px;
}
body.theme-size-normal .input-group-text {
  padding: unset;
}
body.theme-size-normal .select2-container--default .select2-selection--single,
body.theme-size-normal .select2-container--default .select2-selection--multiple {
  min-height: 38px;
}
body.theme-size-normal .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0.37rem 6.308rem 0.37rem 1.231rem;
}
body.theme-size-normal .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.3rem 6.308rem 0.3rem 1.231rem;
}
body.theme-size-normal .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  top: 64%;
}
body.theme-size-normal .separator.separator--space-md {
  margin: 1.2rem 0;
}

/*
 *
 * THEME SIZE COMPACT
 *
 */
body.theme-size-compact .aside__brand, body.theme-size-compact .header {
  height: 50px;
}
body.theme-size-compact .portlet .portlet__head {
  min-height: 50px;
}
body.theme-size-compact .portlet .portlet__body {
  padding: 18px 25px;
}
body.theme-size-compact .portlet .portlet__body.portlet__body--fit-y {
  padding-top: 0;
  padding-bottom: 0;
}
body.theme-size-compact .portlet .portlet__body.portlet__body--fit-x {
  padding-left: 0;
  padding-right: 0;
}
body.theme-size-compact .portlet .portlet__foot.portlet__foot--md {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
body.theme-size-compact .section .section__title.section__title-lg {
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
}
body.theme-size-compact .btn-lg, body.theme-size-compact .btn-group-lg > .btn {
  padding: 8px 25px;
  font-size: 1.077rem;
  line-height: 1.5;
  border-radius: 6px;
}
body.theme-size-compact .btn-tertiary {
  font-size: 1.077rem;
}
body.theme-size-compact .btn-secondary {
  font-size: 1.077rem;
}
body.theme-size-compact .btn-secondary.btn-refresh {
  font-size: 1rem;
}
body.theme-size-compact .table thead tr th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body.theme-size-compact .table tbody tr td {
  padding-top: 0;
  padding-bottom: 0;
}
body.theme-size-compact .table td.dataTables_empty {
  padding-top: 1em;
  padding-bottom: 1em;
}
body.theme-size-compact .portlet--filters .form-group {
  margin-bottom: 1rem;
}
body.theme-size-compact .portlet--filters .form-group label:not(.not-hide) {
  display: none;
}
body.theme-size-compact .portlet--filters .form-group.form-checkbox {
  margin-top: 10px;
}
body.theme-size-compact .portlet--filters .form-group.form-checkbox label {
  display: initial;
}
body.theme-size-compact .form-group {
  margin-bottom: 1rem;
}
body.theme-size-compact .form-group.form-group-marginless {
  margin-bottom: 0;
}
body.theme-size-compact .form-control:not(textarea) {
  height: calc(1.5em + 1.3rem + 2px);
}
body.theme-size-compact label {
  margin-bottom: 0.25rem;
}
body.theme-size-compact .input-group-append .btn, body.theme-size-compact .input-group-prepend .btn {
  padding: 6px 10px;
}
body.theme-size-compact .input-group-text {
  padding: unset;
}
body.theme-size-compact .select2-container--default .select2-selection--single,
body.theme-size-compact .select2-container--default .select2-selection--multiple {
  min-height: 38px;
}
body.theme-size-compact .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0.37rem 6.308rem 0.37rem 1.231rem;
}
body.theme-size-compact .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0.3rem 6.308rem 0.3rem 1.231rem;
}
body.theme-size-compact .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  top: 64%;
}
body.theme-size-compact .separator.separator--space-md {
  margin: 1.2rem 0;
}