/* Minification failed. Returning unminified contents.
(7385,106): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(7528,106): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(7712,106): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(7896,106): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(17344,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17345,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17346,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17347,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17348,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17349,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17350,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17351,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17352,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17353,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17354,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17355,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17356,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17357,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17358,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17359,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17360,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17361,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17362,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17363,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17364,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17365,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17366,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17367,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17368,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17369,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17370,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17371,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21305,133): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(21313,133): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(21333,133): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(21348,132): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(22138,135): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(22138,326): Scanner error CSS1002: Unterminated string: ");
(22186,135): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(22186,332): Scanner error CSS1002: Unterminated string: ");
(23880,133): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(23884,133): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(70034,14): run-time error CSS1036: Expected expression, found '!important'
(76623,14100): run-time error CSS1030: Expected identifier, found '.'
(76623,14131): run-time error CSS1031: Expected selector, found ')'
(76623,14131): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "UTF-8";
/*
 * 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; } }

.tether-element, .tether-element:after, .tether-element:before, .tether-element *, .tether-element *:after, .tether-element *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tether-element {
  position: absolute;
  display: none; }

.tether-element.tether-open {
  display: block; }

/*!
 * 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 {
  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;
  padding: 4px; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  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 rgba(0, 0, 0, 0.15); }

.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 table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777; }

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0; }

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2; }

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb; }

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2; }

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5; }

.datepicker table tr td.highlighted.focused {
  background: #afd9ee; }

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777; }

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400; }

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00; }

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400; }

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733; }

.datepicker table tr td.today.focused {
  background: #ffc966; }

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777; }

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0; }

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c; }

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d; }

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c; }

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb; }

.datepicker table tr td.range.focused {
  background: #d5d5d5; }

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777; }

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0; }

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6; }

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3; }

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3; }

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777; }

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608; }

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c; }

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608; }

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417; }

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777; }

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616; }

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737; }

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616; }

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555; }

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee; }

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default; }

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-group.date .input-group-addon {
  cursor: pointer; }

.input-daterange {
  width: 100%; }

.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 .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px; }

/*!
 * Datetimepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datetimepicker {
  padding: 4px;
  margin-top: 1px;
  border-radius: 4px;
  direction: ltr; }

.datetimepicker-inline {
  width: 220px; }

.datetimepicker.datetimepicker-rtl {
  direction: rtl; }

.datetimepicker.datetimepicker-rtl table tr td span {
  float: right; }

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
  top: 0;
  left: 0; }

[class*=" datetimepicker-dropdown"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

[class*=" datetimepicker-dropdown"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute; }

[class*=" datetimepicker-dropdown-top"]:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0; }

[class*=" datetimepicker-dropdown-top"]:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.datetimepicker-dropdown-bottom-left:before {
  top: -7px;
  right: 6px; }

.datetimepicker-dropdown-bottom-left:after {
  top: -6px;
  right: 7px; }

.datetimepicker-dropdown-bottom-right:before {
  top: -7px;
  left: 6px; }

.datetimepicker-dropdown-bottom-right:after {
  top: -6px;
  left: 7px; }

.datetimepicker-dropdown-top-left:before {
  bottom: -7px;
  right: 6px; }

.datetimepicker-dropdown-top-left:after {
  bottom: -6px;
  right: 7px; }

.datetimepicker-dropdown-top-right:before {
  bottom: -7px;
  left: 6px; }

.datetimepicker-dropdown-top-right:after {
  bottom: -6px;
  left: 7px; }

.datetimepicker > div {
  display: none; }

.datetimepicker.minutes div.datetimepicker-minutes {
  display: block; }

.datetimepicker.hours div.datetimepicker-hours {
  display: block; }

.datetimepicker.days div.datetimepicker-days {
  display: block; }

.datetimepicker.months div.datetimepicker-months {
  display: block; }

.datetimepicker.years div.datetimepicker-years {
  display: block; }

.datetimepicker table {
  margin: 0; }

.datetimepicker td, .datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 0; }

.table-striped .datetimepicker table tr td, .table-striped .datetimepicker table tr th {
  background-color: transparent; }

.datetimepicker table tr td.minute:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.hour:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer; }

.datetimepicker table tr td.old, .datetimepicker table tr td.new {
  color: #999; }

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
  background: 0;
  color: #999;
  cursor: default; }

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  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); }

.datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today[disabled], .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069; }

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
  border-color: #04c #04c #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); }

.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
  background-color: #04c; }

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
  background-color: #039; }

.datetimepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datetimepicker .datetimepicker-hours span {
  height: 26px;
  line-height: 26px; }

.datetimepicker .datetimepicker-hours table tr td span.hour_am, .datetimepicker .datetimepicker-hours table tr td span.hour_pm {
  width: 14.6%; }

.datetimepicker .datetimepicker-hours fieldset legend, .datetimepicker .datetimepicker-minutes fieldset legend {
  margin-bottom: inherit;
  line-height: 30px; }

.datetimepicker .datetimepicker-minutes span {
  height: 26px;
  line-height: 26px; }

.datetimepicker table tr td span:hover {
  background: #eee; }

.datetimepicker table tr td span.disabled, .datetimepicker table tr td span.disabled:hover {
  background: 0;
  color: #999;
  cursor: default; }

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#04c));
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);
  border-color: #04c #04c #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); }

.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #04c; }

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
  background-color: #039; }

.datetimepicker table tr td span.old {
  color: #999; }

.datetimepicker th.switch {
  width: 145px; }

.datetimepicker th span.glyphicon {
  pointer-events: none; }

.datetimepicker thead tr:first-child th, .datetimepicker tfoot th {
  cursor: pointer; }

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot th:hover {
  background: #eee; }

.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
  cursor: pointer;
  width: 14px;
  height: 14px; }

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px; }

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px; }

.bootstrap-timepicker .input-group-addon {
  cursor: pointer; }

.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px; }

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px; }

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block; }

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute; }

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute; }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px; }

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px; }

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px; }

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0; }

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px; }

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px; }

.bootstrap-timepicker-widget table td span {
  width: 100%; }

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333; }

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd; }

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px; }

.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center; }

.bootstrap-timepicker-widget .modal-content {
  padding: 4px; }

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px; } }

@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%; }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%; } }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.dropup {
  margin-top: -5px; }

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001; }

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none; }

.daterangepicker.show-calendar .calendar {
  display: block; }

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px; }

.daterangepicker .calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker table {
  width: 100%;
  margin: 0; }

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0; }

.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%; }

.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px; }

.daterangepicker .daterangepicker_input {
  position: relative; }

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px; }

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px; }

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer; }

.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff; }

.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 160px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .calendar.left {
    clear: none; }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left; }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right; }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left; }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0; }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px; }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px; }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left; }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right; }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0; }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0; }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px; }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px; }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px; }

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal; }

/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.3.4
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license Apache-2.0
  */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px; }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee; }

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333;
  background: #fff; }

.bootstrap-switch span::before {
  content: "\200b"; }

.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

.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 {
  padding: 1px 5px;
  font-size: 12px;
  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: 5px 10px;
  font-size: 12px;
  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: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/*!
 * Bootstrap-select v1.13.0-beta (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/ }

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  padding-right: 25px;
  z-index: 1; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999; }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }

.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  z-index: auto; }

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block;
  width: 100%; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-left: inherit;
  overflow: hidden;
  width: 100%;
  text-align: left; }

.bootstrap-select .dropdown-toggle .filter-option-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important; }

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select .dropdown-menu li {
  position: relative; }

.bootstrap-select .dropdown-menu li.active small {
  color: #fff; }

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  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%;
  -webkit-box-sizing: border-box;
  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 {
  -webkit-box-sizing: border-box;
  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__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.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-selection__placeholder, .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;
  -webkit-box-shadow: none;
  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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  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: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  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;
  -webkit-box-shadow: none;
  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; }

/*! nouislider - 10.1.0 - 2017-07-28 17:11:18 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/owl.carousel/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  background: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/ion-rangeslider/sprite-skin-flat.png) repeat-x; }

.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 12px;
  top: 25px; }

.irs-line-left {
  height: 12px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 12px;
  background-position: 0 0; }

.irs-line-right {
  height: 12px;
  background-position: 100% -30px; }

.irs-bar {
  height: 12px;
  top: 25px;
  background-position: 0 -60px; }

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-position: 0 -120px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

.irs-min, .irs-max {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #e1e4e9;
  border-radius: 4px; }

.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed5565;
  border-radius: 4px; }

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs-grid-pol {
  background: #e1e4e9; }

.irs-grid-text {
  color: #999; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/summernote/summernote.eot?dbafe969167589eda84514394d126413);
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/summernote/summernote.eot?#iefix) format("embedded-opentype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/summernote/summernote.woff?dbafe969167589eda84514394d126413) format("woff"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/summernote/summernote.ttf?dbafe969167589eda84514394d126413) 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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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 .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 337px; }

.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 {
  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-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; }

.md-editor {
  display: block;
  border: 1px solid #ddd; }

.md-editor .md-footer, .md-editor > .md-header {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5; }

.md-editor > .md-header {
  margin: 0; }

.md-editor > .md-preview {
  background: #fff;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  min-height: 10px;
  overflow: auto; }

.md-editor > textarea {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: 14px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eee; }

.md-editor > textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff; }

.md-editor.active {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.md-editor .md-controls {
  float: right;
  padding: 3px; }

.md-editor .md-controls .md-control {
  right: 5px;
  color: #bebebe;
  padding: 3px 3px 3px 10px; }

.md-editor .md-controls .md-control:hover {
  color: #333; }

.md-editor.md-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  padding: 60px 30px 15px;
  background: #fff !important;
  border: 0 !important; }

.md-editor.md-fullscreen-mode .md-footer {
  display: none; }

.md-editor.md-fullscreen-mode .md-input, .md-editor.md-fullscreen-mode .md-preview {
  margin: 0 auto !important;
  height: 100% !important;
  font-size: 20px !important;
  padding: 20px !important;
  color: #999;
  line-height: 1.6em !important;
  resize: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border: 0 !important; }

.md-editor.md-fullscreen-mode .md-preview {
  color: #333;
  overflow: auto; }

.md-editor.md-fullscreen-mode .md-input:focus, .md-editor.md-fullscreen-mode .md-input:hover {
  color: #333;
  background: #fff !important; }

.md-editor.md-fullscreen-mode .md-header {
  background: 0 0;
  text-align: center;
  position: fixed;
  width: 100%;
  top: 20px; }

.md-editor.md-fullscreen-mode .btn-group {
  float: none; }

.md-editor.md-fullscreen-mode .btn {
  border: 0;
  background: 0 0;
  color: #b3b3b3; }

.md-editor.md-fullscreen-mode .btn.active, .md-editor.md-fullscreen-mode .btn:active, .md-editor.md-fullscreen-mode .btn:focus, .md-editor.md-fullscreen-mode .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333; }

.md-editor.md-fullscreen-mode .md-fullscreen-controls {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 1002;
  display: block; }

.md-editor.md-fullscreen-mode .md-fullscreen-controls a {
  color: #b3b3b3;
  clear: right;
  margin: 10px;
  width: 30px;
  height: 30px;
  text-align: center; }

.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover {
  color: #333;
  text-decoration: none; }

.md-editor.md-fullscreen-mode .md-editor {
  height: 100% !important;
  position: relative; }

.md-editor .md-fullscreen-controls {
  display: none; }

.md-nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

.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 * {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 0 12px #999999;
  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 {
  -webkit-box-shadow: 0 0 12px #000000;
  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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf/3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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; } }

/* 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;
  -webkit-box-shadow: 2px 2px 2px #999999;
  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;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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;
  -webkit-box-shadow: 0 0 2px #0a6aa1;
  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;
  -webkit-box-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;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0; }

.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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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 {
  -webkit-transition: background-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, -webkit-box-shadow 0.15s;
  transition: background-color 0.15s, box-shadow 0.15s;
  transition: background-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 1px #cccccc;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-context {
  background: #e7f4f9;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 1px #cccccc;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 1px #999999;
  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;
  -webkit-box-shadow: none;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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;
  -webkit-box-shadow: none;
  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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-gradient(linear, left top, left bottom, from(#beebff), to(#a8e4ff));
  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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/throbber.gif) center center no-repeat; }

.jstree-default .jstree-file {
  background: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/32px.png) -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px); }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/throbber.gif) center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/32px.png) -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px); }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/throbber.gif) center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/32px.png) -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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-ellipsis.jstree-no-icons .jstree-anchor {
  width: calc(100% - 5px); }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/40px.png);
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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 0px !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 0px !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 {
    -webkit-box-shadow: inset 0 -6px 3px -5px #666666;
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    -webkit-box-shadow: inset 0 6px 3px -5px #666666;
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    -webkit-box-shadow: none;
    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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/40px.png) 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/images/jstree/40px.png) -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.morris-hover {
  position: absolute;
  z-index: 1000; }

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center; }

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0; }

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0; }

.ct-double-octave:after, .ct-major-eleventh:after, .ct-major-second:after, .ct-major-seventh:after, .ct-major-sixth:after, .ct-major-tenth:after, .ct-major-third:after, .ct-major-twelfth:after, .ct-minor-second:after, .ct-minor-seventh:after, .ct-minor-sixth:after, .ct-minor-third:after, .ct-octave:after, .ct-perfect-fifth:after, .ct-perfect-fourth:after, .ct-square:after {
  content: "";
  clear: both; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: .75rem;
  line-height: 1; }

.ct-grid-background, .ct-line {
  fill: none; }

.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ct-chart-donut .ct-label, .ct-chart-pie .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: .1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
  fill: #d70206; }

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
  fill: #f05b4f; }

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-area, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-slice-pie {
  fill: #f4c63d; }

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
  fill: #d17905; }

.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
  fill: #453d3f; }

.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-area, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-slice-pie {
  fill: #59922b; }

.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-area, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-slice-pie {
  fill: #0544d3; }

.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-area, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-slice-pie {
  fill: #6b0392; }

.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-area, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-slice-pie {
  fill: #f05b4f; }

.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-area, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-slice-pie {
  fill: #dda458; }

.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-area, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-slice-pie {
  fill: #eacf7d; }

.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-area, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-slice-pie {
  fill: #86797d; }

.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-area, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-slice-pie {
  fill: #b2c326; }

.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-area, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-slice-pie {
  fill: #6188e2; }

.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-area, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-slice-pie {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%; }

.ct-square:after {
  display: table; }

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%; }

.ct-minor-second:after {
  display: table; }

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%; }

.ct-major-second:after {
  display: table; }

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%; }

.ct-minor-third:after {
  display: table; }

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%; }

.ct-major-third:after {
  display: table; }

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%; }

.ct-perfect-fourth:after {
  display: table; }

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%; }

.ct-perfect-fifth:after {
  display: table; }

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%; }

.ct-minor-sixth:after {
  display: table; }

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%; }

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both; }

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%; }

.ct-major-sixth:after {
  display: table; }

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%; }

.ct-minor-seventh:after {
  display: table; }

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%; }

.ct-major-seventh:after {
  display: table; }

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%; }

.ct-octave:after {
  display: table; }

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%; }

.ct-major-tenth:after {
  display: table; }

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%; }

.ct-major-eleventh:after {
  display: table; }

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%; }

.ct-major-twelfth:after {
  display: table; }

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%; }

.ct-double-octave:after {
  display: table; }

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.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% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

body.swal2-toast-shown .swal2-container {
  position: fixed;
  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%;
  -webkit-transform: translateX(-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;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -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;
  -webkit-transform: translateY(-50%);
  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%;
  -webkit-transform: translateX(-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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em; }

body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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-validationerror {
  font-size: 1em; }

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: .625em;
  -webkit-box-shadow: 0 0 .625em #d9d9d9;
  box-shadow: 0 0 .625em #d9d9d9;
  overflow-y: hidden; }

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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: initial;
  width: .8em;
  height: .8em;
  line-height: .8; }

.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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-text {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em; }

.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 {
  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 {
  -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.25em;
  left: -.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  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;
  -webkit-transform-origin: 0 2em;
  transform-origin: 0 2em;
  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: showSweetToast .5s;
  animation: showSweetToast .5s; }

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast .2s forwards;
  animation: hideSweetToast .2s forwards; }

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip .75s;
  animation: animate-toast-success-tip .75s; }

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long .75s;
  animation: animate-toast-success-long .75s; }

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes animate-toast-success-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 animate-toast-success-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 animate-toast-success-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 animate-toast-success-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; } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent; }

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-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%;
  -webkit-transform: translate(-50%, -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;
  -webkit-transform: translateY(-50%);
  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;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-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; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 {
  -webkit-box-align: start;
  -ms-flex-align: 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 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: 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-fade {
  -webkit-transition: background-color .1s;
  transition: background-color .1s; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4); }

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swal2-popup:focus {
  outline: 0; }

.swal2-popup.swal2-loading {
  overflow-y: hidden; }

.swal2-popup .swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swal2-popup .swal2-title {
  display: block;
  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-popup .swal2-actions {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1; }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4; }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px; }

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }

.swal2-popup .swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none; }

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer; }

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em; }

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em; }

.swal2-popup .swal2-styled:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0; }

.swal2-popup .swal2-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden; }

.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  color: #f27474; }

.swal2-popup > .swal2-checkbox, .swal2-popup > .swal2-file, .swal2-popup > .swal2-input, .swal2-popup > .swal2-radio, .swal2-popup > .swal2-select, .swal2-popup > .swal2-textarea {
  display: none; }

.swal2-popup .swal2-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word; }

.swal2-popup #swal2-content {
  text-align: center; }

.swal2-popup .swal2-checkbox, .swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-radio, .swal2-popup .swal2-select, .swal2-popup .swal2-textarea {
  margin: 1em auto; }

.swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-transition: border-color .3s,-webkit-box-shadow .3s;
  transition: border-color .3s,-webkit-box-shadow .3s;
  transition: border-color .3s,box-shadow .3s;
  transition: border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  font-size: 1.125em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swal2-popup .swal2-file.swal2-inputerror, .swal2-popup .swal2-input.swal2-inputerror, .swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-popup .swal2-file:focus, .swal2-popup .swal2-input:focus, .swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5; }

.swal2-popup .swal2-file::-webkit-input-placeholder, .swal2-popup .swal2-input::-webkit-input-placeholder, .swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file::-ms-input-placeholder, .swal2-popup .swal2-input::-ms-input-placeholder, .swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file::placeholder, .swal2-popup .swal2-input::placeholder, .swal2-popup .swal2-textarea::placeholder {
  color: #ccc; }

.swal2-popup .swal2-range input {
  width: 80%; }

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center; }

.swal2-popup .swal2-range input, .swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em; }

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 .75em; }

.swal2-popup .swal2-input[type=number] {
  max-width: 10em; }

.swal2-popup .swal2-file {
  font-size: 1.125em; }

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: .75em; }

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em; }

.swal2-popup .swal2-checkbox, .swal2-popup .swal2-radio {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-popup .swal2-checkbox label, .swal2-popup .swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em; }

.swal2-popup .swal2-checkbox input, .swal2-popup .swal2-radio input {
  margin: 0 .4em; }

.swal2-popup .swal2-validationerror {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .625em;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden; }

.swal2-popup .swal2-validationerror::before {
  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;
  content: '!';
  zoom: normal; }

@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, 0.4); } }

.swal2-icon {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal; }

.swal2-icon-text {
  font-size: 3.75em; }

.swal2-icon.swal2-error {
  border-color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86; }

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee; }

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd; }

.swal2-icon.swal2-success {
  border-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1; }

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-progresssteps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600; }

.swal2-progresssteps li {
  display: inline-block;
  position: relative; }

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20; }

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0; }

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6; }

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10; }

[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; }

[dir=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; }

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@font-face {
  font-family: "socicon";
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/socicon/socicon.eot);
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/socicon/socicon.eot?#iefix) format("embedded-opentype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/socicon/socicon.woff) format("woff"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/socicon/socicon.ttf) format("truetype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/socicon/socicon.svg#socicon) format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.socicon-modelmayhem:before {
  content: "\e000"; }

.socicon-mixcloud:before {
  content: "\e001"; }

.socicon-drupal:before {
  content: "\e002"; }

.socicon-swarm:before {
  content: "\e003"; }

.socicon-istock:before {
  content: "\e004"; }

.socicon-yammer:before {
  content: "\e005"; }

.socicon-ello:before {
  content: "\e006"; }

.socicon-stackoverflow:before {
  content: "\e007"; }

.socicon-persona:before {
  content: "\e008"; }

.socicon-triplej:before {
  content: "\e009"; }

.socicon-houzz:before {
  content: "\e00a"; }

.socicon-rss:before {
  content: "\e00b"; }

.socicon-paypal:before {
  content: "\e00c"; }

.socicon-odnoklassniki:before {
  content: "\e00d"; }

.socicon-airbnb:before {
  content: "\e00e"; }

.socicon-periscope:before {
  content: "\e00f"; }

.socicon-outlook:before {
  content: "\e010"; }

.socicon-coderwall:before {
  content: "\e011"; }

.socicon-tripadvisor:before {
  content: "\e012"; }

.socicon-appnet:before {
  content: "\e013"; }

.socicon-goodreads:before {
  content: "\e014"; }

.socicon-tripit:before {
  content: "\e015"; }

.socicon-lanyrd:before {
  content: "\e016"; }

.socicon-slideshare:before {
  content: "\e017"; }

.socicon-buffer:before {
  content: "\e018"; }

.socicon-disqus:before {
  content: "\e019"; }

.socicon-vkontakte:before {
  content: "\e01a"; }

.socicon-whatsapp:before {
  content: "\e01b"; }

.socicon-patreon:before {
  content: "\e01c"; }

.socicon-storehouse:before {
  content: "\e01d"; }

.socicon-pocket:before {
  content: "\e01e"; }

.socicon-mail:before {
  content: "\e01f"; }

.socicon-blogger:before {
  content: "\e020"; }

.socicon-technorati:before {
  content: "\e021"; }

.socicon-reddit:before {
  content: "\e022"; }

.socicon-dribbble:before {
  content: "\e023"; }

.socicon-stumbleupon:before {
  content: "\e024"; }

.socicon-digg:before {
  content: "\e025"; }

.socicon-envato:before {
  content: "\e026"; }

.socicon-behance:before {
  content: "\e027"; }

.socicon-delicious:before {
  content: "\e028"; }

.socicon-deviantart:before {
  content: "\e029"; }

.socicon-forrst:before {
  content: "\e02a"; }

.socicon-play:before {
  content: "\e02b"; }

.socicon-zerply:before {
  content: "\e02c"; }

.socicon-wikipedia:before {
  content: "\e02d"; }

.socicon-apple:before {
  content: "\e02e"; }

.socicon-flattr:before {
  content: "\e02f"; }

.socicon-github:before {
  content: "\e030"; }

.socicon-renren:before {
  content: "\e031"; }

.socicon-friendfeed:before {
  content: "\e032"; }

.socicon-newsvine:before {
  content: "\e033"; }

.socicon-identica:before {
  content: "\e034"; }

.socicon-bebo:before {
  content: "\e035"; }

.socicon-zynga:before {
  content: "\e036"; }

.socicon-steam:before {
  content: "\e037"; }

.socicon-xbox:before {
  content: "\e038"; }

.socicon-windows:before {
  content: "\e039"; }

.socicon-qq:before {
  content: "\e03a"; }

.socicon-douban:before {
  content: "\e03b"; }

.socicon-meetup:before {
  content: "\e03c"; }

.socicon-playstation:before {
  content: "\e03d"; }

.socicon-android:before {
  content: "\e03e"; }

.socicon-snapchat:before {
  content: "\e03f"; }

.socicon-twitter:before {
  content: "\e040"; }

.socicon-facebook:before {
  content: "\e041"; }

.socicon-googleplus:before {
  content: "\e042"; }

.socicon-pinterest:before {
  content: "\e043"; }

.socicon-foursquare:before {
  content: "\e044"; }

.socicon-yahoo:before {
  content: "\e045"; }

.socicon-skype:before {
  content: "\e046"; }

.socicon-yelp:before {
  content: "\e047"; }

.socicon-feedburner:before {
  content: "\e048"; }

.socicon-linkedin:before {
  content: "\e049"; }

.socicon-viadeo:before {
  content: "\e04a"; }

.socicon-xing:before {
  content: "\e04b"; }

.socicon-myspace:before {
  content: "\e04c"; }

.socicon-soundcloud:before {
  content: "\e04d"; }

.socicon-spotify:before {
  content: "\e04e"; }

.socicon-grooveshark:before {
  content: "\e04f"; }

.socicon-lastfm:before {
  content: "\e050"; }

.socicon-youtube:before {
  content: "\e051"; }

.socicon-vimeo:before {
  content: "\e052"; }

.socicon-dailymotion:before {
  content: "\e053"; }

.socicon-vine:before {
  content: "\e054"; }

.socicon-flickr:before {
  content: "\e055"; }

.socicon-500px:before {
  content: "\e056"; }

.socicon-wordpress:before {
  content: "\e058"; }

.socicon-tumblr:before {
  content: "\e059"; }

.socicon-twitch:before {
  content: "\e05a"; }

.socicon-8tracks:before {
  content: "\e05b"; }

.socicon-amazon:before {
  content: "\e05c"; }

.socicon-icq:before {
  content: "\e05d"; }

.socicon-smugmug:before {
  content: "\e05e"; }

.socicon-ravelry:before {
  content: "\e05f"; }

.socicon-weibo:before {
  content: "\e060"; }

.socicon-baidu:before {
  content: "\e061"; }

.socicon-angellist:before {
  content: "\e062"; }

.socicon-ebay:before {
  content: "\e063"; }

.socicon-imdb:before {
  content: "\e064"; }

.socicon-stayfriends:before {
  content: "\e065"; }

.socicon-residentadvisor:before {
  content: "\e066"; }

.socicon-google:before {
  content: "\e067"; }

.socicon-yandex:before {
  content: "\e068"; }

.socicon-sharethis:before {
  content: "\e069"; }

.socicon-bandcamp:before {
  content: "\e06a"; }

.socicon-itunes:before {
  content: "\e06b"; }

.socicon-deezer:before {
  content: "\e06c"; }

.socicon-telegram:before {
  content: "\e06e"; }

.socicon-openid:before {
  content: "\e06f"; }

.socicon-amplement:before {
  content: "\e070"; }

.socicon-viber:before {
  content: "\e071"; }

.socicon-zomato:before {
  content: "\e072"; }

.socicon-draugiem:before {
  content: "\e074"; }

.socicon-endomodo:before {
  content: "\e075"; }

.socicon-filmweb:before {
  content: "\e076"; }

.socicon-stackexchange:before {
  content: "\e077"; }

.socicon-wykop:before {
  content: "\e078"; }

.socicon-teamspeak:before {
  content: "\e079"; }

.socicon-teamviewer:before {
  content: "\e07a"; }

.socicon-ventrilo:before {
  content: "\e07b"; }

.socicon-younow:before {
  content: "\e07c"; }

.socicon-raidcall:before {
  content: "\e07d"; }

.socicon-mumble:before {
  content: "\e07e"; }

.socicon-medium:before {
  content: "\e06d"; }

.socicon-bebee:before {
  content: "\e07f"; }

.socicon-hitbox:before {
  content: "\e080"; }

.socicon-reverbnation:before {
  content: "\e081"; }

.socicon-formulr:before {
  content: "\e082"; }

.socicon-instagram:before {
  content: "\e057"; }

.socicon-battlenet:before {
  content: "\e083"; }

.socicon-chrome:before {
  content: "\e084"; }

.socicon-discord:before {
  content: "\e086"; }

.socicon-issuu:before {
  content: "\e087"; }

.socicon-macos:before {
  content: "\e088"; }

.socicon-firefox:before {
  content: "\e089"; }

.socicon-opera:before {
  content: "\e08d"; }

.socicon-keybase:before {
  content: "\e090"; }

.socicon-alliance:before {
  content: "\e091"; }

.socicon-livejournal:before {
  content: "\e092"; }

.socicon-googlephotos:before {
  content: "\e093"; }

.socicon-horde:before {
  content: "\e094"; }

.socicon-etsy:before {
  content: "\e095"; }

.socicon-zapier:before {
  content: "\e096"; }

.socicon-google-scholar:before {
  content: "\e097"; }

.socicon-researchgate:before {
  content: "\e098"; }

.socicon-wechat:before {
  content: "\e099"; }

.socicon-strava:before {
  content: "\e09a"; }

.socicon-line:before {
  content: "\e09b"; }

.socicon-lyft:before {
  content: "\e09c"; }

.socicon-uber:before {
  content: "\e09d"; }

.socicon-songkick:before {
  content: "\e09e"; }

.socicon-viewbug:before {
  content: "\e09f"; }

.socicon-googlegroups:before {
  content: "\e0a0"; }

.socicon-quora:before {
  content: "\e073"; }

.socicon-diablo:before {
  content: "\e085"; }

.socicon-blizzard:before {
  content: "\e0a1"; }

.socicon-hearthstone:before {
  content: "\e08b"; }

.socicon-heroes:before {
  content: "\e08a"; }

.socicon-overwatch:before {
  content: "\e08c"; }

.socicon-warcraft:before {
  content: "\e08e"; }

.socicon-starcraft:before {
  content: "\e08f"; }

.socicon-beam:before {
  content: "\e0a2"; }

.socicon-curse:before {
  content: "\e0a3"; }

.socicon-player:before {
  content: "\e0a4"; }

.socicon-streamjar:before {
  content: "\e0a5"; }

.socicon-nintendo:before {
  content: "\e0a6"; }

.socicon-hellocoton:before {
  content: "\e0a7"; }

/*!
 *  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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.eot?v=1.1.);
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.eot??v=1.1.#iefix) format("embedded-opentype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.woff2?v=1.1.) format("woff2"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.woff?v=1.1.) format("woff"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.ttf?v=1.1.) format("truetype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/line-awesome/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/line-awesome/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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.la-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.la-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.la-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.la-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.la-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -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"; }

/*
  	Flaticon icon font: Flaticon
  	Creation date: 20/03/2017 20:02
  	*/
@font-face {
  font-family: "Flaticon";
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/flaticon/Flaticon.eot);
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/flaticon/Flaticon.woff) format("woff"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/flaticon/Flaticon.ttf) format("truetype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/flaticon/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(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/flaticon/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-box:before {
  content: "\f1ea"; }

.flaticon-security:before {
  content: "\f1eb"; }

.flaticon-download-1:before {
  content: "\f1ec"; }

.flaticon-box-1:before {
  content: "\f1ed"; }

.flaticon-pie-chart-1:before {
  content: "\f1ee"; }

.flaticon-notepad:before {
  content: "\f1ef"; }

/*
 * Icon Font Metronic
 * 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: "Metronic";
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.eot);
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.eot?#iefix) format("embedded-opentype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.woff2) format("woff2"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.woff) format("woff"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.ttf) format("truetype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.svg#Metronic) format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Metronic";
    src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.svg#Metronic) format("svg"); } }

[data-icons8]:before {
  content: attr(data-icons8); }

.icons8, [data-icons8]:before,
.icons8-arrows-01:before,
.icons8-arrows-02:before,
.icons8-arrows-03:before,
.icons8-arrows-04:before {
  display: inline-block;
  font-family: "Metronic";
  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; }

.icons8-arrows-01:before {
  content: "\f1b1"; }

.icons8-arrows-02:before {
  content: "\f1b2"; }

.icons8-arrows-03:before {
  content: "\f1b3"; }

.icons8-arrows-04:before {
  content: "\f1b4"; }

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear; }

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8); }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.eot);
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.woff2) format("woff2"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.woff) format("woff"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.ttf) format("truetype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands"; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.eot);
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.woff2) format("woff2"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.woff) format("woff"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.ttf) format("truetype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.eot);
  src: url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.woff2) format("woff2"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.woff) format("woff"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.ttf) format("truetype"), url(/assets/metronic_v5.5.5/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"; }

.fa, .fas {
  font-weight: 900; }

@charset "UTF-8";
/*
$table-inverse-bg:              $gray-900 !default;
$table-inverse-accent-bg:       rgba($white, .05) !default;
$table-inverse-hover-bg:        rgba($white, .075) !default;
$table-inverse-border-color:    lighten($gray-900, 7.5%) !default;
$table-inverse-color:           $body-bg !default;
*/
/*
sm: 544px,
md: 768px,
lg: 992px,
xl: 1200px
*/
/*
$table-inverse-bg:              $gray-900 !default;
$table-inverse-accent-bg:       rgba($white, .05) !default;
$table-inverse-hover-bg:        rgba($white, .075) !default;
$table-inverse-border-color:    lighten($gray-900, 7.5%) !default;
$table-inverse-color:           $body-bg !default;
*/
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 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: #5867dd;
    --secondary: #ebedf2;
    --success: #34bfa3;
    --info: #36a3f7;
    --warning: #ffb822;
    --danger: #f4516c;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

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 {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    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;
}

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: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #5867dd;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #2739c1;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

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;
    -ms-overflow-style: scrollbar;
}

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: #6c757d;
    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;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    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"] {
    -webkit-box-sizing: border-box;
    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: .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-cancel-button,
    [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-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

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 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    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-break: 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: 15px;
    padding-left: 15px;
    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: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #f4f5f8;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #f4f5f8;
    }

    .table tbody + tbody {
        border-top: 2px solid #f4f5f8;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #f4f5f8;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #f4f5f8;
    }

    .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: #f4f5f8;
}

.table-hover tbody tr:hover {
    background-color: #f7f8fa;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #d0d4f5;
}

.table-hover .table-primary:hover {
    background-color: #bbc1f1;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #bbc1f1;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #f9fafb;
}

.table-hover .table-secondary:hover {
    background-color: #eaedf1;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #eaedf1;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c6ede5;
}

.table-hover .table-success:hover {
    background-color: #b3e7dc;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b3e7dc;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #c7e5fd;
}

.table-hover .table-info:hover {
    background-color: #aedafc;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #aedafc;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffebc1;
}

.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: #fcced6;
}

.table-hover .table-danger:hover {
    background-color: #fbb6c2;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #fbb6c2;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.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-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: #5867dd;
}

.table-hover .table-active:hover {
    background-color: #4354d9;
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: #4354d9;
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #575962;
    background-color: #ebedf2;
    border-color: #f4f5f8;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #32383e;
    }

    .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 {
        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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .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;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.95rem + 2px);
    padding: 0.85rem 1.15rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c2c7f3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.85rem + 1px);
    padding-bottom: calc(0.85rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.25;
}

.col-form-label-lg {
    padding-top: calc(1.25rem + 1px);
    padding-bottom: calc(1.25rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.45rem + 1px);
    padding-bottom: calc(0.45rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
    margin-bottom: 0;
    line-height: 1.25;
    color: #212529;
    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(2.2125rem + 2px);
    padding: 0.45rem 0.8rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(4.375rem + 2px);
    padding: 1.25rem 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #34bfa3;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(52, 191, 163, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
    border-color: #34bfa3;
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
    .custom-select:valid:focus,
    .custom-select.is-valid:focus {
        border-color: #34bfa3;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.25);
    }

    .was-validated .form-control:valid ~ .valid-feedback,
    .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
    .form-control.is-valid ~ .valid-tooltip, .was-validated
    .custom-select:valid ~ .valid-feedback,
    .was-validated
    .custom-select:valid ~ .valid-tooltip,
    .custom-select.is-valid ~ .valid-feedback,
    .custom-select.is-valid ~ .valid-tooltip {
        display: block;
    }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #34bfa3;
}

.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: #34bfa3;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        background-color: #91e1d1;
    }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #55d1b8;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(52, 191, 163, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(52, 191, 163, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #34bfa3;
}

    .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
        border-color: inherit;
    }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f4516c;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(244, 81, 108, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
    border-color: #f4516c;
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
    .custom-select:invalid:focus,
    .custom-select.is-invalid:focus {
        border-color: #f4516c;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.25);
    }

    .was-validated .form-control:invalid ~ .invalid-feedback,
    .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
    .form-control.is-invalid ~ .invalid-tooltip, .was-validated
    .custom-select:invalid ~ .invalid-feedback,
    .was-validated
    .custom-select:invalid ~ .invalid-tooltip,
    .custom-select.is-invalid ~ .invalid-feedback,
    .custom-select.is-invalid ~ .invalid-tooltip {
        display: block;
    }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #f4516c;
}

.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: #f4516c;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        background-color: #fcc9d1;
    }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #f78195;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(244, 81, 108, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(244, 81, 108, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #f4516c;
}

    .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
        border-color: inherit;
    }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.25);
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.85rem 1.15rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    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;
    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, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #384ad7;
        border-color: #2e40d4;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #5867dd;
        border-color: #5867dd;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2e40d4;
        border-color: #293ccc;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
        }

.btn-secondary {
    color: #212529;
    background-color: #ebedf2;
    border-color: #ebedf2;
}

    .btn-secondary:hover {
        color: #212529;
        background-color: #d4d8e3;
        border-color: #ccd1de;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #212529;
        background-color: #ebedf2;
        border-color: #ebedf2;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #212529;
        background-color: #ccd1de;
        border-color: #c4cad9;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #34bfa3;
    border-color: #34bfa3;
}

    .btn-success:hover {
        color: #fff;
        background-color: #2ca189;
        border-color: #299781;
    }

    .btn-success:focus, .btn-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #34bfa3;
        border-color: #34bfa3;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #299781;
        border-color: #268d78;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #36a3f7;
    border-color: #36a3f7;
}

    .btn-info:hover {
        color: #fff;
        background-color: #1192f6;
        border-color: #0a8cf0;
    }

    .btn-info:focus, .btn-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #36a3f7;
        border-color: #36a3f7;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #0a8cf0;
        border-color: #0985e4;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #f4516c;
    border-color: #f4516c;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #f22d4e;
        border-color: #f12143;
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #f4516c;
        border-color: #f4516c;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #f12143;
        border-color: #f01539;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-outline-primary {
    color: #5867dd;
    background-color: transparent;
    background-image: none;
    border-color: #5867dd;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #5867dd;
        border-color: #5867dd;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #5867dd;
        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: #fff;
        background-color: #5867dd;
        border-color: #5867dd;
    }

        .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
        }

.btn-outline-secondary {
    color: #ebedf2;
    background-color: transparent;
    background-image: none;
    border-color: #ebedf2;
}

    .btn-outline-secondary:hover {
        color: #212529;
        background-color: #ebedf2;
        border-color: #ebedf2;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #ebedf2;
        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: #ebedf2;
        border-color: #ebedf2;
    }

        .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(235, 237, 242, 0.5);
        }

.btn-outline-success {
    color: #34bfa3;
    background-color: transparent;
    background-image: none;
    border-color: #34bfa3;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #34bfa3;
        border-color: #34bfa3;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #34bfa3;
        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: #34bfa3;
        border-color: #34bfa3;
    }

        .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
        }

.btn-outline-info {
    color: #36a3f7;
    background-color: transparent;
    background-image: none;
    border-color: #36a3f7;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #36a3f7;
        border-color: #36a3f7;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #36a3f7;
        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: #36a3f7;
        border-color: #36a3f7;
    }

        .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
        }

.btn-outline-warning {
    color: #ffb822;
    background-color: transparent;
    background-image: none;
    border-color: #ffb822;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffb822;
        border-color: #ffb822;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
        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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
        }

.btn-outline-danger {
    color: #f4516c;
    background-color: transparent;
    background-image: none;
    border-color: #f4516c;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #f4516c;
        border-color: #f4516c;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #f4516c;
        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: #f4516c;
        border-color: #f4516c;
    }

        .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #5867dd;
    background-color: transparent;
}

    .btn-link:hover {
        color: #2739c1;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg, .btn-group-lg > .btn {
    padding: 1.25rem 1.65rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.45rem 0.8rem;
    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 {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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: 1000;
    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: 0.25rem;
}

.dropdown-menu-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;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    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;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    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: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #5867dd;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        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: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 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-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group,
    .btn-group-vertical .btn + .btn,
    .btn-group-vertical .btn + .btn-group,
    .btn-group-vertical .btn-group + .btn,
    .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.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: 0.8625rem;
    padding-left: 0.8625rem;
}

    .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: 0.6rem;
    padding-left: 0.6rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.2375rem;
    padding-left: 1.2375rem;
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn,
    .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control,
    .input-group > .custom-select,
    .input-group > .custom-file {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .form-control + .form-control,
        .input-group > .form-control + .custom-select,
        .input-group > .form-control + .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .input-group-prepend .btn,
    .input-group-append .btn {
        position: relative;
        z-index: 2;
    }

        .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.85rem 1.15rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .input-group-text input[type="radio"],
    .input-group-text input[type="checkbox"] {
        margin-top: 0;
    }

.input-group-lg > .form-control,
.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 {
    height: calc(4.375rem + 2px);
    padding: 1.25rem 1.65rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.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 {
    height: calc(2.2125rem + 2px);
    padding: 0.45rem 0.8rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #5867dd;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
        box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #eceefb;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5867dd;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(/assets/metronic_v5.5.5/dist/default/assets/demo/default/base/data:image/svg+xml;charset=utf8,%3Csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E);
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #5867dd;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url(/assets/metronic_v5.5.5/dist/default/assets/demo/default/base/data:image/svg+xml;charset=utf8,%3Csvg xmlns='http:/www.w3.org/2000/svg' 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(88, 103, 221, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(88, 103, 221, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5867dd;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(/assets/metronic_v5.5.5/dist/default/assets/demo/default/base/data:image/svg+xml;charset=utf8,%3Csvg xmlns='http:/www.w3.org/2000/svg' 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(88, 103, 221, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.95rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url(/assets/metronic_v5.5.5/dist/default/assets/demo/default/base/data:image/svg+xml;charset=utf8,%3Csvg xmlns='http:/www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #c2c7f3;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 199, 243, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(194, 199, 243, 0.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: 0.75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(2.2125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(4.375rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.95rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.95rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #c2c7f3;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #c2c7f3;
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.95rem + 2px);
    padding: 0.85rem 1.15rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.95rem;
        padding: 0.85rem 1.15rem;
        line-height: 1.25;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: none;
    }

        .custom-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -0.25rem;
        background-color: #5867dd;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
        transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #eceefb;
}

.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: #5867dd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #eceefb;
}

.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: #5867dd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #eceefb;
}

.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-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-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;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none;
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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;
    }

.nav-tabs {
    border-bottom: 1px solid #ebedf2;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #ebedf2;
        }

        .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: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #5867dd;
    }

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar > .container,
    .navbar > .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.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 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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(/assets/metronic_v5.5.5/dist/default/assets/demo/default/base/data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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(/assets/metronic_v5.5.5/dist/default/assets/demo/default/base/data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    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: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.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 {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5867dd;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #2739c1;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.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.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

    .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: #fff;
    background-color: #5867dd;
}

    .badge-primary[href]:hover, .badge-primary[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #2e40d4;
    }

.badge-secondary {
    color: #212529;
    background-color: #ebedf2;
}

    .badge-secondary[href]:hover, .badge-secondary[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #ccd1de;
    }

.badge-success {
    color: #fff;
    background-color: #34bfa3;
}

    .badge-success[href]:hover, .badge-success[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #299781;
    }

.badge-info {
    color: #fff;
    background-color: #36a3f7;
}

    .badge-info[href]:hover, .badge-info[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #0a8cf0;
    }

.badge-warning {
    color: #212529;
    background-color: #ffb822;
}

    .badge-warning[href]:hover, .badge-warning[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #eea200;
    }

.badge-danger {
    color: #fff;
    background-color: #f4516c;
}

    .badge-danger[href]:hover, .badge-danger[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #f12143;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:hover, .badge-light[href]:focus {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:hover, .badge-dark[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.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: 0.25rem;
}

.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: #2e3673;
    background-color: #dee1f8;
    border-color: #d0d4f5;
}

    .alert-primary hr {
        border-top-color: #bbc1f1;
    }

    .alert-primary .alert-link {
        color: #1f254f;
    }

.alert-secondary {
    color: #7a7b7e;
    background-color: #fbfbfc;
    border-color: #f9fafb;
}

    .alert-secondary hr {
        border-top-color: #eaedf1;
    }

    .alert-secondary .alert-link {
        color: #616264;
    }

.alert-success {
    color: #1b6355;
    background-color: #d6f2ed;
    border-color: #c6ede5;
}

    .alert-success hr {
        border-top-color: #b3e7dc;
    }

    .alert-success .alert-link {
        color: #103b33;
    }

.alert-info {
    color: #1c5580;
    background-color: #d7edfd;
    border-color: #c7e5fd;
}

    .alert-info hr {
        border-top-color: #aedafc;
    }

    .alert-info .alert-link {
        color: #133956;
    }

.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: #7f2a38;
    background-color: #fddce2;
    border-color: #fcced6;
}

    .alert-danger hr {
        border-top-color: #fbb6c2;
    }

    .alert-danger .alert-link {
        color: #591d27;
    }

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #5867dd;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

    .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .list-group-item:hover, .list-group-item:focus {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #5867dd;
        border-color: #5867dd;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #2e3673;
    background-color: #d0d4f5;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #2e3673;
        background-color: #bbc1f1;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #2e3673;
        border-color: #2e3673;
    }

.list-group-item-secondary {
    color: #7a7b7e;
    background-color: #f9fafb;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #7a7b7e;
        background-color: #eaedf1;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #7a7b7e;
        border-color: #7a7b7e;
    }

.list-group-item-success {
    color: #1b6355;
    background-color: #c6ede5;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #1b6355;
        background-color: #b3e7dc;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #1b6355;
        border-color: #1b6355;
    }

.list-group-item-info {
    color: #1c5580;
    background-color: #c7e5fd;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #1c5580;
        background-color: #aedafc;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #1c5580;
        border-color: #1c5580;
    }

.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: #7f2a38;
    background-color: #fcced6;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #7f2a38;
        background-color: #fbb6c2;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #7f2a38;
        border-color: #7f2a38;
    }

.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: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (0.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .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-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.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.875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: 0.9;
    }

    .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: #000;
        }

.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: #000;
        }

.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: #000;
        }

.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: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.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.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .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) * -1);
    }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            border-width: 0.5rem 0.5rem 0;
        }

        .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
            bottom: 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-top .arrow::after,
        .bs-popover-auto[x-placement^="top"] .arrow::after {
            bottom: 1px;
            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) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            border-width: 0.5rem 0.5rem 0.5rem 0;
        }

        .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
            left: 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-right .arrow::after,
        .bs-popover-auto[x-placement^="right"] .arrow::after {
            left: 1px;
            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) * -1);
    }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            border-width: 0 0.5rem 0.5rem 0.5rem;
        }

        .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
            top: 0;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-bottom .arrow::after,
        .bs-popover-auto[x-placement^="bottom"] .arrow::after {
            top: 1px;
            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 #f7f7f7;
    }

.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) * -1);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            border-width: 0.5rem 0 0.5rem 0.5rem;
        }

        .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
            right: 0;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-left .arrow::after,
        .bs-popover-auto[x-placement^="left"] .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block;
        -webkit-transition: -webkit-transform 0.6s ease;
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    }

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        -webkit-transition: none;
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

    .carousel-fade .carousel-item.active,
    .carousel-fade .carousel-item-next.carousel-item-left,
    .carousel-fade .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus,
    .carousel-control-next:hover,
    .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .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: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url(/assets/metronic_v5.5.5/dist/default/assets/demo/default/base/data:image/svg+xml;charset=utf8,%3Csvg xmlns='http:/www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);
}

.carousel-control-next-icon {
    background-image: url(/assets/metronic_v5.5.5/dist/default/assets/demo/default/base/data:image/svg+xml;charset=utf8,%3Csvg xmlns='http:/www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255, 255, 255, 0.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.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: #5867dd !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #2e40d4 !important;
}

.bg-secondary {
    background-color: #ebedf2 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #ccd1de !important;
}

.bg-success {
    background-color: #34bfa3 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #299781 !important;
}

.bg-info {
    background-color: #36a3f7 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #0a8cf0 !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: #f4516c !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #f12143 !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: #5867dd !important;
}

.border-secondary {
    border-color: #ebedf2 !important;
}

.border-success {
    border-color: #34bfa3 !important;
}

.border-info {
    border-color: #36a3f7 !important;
}

.border-warning {
    border-color: #ffb822 !important;
}

.border-danger {
    border-color: #f4516c !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        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.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        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: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !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 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    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 {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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;
}

.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-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-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-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: 992px) {
    .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-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: 1200px) {
    .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-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;
}

.text-justify {
    text-align: justify !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: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .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-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #5867dd !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #2e40d4 !important;
}

.text-secondary {
    color: #ebedf2 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #ccd1de !important;
}

.text-success {
    color: #34bfa3 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #299781 !important;
}

.text-info {
    color: #36a3f7 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #0a8cf0 !important;
}

.text-warning {
    color: #ffb822 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #eea200 !important;
}

.text-danger {
    color: #f4516c !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #f12143 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !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;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-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: 992px !important;
    }

    .container {
        min-width: 992px !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: #f4f5f8;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #f4f5f8;
    }
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-file {
    width: 100%;
}

    .custom-file .custom-file-input:focus ~ .custom-file-control {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .custom-file .custom-file-label {
        text-align: left;
    }

        .custom-file .custom-file-label:after {
            float: left;
        }

.row.m-row--no-padding {
    margin-left: 0;
    margin-right: 0;
}

    .row.m-row--no-padding > div {
        padding-left: 0;
        padding-right: 0;
    }

.row.m-row--full-height {
    height: 100%;
}

.row[class*="m-row--col-separator-"] > div {
    border-bottom: 1px solid #ebedf2;
}

    .row[class*="m-row--col-separator-"] > div:last-child {
        border-bottom: 0;
    }

@media (min-width: 576px) {
    .row.m-row--col-separator-sm > div {
        border-bottom: 0;
        border-right: 1px solid #ebedf2;
    }

        .row.m-row--col-separator-sm > div:last-child {
            border-right: 0;
        }
}

@media (min-width: 768px) {
    .row.m-row--col-separator-md > div {
        border-bottom: 0;
        border-right: 1px solid #ebedf2;
    }

        .row.m-row--col-separator-md > div:last-child {
            border-right: 0;
        }
}

@media (min-width: 1024px) {
    .row.m-row--col-separator-lg > div {
        border-bottom: 0;
        border-right: 1px solid #ebedf2;
    }

        .row.m-row--col-separator-lg > div:last-child {
            border-right: 0;
        }
}

@media (min-width: 1200px) {
    .row.m-row--col-separator-xl > div {
        border-bottom: 0;
        border-right: 1px solid #ebedf2;
    }

        .row.m-row--col-separator-xl > div:last-child {
            border-right: 0;
        }
}

@media (min-width: 1400px) {
    .row.m-row--col-separator-xxl > div {
        border-bottom: 0;
        border-right: 1px solid #ebedf2;
    }

        .row.m-row--col-separator-xxl > div:last-child {
            border-right: 0;
        }
}

@media (min-width: 1600px) {
    .row.m-row--col-separator-xxxl > div {
        border-bottom: 0;
        border-right: 1px solid #ebedf2;
    }

        .row.m-row--col-separator-xxxl > div:last-child {
            border-right: 0;
        }
}

.m-tooltip.tooltip .tooltip-inner {
    padding: 7px 20px 7px 20px;
    font-size: 1rem;
    border-radius: 30px;
}

.m-tooltip.tooltip.m-tooltop--auto-width .tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.m-tooltip.tooltip.show {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-tooltip.tooltip.m-tooltip--portlet {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-tooltip.tooltip.bs-tooltip-left .arrow, .m-tooltip.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.m-tooltip.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    /*rtl:raw:
            left: auto;
            right: 0;
            */
}

    .m-tooltip.tooltip.bs-tooltip-left .arrow:before, .m-tooltip.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before,
    .m-tooltip.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow:before {
        right: auto /*rtl:ignore*/;
        left: -1px /*rtl:ignore*/;
        /*rtl:raw:
                border-width: 0.4rem 0 0.4rem 0.4rem;
                border-left-color: #fff;
                */
    }

.m-tooltip.tooltip.bs-tooltip-right .arrow, .m-tooltip.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
.m-tooltip.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
    /*rtl:raw:
            right: auto;
            left: 0;
            */
}

    .m-tooltip.tooltip.bs-tooltip-right .arrow:before, .m-tooltip.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before,
    .m-tooltip.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow:before {
        left: auto /*rtl:ignore*/;
        right: -1px /*rtl:ignore*/;
        /*rtl:raw:
                border-width: 0.4rem 0.4rem 0.4rem 0;
                border-right-color: #fff;
                */
    }

.m-tooltip .tooltip-inner {
    color: #6f727d;
    background: white;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
}

.m-tooltip.bs-tooltip-top .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: white;
}

.m-tooltip.bs-tooltip-right .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: white /*rtl:ignore*/;
}

.m-tooltip.bs-tooltip-bottom .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: white;
}

.m-tooltip.bs-tooltip-left .arrow::before, .m-tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: white /*rtl:ignore*/;
}

.m-tooltip.m-tooltip--skin-dark .tooltip-inner {
    color: #9093ac;
    background: #282a38;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5);
}

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-top .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #282a38;
}

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-right .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #282a38 /*rtl:ignore*/;
}

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-bottom .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #282a38;
}

.m-tooltip.m-tooltip--skin-dark.bs-tooltip-left .arrow::before, .m-tooltip.m-tooltip--skin-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #282a38 /*rtl:ignore*/;
}

.m-popover.popover {
    padding: 0;
    border-radius: 4px;
}

    .m-popover.popover .arrow:before {
        border: 0;
    }

    .m-popover.popover .popover-header {
        padding: 12px 15px;
        font-weight: 400;
        border: 0;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .m-popover.popover .popover-body {
        padding: 12px 15px;
        font-size: 1rem;
        font-weight: 300;
    }

    .m-popover.popover.show {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.m-popover.popover {
    border: 0;
    color: #6f727d;
    background: white;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.25);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.25);
}

    .m-popover.popover:before {
        display: none;
    }

    .m-popover.popover.bs-popover-top .arrow::after, .m-popover.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
        border-top-color: white;
    }

    .m-popover.popover.bs-popover-right .arrow::after, .m-popover.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
        border-right-color: white;
    }

    .m-popover.popover.bs-popover-bottom .popover-header::before, .m-popover.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
    .m-popover.popover.bs-popover-bottom .arrow::after,
    .m-popover.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
        border-bottom-color: white;
    }

    .m-popover.popover.bs-popover-left .arrow::after, .m-popover.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
        border-left-color: white;
    }

    .m-popover.popover .popover-header {
        color: #575962;
        background: #ffffff;
    }

    .m-popover.popover .popover-body {
        color: #6f727d;
    }

.m-popover.m-popover--skin-dark.popover {
    border: 0;
    color: #9093ac;
    background: #242532;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
}

    .m-popover.m-popover--skin-dark.popover:before {
        display: none;
    }

    .m-popover.m-popover--skin-dark.popover.bs-popover-top .arrow::after, .m-popover.m-popover--skin-dark.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
        border-top-color: #282a38;
    }

    .m-popover.m-popover--skin-dark.popover.bs-popover-right .arrow::after, .m-popover.m-popover--skin-dark.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
        border-right-color: #282a38;
    }

    .m-popover.m-popover--skin-dark.popover.bs-popover-bottom .popover-header::before, .m-popover.m-popover--skin-dark.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
    .m-popover.m-popover--skin-dark.popover.bs-popover-bottom .arrow::after,
    .m-popover.m-popover--skin-dark.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
        border-bottom-color: #282a38;
    }

    .m-popover.m-popover--skin-dark.popover.bs-popover-left .arrow::after, .m-popover.m-popover--skin-dark.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
        border-left-color: #282a38;
    }

    .m-popover.m-popover--skin-dark.popover .popover-header {
        color: #ffffff;
        background: #2c2e3e;
    }

    .m-popover.m-popover--skin-dark.popover .popover-body {
        color: #9093ac;
    }

.dropdown-menu {
    border: 0;
    margin: 0;
    border-radius: 0;
    border-radius: 4px;
}

    .dropdown-menu:before, .dropdown-menu:after {
        display: none !important;
    }

    .dropdown-menu > li > a,
    .dropdown-menu > .dropdown-item {
        display: block;
        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.3rem;
        }

        .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.1rem;
        }

        .dropdown-menu > li > a [class^="flaticon-"],
        .dropdown-menu > li > a [class*=" flaticon-"],
        .dropdown-menu > .dropdown-item [class^="flaticon-"],
        .dropdown-menu > .dropdown-item [class*=" flaticon-"] {
            font-size: 1.3rem;
        }

        .dropdown-menu > li > a > i,
        .dropdown-menu > .dropdown-item > i {
            display: inline-block;
            line-height: 0;
            vertical-align: middle;
            margin-right: 0.4rem;
            position: relative;
            top: -0.08rem;
        }

    .dropdown-menu:not(.daterangepicker) {
        /*rtl:raw:
        left: auto !important;
        */
    }

.nav-link.dropdown-toggle:after,
.btn.dropdown-toggle:after {
    text-align: center;
    display: inline;
    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: "";
    font-size: 0.8rem;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    margin-left: 0.255rem /*rtl:ignore*/;
    margin-right: 0.255rem /*rtl:ignore*/;
}

.nav-link.dropdown-toggle.dropdown-toggle-split:after,
.btn.dropdown-toggle.dropdown-toggle-split:after {
    right: 1px;
}

.m-dropdown.m-dropdown--up .nav-link.dropdown-toggle:after,
.m-dropdown.m-dropdown--up .btn.dropdown-toggle: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: "";
}

.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: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
}

.btn-group.dropup .nav-link.dropdown-toggle:after,
.btn-group.dropup .btn.dropdown-toggle: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: "";
}

.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: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
}

.dropdown.m-dropdown--inline {
    display: inline-block;
}

.dropdown .m-dropdown__arrow {
    font-size: 0.8rem !important;
    padding-left: 0.8rem;
}

.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

    .dropdown-menu > li > a,
    .dropdown-menu > .dropdown-item {
        color: #575962;
    }

        .dropdown-menu > li > a > i,
        .dropdown-menu > .dropdown-item > i {
            color: #b2b1c5;
        }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > .dropdown-item:hover {
            background: #f4f5f8;
            text-decoration: none;
        }

        .dropdown-menu > li > a.disabled,
        .dropdown-menu > .dropdown-item.disabled {
            opacity: 0.7;
            filter: alpha(opacity=70);
        }

        .dropdown-menu > li > a.active,
        .dropdown-menu > .dropdown-item.active {
            background: #5867dd;
            color: #ffffff;
            text-decoration: none;
        }

.btn-brand {
    color: #fff;
    background-color: #716aca;
    border-color: #716aca;
}

    .btn-brand:hover {
        color: #fff;
        background-color: #564ec0;
        border-color: #4d44bd;
    }

    .btn-brand:focus, .btn-brand.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 106, 202, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(113, 106, 202, 0.5);
    }

    .btn-brand.disabled, .btn-brand:disabled {
        color: #fff;
        background-color: #716aca;
        border-color: #716aca;
    }

    .btn-brand:not(:disabled):not(.disabled):active, .btn-brand:not(:disabled):not(.disabled).active,
    .show > .btn-brand.dropdown-toggle {
        color: #fff;
        background-color: #4d44bd;
        border-color: #4940b4;
    }

        .btn-brand:not(:disabled):not(.disabled):active:focus, .btn-brand:not(:disabled):not(.disabled).active:focus,
        .show > .btn-brand.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 106, 202, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(113, 106, 202, 0.5);
        }

.btn-outline-brand {
    color: #716aca;
    background-color: transparent;
    background-image: none;
    border-color: #716aca;
}

    .btn-outline-brand:hover {
        color: #ffffff;
        background-color: #716aca;
        border-color: #716aca;
    }

    .btn-outline-brand:focus, .btn-outline-brand.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 106, 202, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(113, 106, 202, 0.5);
    }

    .btn-outline-brand.disabled, .btn-outline-brand:disabled {
        color: #716aca;
        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: #fff;
        background-color: #716aca;
        border-color: #716aca;
    }

        .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 106, 202, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(113, 106, 202, 0.5);
        }

.btn-metal {
    color: #212529;
    background-color: #c4c5d6;
    border-color: #c4c5d6;
}

    .btn-metal:hover {
        color: #212529;
        background-color: #adafc6;
        border-color: #a6a7c1;
    }

    .btn-metal:focus, .btn-metal.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 197, 214, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(196, 197, 214, 0.5);
    }

    .btn-metal.disabled, .btn-metal:disabled {
        color: #212529;
        background-color: #c4c5d6;
        border-color: #c4c5d6;
    }

    .btn-metal:not(:disabled):not(.disabled):active, .btn-metal:not(:disabled):not(.disabled).active,
    .show > .btn-metal.dropdown-toggle {
        color: #212529;
        background-color: #a6a7c1;
        border-color: #9ea0bc;
    }

        .btn-metal:not(:disabled):not(.disabled):active:focus, .btn-metal:not(:disabled):not(.disabled).active:focus,
        .show > .btn-metal.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 197, 214, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(196, 197, 214, 0.5);
        }

.btn-outline-metal {
    color: #c4c5d6;
    background-color: transparent;
    background-image: none;
    border-color: #c4c5d6;
}

    .btn-outline-metal:hover {
        color: #ffffff;
        background-color: #c4c5d6;
        border-color: #c4c5d6;
    }

    .btn-outline-metal:focus, .btn-outline-metal.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 197, 214, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(196, 197, 214, 0.5);
    }

    .btn-outline-metal.disabled, .btn-outline-metal:disabled {
        color: #c4c5d6;
        background-color: transparent;
    }

    .btn-outline-metal:not(:disabled):not(.disabled):active, .btn-outline-metal:not(:disabled):not(.disabled).active,
    .show > .btn-outline-metal.dropdown-toggle {
        color: #212529;
        background-color: #c4c5d6;
        border-color: #c4c5d6;
    }

        .btn-outline-metal:not(:disabled):not(.disabled):active:focus, .btn-outline-metal:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-metal.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 197, 214, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(196, 197, 214, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

    .btn-light:hover {
        color: #212529;
        background-color: #ececec;
        border-color: #e6e6e6;
    }

    .btn-light:focus, .btn-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

.btn-outline-light {
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-color: #ffffff;
}

    .btn-outline-light:hover {
        color: #282a3c;
        background-color: #ffffff;
        border-color: #ffffff;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
        }

.btn-accent {
    color: #fff;
    background-color: #00c5dc;
    border-color: #00c5dc;
}

    .btn-accent:hover {
        color: #fff;
        background-color: #00a3b6;
        border-color: #0097a9;
    }

    .btn-accent:focus, .btn-accent.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
    }

    .btn-accent.disabled, .btn-accent:disabled {
        color: #fff;
        background-color: #00c5dc;
        border-color: #00c5dc;
    }

    .btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
    .show > .btn-accent.dropdown-toggle {
        color: #fff;
        background-color: #0097a9;
        border-color: #008c9c;
    }

        .btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
        .show > .btn-accent.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
        }

.btn-outline-accent {
    color: #00c5dc;
    background-color: transparent;
    background-image: none;
    border-color: #00c5dc;
}

    .btn-outline-accent:hover {
        color: #ffffff;
        background-color: #00c5dc;
        border-color: #00c5dc;
    }

    .btn-outline-accent:focus, .btn-outline-accent.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
    }

    .btn-outline-accent.disabled, .btn-outline-accent:disabled {
        color: #00c5dc;
        background-color: transparent;
    }

    .btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
    .show > .btn-outline-accent.dropdown-toggle {
        color: #fff;
        background-color: #00c5dc;
        border-color: #00c5dc;
    }

        .btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-accent.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 197, 220, 0.5);
        }

.btn-focus {
    color: #fff;
    background-color: #9816f4;
    border-color: #9816f4;
}

    .btn-focus:hover {
        color: #fff;
        background-color: #840ad9;
        border-color: #7c0acd;
    }

    .btn-focus:focus, .btn-focus.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
    }

    .btn-focus.disabled, .btn-focus:disabled {
        color: #fff;
        background-color: #9816f4;
        border-color: #9816f4;
    }

    .btn-focus:not(:disabled):not(.disabled):active, .btn-focus:not(:disabled):not(.disabled).active,
    .show > .btn-focus.dropdown-toggle {
        color: #fff;
        background-color: #7c0acd;
        border-color: #7509c1;
    }

        .btn-focus:not(:disabled):not(.disabled):active:focus, .btn-focus:not(:disabled):not(.disabled).active:focus,
        .show > .btn-focus.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
        }

.btn-outline-focus {
    color: #9816f4;
    background-color: transparent;
    background-image: none;
    border-color: #9816f4;
}

    .btn-outline-focus:hover {
        color: #ffffff;
        background-color: #9816f4;
        border-color: #9816f4;
    }

    .btn-outline-focus:focus, .btn-outline-focus.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
    }

    .btn-outline-focus.disabled, .btn-outline-focus:disabled {
        color: #9816f4;
        background-color: transparent;
    }

    .btn-outline-focus:not(:disabled):not(.disabled):active, .btn-outline-focus:not(:disabled):not(.disabled).active,
    .show > .btn-outline-focus.dropdown-toggle {
        color: #fff;
        background-color: #9816f4;
        border-color: #9816f4;
    }

        .btn-outline-focus:not(:disabled):not(.disabled):active:focus, .btn-outline-focus:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-focus.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(152, 22, 244, 0.5);
        }

.btn-primary {
    color: #fff;
    background-color: #5867dd;
    border-color: #5867dd;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #384ad7;
        border-color: #2e40d4;
    }

    .btn-primary:focus, .btn-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #5867dd;
        border-color: #5867dd;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #2e40d4;
        border-color: #293ccc;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
        }

.btn-outline-primary {
    color: #5867dd;
    background-color: transparent;
    background-image: none;
    border-color: #5867dd;
}

    .btn-outline-primary:hover {
        color: #ffffff;
        background-color: #5867dd;
        border-color: #5867dd;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #5867dd;
        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: #fff;
        background-color: #5867dd;
        border-color: #5867dd;
    }

        .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #34bfa3;
    border-color: #34bfa3;
}

    .btn-success:hover {
        color: #fff;
        background-color: #2ca189;
        border-color: #299781;
    }

    .btn-success:focus, .btn-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #34bfa3;
        border-color: #34bfa3;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #299781;
        border-color: #268d78;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
        }

.btn-outline-success {
    color: #34bfa3;
    background-color: transparent;
    background-image: none;
    border-color: #34bfa3;
}

    .btn-outline-success:hover {
        color: #ffffff;
        background-color: #34bfa3;
        border-color: #34bfa3;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #34bfa3;
        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: #34bfa3;
        border-color: #34bfa3;
    }

        .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 191, 163, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #36a3f7;
    border-color: #36a3f7;
}

    .btn-info:hover {
        color: #fff;
        background-color: #1192f6;
        border-color: #0a8cf0;
    }

    .btn-info:focus, .btn-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #36a3f7;
        border-color: #36a3f7;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #0a8cf0;
        border-color: #0985e4;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
        }

.btn-outline-info {
    color: #36a3f7;
    background-color: transparent;
    background-image: none;
    border-color: #36a3f7;
}

    .btn-outline-info:hover {
        color: #ffffff;
        background-color: #36a3f7;
        border-color: #36a3f7;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #36a3f7;
        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: #36a3f7;
        border-color: #36a3f7;
    }

        .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(54, 163, 247, 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 {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
        }

.btn-outline-warning {
    color: #ffb822;
    background-color: transparent;
    background-image: none;
    border-color: #ffb822;
}

    .btn-outline-warning:hover {
        color: #111111;
        background-color: #ffb822;
        border-color: #ffb822;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
        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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 184, 34, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #f4516c;
    border-color: #f4516c;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #f22d4e;
        border-color: #f12143;
    }

    .btn-danger:focus, .btn-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #f4516c;
        border-color: #f4516c;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #f12143;
        border-color: #f01539;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
        .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
        }

.btn-outline-danger {
    color: #f4516c;
    background-color: transparent;
    background-image: none;
    border-color: #f4516c;
}

    .btn-outline-danger:hover {
        color: #ffffff;
        background-color: #f4516c;
        border-color: #f4516c;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #f4516c;
        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: #f4516c;
        border-color: #f4516c;
    }

        .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 {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(244, 81, 108, 0.5);
        }

.modal .modal-content {
    border: 0;
    border-radius: 0;
    border-radius: 4px;
}

    .modal .modal-content .modal-header {
        padding: 25px;
    }

        .modal .modal-content .modal-header .modal-title {
            font-weight: 400;
            font-size: 1.2rem;
        }

        .modal .modal-content .modal-header .close {
            line-height: 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;
            font-size: 0;
            outline: none !important;
        }

            .modal .modal-content .modal-header .close:before {
                content: "";
            }

            .modal .modal-content .modal-header .close:before {
                font-size: 1.2rem;
            }

            .modal .modal-content .modal-header .close span {
                display: none;
            }

    .modal .modal-content .modal-body {
        padding: 25px;
    }

    .modal .modal-content .modal-footer {
        padding: 25px;
    }

.modal-open {
    overflow: auto !important;
    padding: 0 !important;
}

.modal .modal-content {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

    .modal .modal-content .modal-header .modal-title {
        color: #3f4047;
    }

    .modal .modal-content .modal-header .close span {
        color: #575962;
    }

.alert {
    padding: 0.85rem 1.5rem;
    border-radius: 0;
    border-radius: 4px;
}

    .alert .close {
        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-size: 1.2rem;
        outline: none !important;
        text-shadow: none;
        padding-top: 0.95rem;
        padding-bottom: 0;
        cursor: pointer;
    }

        .alert .close:before {
            content: "";
        }

        .alert .close span {
            display: none;
        }

    .alert.m-alert--square {
        border-radius: 0;
    }

    .alert.m-alert--icon {
        display: table;
        padding: 0;
    }

        .alert.m-alert--icon .m-alert__icon {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding: 1.45rem 0.5rem 1.45rem 1.75rem;
            line-height: 0;
            width: 1%;
        }

            .alert.m-alert--icon .m-alert__icon.m-alert__icon--top {
                vertical-align: top;
                padding-top: 1.85rem;
            }

            .alert.m-alert--icon .m-alert__icon [class^="la-"],
            .alert.m-alert--icon .m-alert__icon [class*=" la-"] {
                font-size: 2.4rem;
            }

            .alert.m-alert--icon .m-alert__icon [class^="fa-"],
            .alert.m-alert--icon .m-alert__icon [class*=" fa-"] {
                font-size: 1.8rem;
            }

            .alert.m-alert--icon .m-alert__icon [class^="flaticon-"],
            .alert.m-alert--icon .m-alert__icon [class*=" flaticon-"] {
                font-size: 2.4rem;
            }

            .alert.m-alert--icon .m-alert__icon i {
                display: inline;
            }

        .alert.m-alert--icon .m-alert__text {
            display: table-cell;
            vertical-align: middle;
            width: auto;
            padding: 1.45rem 1.25rem;
        }

        .alert.m-alert--icon .m-alert__actions {
            width: auto;
            display: table-cell;
            vertical-align: middle;
            text-align: right;
            padding: 1.45rem 1.75rem 1.45rem 1.25rem;
        }

        .alert.m-alert--icon .m-alert__close {
            display: table-cell;
            vertical-align: top;
            width: auto;
            padding: 1.45rem 1.75rem 1.45rem 1.25rem;
        }

            .alert.m-alert--icon .m-alert__close .close {
                padding-top: 0;
                top: 0.65rem;
            }

        .alert.m-alert--icon.m-alert--outline.m-alert--icon-solid .m-alert__icon {
            position: relative;
            padding: 1.45rem 1.75rem;
        }

            .alert.m-alert--icon.m-alert--outline.m-alert--icon-solid .m-alert__icon span {
                top: 50%;
                margin-top: -6px;
                right: -6px;
                display: inline-block;
                width: 6px;
                height: 0;
                position: absolute;
                border: 0;
                border-left: 6px solid black /*rtl:ignore*/;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
            }

        .alert.m-alert--icon.m-alert--outline.m-alert--icon-solid .m-alert__close {
            padding-top: 0;
        }

            .alert.m-alert--icon.m-alert--outline.m-alert--icon-solid .m-alert__close .close {
                padding-top: 0;
                top: 0.75rem;
            }

        .alert.m-alert--icon.m-alert--outline.m-alert--icon-solid .m-alert__text {
            padding-left: 1.75rem;
        }

.alert {
    background: #ffffff;
}

    .alert .close {
        color: #cfcedb;
    }

    .alert.m-alert--default {
        background: #f7f8fa;
        color: #575962;
    }

        .alert.m-alert--default .m-alert__icon i {
            color: #6f727d;
        }

        .alert.m-alert--default .close {
            color: #6f727d;
        }

    .alert.m-alert--air {
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    }

        .alert.m-alert--air:not(.m-alert--outline) {
            border: 0;
        }

    .alert.m-alert--outline.alert-brand {
        color: #575962;
        background-color: #ffffff;
        border-color: #716aca;
        color: #716aca;
        font-weight: 400;
    }

        .alert.m-alert--outline.alert-brand hr {
            border-top-color: #5f57c3;
        }

        .alert.m-alert--outline.alert-brand .alert-link {
            color: #3f4047;
        }

        .alert.m-alert--outline.alert-brand .close {
            color: #716aca;
        }

        .alert.m-alert--outline.alert-brand .m-alert__icon i {
            color: #716aca;
        }

        .alert.m-alert--outline.alert-brand.m-alert--icon-solid .m-alert__icon {
            position: relative;
            background: #716aca;
        }

            .alert.m-alert--outline.alert-brand.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff;
            }

            .alert.m-alert--outline.alert-brand.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #716aca /*rtl:ignore*/;
            }

    .alert.m-alert--outline.alert-metal {
        color: #575962;
        background-color: #ffffff;
        border-color: #c4c5d6;
        color: #c4c5d6;
        font-weight: 400;
    }

        .alert.m-alert--outline.alert-metal hr {
            border-top-color: #b5b6cc;
        }

        .alert.m-alert--outline.alert-metal .alert-link {
            color: #3f4047;
        }

        .alert.m-alert--outline.alert-metal .close {
            color: #c4c5d6;
        }

        .alert.m-alert--outline.alert-metal .m-alert__icon i {
            color: #c4c5d6;
        }

        .alert.m-alert--outline.alert-metal.m-alert--icon-solid .m-alert__icon {
            position: relative;
            background: #c4c5d6;
        }

            .alert.m-alert--outline.alert-metal.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff;
            }

            .alert.m-alert--outline.alert-metal.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #c4c5d6 /*rtl:ignore*/;
            }

    .alert.m-alert--outline.alert-light {
        color: #575962;
        background-color: #ffffff;
        border-color: #ffffff;
        color: #ffffff;
        font-weight: 400;
    }

        .alert.m-alert--outline.alert-light hr {
            border-top-color: #f2f2f2;
        }

        .alert.m-alert--outline.alert-light .alert-link {
            color: #3f4047;
        }

        .alert.m-alert--outline.alert-light .close {
            color: #ffffff;
        }

        .alert.m-alert--outline.alert-light .m-alert__icon i {
            color: #ffffff;
        }

        .alert.m-alert--outline.alert-light.m-alert--icon-solid .m-alert__icon {
            position: relative;
            background: #ffffff;
        }

            .alert.m-alert--outline.alert-light.m-alert--icon-solid .m-alert__icon i {
                color: #282a3c;
            }

            .alert.m-alert--outline.alert-light.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #ffffff /*rtl:ignore*/;
            }

    .alert.m-alert--outline.alert-accent {
        color: #575962;
        background-color: #ffffff;
        border-color: #00c5dc;
        color: #00c5dc;
        font-weight: 400;
    }

        .alert.m-alert--outline.alert-accent hr {
            border-top-color: #00aec3;
        }

        .alert.m-alert--outline.alert-accent .alert-link {
            color: #3f4047;
        }

        .alert.m-alert--outline.alert-accent .close {
            color: #00c5dc;
        }

        .alert.m-alert--outline.alert-accent .m-alert__icon i {
            color: #00c5dc;
        }

        .alert.m-alert--outline.alert-accent.m-alert--icon-solid .m-alert__icon {
            position: relative;
            background: #00c5dc;
        }

            .alert.m-alert--outline.alert-accent.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff;
            }

            .alert.m-alert--outline.alert-accent.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #00c5dc /*rtl:ignore*/;
            }

    .alert.m-alert--outline.alert-focus {
        color: #575962;
        background-color: #ffffff;
        border-color: #9816f4;
        color: #9816f4;
        font-weight: 400;
    }

        .alert.m-alert--outline.alert-focus hr {
            border-top-color: #8b0be6;
        }

        .alert.m-alert--outline.alert-focus .alert-link {
            color: #3f4047;
        }

        .alert.m-alert--outline.alert-focus .close {
            color: #9816f4;
        }

        .alert.m-alert--outline.alert-focus .m-alert__icon i {
            color: #9816f4;
        }

        .alert.m-alert--outline.alert-focus.m-alert--icon-solid .m-alert__icon {
            position: relative;
            background: #9816f4;
        }

            .alert.m-alert--outline.alert-focus.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff;
            }

            .alert.m-alert--outline.alert-focus.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #9816f4 /*rtl:ignore*/;
            }

    .alert.m-alert--outline.alert-primary {
        color: #575962;
        background-color: #ffffff;
        border-color: #5867dd;
        color: #5867dd;
        font-weight: 400;
    }

        .alert.m-alert--outline.alert-primary hr {
            border-top-color: #4354d9;
        }

        .alert.m-alert--outline.alert-primary .alert-link {
            color: #3f4047;
        }

        .alert.m-alert--outline.alert-primary .close {
            color: #5867dd;
        }

        .alert.m-alert--outline.alert-primary .m-alert__icon i {
            color: #5867dd;
        }

        .alert.m-alert--outline.alert-primary.m-alert--icon-solid .m-alert__icon {
            position: relative;
            background: #5867dd;
        }

            .alert.m-alert--outline.alert-primary.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff;
            }

            .alert.m-alert--outline.alert-primary.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #5867dd /*rtl:ignore*/;
            }

    .alert.m-alert--outline.alert-success {
        color: #575962;
        background-color: #ffffff;
        border-color: #34bfa3;
        color: #34bfa3;
        font-weight: 400;
    }

        .alert.m-alert--outline.alert-success hr {
            border-top-color: #2fab92;
        }

        .alert.m-alert--outline.alert-success .alert-link {
            color: #3f4047;
        }

        .alert.m-alert--outline.alert-success .close {
            color: #34bfa3;
        }

        .alert.m-alert--outline.alert-success .m-alert__icon i {
            color: #34bfa3;
        }

        .alert.m-alert--outline.alert-success.m-alert--icon-solid .m-alert__icon {
            position: relative;
            background: #34bfa3;
        }

            .alert.m-alert--outline.alert-success.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff;
            }

            .alert.m-alert--outline.alert-success.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #34bfa3 /*rtl:ignore*/;
            }

    .alert.m-alert--outline.alert-info {
        color: #575962;
        background-color: #ffffff;
        border-color: #36a3f7;
        color: #36a3f7;
        font-weight: 400;
    }

        .alert.m-alert--outline.alert-info hr {
            border-top-color: #1d98f6;
        }

        .alert.m-alert--outline.alert-info .alert-link {
            color: #3f4047;
        }

        .alert.m-alert--outline.alert-info .close {
            color: #36a3f7;
        }

        .alert.m-alert--outline.alert-info .m-alert__icon i {
            color: #36a3f7;
        }

        .alert.m-alert--outline.alert-info.m-alert--icon-solid .m-alert__icon {
            position: relative;
            background: #36a3f7;
        }

            .alert.m-alert--outline.alert-info.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff;
            }

            .alert.m-alert--outline.alert-info.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #36a3f7 /*rtl:ignore*/;
            }

    .alert.m-alert--outline.alert-warning {
        color: #575962;
        background-color: #ffffff;
        border-color: #ffb822;
        color: #ffb822;
        font-weight: 400;
    }

        .alert.m-alert--outline.alert-warning hr {
            border-top-color: #ffb009;
        }

        .alert.m-alert--outline.alert-warning .alert-link {
            color: #3f4047;
        }

        .alert.m-alert--outline.alert-warning .close {
            color: #ffb822;
        }

        .alert.m-alert--outline.alert-warning .m-alert__icon i {
            color: #ffb822;
        }

        .alert.m-alert--outline.alert-warning.m-alert--icon-solid .m-alert__icon {
            position: relative;
            background: #ffb822;
        }

            .alert.m-alert--outline.alert-warning.m-alert--icon-solid .m-alert__icon i {
                color: #111111;
            }

            .alert.m-alert--outline.alert-warning.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #ffb822 /*rtl:ignore*/;
            }

    .alert.m-alert--outline.alert-danger {
        color: #575962;
        background-color: #ffffff;
        border-color: #f4516c;
        color: #f4516c;
        font-weight: 400;
    }

        .alert.m-alert--outline.alert-danger hr {
            border-top-color: #f23958;
        }

        .alert.m-alert--outline.alert-danger .alert-link {
            color: #3f4047;
        }

        .alert.m-alert--outline.alert-danger .close {
            color: #f4516c;
        }

        .alert.m-alert--outline.alert-danger .m-alert__icon i {
            color: #f4516c;
        }

        .alert.m-alert--outline.alert-danger.m-alert--icon-solid .m-alert__icon {
            position: relative;
            background: #f4516c;
        }

            .alert.m-alert--outline.alert-danger.m-alert--icon-solid .m-alert__icon i {
                color: #ffffff;
            }

            .alert.m-alert--outline.alert-danger.m-alert--icon-solid .m-alert__icon span {
                border-left-color: #f4516c /*rtl:ignore*/;
            }

    .alert.m-alert--outline-2x {
        border-width: 2px;
    }

.alert-brand:not(.m-alert--outline) {
    color: white;
    background-color: #8781d2;
    border-color: #7c75ce;
}

    .alert-brand:not(.m-alert--outline) hr {
        border-top-color: #6a62c7;
    }

    .alert-brand:not(.m-alert--outline) .alert-link {
        color: #e6e6e6;
    }

    .alert-brand:not(.m-alert--outline) .close {
        color: white;
    }

.alert-metal:not(.m-alert--outline) {
    color: white;
    background-color: #d6d7e3;
    border-color: #cdcedc;
}

    .alert-metal:not(.m-alert--outline) hr {
        border-top-color: #bebfd2;
    }

    .alert-metal:not(.m-alert--outline) .alert-link {
        color: #e6e6e6;
    }

    .alert-metal:not(.m-alert--outline) .close {
        color: white;
    }

.alert-light:not(.m-alert--outline) {
    color: white;
    background-color: white;
    border-color: white;
}

    .alert-light:not(.m-alert--outline) hr {
        border-top-color: #f2f2f2;
    }

    .alert-light:not(.m-alert--outline) .alert-link {
        color: #e6e6e6;
    }

    .alert-light:not(.m-alert--outline) .close {
        color: white;
    }

.alert-accent:not(.m-alert--outline) {
    color: #dcfbff;
    background-color: #00e0fb;
    border-color: #00d3eb;
}

    .alert-accent:not(.m-alert--outline) hr {
        border-top-color: #00bcd2;
    }

    .alert-accent:not(.m-alert--outline) .alert-link {
        color: #a9f6ff;
    }

    .alert-accent:not(.m-alert--outline) .close {
        color: #dcfbff;
    }

.alert-focus:not(.m-alert--outline) {
    color: white;
    background-color: #a533f5;
    border-color: #9e25f5;
}

    .alert-focus:not(.m-alert--outline) hr {
        border-top-color: #940cf4;
    }

    .alert-focus:not(.m-alert--outline) .alert-link {
        color: #e6e6e6;
    }

    .alert-focus:not(.m-alert--outline) .close {
        color: white;
    }

.alert-primary:not(.m-alert--outline) {
    color: white;
    background-color: #717ee2;
    border-color: #6573e0;
}

    .alert-primary:not(.m-alert--outline) hr {
        border-top-color: #505fdb;
    }

    .alert-primary:not(.m-alert--outline) .alert-link {
        color: #e6e6e6;
    }

    .alert-primary:not(.m-alert--outline) .close {
        color: white;
    }

.alert-success:not(.m-alert--outline) {
    color: #f6fcfb;
    background-color: #45ccb1;
    border-color: #39c9ac;
}

    .alert-success:not(.m-alert--outline) hr {
        border-top-color: #32b79c;
    }

    .alert-success:not(.m-alert--outline) .alert-link {
        color: #cdf2ea;
    }

    .alert-success:not(.m-alert--outline) .close {
        color: #f6fcfb;
    }

.alert-info:not(.m-alert--outline) {
    color: white;
    background-color: #53b0f8;
    border-color: #45aaf8;
}

    .alert-info:not(.m-alert--outline) hr {
        border-top-color: #2c9ff7;
    }

    .alert-info:not(.m-alert--outline) .alert-link {
        color: #e6e6e6;
    }

    .alert-info:not(.m-alert--outline) .close {
        color: white;
    }

.alert-warning:not(.m-alert--outline) {
    color: white;
    background-color: #ffc241;
    border-color: #ffbd31;
}

    .alert-warning:not(.m-alert--outline) hr {
        border-top-color: #ffb518;
    }

    .alert-warning:not(.m-alert--outline) .alert-link {
        color: #e6e6e6;
    }

    .alert-warning:not(.m-alert--outline) .close {
        color: white;
    }

.alert-danger:not(.m-alert--outline) {
    color: white;
    background-color: #f66e84;
    border-color: #f55f78;
}

    .alert-danger:not(.m-alert--outline) hr {
        border-top-color: #f34764;
    }

    .alert-danger:not(.m-alert--outline) .alert-link {
        color: #e6e6e6;
    }

    .alert-danger:not(.m-alert--outline) .close {
        color: white;
    }

.progress .progress-bar {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.progress.m-progress--sm {
    height: 6px;
}

    .progress.m-progress--sm .progress-bar {
        border-radius: 3px;
    }

.progress.m-progress--lg {
    height: 20px;
}

    .progress.m-progress--lg .progress-bar {
        border-radius: 4px;
    }

.nav.nav-pills, .nav.nav-tabs {
    margin-bottom: 20px;
}

    .nav.nav-pills .nav-item, .nav.nav-tabs .nav-item {
        margin-left: 5px;
    }

        .nav.nav-pills .nav-item:first-child, .nav.nav-tabs .nav-item:first-child {
            margin-left: 0;
        }

    .nav.nav-pills .nav-link, .nav.nav-tabs .nav-link {
        font-weight: 400;
    }

        .nav.nav-pills .nav-link [class^="la-"],
        .nav.nav-pills .nav-link [class*=" la-"], .nav.nav-tabs .nav-link [class^="la-"],
        .nav.nav-tabs .nav-link [class*=" la-"] {
            font-size: 1.4rem;
        }

        .nav.nav-pills .nav-link [class^="fa-"],
        .nav.nav-pills .nav-link [class*=" fa-"], .nav.nav-tabs .nav-link [class^="fa-"],
        .nav.nav-tabs .nav-link [class*=" fa-"] {
            font-size: 1.2rem;
        }

        .nav.nav-pills .nav-link [class^="flaticon-"],
        .nav.nav-pills .nav-link [class*=" flaticon-"], .nav.nav-tabs .nav-link [class^="flaticon-"],
        .nav.nav-tabs .nav-link [class*=" flaticon-"] {
            font-size: 1.6rem;
        }

        .nav.nav-pills .nav-link i, .nav.nav-tabs .nav-link i {
            vertical-align: middle;
            line-height: 0;
            display: inline-block;
            margin-right: 0.5rem;
        }

    .nav.nav-pills.m-nav-pills--btn-pill .m-tabs__link {
        border-radius: 20px;
    }

    .nav.nav-pills.m-nav-pills--btn-sm .m-tabs__link {
        padding: 0.6em 1.4em;
        font-size: 0.85rem;
    }

    .nav.nav-pills .nav-link, .nav.nav-tabs .nav-link {
        color: #6f727d;
    }

        .nav.nav-pills .nav-link.m-nav-link--icon i, .nav.nav-tabs .nav-link.m-nav-link--icon i {
            color: #6f727d;
        }

        .nav.nav-pills .nav-link.disabled, .nav.nav-tabs .nav-link.disabled {
            color: #afb2c1;
        }

            .nav.nav-pills .nav-link.disabled i, .nav.nav-tabs .nav-link.disabled i {
                color: #ccced7;
            }

        .nav.nav-pills .nav-item.dropdown.show > .nav-link,
        .nav.nav-pills .nav-link.active {
            color: #ffffff;
        }

            .nav.nav-pills .nav-item.dropdown.show > .nav-link i,
            .nav.nav-pills .nav-link.active i {
                color: #f0f0f0;
            }

    .nav.nav-pills.nav-pills--brand .nav-link.active {
        background: #716aca;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--brand .nav-link.active i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--brand .nav-item.show .nav-link {
        background: #716aca;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--brand .nav-item.show .nav-link i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--metal .nav-link.active {
        background: #c4c5d6;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--metal .nav-link.active i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--metal .nav-item.show .nav-link {
        background: #c4c5d6;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--metal .nav-item.show .nav-link i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--light .nav-link.active {
        background: #ffffff;
        color: #282a3c;
    }

        .nav.nav-pills.nav-pills--light .nav-link.active i {
            color: #1c1d2a;
        }

    .nav.nav-pills.nav-pills--light .nav-item.show .nav-link {
        background: #ffffff;
        color: #282a3c;
    }

        .nav.nav-pills.nav-pills--light .nav-item.show .nav-link i {
            color: #1c1d2a;
        }

    .nav.nav-pills.nav-pills--accent .nav-link.active {
        background: #00c5dc;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--accent .nav-link.active i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--accent .nav-item.show .nav-link {
        background: #00c5dc;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--accent .nav-item.show .nav-link i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--focus .nav-link.active {
        background: #9816f4;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--focus .nav-link.active i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--focus .nav-item.show .nav-link {
        background: #9816f4;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--focus .nav-item.show .nav-link i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--primary .nav-link.active {
        background: #5867dd;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--primary .nav-link.active i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--primary .nav-item.show .nav-link {
        background: #5867dd;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--primary .nav-item.show .nav-link i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--success .nav-link.active {
        background: #34bfa3;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--success .nav-link.active i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--success .nav-item.show .nav-link {
        background: #34bfa3;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--success .nav-item.show .nav-link i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--info .nav-link.active {
        background: #36a3f7;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--info .nav-link.active i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--info .nav-item.show .nav-link {
        background: #36a3f7;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--info .nav-item.show .nav-link i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--warning .nav-link.active {
        background: #ffb822;
        color: #111111;
    }

        .nav.nav-pills.nav-pills--warning .nav-link.active i {
            color: #020202;
        }

    .nav.nav-pills.nav-pills--warning .nav-item.show .nav-link {
        background: #ffb822;
        color: #111111;
    }

        .nav.nav-pills.nav-pills--warning .nav-item.show .nav-link i {
            color: #020202;
        }

    .nav.nav-pills.nav-pills--danger .nav-link.active {
        background: #f4516c;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--danger .nav-link.active i {
            color: #f0f0f0;
        }

    .nav.nav-pills.nav-pills--danger .nav-item.show .nav-link {
        background: #f4516c;
        color: #ffffff;
    }

        .nav.nav-pills.nav-pills--danger .nav-item.show .nav-link i {
            color: #f0f0f0;
        }

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
sm: 544px,
md: 768px,
lg: 992px,
xl: 1200px
*/
/*! 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);
    direction: ltr;
}

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:active,
    html a:focus,
    body a:active,
    body a:focus {
        text-decoration: none !important;
    }

    html a,
    html button,
    body a,
    body button {
        outline: none !important;
    }

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    body.m--skin-light {
        color: #333333;
    }

    body.m--skin-dark {
        color: #efefef;
    }

router-outlet {
    display: none;
}

@media (min-width: 769px) and (max-width: 1024px) {
    html,
    body {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    html,
    body {
        font-size: 13px;
    }
}

.m--margin-5 {
    margin: 5px !important;
}

.m--margin-top-5 {
    margin-top: 5px !important;
}

.m--margin-bottom-5 {
    margin-bottom: 5px !important;
}

.m--margin-left-5 {
    margin-left: 5px !important;
}

.m--margin-right-5 {
    margin-right: 5px !important;
}

.m--padding-5 {
    padding: 5px !important;
}

.m--padding-top-5 {
    padding-top: 5px !important;
}

.m--padding-bottom-5 {
    padding-bottom: 5px !important;
}

.m--padding-left-5 {
    padding-left: 5px !important;
}

.m--padding-right-5 {
    padding-right: 5px !important;
}

.m--margin-10 {
    margin: 10px !important;
}

.m--margin-top-10 {
    margin-top: 10px !important;
}

.m--margin-bottom-10 {
    margin-bottom: 10px !important;
}

.m--margin-left-10 {
    margin-left: 10px !important;
}

.m--margin-right-10 {
    margin-right: 10px !important;
}

.m--padding-10 {
    padding: 10px !important;
}

.m--padding-top-10 {
    padding-top: 10px !important;
}

.m--padding-bottom-10 {
    padding-bottom: 10px !important;
}

.m--padding-left-10 {
    padding-left: 10px !important;
}

.m--padding-right-10 {
    padding-right: 10px !important;
}

.m--margin-15 {
    margin: 15px !important;
}

.m--margin-top-15 {
    margin-top: 15px !important;
}

.m--margin-bottom-15 {
    margin-bottom: 15px !important;
}

.m--margin-left-15 {
    margin-left: 15px !important;
}

.m--margin-right-15 {
    margin-right: 15px !important;
}

.m--padding-15 {
    padding: 15px !important;
}

.m--padding-top-15 {
    padding-top: 15px !important;
}

.m--padding-bottom-15 {
    padding-bottom: 15px !important;
}

.m--padding-left-15 {
    padding-left: 15px !important;
}

.m--padding-right-15 {
    padding-right: 15px !important;
}

.m--margin-20 {
    margin: 20px !important;
}

.m--margin-top-20 {
    margin-top: 20px !important;
}

.m--margin-bottom-20 {
    margin-bottom: 20px !important;
}

.m--margin-left-20 {
    margin-left: 20px !important;
}

.m--margin-right-20 {
    margin-right: 20px !important;
}

.m--padding-20 {
    padding: 20px !important;
}

.m--padding-top-20 {
    padding-top: 20px !important;
}

.m--padding-bottom-20 {
    padding-bottom: 20px !important;
}

.m--padding-left-20 {
    padding-left: 20px !important;
}

.m--padding-right-20 {
    padding-right: 20px !important;
}

.m--margin-25 {
    margin: 25px !important;
}

.m--margin-top-25 {
    margin-top: 25px !important;
}

.m--margin-bottom-25 {
    margin-bottom: 25px !important;
}

.m--margin-left-25 {
    margin-left: 25px !important;
}

.m--margin-right-25 {
    margin-right: 25px !important;
}

.m--padding-25 {
    padding: 25px !important;
}

.m--padding-top-25 {
    padding-top: 25px !important;
}

.m--padding-bottom-25 {
    padding-bottom: 25px !important;
}

.m--padding-left-25 {
    padding-left: 25px !important;
}

.m--padding-right-25 {
    padding-right: 25px !important;
}

.m--margin-30 {
    margin: 30px !important;
}

.m--margin-top-30 {
    margin-top: 30px !important;
}

.m--margin-bottom-30 {
    margin-bottom: 30px !important;
}

.m--margin-left-30 {
    margin-left: 30px !important;
}

.m--margin-right-30 {
    margin-right: 30px !important;
}

.m--padding-30 {
    padding: 30px !important;
}

.m--padding-top-30 {
    padding-top: 30px !important;
}

.m--padding-bottom-30 {
    padding-bottom: 30px !important;
}

.m--padding-left-30 {
    padding-left: 30px !important;
}

.m--padding-right-30 {
    padding-right: 30px !important;
}

.m--margin-35 {
    margin: 35px !important;
}

.m--margin-top-35 {
    margin-top: 35px !important;
}

.m--margin-bottom-35 {
    margin-bottom: 35px !important;
}

.m--margin-left-35 {
    margin-left: 35px !important;
}

.m--margin-right-35 {
    margin-right: 35px !important;
}

.m--padding-35 {
    padding: 35px !important;
}

.m--padding-top-35 {
    padding-top: 35px !important;
}

.m--padding-bottom-35 {
    padding-bottom: 35px !important;
}

.m--padding-left-35 {
    padding-left: 35px !important;
}

.m--padding-right-35 {
    padding-right: 35px !important;
}

.m--margin-40 {
    margin: 40px !important;
}

.m--margin-top-40 {
    margin-top: 40px !important;
}

.m--margin-bottom-40 {
    margin-bottom: 40px !important;
}

.m--margin-left-40 {
    margin-left: 40px !important;
}

.m--margin-right-40 {
    margin-right: 40px !important;
}

.m--padding-40 {
    padding: 40px !important;
}

.m--padding-top-40 {
    padding-top: 40px !important;
}

.m--padding-bottom-40 {
    padding-bottom: 40px !important;
}

.m--padding-left-40 {
    padding-left: 40px !important;
}

.m--padding-right-40 {
    padding-right: 40px !important;
}

.m--margin-45 {
    margin: 45px !important;
}

.m--margin-top-45 {
    margin-top: 45px !important;
}

.m--margin-bottom-45 {
    margin-bottom: 45px !important;
}

.m--margin-left-45 {
    margin-left: 45px !important;
}

.m--margin-right-45 {
    margin-right: 45px !important;
}

.m--padding-45 {
    padding: 45px !important;
}

.m--padding-top-45 {
    padding-top: 45px !important;
}

.m--padding-bottom-45 {
    padding-bottom: 45px !important;
}

.m--padding-left-45 {
    padding-left: 45px !important;
}

.m--padding-right-45 {
    padding-right: 45px !important;
}

.m--margin-50 {
    margin: 50px !important;
}

.m--margin-top-50 {
    margin-top: 50px !important;
}

.m--margin-bottom-50 {
    margin-bottom: 50px !important;
}

.m--margin-left-50 {
    margin-left: 50px !important;
}

.m--margin-right-50 {
    margin-right: 50px !important;
}

.m--padding-50 {
    padding: 50px !important;
}

.m--padding-top-50 {
    padding-top: 50px !important;
}

.m--padding-bottom-50 {
    padding-bottom: 50px !important;
}

.m--padding-left-50 {
    padding-left: 50px !important;
}

.m--padding-right-50 {
    padding-right: 50px !important;
}

.m--margin-55 {
    margin: 55px !important;
}

.m--margin-top-55 {
    margin-top: 55px !important;
}

.m--margin-bottom-55 {
    margin-bottom: 55px !important;
}

.m--margin-left-55 {
    margin-left: 55px !important;
}

.m--margin-right-55 {
    margin-right: 55px !important;
}

.m--padding-55 {
    padding: 55px !important;
}

.m--padding-top-55 {
    padding-top: 55px !important;
}

.m--padding-bottom-55 {
    padding-bottom: 55px !important;
}

.m--padding-left-55 {
    padding-left: 55px !important;
}

.m--padding-right-55 {
    padding-right: 55px !important;
}

.m--margin-60 {
    margin: 60px !important;
}

.m--margin-top-60 {
    margin-top: 60px !important;
}

.m--margin-bottom-60 {
    margin-bottom: 60px !important;
}

.m--margin-left-60 {
    margin-left: 60px !important;
}

.m--margin-right-60 {
    margin-right: 60px !important;
}

.m--padding-60 {
    padding: 60px !important;
}

.m--padding-top-60 {
    padding-top: 60px !important;
}

.m--padding-bottom-60 {
    padding-bottom: 60px !important;
}

.m--padding-left-60 {
    padding-left: 60px !important;
}

.m--padding-right-60 {
    padding-right: 60px !important;
}

.m--margin-65 {
    margin: 65px !important;
}

.m--margin-top-65 {
    margin-top: 65px !important;
}

.m--margin-bottom-65 {
    margin-bottom: 65px !important;
}

.m--margin-left-65 {
    margin-left: 65px !important;
}

.m--margin-right-65 {
    margin-right: 65px !important;
}

.m--padding-65 {
    padding: 65px !important;
}

.m--padding-top-65 {
    padding-top: 65px !important;
}

.m--padding-bottom-65 {
    padding-bottom: 65px !important;
}

.m--padding-left-65 {
    padding-left: 65px !important;
}

.m--padding-right-65 {
    padding-right: 65px !important;
}

.m--margin-70 {
    margin: 70px !important;
}

.m--margin-top-70 {
    margin-top: 70px !important;
}

.m--margin-bottom-70 {
    margin-bottom: 70px !important;
}

.m--margin-left-70 {
    margin-left: 70px !important;
}

.m--margin-right-70 {
    margin-right: 70px !important;
}

.m--padding-70 {
    padding: 70px !important;
}

.m--padding-top-70 {
    padding-top: 70px !important;
}

.m--padding-bottom-70 {
    padding-bottom: 70px !important;
}

.m--padding-left-70 {
    padding-left: 70px !important;
}

.m--padding-right-70 {
    padding-right: 70px !important;
}

.m--margin-75 {
    margin: 75px !important;
}

.m--margin-top-75 {
    margin-top: 75px !important;
}

.m--margin-bottom-75 {
    margin-bottom: 75px !important;
}

.m--margin-left-75 {
    margin-left: 75px !important;
}

.m--margin-right-75 {
    margin-right: 75px !important;
}

.m--padding-75 {
    padding: 75px !important;
}

.m--padding-top-75 {
    padding-top: 75px !important;
}

.m--padding-bottom-75 {
    padding-bottom: 75px !important;
}

.m--padding-left-75 {
    padding-left: 75px !important;
}

.m--padding-right-75 {
    padding-right: 75px !important;
}

.m--margin-80 {
    margin: 80px !important;
}

.m--margin-top-80 {
    margin-top: 80px !important;
}

.m--margin-bottom-80 {
    margin-bottom: 80px !important;
}

.m--margin-left-80 {
    margin-left: 80px !important;
}

.m--margin-right-80 {
    margin-right: 80px !important;
}

.m--padding-80 {
    padding: 80px !important;
}

.m--padding-top-80 {
    padding-top: 80px !important;
}

.m--padding-bottom-80 {
    padding-bottom: 80px !important;
}

.m--padding-left-80 {
    padding-left: 80px !important;
}

.m--padding-right-80 {
    padding-right: 80px !important;
}

.m--margin-85 {
    margin: 85px !important;
}

.m--margin-top-85 {
    margin-top: 85px !important;
}

.m--margin-bottom-85 {
    margin-bottom: 85px !important;
}

.m--margin-left-85 {
    margin-left: 85px !important;
}

.m--margin-right-85 {
    margin-right: 85px !important;
}

.m--padding-85 {
    padding: 85px !important;
}

.m--padding-top-85 {
    padding-top: 85px !important;
}

.m--padding-bottom-85 {
    padding-bottom: 85px !important;
}

.m--padding-left-85 {
    padding-left: 85px !important;
}

.m--padding-right-85 {
    padding-right: 85px !important;
}

.m--margin-90 {
    margin: 90px !important;
}

.m--margin-top-90 {
    margin-top: 90px !important;
}

.m--margin-bottom-90 {
    margin-bottom: 90px !important;
}

.m--margin-left-90 {
    margin-left: 90px !important;
}

.m--margin-right-90 {
    margin-right: 90px !important;
}

.m--padding-90 {
    padding: 90px !important;
}

.m--padding-top-90 {
    padding-top: 90px !important;
}

.m--padding-bottom-90 {
    padding-bottom: 90px !important;
}

.m--padding-left-90 {
    padding-left: 90px !important;
}

.m--padding-right-90 {
    padding-right: 90px !important;
}

.m--margin-95 {
    margin: 95px !important;
}

.m--margin-top-95 {
    margin-top: 95px !important;
}

.m--margin-bottom-95 {
    margin-bottom: 95px !important;
}

.m--margin-left-95 {
    margin-left: 95px !important;
}

.m--margin-right-95 {
    margin-right: 95px !important;
}

.m--padding-95 {
    padding: 95px !important;
}

.m--padding-top-95 {
    padding-top: 95px !important;
}

.m--padding-bottom-95 {
    padding-bottom: 95px !important;
}

.m--padding-left-95 {
    padding-left: 95px !important;
}

.m--padding-right-95 {
    padding-right: 95px !important;
}

.m--margin-100 {
    margin: 100px !important;
}

.m--margin-top-100 {
    margin-top: 100px !important;
}

.m--margin-bottom-100 {
    margin-bottom: 100px !important;
}

.m--margin-left-100 {
    margin-left: 100px !important;
}

.m--margin-right-100 {
    margin-right: 100px !important;
}

.m--padding-100 {
    padding: 100px !important;
}

.m--padding-top-100 {
    padding-top: 100px !important;
}

.m--padding-bottom-100 {
    padding-bottom: 100px !important;
}

.m--padding-left-100 {
    padding-left: 100px !important;
}

.m--padding-right-100 {
    padding-right: 100px !important;
}

@media (min-width: 1025px) {
    .m--margin-5-desktop {
        margin: 5px !important;
    }

    .m--margin-top-5-desktop {
        margin-top: 5px !important;
    }

    .m--margin-bottom-5-desktop {
        margin-bottom: 5px !important;
    }

    .m--margin-left-5-desktop {
        margin-left: 5px !important;
    }

    .m--margin-right-5-desktop {
        margin-right: 5px !important;
    }

    .m--padding-5-desktop {
        padding: 5px !important;
    }

    .m--padding-top-5-desktop {
        padding-top: 5px !important;
    }

    .m--padding-bottom-5-desktop {
        padding-bottom: 5px !important;
    }

    .m--padding-left-5-desktop {
        padding-left: 5px !important;
    }

    .m--padding-right-5-desktop {
        padding-right: 5px !important;
    }

    .m--margin-10-desktop {
        margin: 10px !important;
    }

    .m--margin-top-10-desktop {
        margin-top: 10px !important;
    }

    .m--margin-bottom-10-desktop {
        margin-bottom: 10px !important;
    }

    .m--margin-left-10-desktop {
        margin-left: 10px !important;
    }

    .m--margin-right-10-desktop {
        margin-right: 10px !important;
    }

    .m--padding-10-desktop {
        padding: 10px !important;
    }

    .m--padding-top-10-desktop {
        padding-top: 10px !important;
    }

    .m--padding-bottom-10-desktop {
        padding-bottom: 10px !important;
    }

    .m--padding-left-10-desktop {
        padding-left: 10px !important;
    }

    .m--padding-right-10-desktop {
        padding-right: 10px !important;
    }

    .m--margin-15-desktop {
        margin: 15px !important;
    }

    .m--margin-top-15-desktop {
        margin-top: 15px !important;
    }

    .m--margin-bottom-15-desktop {
        margin-bottom: 15px !important;
    }

    .m--margin-left-15-desktop {
        margin-left: 15px !important;
    }

    .m--margin-right-15-desktop {
        margin-right: 15px !important;
    }

    .m--padding-15-desktop {
        padding: 15px !important;
    }

    .m--padding-top-15-desktop {
        padding-top: 15px !important;
    }

    .m--padding-bottom-15-desktop {
        padding-bottom: 15px !important;
    }

    .m--padding-left-15-desktop {
        padding-left: 15px !important;
    }

    .m--padding-right-15-desktop {
        padding-right: 15px !important;
    }

    .m--margin-20-desktop {
        margin: 20px !important;
    }

    .m--margin-top-20-desktop {
        margin-top: 20px !important;
    }

    .m--margin-bottom-20-desktop {
        margin-bottom: 20px !important;
    }

    .m--margin-left-20-desktop {
        margin-left: 20px !important;
    }

    .m--margin-right-20-desktop {
        margin-right: 20px !important;
    }

    .m--padding-20-desktop {
        padding: 20px !important;
    }

    .m--padding-top-20-desktop {
        padding-top: 20px !important;
    }

    .m--padding-bottom-20-desktop {
        padding-bottom: 20px !important;
    }

    .m--padding-left-20-desktop {
        padding-left: 20px !important;
    }

    .m--padding-right-20-desktop {
        padding-right: 20px !important;
    }

    .m--margin-25-desktop {
        margin: 25px !important;
    }

    .m--margin-top-25-desktop {
        margin-top: 25px !important;
    }

    .m--margin-bottom-25-desktop {
        margin-bottom: 25px !important;
    }

    .m--margin-left-25-desktop {
        margin-left: 25px !important;
    }

    .m--margin-right-25-desktop {
        margin-right: 25px !important;
    }

    .m--padding-25-desktop {
        padding: 25px !important;
    }

    .m--padding-top-25-desktop {
        padding-top: 25px !important;
    }

    .m--padding-bottom-25-desktop {
        padding-bottom: 25px !important;
    }

    .m--padding-left-25-desktop {
        padding-left: 25px !important;
    }

    .m--padding-right-25-desktop {
        padding-right: 25px !important;
    }

    .m--margin-30-desktop {
        margin: 30px !important;
    }

    .m--margin-top-30-desktop {
        margin-top: 30px !important;
    }

    .m--margin-bottom-30-desktop {
        margin-bottom: 30px !important;
    }

    .m--margin-left-30-desktop {
        margin-left: 30px !important;
    }

    .m--margin-right-30-desktop {
        margin-right: 30px !important;
    }

    .m--padding-30-desktop {
        padding: 30px !important;
    }

    .m--padding-top-30-desktop {
        padding-top: 30px !important;
    }

    .m--padding-bottom-30-desktop {
        padding-bottom: 30px !important;
    }

    .m--padding-left-30-desktop {
        padding-left: 30px !important;
    }

    .m--padding-right-30-desktop {
        padding-right: 30px !important;
    }

    .m--margin-35-desktop {
        margin: 35px !important;
    }

    .m--margin-top-35-desktop {
        margin-top: 35px !important;
    }

    .m--margin-bottom-35-desktop {
        margin-bottom: 35px !important;
    }

    .m--margin-left-35-desktop {
        margin-left: 35px !important;
    }

    .m--margin-right-35-desktop {
        margin-right: 35px !important;
    }

    .m--padding-35-desktop {
        padding: 35px !important;
    }

    .m--padding-top-35-desktop {
        padding-top: 35px !important;
    }

    .m--padding-bottom-35-desktop {
        padding-bottom: 35px !important;
    }

    .m--padding-left-35-desktop {
        padding-left: 35px !important;
    }

    .m--padding-right-35-desktop {
        padding-right: 35px !important;
    }

    .m--margin-40-desktop {
        margin: 40px !important;
    }

    .m--margin-top-40-desktop {
        margin-top: 40px !important;
    }

    .m--margin-bottom-40-desktop {
        margin-bottom: 40px !important;
    }

    .m--margin-left-40-desktop {
        margin-left: 40px !important;
    }

    .m--margin-right-40-desktop {
        margin-right: 40px !important;
    }

    .m--padding-40-desktop {
        padding: 40px !important;
    }

    .m--padding-top-40-desktop {
        padding-top: 40px !important;
    }

    .m--padding-bottom-40-desktop {
        padding-bottom: 40px !important;
    }

    .m--padding-left-40-desktop {
        padding-left: 40px !important;
    }

    .m--padding-right-40-desktop {
        padding-right: 40px !important;
    }

    .m--margin-45-desktop {
        margin: 45px !important;
    }

    .m--margin-top-45-desktop {
        margin-top: 45px !important;
    }

    .m--margin-bottom-45-desktop {
        margin-bottom: 45px !important;
    }

    .m--margin-left-45-desktop {
        margin-left: 45px !important;
    }

    .m--margin-right-45-desktop {
        margin-right: 45px !important;
    }

    .m--padding-45-desktop {
        padding: 45px !important;
    }

    .m--padding-top-45-desktop {
        padding-top: 45px !important;
    }

    .m--padding-bottom-45-desktop {
        padding-bottom: 45px !important;
    }

    .m--padding-left-45-desktop {
        padding-left: 45px !important;
    }

    .m--padding-right-45-desktop {
        padding-right: 45px !important;
    }

    .m--margin-50-desktop {
        margin: 50px !important;
    }

    .m--margin-top-50-desktop {
        margin-top: 50px !important;
    }

    .m--margin-bottom-50-desktop {
        margin-bottom: 50px !important;
    }

    .m--margin-left-50-desktop {
        margin-left: 50px !important;
    }

    .m--margin-right-50-desktop {
        margin-right: 50px !important;
    }

    .m--padding-50-desktop {
        padding: 50px !important;
    }

    .m--padding-top-50-desktop {
        padding-top: 50px !important;
    }

    .m--padding-bottom-50-desktop {
        padding-bottom: 50px !important;
    }

    .m--padding-left-50-desktop {
        padding-left: 50px !important;
    }

    .m--padding-right-50-desktop {
        padding-right: 50px !important;
    }

    .m--margin-55-desktop {
        margin: 55px !important;
    }

    .m--margin-top-55-desktop {
        margin-top: 55px !important;
    }

    .m--margin-bottom-55-desktop {
        margin-bottom: 55px !important;
    }

    .m--margin-left-55-desktop {
        margin-left: 55px !important;
    }

    .m--margin-right-55-desktop {
        margin-right: 55px !important;
    }

    .m--padding-55-desktop {
        padding: 55px !important;
    }

    .m--padding-top-55-desktop {
        padding-top: 55px !important;
    }

    .m--padding-bottom-55-desktop {
        padding-bottom: 55px !important;
    }

    .m--padding-left-55-desktop {
        padding-left: 55px !important;
    }

    .m--padding-right-55-desktop {
        padding-right: 55px !important;
    }

    .m--margin-60-desktop {
        margin: 60px !important;
    }

    .m--margin-top-60-desktop {
        margin-top: 60px !important;
    }

    .m--margin-bottom-60-desktop {
        margin-bottom: 60px !important;
    }

    .m--margin-left-60-desktop {
        margin-left: 60px !important;
    }

    .m--margin-right-60-desktop {
        margin-right: 60px !important;
    }

    .m--padding-60-desktop {
        padding: 60px !important;
    }

    .m--padding-top-60-desktop {
        padding-top: 60px !important;
    }

    .m--padding-bottom-60-desktop {
        padding-bottom: 60px !important;
    }

    .m--padding-left-60-desktop {
        padding-left: 60px !important;
    }

    .m--padding-right-60-desktop {
        padding-right: 60px !important;
    }

    .m--margin-65-desktop {
        margin: 65px !important;
    }

    .m--margin-top-65-desktop {
        margin-top: 65px !important;
    }

    .m--margin-bottom-65-desktop {
        margin-bottom: 65px !important;
    }

    .m--margin-left-65-desktop {
        margin-left: 65px !important;
    }

    .m--margin-right-65-desktop {
        margin-right: 65px !important;
    }

    .m--padding-65-desktop {
        padding: 65px !important;
    }

    .m--padding-top-65-desktop {
        padding-top: 65px !important;
    }

    .m--padding-bottom-65-desktop {
        padding-bottom: 65px !important;
    }

    .m--padding-left-65-desktop {
        padding-left: 65px !important;
    }

    .m--padding-right-65-desktop {
        padding-right: 65px !important;
    }

    .m--margin-70-desktop {
        margin: 70px !important;
    }

    .m--margin-top-70-desktop {
        margin-top: 70px !important;
    }

    .m--margin-bottom-70-desktop {
        margin-bottom: 70px !important;
    }

    .m--margin-left-70-desktop {
        margin-left: 70px !important;
    }

    .m--margin-right-70-desktop {
        margin-right: 70px !important;
    }

    .m--padding-70-desktop {
        padding: 70px !important;
    }

    .m--padding-top-70-desktop {
        padding-top: 70px !important;
    }

    .m--padding-bottom-70-desktop {
        padding-bottom: 70px !important;
    }

    .m--padding-left-70-desktop {
        padding-left: 70px !important;
    }

    .m--padding-right-70-desktop {
        padding-right: 70px !important;
    }

    .m--margin-75-desktop {
        margin: 75px !important;
    }

    .m--margin-top-75-desktop {
        margin-top: 75px !important;
    }

    .m--margin-bottom-75-desktop {
        margin-bottom: 75px !important;
    }

    .m--margin-left-75-desktop {
        margin-left: 75px !important;
    }

    .m--margin-right-75-desktop {
        margin-right: 75px !important;
    }

    .m--padding-75-desktop {
        padding: 75px !important;
    }

    .m--padding-top-75-desktop {
        padding-top: 75px !important;
    }

    .m--padding-bottom-75-desktop {
        padding-bottom: 75px !important;
    }

    .m--padding-left-75-desktop {
        padding-left: 75px !important;
    }

    .m--padding-right-75-desktop {
        padding-right: 75px !important;
    }

    .m--margin-80-desktop {
        margin: 80px !important;
    }

    .m--margin-top-80-desktop {
        margin-top: 80px !important;
    }

    .m--margin-bottom-80-desktop {
        margin-bottom: 80px !important;
    }

    .m--margin-left-80-desktop {
        margin-left: 80px !important;
    }

    .m--margin-right-80-desktop {
        margin-right: 80px !important;
    }

    .m--padding-80-desktop {
        padding: 80px !important;
    }

    .m--padding-top-80-desktop {
        padding-top: 80px !important;
    }

    .m--padding-bottom-80-desktop {
        padding-bottom: 80px !important;
    }

    .m--padding-left-80-desktop {
        padding-left: 80px !important;
    }

    .m--padding-right-80-desktop {
        padding-right: 80px !important;
    }

    .m--margin-85-desktop {
        margin: 85px !important;
    }

    .m--margin-top-85-desktop {
        margin-top: 85px !important;
    }

    .m--margin-bottom-85-desktop {
        margin-bottom: 85px !important;
    }

    .m--margin-left-85-desktop {
        margin-left: 85px !important;
    }

    .m--margin-right-85-desktop {
        margin-right: 85px !important;
    }

    .m--padding-85-desktop {
        padding: 85px !important;
    }

    .m--padding-top-85-desktop {
        padding-top: 85px !important;
    }

    .m--padding-bottom-85-desktop {
        padding-bottom: 85px !important;
    }

    .m--padding-left-85-desktop {
        padding-left: 85px !important;
    }

    .m--padding-right-85-desktop {
        padding-right: 85px !important;
    }

    .m--margin-90-desktop {
        margin: 90px !important;
    }

    .m--margin-top-90-desktop {
        margin-top: 90px !important;
    }

    .m--margin-bottom-90-desktop {
        margin-bottom: 90px !important;
    }

    .m--margin-left-90-desktop {
        margin-left: 90px !important;
    }

    .m--margin-right-90-desktop {
        margin-right: 90px !important;
    }

    .m--padding-90-desktop {
        padding: 90px !important;
    }

    .m--padding-top-90-desktop {
        padding-top: 90px !important;
    }

    .m--padding-bottom-90-desktop {
        padding-bottom: 90px !important;
    }

    .m--padding-left-90-desktop {
        padding-left: 90px !important;
    }

    .m--padding-right-90-desktop {
        padding-right: 90px !important;
    }

    .m--margin-95-desktop {
        margin: 95px !important;
    }

    .m--margin-top-95-desktop {
        margin-top: 95px !important;
    }

    .m--margin-bottom-95-desktop {
        margin-bottom: 95px !important;
    }

    .m--margin-left-95-desktop {
        margin-left: 95px !important;
    }

    .m--margin-right-95-desktop {
        margin-right: 95px !important;
    }

    .m--padding-95-desktop {
        padding: 95px !important;
    }

    .m--padding-top-95-desktop {
        padding-top: 95px !important;
    }

    .m--padding-bottom-95-desktop {
        padding-bottom: 95px !important;
    }

    .m--padding-left-95-desktop {
        padding-left: 95px !important;
    }

    .m--padding-right-95-desktop {
        padding-right: 95px !important;
    }

    .m--margin-100-desktop {
        margin: 100px !important;
    }

    .m--margin-top-100-desktop {
        margin-top: 100px !important;
    }

    .m--margin-bottom-100-desktop {
        margin-bottom: 100px !important;
    }

    .m--margin-left-100-desktop {
        margin-left: 100px !important;
    }

    .m--margin-right-100-desktop {
        margin-right: 100px !important;
    }

    .m--padding-100-desktop {
        padding: 100px !important;
    }

    .m--padding-top-100-desktop {
        padding-top: 100px !important;
    }

    .m--padding-bottom-100-desktop {
        padding-bottom: 100px !important;
    }

    .m--padding-left-100-desktop {
        padding-left: 100px !important;
    }

    .m--padding-right-100-desktop {
        padding-right: 100px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m--margin-5-tablet {
        margin: 5px !important;
    }

    .m--margin-top-5-tablet {
        margin-top: 5px !important;
    }

    .m--margin-bottom-5-tablet {
        margin-bottom: 5px !important;
    }

    .m--margin-left-5-tablet {
        margin-left: 5px !important;
    }

    .m--margin-right-5-tablet {
        margin-right: 5px !important;
    }

    .m--padding-5-tablet {
        padding: 5px !important;
    }

    .m--padding-top-5-tablet {
        padding-top: 5px !important;
    }

    .m--padding-bottom-5-tablet {
        padding-bottom: 5px !important;
    }

    .m--padding-left-5-tablet {
        padding-left: 5px !important;
    }

    .m--padding-right-5-tablet {
        padding-right: 5px !important;
    }

    .m--margin-10-tablet {
        margin: 10px !important;
    }

    .m--margin-top-10-tablet {
        margin-top: 10px !important;
    }

    .m--margin-bottom-10-tablet {
        margin-bottom: 10px !important;
    }

    .m--margin-left-10-tablet {
        margin-left: 10px !important;
    }

    .m--margin-right-10-tablet {
        margin-right: 10px !important;
    }

    .m--padding-10-tablet {
        padding: 10px !important;
    }

    .m--padding-top-10-tablet {
        padding-top: 10px !important;
    }

    .m--padding-bottom-10-tablet {
        padding-bottom: 10px !important;
    }

    .m--padding-left-10-tablet {
        padding-left: 10px !important;
    }

    .m--padding-right-10-tablet {
        padding-right: 10px !important;
    }

    .m--margin-15-tablet {
        margin: 15px !important;
    }

    .m--margin-top-15-tablet {
        margin-top: 15px !important;
    }

    .m--margin-bottom-15-tablet {
        margin-bottom: 15px !important;
    }

    .m--margin-left-15-tablet {
        margin-left: 15px !important;
    }

    .m--margin-right-15-tablet {
        margin-right: 15px !important;
    }

    .m--padding-15-tablet {
        padding: 15px !important;
    }

    .m--padding-top-15-tablet {
        padding-top: 15px !important;
    }

    .m--padding-bottom-15-tablet {
        padding-bottom: 15px !important;
    }

    .m--padding-left-15-tablet {
        padding-left: 15px !important;
    }

    .m--padding-right-15-tablet {
        padding-right: 15px !important;
    }

    .m--margin-20-tablet {
        margin: 20px !important;
    }

    .m--margin-top-20-tablet {
        margin-top: 20px !important;
    }

    .m--margin-bottom-20-tablet {
        margin-bottom: 20px !important;
    }

    .m--margin-left-20-tablet {
        margin-left: 20px !important;
    }

    .m--margin-right-20-tablet {
        margin-right: 20px !important;
    }

    .m--padding-20-tablet {
        padding: 20px !important;
    }

    .m--padding-top-20-tablet {
        padding-top: 20px !important;
    }

    .m--padding-bottom-20-tablet {
        padding-bottom: 20px !important;
    }

    .m--padding-left-20-tablet {
        padding-left: 20px !important;
    }

    .m--padding-right-20-tablet {
        padding-right: 20px !important;
    }

    .m--margin-25-tablet {
        margin: 25px !important;
    }

    .m--margin-top-25-tablet {
        margin-top: 25px !important;
    }

    .m--margin-bottom-25-tablet {
        margin-bottom: 25px !important;
    }

    .m--margin-left-25-tablet {
        margin-left: 25px !important;
    }

    .m--margin-right-25-tablet {
        margin-right: 25px !important;
    }

    .m--padding-25-tablet {
        padding: 25px !important;
    }

    .m--padding-top-25-tablet {
        padding-top: 25px !important;
    }

    .m--padding-bottom-25-tablet {
        padding-bottom: 25px !important;
    }

    .m--padding-left-25-tablet {
        padding-left: 25px !important;
    }

    .m--padding-right-25-tablet {
        padding-right: 25px !important;
    }

    .m--margin-30-tablet {
        margin: 30px !important;
    }

    .m--margin-top-30-tablet {
        margin-top: 30px !important;
    }

    .m--margin-bottom-30-tablet {
        margin-bottom: 30px !important;
    }

    .m--margin-left-30-tablet {
        margin-left: 30px !important;
    }

    .m--margin-right-30-tablet {
        margin-right: 30px !important;
    }

    .m--padding-30-tablet {
        padding: 30px !important;
    }

    .m--padding-top-30-tablet {
        padding-top: 30px !important;
    }

    .m--padding-bottom-30-tablet {
        padding-bottom: 30px !important;
    }

    .m--padding-left-30-tablet {
        padding-left: 30px !important;
    }

    .m--padding-right-30-tablet {
        padding-right: 30px !important;
    }

    .m--margin-35-tablet {
        margin: 35px !important;
    }

    .m--margin-top-35-tablet {
        margin-top: 35px !important;
    }

    .m--margin-bottom-35-tablet {
        margin-bottom: 35px !important;
    }

    .m--margin-left-35-tablet {
        margin-left: 35px !important;
    }

    .m--margin-right-35-tablet {
        margin-right: 35px !important;
    }

    .m--padding-35-tablet {
        padding: 35px !important;
    }

    .m--padding-top-35-tablet {
        padding-top: 35px !important;
    }

    .m--padding-bottom-35-tablet {
        padding-bottom: 35px !important;
    }

    .m--padding-left-35-tablet {
        padding-left: 35px !important;
    }

    .m--padding-right-35-tablet {
        padding-right: 35px !important;
    }

    .m--margin-40-tablet {
        margin: 40px !important;
    }

    .m--margin-top-40-tablet {
        margin-top: 40px !important;
    }

    .m--margin-bottom-40-tablet {
        margin-bottom: 40px !important;
    }

    .m--margin-left-40-tablet {
        margin-left: 40px !important;
    }

    .m--margin-right-40-tablet {
        margin-right: 40px !important;
    }

    .m--padding-40-tablet {
        padding: 40px !important;
    }

    .m--padding-top-40-tablet {
        padding-top: 40px !important;
    }

    .m--padding-bottom-40-tablet {
        padding-bottom: 40px !important;
    }

    .m--padding-left-40-tablet {
        padding-left: 40px !important;
    }

    .m--padding-right-40-tablet {
        padding-right: 40px !important;
    }

    .m--margin-45-tablet {
        margin: 45px !important;
    }

    .m--margin-top-45-tablet {
        margin-top: 45px !important;
    }

    .m--margin-bottom-45-tablet {
        margin-bottom: 45px !important;
    }

    .m--margin-left-45-tablet {
        margin-left: 45px !important;
    }

    .m--margin-right-45-tablet {
        margin-right: 45px !important;
    }

    .m--padding-45-tablet {
        padding: 45px !important;
    }

    .m--padding-top-45-tablet {
        padding-top: 45px !important;
    }

    .m--padding-bottom-45-tablet {
        padding-bottom: 45px !important;
    }

    .m--padding-left-45-tablet {
        padding-left: 45px !important;
    }

    .m--padding-right-45-tablet {
        padding-right: 45px !important;
    }

    .m--margin-50-tablet {
        margin: 50px !important;
    }

    .m--margin-top-50-tablet {
        margin-top: 50px !important;
    }

    .m--margin-bottom-50-tablet {
        margin-bottom: 50px !important;
    }

    .m--margin-left-50-tablet {
        margin-left: 50px !important;
    }

    .m--margin-right-50-tablet {
        margin-right: 50px !important;
    }

    .m--padding-50-tablet {
        padding: 50px !important;
    }

    .m--padding-top-50-tablet {
        padding-top: 50px !important;
    }

    .m--padding-bottom-50-tablet {
        padding-bottom: 50px !important;
    }

    .m--padding-left-50-tablet {
        padding-left: 50px !important;
    }

    .m--padding-right-50-tablet {
        padding-right: 50px !important;
    }

    .m--margin-55-tablet {
        margin: 55px !important;
    }

    .m--margin-top-55-tablet {
        margin-top: 55px !important;
    }

    .m--margin-bottom-55-tablet {
        margin-bottom: 55px !important;
    }

    .m--margin-left-55-tablet {
        margin-left: 55px !important;
    }

    .m--margin-right-55-tablet {
        margin-right: 55px !important;
    }

    .m--padding-55-tablet {
        padding: 55px !important;
    }

    .m--padding-top-55-tablet {
        padding-top: 55px !important;
    }

    .m--padding-bottom-55-tablet {
        padding-bottom: 55px !important;
    }

    .m--padding-left-55-tablet {
        padding-left: 55px !important;
    }

    .m--padding-right-55-tablet {
        padding-right: 55px !important;
    }

    .m--margin-60-tablet {
        margin: 60px !important;
    }

    .m--margin-top-60-tablet {
        margin-top: 60px !important;
    }

    .m--margin-bottom-60-tablet {
        margin-bottom: 60px !important;
    }

    .m--margin-left-60-tablet {
        margin-left: 60px !important;
    }

    .m--margin-right-60-tablet {
        margin-right: 60px !important;
    }

    .m--padding-60-tablet {
        padding: 60px !important;
    }

    .m--padding-top-60-tablet {
        padding-top: 60px !important;
    }

    .m--padding-bottom-60-tablet {
        padding-bottom: 60px !important;
    }

    .m--padding-left-60-tablet {
        padding-left: 60px !important;
    }

    .m--padding-right-60-tablet {
        padding-right: 60px !important;
    }

    .m--margin-65-tablet {
        margin: 65px !important;
    }

    .m--margin-top-65-tablet {
        margin-top: 65px !important;
    }

    .m--margin-bottom-65-tablet {
        margin-bottom: 65px !important;
    }

    .m--margin-left-65-tablet {
        margin-left: 65px !important;
    }

    .m--margin-right-65-tablet {
        margin-right: 65px !important;
    }

    .m--padding-65-tablet {
        padding: 65px !important;
    }

    .m--padding-top-65-tablet {
        padding-top: 65px !important;
    }

    .m--padding-bottom-65-tablet {
        padding-bottom: 65px !important;
    }

    .m--padding-left-65-tablet {
        padding-left: 65px !important;
    }

    .m--padding-right-65-tablet {
        padding-right: 65px !important;
    }

    .m--margin-70-tablet {
        margin: 70px !important;
    }

    .m--margin-top-70-tablet {
        margin-top: 70px !important;
    }

    .m--margin-bottom-70-tablet {
        margin-bottom: 70px !important;
    }

    .m--margin-left-70-tablet {
        margin-left: 70px !important;
    }

    .m--margin-right-70-tablet {
        margin-right: 70px !important;
    }

    .m--padding-70-tablet {
        padding: 70px !important;
    }

    .m--padding-top-70-tablet {
        padding-top: 70px !important;
    }

    .m--padding-bottom-70-tablet {
        padding-bottom: 70px !important;
    }

    .m--padding-left-70-tablet {
        padding-left: 70px !important;
    }

    .m--padding-right-70-tablet {
        padding-right: 70px !important;
    }

    .m--margin-75-tablet {
        margin: 75px !important;
    }

    .m--margin-top-75-tablet {
        margin-top: 75px !important;
    }

    .m--margin-bottom-75-tablet {
        margin-bottom: 75px !important;
    }

    .m--margin-left-75-tablet {
        margin-left: 75px !important;
    }

    .m--margin-right-75-tablet {
        margin-right: 75px !important;
    }

    .m--padding-75-tablet {
        padding: 75px !important;
    }

    .m--padding-top-75-tablet {
        padding-top: 75px !important;
    }

    .m--padding-bottom-75-tablet {
        padding-bottom: 75px !important;
    }

    .m--padding-left-75-tablet {
        padding-left: 75px !important;
    }

    .m--padding-right-75-tablet {
        padding-right: 75px !important;
    }

    .m--margin-80-tablet {
        margin: 80px !important;
    }

    .m--margin-top-80-tablet {
        margin-top: 80px !important;
    }

    .m--margin-bottom-80-tablet {
        margin-bottom: 80px !important;
    }

    .m--margin-left-80-tablet {
        margin-left: 80px !important;
    }

    .m--margin-right-80-tablet {
        margin-right: 80px !important;
    }

    .m--padding-80-tablet {
        padding: 80px !important;
    }

    .m--padding-top-80-tablet {
        padding-top: 80px !important;
    }

    .m--padding-bottom-80-tablet {
        padding-bottom: 80px !important;
    }

    .m--padding-left-80-tablet {
        padding-left: 80px !important;
    }

    .m--padding-right-80-tablet {
        padding-right: 80px !important;
    }

    .m--margin-85-tablet {
        margin: 85px !important;
    }

    .m--margin-top-85-tablet {
        margin-top: 85px !important;
    }

    .m--margin-bottom-85-tablet {
        margin-bottom: 85px !important;
    }

    .m--margin-left-85-tablet {
        margin-left: 85px !important;
    }

    .m--margin-right-85-tablet {
        margin-right: 85px !important;
    }

    .m--padding-85-tablet {
        padding: 85px !important;
    }

    .m--padding-top-85-tablet {
        padding-top: 85px !important;
    }

    .m--padding-bottom-85-tablet {
        padding-bottom: 85px !important;
    }

    .m--padding-left-85-tablet {
        padding-left: 85px !important;
    }

    .m--padding-right-85-tablet {
        padding-right: 85px !important;
    }

    .m--margin-90-tablet {
        margin: 90px !important;
    }

    .m--margin-top-90-tablet {
        margin-top: 90px !important;
    }

    .m--margin-bottom-90-tablet {
        margin-bottom: 90px !important;
    }

    .m--margin-left-90-tablet {
        margin-left: 90px !important;
    }

    .m--margin-right-90-tablet {
        margin-right: 90px !important;
    }

    .m--padding-90-tablet {
        padding: 90px !important;
    }

    .m--padding-top-90-tablet {
        padding-top: 90px !important;
    }

    .m--padding-bottom-90-tablet {
        padding-bottom: 90px !important;
    }

    .m--padding-left-90-tablet {
        padding-left: 90px !important;
    }

    .m--padding-right-90-tablet {
        padding-right: 90px !important;
    }

    .m--margin-95-tablet {
        margin: 95px !important;
    }

    .m--margin-top-95-tablet {
        margin-top: 95px !important;
    }

    .m--margin-bottom-95-tablet {
        margin-bottom: 95px !important;
    }

    .m--margin-left-95-tablet {
        margin-left: 95px !important;
    }

    .m--margin-right-95-tablet {
        margin-right: 95px !important;
    }

    .m--padding-95-tablet {
        padding: 95px !important;
    }

    .m--padding-top-95-tablet {
        padding-top: 95px !important;
    }

    .m--padding-bottom-95-tablet {
        padding-bottom: 95px !important;
    }

    .m--padding-left-95-tablet {
        padding-left: 95px !important;
    }

    .m--padding-right-95-tablet {
        padding-right: 95px !important;
    }

    .m--margin-100-tablet {
        margin: 100px !important;
    }

    .m--margin-top-100-tablet {
        margin-top: 100px !important;
    }

    .m--margin-bottom-100-tablet {
        margin-bottom: 100px !important;
    }

    .m--margin-left-100-tablet {
        margin-left: 100px !important;
    }

    .m--margin-right-100-tablet {
        margin-right: 100px !important;
    }

    .m--padding-100-tablet {
        padding: 100px !important;
    }

    .m--padding-top-100-tablet {
        padding-top: 100px !important;
    }

    .m--padding-bottom-100-tablet {
        padding-bottom: 100px !important;
    }

    .m--padding-left-100-tablet {
        padding-left: 100px !important;
    }

    .m--padding-right-100-tablet {
        padding-right: 100px !important;
    }
}

@media (max-width: 1024px) {
    .m--margin-5-tablet-and-mobile {
        margin: 5px !important;
    }

    .m--margin-top-5-tablet-and-mobile {
        margin-top: 5px !important;
    }

    .m--margin-bottom-5-tablet-and-mobile {
        margin-bottom: 5px !important;
    }

    .m--margin-left-5-tablet-and-mobile {
        margin-left: 5px !important;
    }

    .m--margin-right-5-tablet-and-mobile {
        margin-right: 5px !important;
    }

    .m--padding-5-tablet-and-mobile {
        padding: 5px !important;
    }

    .m--padding-top-5-tablet-and-mobile {
        padding-top: 5px !important;
    }

    .m--padding-bottom-5-tablet-and-mobile {
        padding-bottom: 5px !important;
    }

    .m--padding-left-5-tablet-and-mobile {
        padding-left: 5px !important;
    }

    .m--padding-right-5-tablet-and-mobile {
        padding-right: 5px !important;
    }

    .m--margin-10-tablet-and-mobile {
        margin: 10px !important;
    }

    .m--margin-top-10-tablet-and-mobile {
        margin-top: 10px !important;
    }

    .m--margin-bottom-10-tablet-and-mobile {
        margin-bottom: 10px !important;
    }

    .m--margin-left-10-tablet-and-mobile {
        margin-left: 10px !important;
    }

    .m--margin-right-10-tablet-and-mobile {
        margin-right: 10px !important;
    }

    .m--padding-10-tablet-and-mobile {
        padding: 10px !important;
    }

    .m--padding-top-10-tablet-and-mobile {
        padding-top: 10px !important;
    }

    .m--padding-bottom-10-tablet-and-mobile {
        padding-bottom: 10px !important;
    }

    .m--padding-left-10-tablet-and-mobile {
        padding-left: 10px !important;
    }

    .m--padding-right-10-tablet-and-mobile {
        padding-right: 10px !important;
    }

    .m--margin-15-tablet-and-mobile {
        margin: 15px !important;
    }

    .m--margin-top-15-tablet-and-mobile {
        margin-top: 15px !important;
    }

    .m--margin-bottom-15-tablet-and-mobile {
        margin-bottom: 15px !important;
    }

    .m--margin-left-15-tablet-and-mobile {
        margin-left: 15px !important;
    }

    .m--margin-right-15-tablet-and-mobile {
        margin-right: 15px !important;
    }

    .m--padding-15-tablet-and-mobile {
        padding: 15px !important;
    }

    .m--padding-top-15-tablet-and-mobile {
        padding-top: 15px !important;
    }

    .m--padding-bottom-15-tablet-and-mobile {
        padding-bottom: 15px !important;
    }

    .m--padding-left-15-tablet-and-mobile {
        padding-left: 15px !important;
    }

    .m--padding-right-15-tablet-and-mobile {
        padding-right: 15px !important;
    }

    .m--margin-20-tablet-and-mobile {
        margin: 20px !important;
    }

    .m--margin-top-20-tablet-and-mobile {
        margin-top: 20px !important;
    }

    .m--margin-bottom-20-tablet-and-mobile {
        margin-bottom: 20px !important;
    }

    .m--margin-left-20-tablet-and-mobile {
        margin-left: 20px !important;
    }

    .m--margin-right-20-tablet-and-mobile {
        margin-right: 20px !important;
    }

    .m--padding-20-tablet-and-mobile {
        padding: 20px !important;
    }

    .m--padding-top-20-tablet-and-mobile {
        padding-top: 20px !important;
    }

    .m--padding-bottom-20-tablet-and-mobile {
        padding-bottom: 20px !important;
    }

    .m--padding-left-20-tablet-and-mobile {
        padding-left: 20px !important;
    }

    .m--padding-right-20-tablet-and-mobile {
        padding-right: 20px !important;
    }

    .m--margin-25-tablet-and-mobile {
        margin: 25px !important;
    }

    .m--margin-top-25-tablet-and-mobile {
        margin-top: 25px !important;
    }

    .m--margin-bottom-25-tablet-and-mobile {
        margin-bottom: 25px !important;
    }

    .m--margin-left-25-tablet-and-mobile {
        margin-left: 25px !important;
    }

    .m--margin-right-25-tablet-and-mobile {
        margin-right: 25px !important;
    }

    .m--padding-25-tablet-and-mobile {
        padding: 25px !important;
    }

    .m--padding-top-25-tablet-and-mobile {
        padding-top: 25px !important;
    }

    .m--padding-bottom-25-tablet-and-mobile {
        padding-bottom: 25px !important;
    }

    .m--padding-left-25-tablet-and-mobile {
        padding-left: 25px !important;
    }

    .m--padding-right-25-tablet-and-mobile {
        padding-right: 25px !important;
    }

    .m--margin-30-tablet-and-mobile {
        margin: 30px !important;
    }

    .m--margin-top-30-tablet-and-mobile {
        margin-top: 30px !important;
    }

    .m--margin-bottom-30-tablet-and-mobile {
        margin-bottom: 30px !important;
    }

    .m--margin-left-30-tablet-and-mobile {
        margin-left: 30px !important;
    }

    .m--margin-right-30-tablet-and-mobile {
        margin-right: 30px !important;
    }

    .m--padding-30-tablet-and-mobile {
        padding: 30px !important;
    }

    .m--padding-top-30-tablet-and-mobile {
        padding-top: 30px !important;
    }

    .m--padding-bottom-30-tablet-and-mobile {
        padding-bottom: 30px !important;
    }

    .m--padding-left-30-tablet-and-mobile {
        padding-left: 30px !important;
    }

    .m--padding-right-30-tablet-and-mobile {
        padding-right: 30px !important;
    }

    .m--margin-35-tablet-and-mobile {
        margin: 35px !important;
    }

    .m--margin-top-35-tablet-and-mobile {
        margin-top: 35px !important;
    }

    .m--margin-bottom-35-tablet-and-mobile {
        margin-bottom: 35px !important;
    }

    .m--margin-left-35-tablet-and-mobile {
        margin-left: 35px !important;
    }

    .m--margin-right-35-tablet-and-mobile {
        margin-right: 35px !important;
    }

    .m--padding-35-tablet-and-mobile {
        padding: 35px !important;
    }

    .m--padding-top-35-tablet-and-mobile {
        padding-top: 35px !important;
    }

    .m--padding-bottom-35-tablet-and-mobile {
        padding-bottom: 35px !important;
    }

    .m--padding-left-35-tablet-and-mobile {
        padding-left: 35px !important;
    }

    .m--padding-right-35-tablet-and-mobile {
        padding-right: 35px !important;
    }

    .m--margin-40-tablet-and-mobile {
        margin: 40px !important;
    }

    .m--margin-top-40-tablet-and-mobile {
        margin-top: 40px !important;
    }

    .m--margin-bottom-40-tablet-and-mobile {
        margin-bottom: 40px !important;
    }

    .m--margin-left-40-tablet-and-mobile {
        margin-left: 40px !important;
    }

    .m--margin-right-40-tablet-and-mobile {
        margin-right: 40px !important;
    }

    .m--padding-40-tablet-and-mobile {
        padding: 40px !important;
    }

    .m--padding-top-40-tablet-and-mobile {
        padding-top: 40px !important;
    }

    .m--padding-bottom-40-tablet-and-mobile {
        padding-bottom: 40px !important;
    }

    .m--padding-left-40-tablet-and-mobile {
        padding-left: 40px !important;
    }

    .m--padding-right-40-tablet-and-mobile {
        padding-right: 40px !important;
    }

    .m--margin-45-tablet-and-mobile {
        margin: 45px !important;
    }

    .m--margin-top-45-tablet-and-mobile {
        margin-top: 45px !important;
    }

    .m--margin-bottom-45-tablet-and-mobile {
        margin-bottom: 45px !important;
    }

    .m--margin-left-45-tablet-and-mobile {
        margin-left: 45px !important;
    }

    .m--margin-right-45-tablet-and-mobile {
        margin-right: 45px !important;
    }

    .m--padding-45-tablet-and-mobile {
        padding: 45px !important;
    }

    .m--padding-top-45-tablet-and-mobile {
        padding-top: 45px !important;
    }

    .m--padding-bottom-45-tablet-and-mobile {
        padding-bottom: 45px !important;
    }

    .m--padding-left-45-tablet-and-mobile {
        padding-left: 45px !important;
    }

    .m--padding-right-45-tablet-and-mobile {
        padding-right: 45px !important;
    }

    .m--margin-50-tablet-and-mobile {
        margin: 50px !important;
    }

    .m--margin-top-50-tablet-and-mobile {
        margin-top: 50px !important;
    }

    .m--margin-bottom-50-tablet-and-mobile {
        margin-bottom: 50px !important;
    }

    .m--margin-left-50-tablet-and-mobile {
        margin-left: 50px !important;
    }

    .m--margin-right-50-tablet-and-mobile {
        margin-right: 50px !important;
    }

    .m--padding-50-tablet-and-mobile {
        padding: 50px !important;
    }

    .m--padding-top-50-tablet-and-mobile {
        padding-top: 50px !important;
    }

    .m--padding-bottom-50-tablet-and-mobile {
        padding-bottom: 50px !important;
    }

    .m--padding-left-50-tablet-and-mobile {
        padding-left: 50px !important;
    }

    .m--padding-right-50-tablet-and-mobile {
        padding-right: 50px !important;
    }

    .m--margin-55-tablet-and-mobile {
        margin: 55px !important;
    }

    .m--margin-top-55-tablet-and-mobile {
        margin-top: 55px !important;
    }

    .m--margin-bottom-55-tablet-and-mobile {
        margin-bottom: 55px !important;
    }

    .m--margin-left-55-tablet-and-mobile {
        margin-left: 55px !important;
    }

    .m--margin-right-55-tablet-and-mobile {
        margin-right: 55px !important;
    }

    .m--padding-55-tablet-and-mobile {
        padding: 55px !important;
    }

    .m--padding-top-55-tablet-and-mobile {
        padding-top: 55px !important;
    }

    .m--padding-bottom-55-tablet-and-mobile {
        padding-bottom: 55px !important;
    }

    .m--padding-left-55-tablet-and-mobile {
        padding-left: 55px !important;
    }

    .m--padding-right-55-tablet-and-mobile {
        padding-right: 55px !important;
    }

    .m--margin-60-tablet-and-mobile {
        margin: 60px !important;
    }

    .m--margin-top-60-tablet-and-mobile {
        margin-top: 60px !important;
    }

    .m--margin-bottom-60-tablet-and-mobile {
        margin-bottom: 60px !important;
    }

    .m--margin-left-60-tablet-and-mobile {
        margin-left: 60px !important;
    }

    .m--margin-right-60-tablet-and-mobile {
        margin-right: 60px !important;
    }

    .m--padding-60-tablet-and-mobile {
        padding: 60px !important;
    }

    .m--padding-top-60-tablet-and-mobile {
        padding-top: 60px !important;
    }

    .m--padding-bottom-60-tablet-and-mobile {
        padding-bottom: 60px !important;
    }

    .m--padding-left-60-tablet-and-mobile {
        padding-left: 60px !important;
    }

    .m--padding-right-60-tablet-and-mobile {
        padding-right: 60px !important;
    }

    .m--margin-65-tablet-and-mobile {
        margin: 65px !important;
    }

    .m--margin-top-65-tablet-and-mobile {
        margin-top: 65px !important;
    }

    .m--margin-bottom-65-tablet-and-mobile {
        margin-bottom: 65px !important;
    }

    .m--margin-left-65-tablet-and-mobile {
        margin-left: 65px !important;
    }

    .m--margin-right-65-tablet-and-mobile {
        margin-right: 65px !important;
    }

    .m--padding-65-tablet-and-mobile {
        padding: 65px !important;
    }

    .m--padding-top-65-tablet-and-mobile {
        padding-top: 65px !important;
    }

    .m--padding-bottom-65-tablet-and-mobile {
        padding-bottom: 65px !important;
    }

    .m--padding-left-65-tablet-and-mobile {
        padding-left: 65px !important;
    }

    .m--padding-right-65-tablet-and-mobile {
        padding-right: 65px !important;
    }

    .m--margin-70-tablet-and-mobile {
        margin: 70px !important;
    }

    .m--margin-top-70-tablet-and-mobile {
        margin-top: 70px !important;
    }

    .m--margin-bottom-70-tablet-and-mobile {
        margin-bottom: 70px !important;
    }

    .m--margin-left-70-tablet-and-mobile {
        margin-left: 70px !important;
    }

    .m--margin-right-70-tablet-and-mobile {
        margin-right: 70px !important;
    }

    .m--padding-70-tablet-and-mobile {
        padding: 70px !important;
    }

    .m--padding-top-70-tablet-and-mobile {
        padding-top: 70px !important;
    }

    .m--padding-bottom-70-tablet-and-mobile {
        padding-bottom: 70px !important;
    }

    .m--padding-left-70-tablet-and-mobile {
        padding-left: 70px !important;
    }

    .m--padding-right-70-tablet-and-mobile {
        padding-right: 70px !important;
    }

    .m--margin-75-tablet-and-mobile {
        margin: 75px !important;
    }

    .m--margin-top-75-tablet-and-mobile {
        margin-top: 75px !important;
    }

    .m--margin-bottom-75-tablet-and-mobile {
        margin-bottom: 75px !important;
    }

    .m--margin-left-75-tablet-and-mobile {
        margin-left: 75px !important;
    }

    .m--margin-right-75-tablet-and-mobile {
        margin-right: 75px !important;
    }

    .m--padding-75-tablet-and-mobile {
        padding: 75px !important;
    }

    .m--padding-top-75-tablet-and-mobile {
        padding-top: 75px !important;
    }

    .m--padding-bottom-75-tablet-and-mobile {
        padding-bottom: 75px !important;
    }

    .m--padding-left-75-tablet-and-mobile {
        padding-left: 75px !important;
    }

    .m--padding-right-75-tablet-and-mobile {
        padding-right: 75px !important;
    }

    .m--margin-80-tablet-and-mobile {
        margin: 80px !important;
    }

    .m--margin-top-80-tablet-and-mobile {
        margin-top: 80px !important;
    }

    .m--margin-bottom-80-tablet-and-mobile {
        margin-bottom: 80px !important;
    }

    .m--margin-left-80-tablet-and-mobile {
        margin-left: 80px !important;
    }

    .m--margin-right-80-tablet-and-mobile {
        margin-right: 80px !important;
    }

    .m--padding-80-tablet-and-mobile {
        padding: 80px !important;
    }

    .m--padding-top-80-tablet-and-mobile {
        padding-top: 80px !important;
    }

    .m--padding-bottom-80-tablet-and-mobile {
        padding-bottom: 80px !important;
    }

    .m--padding-left-80-tablet-and-mobile {
        padding-left: 80px !important;
    }

    .m--padding-right-80-tablet-and-mobile {
        padding-right: 80px !important;
    }

    .m--margin-85-tablet-and-mobile {
        margin: 85px !important;
    }

    .m--margin-top-85-tablet-and-mobile {
        margin-top: 85px !important;
    }

    .m--margin-bottom-85-tablet-and-mobile {
        margin-bottom: 85px !important;
    }

    .m--margin-left-85-tablet-and-mobile {
        margin-left: 85px !important;
    }

    .m--margin-right-85-tablet-and-mobile {
        margin-right: 85px !important;
    }

    .m--padding-85-tablet-and-mobile {
        padding: 85px !important;
    }

    .m--padding-top-85-tablet-and-mobile {
        padding-top: 85px !important;
    }

    .m--padding-bottom-85-tablet-and-mobile {
        padding-bottom: 85px !important;
    }

    .m--padding-left-85-tablet-and-mobile {
        padding-left: 85px !important;
    }

    .m--padding-right-85-tablet-and-mobile {
        padding-right: 85px !important;
    }

    .m--margin-90-tablet-and-mobile {
        margin: 90px !important;
    }

    .m--margin-top-90-tablet-and-mobile {
        margin-top: 90px !important;
    }

    .m--margin-bottom-90-tablet-and-mobile {
        margin-bottom: 90px !important;
    }

    .m--margin-left-90-tablet-and-mobile {
        margin-left: 90px !important;
    }

    .m--margin-right-90-tablet-and-mobile {
        margin-right: 90px !important;
    }

    .m--padding-90-tablet-and-mobile {
        padding: 90px !important;
    }

    .m--padding-top-90-tablet-and-mobile {
        padding-top: 90px !important;
    }

    .m--padding-bottom-90-tablet-and-mobile {
        padding-bottom: 90px !important;
    }

    .m--padding-left-90-tablet-and-mobile {
        padding-left: 90px !important;
    }

    .m--padding-right-90-tablet-and-mobile {
        padding-right: 90px !important;
    }

    .m--margin-95-tablet-and-mobile {
        margin: 95px !important;
    }

    .m--margin-top-95-tablet-and-mobile {
        margin-top: 95px !important;
    }

    .m--margin-bottom-95-tablet-and-mobile {
        margin-bottom: 95px !important;
    }

    .m--margin-left-95-tablet-and-mobile {
        margin-left: 95px !important;
    }

    .m--margin-right-95-tablet-and-mobile {
        margin-right: 95px !important;
    }

    .m--padding-95-tablet-and-mobile {
        padding: 95px !important;
    }

    .m--padding-top-95-tablet-and-mobile {
        padding-top: 95px !important;
    }

    .m--padding-bottom-95-tablet-and-mobile {
        padding-bottom: 95px !important;
    }

    .m--padding-left-95-tablet-and-mobile {
        padding-left: 95px !important;
    }

    .m--padding-right-95-tablet-and-mobile {
        padding-right: 95px !important;
    }

    .m--margin-100-tablet-and-mobile {
        margin: 100px !important;
    }

    .m--margin-top-100-tablet-and-mobile {
        margin-top: 100px !important;
    }

    .m--margin-bottom-100-tablet-and-mobile {
        margin-bottom: 100px !important;
    }

    .m--margin-left-100-tablet-and-mobile {
        margin-left: 100px !important;
    }

    .m--margin-right-100-tablet-and-mobile {
        margin-right: 100px !important;
    }

    .m--padding-100-tablet-and-mobile {
        padding: 100px !important;
    }

    .m--padding-top-100-tablet-and-mobile {
        padding-top: 100px !important;
    }

    .m--padding-bottom-100-tablet-and-mobile {
        padding-bottom: 100px !important;
    }

    .m--padding-left-100-tablet-and-mobile {
        padding-left: 100px !important;
    }

    .m--padding-right-100-tablet-and-mobile {
        padding-right: 100px !important;
    }
}

@media (max-width: 768px) {
    .m--margin-5-mobile {
        margin: 5px !important;
    }

    .m--margin-top-5-mobile {
        margin-top: 5px !important;
    }

    .m--margin-bottom-5-mobile {
        margin-bottom: 5px !important;
    }

    .m--margin-left-5-mobile {
        margin-left: 5px !important;
    }

    .m--margin-right-5-mobile {
        margin-right: 5px !important;
    }

    .m--padding-5-mobile {
        padding: 5px !important;
    }

    .m--padding-top-5-mobile {
        padding-top: 5px !important;
    }

    .m--padding-bottom-5-mobile {
        padding-bottom: 5px !important;
    }

    .m--padding-left-5-mobile {
        padding-left: 5px !important;
    }

    .m--padding-right-5-mobile {
        padding-right: 5px !important;
    }

    .m--margin-10-mobile {
        margin: 10px !important;
    }

    .m--margin-top-10-mobile {
        margin-top: 10px !important;
    }

    .m--margin-bottom-10-mobile {
        margin-bottom: 10px !important;
    }

    .m--margin-left-10-mobile {
        margin-left: 10px !important;
    }

    .m--margin-right-10-mobile {
        margin-right: 10px !important;
    }

    .m--padding-10-mobile {
        padding: 10px !important;
    }

    .m--padding-top-10-mobile {
        padding-top: 10px !important;
    }

    .m--padding-bottom-10-mobile {
        padding-bottom: 10px !important;
    }

    .m--padding-left-10-mobile {
        padding-left: 10px !important;
    }

    .m--padding-right-10-mobile {
        padding-right: 10px !important;
    }

    .m--margin-15-mobile {
        margin: 15px !important;
    }

    .m--margin-top-15-mobile {
        margin-top: 15px !important;
    }

    .m--margin-bottom-15-mobile {
        margin-bottom: 15px !important;
    }

    .m--margin-left-15-mobile {
        margin-left: 15px !important;
    }

    .m--margin-right-15-mobile {
        margin-right: 15px !important;
    }

    .m--padding-15-mobile {
        padding: 15px !important;
    }

    .m--padding-top-15-mobile {
        padding-top: 15px !important;
    }

    .m--padding-bottom-15-mobile {
        padding-bottom: 15px !important;
    }

    .m--padding-left-15-mobile {
        padding-left: 15px !important;
    }

    .m--padding-right-15-mobile {
        padding-right: 15px !important;
    }

    .m--margin-20-mobile {
        margin: 20px !important;
    }

    .m--margin-top-20-mobile {
        margin-top: 20px !important;
    }

    .m--margin-bottom-20-mobile {
        margin-bottom: 20px !important;
    }

    .m--margin-left-20-mobile {
        margin-left: 20px !important;
    }

    .m--margin-right-20-mobile {
        margin-right: 20px !important;
    }

    .m--padding-20-mobile {
        padding: 20px !important;
    }

    .m--padding-top-20-mobile {
        padding-top: 20px !important;
    }

    .m--padding-bottom-20-mobile {
        padding-bottom: 20px !important;
    }

    .m--padding-left-20-mobile {
        padding-left: 20px !important;
    }

    .m--padding-right-20-mobile {
        padding-right: 20px !important;
    }

    .m--margin-25-mobile {
        margin: 25px !important;
    }

    .m--margin-top-25-mobile {
        margin-top: 25px !important;
    }

    .m--margin-bottom-25-mobile {
        margin-bottom: 25px !important;
    }

    .m--margin-left-25-mobile {
        margin-left: 25px !important;
    }

    .m--margin-right-25-mobile {
        margin-right: 25px !important;
    }

    .m--padding-25-mobile {
        padding: 25px !important;
    }

    .m--padding-top-25-mobile {
        padding-top: 25px !important;
    }

    .m--padding-bottom-25-mobile {
        padding-bottom: 25px !important;
    }

    .m--padding-left-25-mobile {
        padding-left: 25px !important;
    }

    .m--padding-right-25-mobile {
        padding-right: 25px !important;
    }

    .m--margin-30-mobile {
        margin: 30px !important;
    }

    .m--margin-top-30-mobile {
        margin-top: 30px !important;
    }

    .m--margin-bottom-30-mobile {
        margin-bottom: 30px !important;
    }

    .m--margin-left-30-mobile {
        margin-left: 30px !important;
    }

    .m--margin-right-30-mobile {
        margin-right: 30px !important;
    }

    .m--padding-30-mobile {
        padding: 30px !important;
    }

    .m--padding-top-30-mobile {
        padding-top: 30px !important;
    }

    .m--padding-bottom-30-mobile {
        padding-bottom: 30px !important;
    }

    .m--padding-left-30-mobile {
        padding-left: 30px !important;
    }

    .m--padding-right-30-mobile {
        padding-right: 30px !important;
    }

    .m--margin-35-mobile {
        margin: 35px !important;
    }

    .m--margin-top-35-mobile {
        margin-top: 35px !important;
    }

    .m--margin-bottom-35-mobile {
        margin-bottom: 35px !important;
    }

    .m--margin-left-35-mobile {
        margin-left: 35px !important;
    }

    .m--margin-right-35-mobile {
        margin-right: 35px !important;
    }

    .m--padding-35-mobile {
        padding: 35px !important;
    }

    .m--padding-top-35-mobile {
        padding-top: 35px !important;
    }

    .m--padding-bottom-35-mobile {
        padding-bottom: 35px !important;
    }

    .m--padding-left-35-mobile {
        padding-left: 35px !important;
    }

    .m--padding-right-35-mobile {
        padding-right: 35px !important;
    }

    .m--margin-40-mobile {
        margin: 40px !important;
    }

    .m--margin-top-40-mobile {
        margin-top: 40px !important;
    }

    .m--margin-bottom-40-mobile {
        margin-bottom: 40px !important;
    }

    .m--margin-left-40-mobile {
        margin-left: 40px !important;
    }

    .m--margin-right-40-mobile {
        margin-right: 40px !important;
    }

    .m--padding-40-mobile {
        padding: 40px !important;
    }

    .m--padding-top-40-mobile {
        padding-top: 40px !important;
    }

    .m--padding-bottom-40-mobile {
        padding-bottom: 40px !important;
    }

    .m--padding-left-40-mobile {
        padding-left: 40px !important;
    }

    .m--padding-right-40-mobile {
        padding-right: 40px !important;
    }

    .m--margin-45-mobile {
        margin: 45px !important;
    }

    .m--margin-top-45-mobile {
        margin-top: 45px !important;
    }

    .m--margin-bottom-45-mobile {
        margin-bottom: 45px !important;
    }

    .m--margin-left-45-mobile {
        margin-left: 45px !important;
    }

    .m--margin-right-45-mobile {
        margin-right: 45px !important;
    }

    .m--padding-45-mobile {
        padding: 45px !important;
    }

    .m--padding-top-45-mobile {
        padding-top: 45px !important;
    }

    .m--padding-bottom-45-mobile {
        padding-bottom: 45px !important;
    }

    .m--padding-left-45-mobile {
        padding-left: 45px !important;
    }

    .m--padding-right-45-mobile {
        padding-right: 45px !important;
    }

    .m--margin-50-mobile {
        margin: 50px !important;
    }

    .m--margin-top-50-mobile {
        margin-top: 50px !important;
    }

    .m--margin-bottom-50-mobile {
        margin-bottom: 50px !important;
    }

    .m--margin-left-50-mobile {
        margin-left: 50px !important;
    }

    .m--margin-right-50-mobile {
        margin-right: 50px !important;
    }

    .m--padding-50-mobile {
        padding: 50px !important;
    }

    .m--padding-top-50-mobile {
        padding-top: 50px !important;
    }

    .m--padding-bottom-50-mobile {
        padding-bottom: 50px !important;
    }

    .m--padding-left-50-mobile {
        padding-left: 50px !important;
    }

    .m--padding-right-50-mobile {
        padding-right: 50px !important;
    }

    .m--margin-55-mobile {
        margin: 55px !important;
    }

    .m--margin-top-55-mobile {
        margin-top: 55px !important;
    }

    .m--margin-bottom-55-mobile {
        margin-bottom: 55px !important;
    }

    .m--margin-left-55-mobile {
        margin-left: 55px !important;
    }

    .m--margin-right-55-mobile {
        margin-right: 55px !important;
    }

    .m--padding-55-mobile {
        padding: 55px !important;
    }

    .m--padding-top-55-mobile {
        padding-top: 55px !important;
    }

    .m--padding-bottom-55-mobile {
        padding-bottom: 55px !important;
    }

    .m--padding-left-55-mobile {
        padding-left: 55px !important;
    }

    .m--padding-right-55-mobile {
        padding-right: 55px !important;
    }

    .m--margin-60-mobile {
        margin: 60px !important;
    }

    .m--margin-top-60-mobile {
        margin-top: 60px !important;
    }

    .m--margin-bottom-60-mobile {
        margin-bottom: 60px !important;
    }

    .m--margin-left-60-mobile {
        margin-left: 60px !important;
    }

    .m--margin-right-60-mobile {
        margin-right: 60px !important;
    }

    .m--padding-60-mobile {
        padding: 60px !important;
    }

    .m--padding-top-60-mobile {
        padding-top: 60px !important;
    }

    .m--padding-bottom-60-mobile {
        padding-bottom: 60px !important;
    }

    .m--padding-left-60-mobile {
        padding-left: 60px !important;
    }

    .m--padding-right-60-mobile {
        padding-right: 60px !important;
    }

    .m--margin-65-mobile {
        margin: 65px !important;
    }

    .m--margin-top-65-mobile {
        margin-top: 65px !important;
    }

    .m--margin-bottom-65-mobile {
        margin-bottom: 65px !important;
    }

    .m--margin-left-65-mobile {
        margin-left: 65px !important;
    }

    .m--margin-right-65-mobile {
        margin-right: 65px !important;
    }

    .m--padding-65-mobile {
        padding: 65px !important;
    }

    .m--padding-top-65-mobile {
        padding-top: 65px !important;
    }

    .m--padding-bottom-65-mobile {
        padding-bottom: 65px !important;
    }

    .m--padding-left-65-mobile {
        padding-left: 65px !important;
    }

    .m--padding-right-65-mobile {
        padding-right: 65px !important;
    }

    .m--margin-70-mobile {
        margin: 70px !important;
    }

    .m--margin-top-70-mobile {
        margin-top: 70px !important;
    }

    .m--margin-bottom-70-mobile {
        margin-bottom: 70px !important;
    }

    .m--margin-left-70-mobile {
        margin-left: 70px !important;
    }

    .m--margin-right-70-mobile {
        margin-right: 70px !important;
    }

    .m--padding-70-mobile {
        padding: 70px !important;
    }

    .m--padding-top-70-mobile {
        padding-top: 70px !important;
    }

    .m--padding-bottom-70-mobile {
        padding-bottom: 70px !important;
    }

    .m--padding-left-70-mobile {
        padding-left: 70px !important;
    }

    .m--padding-right-70-mobile {
        padding-right: 70px !important;
    }

    .m--margin-75-mobile {
        margin: 75px !important;
    }

    .m--margin-top-75-mobile {
        margin-top: 75px !important;
    }

    .m--margin-bottom-75-mobile {
        margin-bottom: 75px !important;
    }

    .m--margin-left-75-mobile {
        margin-left: 75px !important;
    }

    .m--margin-right-75-mobile {
        margin-right: 75px !important;
    }

    .m--padding-75-mobile {
        padding: 75px !important;
    }

    .m--padding-top-75-mobile {
        padding-top: 75px !important;
    }

    .m--padding-bottom-75-mobile {
        padding-bottom: 75px !important;
    }

    .m--padding-left-75-mobile {
        padding-left: 75px !important;
    }

    .m--padding-right-75-mobile {
        padding-right: 75px !important;
    }

    .m--margin-80-mobile {
        margin: 80px !important;
    }

    .m--margin-top-80-mobile {
        margin-top: 80px !important;
    }

    .m--margin-bottom-80-mobile {
        margin-bottom: 80px !important;
    }

    .m--margin-left-80-mobile {
        margin-left: 80px !important;
    }

    .m--margin-right-80-mobile {
        margin-right: 80px !important;
    }

    .m--padding-80-mobile {
        padding: 80px !important;
    }

    .m--padding-top-80-mobile {
        padding-top: 80px !important;
    }

    .m--padding-bottom-80-mobile {
        padding-bottom: 80px !important;
    }

    .m--padding-left-80-mobile {
        padding-left: 80px !important;
    }

    .m--padding-right-80-mobile {
        padding-right: 80px !important;
    }

    .m--margin-85-mobile {
        margin: 85px !important;
    }

    .m--margin-top-85-mobile {
        margin-top: 85px !important;
    }

    .m--margin-bottom-85-mobile {
        margin-bottom: 85px !important;
    }

    .m--margin-left-85-mobile {
        margin-left: 85px !important;
    }

    .m--margin-right-85-mobile {
        margin-right: 85px !important;
    }

    .m--padding-85-mobile {
        padding: 85px !important;
    }

    .m--padding-top-85-mobile {
        padding-top: 85px !important;
    }

    .m--padding-bottom-85-mobile {
        padding-bottom: 85px !important;
    }

    .m--padding-left-85-mobile {
        padding-left: 85px !important;
    }

    .m--padding-right-85-mobile {
        padding-right: 85px !important;
    }

    .m--margin-90-mobile {
        margin: 90px !important;
    }

    .m--margin-top-90-mobile {
        margin-top: 90px !important;
    }

    .m--margin-bottom-90-mobile {
        margin-bottom: 90px !important;
    }

    .m--margin-left-90-mobile {
        margin-left: 90px !important;
    }

    .m--margin-right-90-mobile {
        margin-right: 90px !important;
    }

    .m--padding-90-mobile {
        padding: 90px !important;
    }

    .m--padding-top-90-mobile {
        padding-top: 90px !important;
    }

    .m--padding-bottom-90-mobile {
        padding-bottom: 90px !important;
    }

    .m--padding-left-90-mobile {
        padding-left: 90px !important;
    }

    .m--padding-right-90-mobile {
        padding-right: 90px !important;
    }

    .m--margin-95-mobile {
        margin: 95px !important;
    }

    .m--margin-top-95-mobile {
        margin-top: 95px !important;
    }

    .m--margin-bottom-95-mobile {
        margin-bottom: 95px !important;
    }

    .m--margin-left-95-mobile {
        margin-left: 95px !important;
    }

    .m--margin-right-95-mobile {
        margin-right: 95px !important;
    }

    .m--padding-95-mobile {
        padding: 95px !important;
    }

    .m--padding-top-95-mobile {
        padding-top: 95px !important;
    }

    .m--padding-bottom-95-mobile {
        padding-bottom: 95px !important;
    }

    .m--padding-left-95-mobile {
        padding-left: 95px !important;
    }

    .m--padding-right-95-mobile {
        padding-right: 95px !important;
    }

    .m--margin-100-mobile {
        margin: 100px !important;
    }

    .m--margin-top-100-mobile {
        margin-top: 100px !important;
    }

    .m--margin-bottom-100-mobile {
        margin-bottom: 100px !important;
    }

    .m--margin-left-100-mobile {
        margin-left: 100px !important;
    }

    .m--margin-right-100-mobile {
        margin-right: 100px !important;
    }

    .m--padding-100-mobile {
        padding: 100px !important;
    }

    .m--padding-top-100-mobile {
        padding-top: 100px !important;
    }

    .m--padding-bottom-100-mobile {
        padding-bottom: 100px !important;
    }

    .m--padding-left-100-mobile {
        padding-left: 100px !important;
    }

    .m--padding-right-100-mobile {
        padding-right: 100px !important;
    }
}

.m--full-height {
    height: 100%;
}

.m--valign-top {
    vertical-align: top;
}

.m--space-5 {
    display: block;
    height: 0;
    margin-bottom: 5px;
}

.m--space-10 {
    display: block;
    height: 0;
    margin-bottom: 10px;
}

.m--space-15 {
    display: block;
    height: 0;
    margin-bottom: 15px;
}

.m--space-20 {
    display: block;
    height: 0;
    margin-bottom: 20px;
}

.m--space-30 {
    display: block;
    height: 0;
    margin-bottom: 30px;
}

.m--space-40 {
    display: block;
    height: 0;
    margin-bottom: 40px;
}

.m--valign-middle {
    vertical-align: middle;
}

.m--valign-bottom {
    vertical-align: bottom;
}

.m--block-center {
    margin-left: auto;
    margin-right: auto;
}

.m--align-right {
    text-align: right;
}

.m--align-left {
    text-align: left;
}

.m--align-center {
    text-align: center;
}

.m--pull-right {
    float: right;
}

.m--pull-left {
    float: left;
}

.m--img-rounded {
    border-radius: 50%;
}

.m--block-inline {
    display: inline-block;
}

.m--icon-middle:before {
    vertical-align: middle;
}

.m--hide {
    display: none !important;
}

.m--clearfix:before, .m--clearfix:after {
    content: " ";
    display: table;
}

.m--clearfix:after {
    clear: both;
}

.m--marginless {
    margin: 0 !important;
}

.m--img-centered {
    text-align: center;
}

.m--font-transform-u {
    text-transform: uppercase;
}

.m--font-transform-l {
    text-transform: lowercase;
}

.m--font-transform-c {
    text-transform: capitalize;
}

.m--font-transform-i {
    text-transform: initial;
}

.m--font-thin {
    font-weight: 200;
}

.m--font-normal {
    font-weight: 300;
}

.m--font-bold {
    font-weight: 400;
}

.m--font-bolder {
    font-weight: 500;
}

.m--font-boldest {
    font-weight: 600;
}

.m--font-boldest2 {
    font-weight: 700;
}

.m--regular-font-size-sm5 {
    font-size: 0.7rem !important;
}

.m--regular-font-size-sm4 {
    font-size: 0.75rem !important;
}

.m--regular-font-size-sm3 {
    font-size: 0.78rem !important;
}

.m--regular-font-size-sm2 {
    font-size: 0.8rem !important;
}

.m--regular-font-size-sm1 {
    font-size: 0.85rem !important;
}

.m--regular-font-size- {
    font-size: 1rem !important;
}

.m--regular-font-size-lg1 {
    font-size: 1.1rem !important;
}

.m--regular-font-size-lg2 {
    font-size: 1.2rem !important;
}

.m--regular-font-size-lg3 {
    font-size: 1.3rem !important;
}

.m--regular-font-size-lg4 {
    font-size: 1.5rem !important;
}

.m--regular-font-size-lg5 {
    font-size: 1.6rem !important;
}

.m--icon-font-size-sm5 {
    font-size: 0.8rem !important;
}

.m--icon-font-size-sm4 {
    font-size: 0.9rem !important;
}

.m--icon-font-size-sm3 {
    font-size: 1rem !important;
}

.m--icon-font-size-sm2 {
    font-size: 1.1rem !important;
}

.m--icon-font-size-sm1 {
    font-size: 1.2rem !important;
}

.m--icon-font-size- {
    font-size: 1.3rem !important;
}

.m--icon-font-size-lg1 {
    font-size: 1.4rem !important;
}

.m--icon-font-size-lg2 {
    font-size: 1.6rem !important;
}

.m--icon-font-size-lg3 {
    font-size: 1.8rem !important;
}

.m--icon-font-size-lg4 {
    font-size: 2rem !important;
}

.m--icon-font-size-lg5 {
    font-size: 2.1rem !important;
}

b,
strong {
    font-weight: bold;
}

.m--font-brand {
    color: #716aca !important;
}

.m--font-inverse-brand {
    color: #ffffff !important;
}

.m--bg-brand {
    background-color: #716aca !important;
}

.m--bg-fill-brand {
    background-color: #716aca !important;
    color: #ffffff !important;
}

.m--font-metal {
    color: #c4c5d6 !important;
}

.m--font-inverse-metal {
    color: #ffffff !important;
}

.m--bg-metal {
    background-color: #c4c5d6 !important;
}

.m--bg-fill-metal {
    background-color: #c4c5d6 !important;
    color: #ffffff !important;
}

.m--font-light {
    color: #ffffff !important;
}

.m--font-inverse-light {
    color: #282a3c !important;
}

.m--bg-light {
    background-color: #ffffff !important;
}

.m--bg-fill-light {
    background-color: #ffffff !important;
    color: #282a3c !important;
}

.m--font-accent {
    color: #00c5dc !important;
}

.m--font-inverse-accent {
    color: #ffffff !important;
}

.m--bg-accent {
    background-color: #00c5dc !important;
}

.m--bg-fill-accent {
    background-color: #00c5dc !important;
    color: #ffffff !important;
}

.m--font-focus {
    color: #9816f4 !important;
}

.m--font-inverse-focus {
    color: #ffffff !important;
}

.m--bg-focus {
    background-color: #9816f4 !important;
}

.m--bg-fill-focus {
    background-color: #9816f4 !important;
    color: #ffffff !important;
}

.m--font-primary {
    color: #5867dd !important;
}

.m--font-inverse-primary {
    color: #ffffff !important;
}

.m--bg-primary {
    background-color: #5867dd !important;
}

.m--bg-fill-primary {
    background-color: #5867dd !important;
    color: #ffffff !important;
}

.m--font-success {
    color: #34bfa3 !important;
}

.m--font-inverse-success {
    color: #ffffff !important;
}

.m--bg-success {
    background-color: #34bfa3 !important;
}

.m--bg-fill-success {
    background-color: #34bfa3 !important;
    color: #ffffff !important;
}

.m--font-info {
    color: #36a3f7 !important;
}

.m--font-inverse-info {
    color: #ffffff !important;
}

.m--bg-info {
    background-color: #36a3f7 !important;
}

.m--bg-fill-info {
    background-color: #36a3f7 !important;
    color: #ffffff !important;
}

.m--font-warning {
    color: #ffb822 !important;
}

.m--font-inverse-warning {
    color: #111111 !important;
}

.m--bg-warning {
    background-color: #ffb822 !important;
}

.m--bg-fill-warning {
    background-color: #ffb822 !important;
    color: #111111 !important;
}

.m--font-danger {
    color: #f4516c !important;
}

.m--font-inverse-danger {
    color: #ffffff !important;
}

.m--bg-danger {
    background-color: #f4516c !important;
}

.m--bg-fill-danger {
    background-color: #f4516c !important;
    color: #ffffff !important;
}

.m--visible-desktop,
.m--visible-desktop-inline-block,
.m--visible-desktop-inline,
.m--visible-desktop-table,
.m--visible-desktop-table-cell,
.m--visible-tablet,
.m--visible-tablet-inline-block,
.m--visible-tablet-inline,
.m--visible-tablet-table,
.m--visible-tablet-table-cell,
.m--visible-tablet-and-mobile,
.m--visible-tablet-and-mobile-inline-block,
.m--visible-tablet-and-mobile-inline,
.m--visible-tablet-and-mobile-table,
.m--visible-tablet-and-mobile-table-cell,
.m--visible-mobile,
.m--visible-mobile-inline-block,
.m--visible-mobile-inline,
.m--visible-mobile-table,
.m--visible-mobile-table-cell {
    display: none !important;
}

@media (min-width: 1025px) {
    .m--visible-desktop {
        display: block !important;
    }

    .m--visible-desktop-inline-block {
        display: inline-block !important;
    }

    .m--visible-desktop-inline {
        display: inline !important;
    }

    .m--visible-desktop-table {
        display: table !important;
    }

    .m--visible-desktop-table-cell {
        display: table-cell !important;
    }

    .m--hidden-desktop {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m--visible-tablet {
        display: block !important;
    }

    .m--visible-tablet-inline-block {
        display: inline-block !important;
    }

    .m--visible-tablet-inline {
        display: inline !important;
    }

    .m--visible-tablet-table {
        display: table !important;
    }

    .m--visible-tablet-table-cell {
        display: table-cell !important;
    }

    .m--hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .m--visible-tablet-and-mobile {
        display: block !important;
    }

    .m--visible-tablet-and-mobile-inline-block {
        display: inline-block !important;
    }

    .m--visible-tablet-and-mobile-inline {
        display: inline !important;
    }

    .m--visible-tablet-and-mobile-table {
        display: table !important;
    }

    .m--visible-tablet-and-mobile-table-cell {
        display: table-cell !important;
    }

    .m--hidden-tablet-and-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .m--visible-mobile {
        display: block !important;
    }

    .m--visible-mobile-inline-block {
        display: inline-block !important;
    }

    .m--visible-mobile-inline {
        display: inline !important;
    }

    .m--visible-mobile-table {
        display: table !important;
    }

    .m--visible-mobile-table-cell {
        display: table-cell !important;
    }

    .m--hidden-mobile {
        display: none !important;
    }
}

.m-animate-fade-in-up {
    -webkit-animation: m-animate-fade-in-up .5s;
    animation: m-animate-fade-in-up .5s;
}

.m-animate-fade-out {
    -webkit-animation: m-animate-fade-out .5s;
    animation: m-animate-fade-out .5s;
}

.m-animate-fade-in {
    -webkit-animation: m-animate-fade-in .5s;
    animation: m-animate-fade-in .5s;
}

.m-animate-blink {
    -webkit-animation: m-animate-blink 1s step-start 0s infinite;
    animation: m-animate-blink 1s step-start 0s infinite;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}

.m-animate-shake {
    -webkit-animation: m-animate-shake 0.1s ease-in 0.1s infinite alternate;
    animation: m-animate-shake 0.1s ease-in 0.1s infinite alternate;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}

.m-animate-pause {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.m-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

@-webkit-keyframes m-animate-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes m-animate-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes m-animate-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes m-animate-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes m-animate-fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes m-animate-fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes m-animate-fade-out-up {
    from {
        opacity: 1;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes m-animate-fade-out-up {
    from {
        opacity: 1;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes m-animate-blink {
    50% {
        opacity: 0.0;
    }
}

@keyframes m-animate-blink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes m-animate-shake {
    from {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg);
    }

    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg);
    }
}

@keyframes m-animate-shake {
    from {
        -webkit-transform: rotate(13deg);
        transform: rotate(13deg);
    }

    to {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-13deg);
        transform: rotate(-13deg);
    }
}

.m-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

    .m-container:before, .m-container:after {
        content: " ";
        display: table;
    }

    .m-container:after {
        clear: both;
    }

    .m-container.m-container--fluid {
        width: 100%;
    }

    .m-container.m-container--full-height {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
    }

@media (min-width: 576px) {
    .m-container:not(.m-container--fluid):not(.m-container--responsive) {
        width: 576px;
    }
}

@media (min-width: 768px) {
    .m-container:not(.m-container--fluid):not(.m-container--responsive) {
        width: 720px;
    }
}

@media (min-width: 1024px) {
    .m-container:not(.m-container--fluid):not(.m-container--responsive) {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .m-container:not(.m-container--fluid):not(.m-container--responsive) {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .m-container:not(.m-container--fluid):not(.m-container--responsive) {
        width: 1340px;
    }
}

@media (min-width: 1600px) {
    .m-container:not(.m-container--fluid):not(.m-container--responsive) {
        width: 1540px;
    }
}

@media (min-width: 576px) {
    .m-container.m-container--responsive.m-container--sm {
        width: 576px;
    }
}

@media (min-width: 768px) {
    .m-container.m-container--responsive.m-container--md {
        width: 720px;
    }
}

@media (min-width: 1024px) {
    .m-container.m-container--responsive.m-container--lg {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .m-container.m-container--responsive.m-container--xl {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .m-container.m-container--responsive.m-container--xxl {
        width: 1340px;
    }
}

@media (min-width: 1600px) {
    .m-container.m-container--responsive.m-container--xxxl {
        width: 1540px;
    }
}

.m-stack {
    display: block;
    width: 100%;
    height: 100%;
}

    .m-stack.m-stack--hor > .m-stack__item {
        display: block;
    }

        .m-stack.m-stack--hor > .m-stack__item.m-stack__item--fluid {
            display: block;
            height: auto;
        }

    .m-stack.m-stack--ver > .m-stack__item {
        display: block;
        height: auto;
    }

    .m-stack.m-stack--general {
        display: table;
        table-layout: fixed;
    }

        .m-stack.m-stack--general.m-stack--fluid {
            table-layout: auto;
        }

        .m-stack.m-stack--general.m-stack--inline {
            width: auto;
        }

        .m-stack.m-stack--general.m-stack--hor > .m-stack__item {
            display: table-row;
            vertical-align: top;
            height: 1px;
        }

            .m-stack.m-stack--general.m-stack--hor > .m-stack__item > .m-stack__demo-item {
                height: 100%;
            }

            .m-stack.m-stack--general.m-stack--hor > .m-stack__item.m-stack__item--fluid {
                height: auto;
            }

            .m-stack.m-stack--general.m-stack--hor > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--general.m-stack--hor > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--general.m-stack--hor > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--general.m-stack--hor > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--general.m-stack--hor > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--general.m-stack--hor > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--general.m-stack--hor > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

        .m-stack.m-stack--general.m-stack--ver.m-stack--demo {
            height: 80px;
        }

        .m-stack.m-stack--general.m-stack--ver > .m-stack__item {
            display: table-cell;
            vertical-align: top;
            height: 100%;
        }

            .m-stack.m-stack--general.m-stack--ver > .m-stack__item.m-stack__item--fluid {
                width: 100%;
            }

            .m-stack.m-stack--general.m-stack--ver > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--general.m-stack--ver > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--general.m-stack--ver > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--general.m-stack--ver > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--general.m-stack--ver > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--general.m-stack--ver > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--general.m-stack--ver > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

    .m-stack.m-stack--flex-general {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-stack.m-stack--flex-general.m-stack--ver > .m-stack__item.m-stack__item--first {
            display: block;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-stack.m-stack--flex-general.m-stack--ver > .m-stack__item.m-stack__item--last {
            display: block;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

@media (min-width: 1025px) {
    .m-stack.m-stack--desktop {
        display: table;
        table-layout: fixed;
    }

        .m-stack.m-stack--desktop.m-stack--fluid {
            table-layout: auto;
        }

        .m-stack.m-stack--desktop.m-stack--inline {
            width: auto;
        }

        .m-stack.m-stack--desktop.m-stack--hor > .m-stack__item {
            display: table-row;
            vertical-align: top;
            height: 1px;
        }

            .m-stack.m-stack--desktop.m-stack--hor > .m-stack__item > .m-stack__demo-item {
                height: 100%;
            }

            .m-stack.m-stack--desktop.m-stack--hor > .m-stack__item.m-stack__item--fluid {
                height: auto;
            }

            .m-stack.m-stack--desktop.m-stack--hor > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--desktop.m-stack--hor > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--desktop.m-stack--hor > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--desktop.m-stack--hor > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--desktop.m-stack--hor > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--desktop.m-stack--hor > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--desktop.m-stack--hor > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

        .m-stack.m-stack--desktop.m-stack--ver.m-stack--demo {
            height: 80px;
        }

        .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item {
            display: table-cell;
            vertical-align: top;
            height: 100%;
        }

            .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--fluid {
                width: 100%;
            }

            .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--desktop.m-stack--ver > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

    .m-stack.m-stack--flex-desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-stack.m-stack--flex-desktop.m-stack--ver > .m-stack__item.m-stack__item--first {
            display: block;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-stack.m-stack--flex-desktop.m-stack--ver > .m-stack__item.m-stack__item--last {
            display: block;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
}

@media (min-width: 769px) {
    .m-stack.m-stack--desktop-and-tablet {
        display: table;
        table-layout: fixed;
    }

        .m-stack.m-stack--desktop-and-tablet.m-stack--fluid {
            table-layout: auto;
        }

        .m-stack.m-stack--desktop-and-tablet.m-stack--inline {
            width: auto;
        }

        .m-stack.m-stack--desktop-and-tablet.m-stack--hor > .m-stack__item {
            display: table-row;
            vertical-align: top;
            height: 1px;
        }

            .m-stack.m-stack--desktop-and-tablet.m-stack--hor > .m-stack__item > .m-stack__demo-item {
                height: 100%;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--hor > .m-stack__item.m-stack__item--fluid {
                height: auto;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--hor > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--hor > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--hor > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--hor > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--hor > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--hor > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--hor > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

        .m-stack.m-stack--desktop-and-tablet.m-stack--ver.m-stack--demo {
            height: 80px;
        }

        .m-stack.m-stack--desktop-and-tablet.m-stack--ver > .m-stack__item {
            display: table-cell;
            vertical-align: top;
            height: 100%;
        }

            .m-stack.m-stack--desktop-and-tablet.m-stack--ver > .m-stack__item.m-stack__item--fluid {
                width: 100%;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--ver > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--ver > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--ver > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--ver > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--ver > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--ver > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--desktop-and-tablet.m-stack--ver > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

    .m-stack.m-stack--flex-desktop-and-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-stack.m-stack--flex-desktop-and-tablet.m-stack--ver > .m-stack__item.m-stack__item--first {
            display: block;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-stack.m-stack--flex-desktop-and-tablet.m-stack--ver > .m-stack__item.m-stack__item--last {
            display: block;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-stack.m-stack--tablet {
        display: table;
        table-layout: fixed;
    }

        .m-stack.m-stack--tablet.m-stack--fluid {
            table-layout: auto;
        }

        .m-stack.m-stack--tablet.m-stack--inline {
            width: auto;
        }

        .m-stack.m-stack--tablet.m-stack--hor > .m-stack__item {
            display: table-row;
            vertical-align: top;
            height: 1px;
        }

            .m-stack.m-stack--tablet.m-stack--hor > .m-stack__item > .m-stack__demo-item {
                height: 100%;
            }

            .m-stack.m-stack--tablet.m-stack--hor > .m-stack__item.m-stack__item--fluid {
                height: auto;
            }

            .m-stack.m-stack--tablet.m-stack--hor > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--tablet.m-stack--hor > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--tablet.m-stack--hor > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--tablet.m-stack--hor > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--tablet.m-stack--hor > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--tablet.m-stack--hor > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--tablet.m-stack--hor > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

        .m-stack.m-stack--tablet.m-stack--ver.m-stack--demo {
            height: 80px;
        }

        .m-stack.m-stack--tablet.m-stack--ver > .m-stack__item {
            display: table-cell;
            vertical-align: top;
            height: 100%;
        }

            .m-stack.m-stack--tablet.m-stack--ver > .m-stack__item.m-stack__item--fluid {
                width: 100%;
            }

            .m-stack.m-stack--tablet.m-stack--ver > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--tablet.m-stack--ver > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--tablet.m-stack--ver > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--tablet.m-stack--ver > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--tablet.m-stack--ver > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--tablet.m-stack--ver > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--tablet.m-stack--ver > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

    .m-stack.m-stack--flex-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-stack.m-stack--flex-tablet.m-stack--ver > .m-stack__item.m-stack__item--first {
            display: block;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-stack.m-stack--flex-tablet.m-stack--ver > .m-stack__item.m-stack__item--last {
            display: block;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
}

@media (max-width: 1024px) {
    .m-stack.m-stack--tablet-and-mobile {
        display: table;
        table-layout: fixed;
    }

        .m-stack.m-stack--tablet-and-mobile.m-stack--fluid {
            table-layout: auto;
        }

        .m-stack.m-stack--tablet-and-mobile.m-stack--inline {
            width: auto;
        }

        .m-stack.m-stack--tablet-and-mobile.m-stack--hor > .m-stack__item {
            display: table-row;
            vertical-align: top;
            height: 1px;
        }

            .m-stack.m-stack--tablet-and-mobile.m-stack--hor > .m-stack__item > .m-stack__demo-item {
                height: 100%;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--hor > .m-stack__item.m-stack__item--fluid {
                height: auto;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--hor > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--hor > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--hor > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--hor > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--hor > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--hor > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--hor > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

        .m-stack.m-stack--tablet-and-mobile.m-stack--ver.m-stack--demo {
            height: 80px;
        }

        .m-stack.m-stack--tablet-and-mobile.m-stack--ver > .m-stack__item {
            display: table-cell;
            vertical-align: top;
            height: 100%;
        }

            .m-stack.m-stack--tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--fluid {
                width: 100%;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

    .m-stack.m-stack--flex-tablet-and-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-stack.m-stack--flex-tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--first {
            display: block;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-stack.m-stack--flex-tablet-and-mobile.m-stack--ver > .m-stack__item.m-stack__item--last {
            display: block;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
}

@media (max-width: 768px) {
    .m-stack.m-stack--mobile {
        display: table;
        table-layout: fixed;
    }

        .m-stack.m-stack--mobile.m-stack--fluid {
            table-layout: auto;
        }

        .m-stack.m-stack--mobile.m-stack--inline {
            width: auto;
        }

        .m-stack.m-stack--mobile.m-stack--hor > .m-stack__item {
            display: table-row;
            vertical-align: top;
            height: 1px;
        }

            .m-stack.m-stack--mobile.m-stack--hor > .m-stack__item > .m-stack__demo-item {
                height: 100%;
            }

            .m-stack.m-stack--mobile.m-stack--hor > .m-stack__item.m-stack__item--fluid {
                height: auto;
            }

            .m-stack.m-stack--mobile.m-stack--hor > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--mobile.m-stack--hor > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--mobile.m-stack--hor > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--mobile.m-stack--hor > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--mobile.m-stack--hor > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--mobile.m-stack--hor > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--mobile.m-stack--hor > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

        .m-stack.m-stack--mobile.m-stack--ver.m-stack--demo {
            height: 80px;
        }

        .m-stack.m-stack--mobile.m-stack--ver > .m-stack__item {
            display: table-cell;
            vertical-align: top;
            height: 100%;
        }

            .m-stack.m-stack--mobile.m-stack--ver > .m-stack__item.m-stack__item--fluid {
                width: 100%;
            }

            .m-stack.m-stack--mobile.m-stack--ver > .m-stack__item.m-stack__item--fit {
                line-height: 0;
            }

            .m-stack.m-stack--mobile.m-stack--ver > .m-stack__item.m-stack__item--left {
                text-align: left;
            }

            .m-stack.m-stack--mobile.m-stack--ver > .m-stack__item.m-stack__item--right {
                text-align: right;
            }

            .m-stack.m-stack--mobile.m-stack--ver > .m-stack__item.m-stack__item--center {
                text-align: center;
            }

            .m-stack.m-stack--mobile.m-stack--ver > .m-stack__item.m-stack__item--top {
                vertical-align: top;
            }

            .m-stack.m-stack--mobile.m-stack--ver > .m-stack__item.m-stack__item--middle {
                vertical-align: middle;
            }

            .m-stack.m-stack--mobile.m-stack--ver > .m-stack__item.m-stack__item--bottom {
                vertical-align: bottom;
            }

    .m-stack.m-stack--flex-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-stack.m-stack--flex-mobile.m-stack--ver > .m-stack__item.m-stack__item--first {
            display: block;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-stack.m-stack--flex-mobile.m-stack--ver > .m-stack__item.m-stack__item--last {
            display: block;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }
}

.m-stack--demo.m-stack--ver .m-stack__item,
.m-stack--demo.m-stack--hor .m-stack__demo-item {
    padding: 10px;
    border: 1px solid #eee;
    background: #fbfbfb;
    font-weight: 500;
}

.m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile).m-grid--root {
        -webkit-box-flex: 1;
        flex: 1;
        -ms-flex: 1 0 0px;
    }

    .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--fluid-general {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
            flex: 1 0 auto;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }

        .m-grid.m-grid--hor:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile).m-grid--root {
        -webkit-box-flex: 1;
        flex: 1;
        -ms-flex: 1 0 0px;
    }

    .m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--fluid-general {
            -webkit-box-flex: 1;
            flex: 1 auto;
            -ms-flex: 1 0 0px;
            min-width: 0;
        }

@media screen\0 {
    .m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--fluid-general {
        min-width: none;
    }
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid-item--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.m-grid.m-grid--ver:not(.m-grid--desktop):not(.m-grid--desktop-and-tablet):not(.m-grid--tablet):not(.m-grid--tablet-and-mobile):not(.m-grid--mobile) > .m-grid__item.m-grid__item--order-general-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

.m-grid.m-grid--center {
    -ms-flex-line-pack: center;
    align-content: center;
}

.m-grid > .m-grid__item {
    max-width: 100%;
}

    .m-grid > .m-grid__item.m-grid__item--top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .m-grid > .m-grid__item.m-grid__item--middle {
        -ms-flex-item-align: center;
        align-self: center;
    }

    .m-grid > .m-grid__item.m-grid__item--bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .m-grid > .m-grid__item.m-grid__item--order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .m-grid > .m-grid__item.m-grid__item--order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .m-grid > .m-grid__item.m-grid__item--order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .m-grid > .m-grid__item.m-grid__item--order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .m-grid > .m-grid__item.m-grid__item--order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .m-grid > .m-grid__item.m-grid__item--order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .m-grid > .m-grid__item.m-grid__item--order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .m-grid > .m-grid__item.m-grid__item--order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .m-grid > .m-grid__item.m-grid__item--order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .m-grid > .m-grid__item.m-grid__item--order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .m-grid > .m-grid__item.m-grid__item--order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .m-grid > .m-grid__item.m-grid__item--order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

@media (min-width: 1025px) {
    .m-grid.m-grid--hor-desktop.m-grid--desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-grid.m-grid--hor-desktop.m-grid--desktop.m-grid--root {
            -webkit-box-flex: 1;
            flex: 1;
            -ms-flex: 1 0 0px;
        }

        .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--fluid-desktop {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-1 {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-2 {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-3 {
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-4 {
                -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                order: 4;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-5 {
                -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                order: 5;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-6 {
                -webkit-box-ordinal-group: 7;
                -ms-flex-order: 6;
                order: 6;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-7 {
                -webkit-box-ordinal-group: 8;
                -ms-flex-order: 7;
                order: 7;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-8 {
                -webkit-box-ordinal-group: 9;
                -ms-flex-order: 8;
                order: 8;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-9 {
                -webkit-box-ordinal-group: 10;
                -ms-flex-order: 9;
                order: 9;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-10 {
                -webkit-box-ordinal-group: 11;
                -ms-flex-order: 10;
                order: 10;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-11 {
                -webkit-box-ordinal-group: 12;
                -ms-flex-order: 11;
                order: 11;
            }

            .m-grid.m-grid--hor-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-12 {
                -webkit-box-ordinal-group: 13;
                -ms-flex-order: 12;
                order: 12;
            }

    .m-grid.m-grid--ver-desktop.m-grid--desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .m-grid.m-grid--ver-desktop.m-grid--desktop.m-grid--root {
            -webkit-box-flex: 1;
            flex: 1;
            -ms-flex: 1 0 0px;
        }

        .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--fluid-desktop {
                -webkit-box-flex: 1;
                flex: 1 auto;
                -ms-flex: 1 0 0px;
                min-width: 0;
            }
}

@media screen\0 and (min-width: 1025px) {
    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--fluid-desktop {
        min-width: none;
    }
}

@media (min-width: 1025px) {
    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid-item--center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .m-grid.m-grid--ver-desktop.m-grid--desktop > .m-grid__item.m-grid__item--order-desktop-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .m-grid.m-grid--center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .m-grid > .m-grid__item {
        max-width: 100%;
    }

        .m-grid > .m-grid__item.m-grid__item--top {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .m-grid > .m-grid__item.m-grid__item--middle {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .m-grid > .m-grid__item.m-grid__item--bottom {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .m-grid > .m-grid__item.m-grid__item--order-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-grid > .m-grid__item.m-grid__item--order-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .m-grid > .m-grid__item.m-grid__item--order-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

        .m-grid > .m-grid__item.m-grid__item--order-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }

        .m-grid > .m-grid__item.m-grid__item--order-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }

        .m-grid > .m-grid__item.m-grid__item--order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }

        .m-grid > .m-grid__item.m-grid__item--order-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }

        .m-grid > .m-grid__item.m-grid__item--order-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }

        .m-grid > .m-grid__item.m-grid__item--order-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }

        .m-grid > .m-grid__item.m-grid__item--order-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }

        .m-grid > .m-grid__item.m-grid__item--order-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }

        .m-grid > .m-grid__item.m-grid__item--order-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }
}

@media (min-width: 769px) {
    .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet.m-grid--root {
            -webkit-box-flex: 1;
            flex: 1;
            -ms-flex: 1 0 0px;
        }

        .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--fluid-desktop-and-tablet {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-1 {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-2 {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-3 {
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-4 {
                -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                order: 4;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-5 {
                -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                order: 5;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-6 {
                -webkit-box-ordinal-group: 7;
                -ms-flex-order: 6;
                order: 6;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-7 {
                -webkit-box-ordinal-group: 8;
                -ms-flex-order: 7;
                order: 7;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-8 {
                -webkit-box-ordinal-group: 9;
                -ms-flex-order: 8;
                order: 8;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-9 {
                -webkit-box-ordinal-group: 10;
                -ms-flex-order: 9;
                order: 9;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-10 {
                -webkit-box-ordinal-group: 11;
                -ms-flex-order: 10;
                order: 10;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-11 {
                -webkit-box-ordinal-group: 12;
                -ms-flex-order: 11;
                order: 11;
            }

            .m-grid.m-grid--hor-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-12 {
                -webkit-box-ordinal-group: 13;
                -ms-flex-order: 12;
                order: 12;
            }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet.m-grid--root {
            -webkit-box-flex: 1;
            flex: 1;
            -ms-flex: 1 0 0px;
        }

        .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--fluid-desktop-and-tablet {
                -webkit-box-flex: 1;
                flex: 1 auto;
                -ms-flex: 1 0 0px;
                min-width: 0;
            }
}

@media screen\0 and (min-width: 769px) {
    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--fluid-desktop-and-tablet {
        min-width: none;
    }
}

@media (min-width: 769px) {
    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid-item--center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .m-grid.m-grid--ver-desktop-and-tablet.m-grid--desktop-and-tablet > .m-grid__item.m-grid__item--order-desktop-and-tablet-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .m-grid.m-grid--center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .m-grid > .m-grid__item {
        max-width: 100%;
    }

        .m-grid > .m-grid__item.m-grid__item--top {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .m-grid > .m-grid__item.m-grid__item--middle {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .m-grid > .m-grid__item.m-grid__item--bottom {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .m-grid > .m-grid__item.m-grid__item--order-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-grid > .m-grid__item.m-grid__item--order-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .m-grid > .m-grid__item.m-grid__item--order-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

        .m-grid > .m-grid__item.m-grid__item--order-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }

        .m-grid > .m-grid__item.m-grid__item--order-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }

        .m-grid > .m-grid__item.m-grid__item--order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }

        .m-grid > .m-grid__item.m-grid__item--order-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }

        .m-grid > .m-grid__item.m-grid__item--order-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }

        .m-grid > .m-grid__item.m-grid__item--order-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }

        .m-grid > .m-grid__item.m-grid__item--order-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }

        .m-grid > .m-grid__item.m-grid__item--order-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }

        .m-grid > .m-grid__item.m-grid__item--order-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-grid.m-grid--hor-tablet.m-grid--tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-grid.m-grid--hor-tablet.m-grid--tablet.m-grid--root {
            -webkit-box-flex: 1;
            flex: 1;
            -ms-flex: 1 0 0px;
        }

        .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--fluid-tablet {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-1 {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-2 {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-3 {
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-4 {
                -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                order: 4;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-5 {
                -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                order: 5;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-6 {
                -webkit-box-ordinal-group: 7;
                -ms-flex-order: 6;
                order: 6;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-7 {
                -webkit-box-ordinal-group: 8;
                -ms-flex-order: 7;
                order: 7;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-8 {
                -webkit-box-ordinal-group: 9;
                -ms-flex-order: 8;
                order: 8;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-9 {
                -webkit-box-ordinal-group: 10;
                -ms-flex-order: 9;
                order: 9;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-10 {
                -webkit-box-ordinal-group: 11;
                -ms-flex-order: 10;
                order: 10;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-11 {
                -webkit-box-ordinal-group: 12;
                -ms-flex-order: 11;
                order: 11;
            }

            .m-grid.m-grid--hor-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-12 {
                -webkit-box-ordinal-group: 13;
                -ms-flex-order: 12;
                order: 12;
            }

    .m-grid.m-grid--ver-tablet.m-grid--tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .m-grid.m-grid--ver-tablet.m-grid--tablet.m-grid--root {
            -webkit-box-flex: 1;
            flex: 1;
            -ms-flex: 1 0 0px;
        }

        .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--fluid-tablet {
                -webkit-box-flex: 1;
                flex: 1 auto;
                -ms-flex: 1 0 0px;
                min-width: 0;
            }
}

@media screen\0 and (min-width: 769px) and (max-width: 1024px) {
    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--fluid-tablet {
        min-width: none;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid-item--center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .m-grid.m-grid--ver-tablet.m-grid--tablet > .m-grid__item.m-grid__item--order-tablet-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .m-grid.m-grid--center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .m-grid > .m-grid__item {
        max-width: 100%;
    }

        .m-grid > .m-grid__item.m-grid__item--top {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .m-grid > .m-grid__item.m-grid__item--middle {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .m-grid > .m-grid__item.m-grid__item--bottom {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .m-grid > .m-grid__item.m-grid__item--order-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-grid > .m-grid__item.m-grid__item--order-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .m-grid > .m-grid__item.m-grid__item--order-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

        .m-grid > .m-grid__item.m-grid__item--order-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }

        .m-grid > .m-grid__item.m-grid__item--order-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }

        .m-grid > .m-grid__item.m-grid__item--order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }

        .m-grid > .m-grid__item.m-grid__item--order-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }

        .m-grid > .m-grid__item.m-grid__item--order-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }

        .m-grid > .m-grid__item.m-grid__item--order-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }

        .m-grid > .m-grid__item.m-grid__item--order-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }

        .m-grid > .m-grid__item.m-grid__item--order-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }

        .m-grid > .m-grid__item.m-grid__item--order-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }
}

@media (max-width: 1024px) {
    .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile.m-grid--root {
            -webkit-box-flex: 1;
            flex: 1;
            -ms-flex: 1 0 0px;
        }

        .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--fluid-tablet-and-mobile {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-1 {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-2 {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-3 {
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-4 {
                -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                order: 4;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-5 {
                -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                order: 5;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-6 {
                -webkit-box-ordinal-group: 7;
                -ms-flex-order: 6;
                order: 6;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-7 {
                -webkit-box-ordinal-group: 8;
                -ms-flex-order: 7;
                order: 7;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-8 {
                -webkit-box-ordinal-group: 9;
                -ms-flex-order: 8;
                order: 8;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-9 {
                -webkit-box-ordinal-group: 10;
                -ms-flex-order: 9;
                order: 9;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-10 {
                -webkit-box-ordinal-group: 11;
                -ms-flex-order: 10;
                order: 10;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-11 {
                -webkit-box-ordinal-group: 12;
                -ms-flex-order: 11;
                order: 11;
            }

            .m-grid.m-grid--hor-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-12 {
                -webkit-box-ordinal-group: 13;
                -ms-flex-order: 12;
                order: 12;
            }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile.m-grid--root {
            -webkit-box-flex: 1;
            flex: 1;
            -ms-flex: 1 0 0px;
        }

        .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--fluid-tablet-and-mobile {
                -webkit-box-flex: 1;
                flex: 1 auto;
                -ms-flex: 1 0 0px;
                min-width: 0;
            }
}

@media screen\0 and (max-width: 1024px) {
    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--fluid-tablet-and-mobile {
        min-width: none;
    }
}

@media (max-width: 1024px) {
    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid-item--center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .m-grid.m-grid--ver-tablet-and-mobile.m-grid--tablet-and-mobile > .m-grid__item.m-grid__item--order-tablet-and-mobile-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .m-grid.m-grid--center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .m-grid > .m-grid__item {
        max-width: 100%;
    }

        .m-grid > .m-grid__item.m-grid__item--top {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .m-grid > .m-grid__item.m-grid__item--middle {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .m-grid > .m-grid__item.m-grid__item--bottom {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .m-grid > .m-grid__item.m-grid__item--order-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-grid > .m-grid__item.m-grid__item--order-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .m-grid > .m-grid__item.m-grid__item--order-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

        .m-grid > .m-grid__item.m-grid__item--order-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }

        .m-grid > .m-grid__item.m-grid__item--order-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }

        .m-grid > .m-grid__item.m-grid__item--order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }

        .m-grid > .m-grid__item.m-grid__item--order-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }

        .m-grid > .m-grid__item.m-grid__item--order-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }

        .m-grid > .m-grid__item.m-grid__item--order-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }

        .m-grid > .m-grid__item.m-grid__item--order-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }

        .m-grid > .m-grid__item.m-grid__item--order-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }

        .m-grid > .m-grid__item.m-grid__item--order-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }
}

@media (max-width: 768px) {
    .m-grid.m-grid--hor-mobile.m-grid--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .m-grid.m-grid--hor-mobile.m-grid--mobile.m-grid--root {
            -webkit-box-flex: 1;
            flex: 1;
            -ms-flex: 1 0 0px;
        }

        .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item {
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none;
        }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--fluid-mobile {
                -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                flex: 1 0 auto;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-1 {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-2 {
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-3 {
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-4 {
                -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                order: 4;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-5 {
                -webkit-box-ordinal-group: 6;
                -ms-flex-order: 5;
                order: 5;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-6 {
                -webkit-box-ordinal-group: 7;
                -ms-flex-order: 6;
                order: 6;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-7 {
                -webkit-box-ordinal-group: 8;
                -ms-flex-order: 7;
                order: 7;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-8 {
                -webkit-box-ordinal-group: 9;
                -ms-flex-order: 8;
                order: 8;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-9 {
                -webkit-box-ordinal-group: 10;
                -ms-flex-order: 9;
                order: 9;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-10 {
                -webkit-box-ordinal-group: 11;
                -ms-flex-order: 10;
                order: 10;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-11 {
                -webkit-box-ordinal-group: 12;
                -ms-flex-order: 11;
                order: 11;
            }

            .m-grid.m-grid--hor-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-12 {
                -webkit-box-ordinal-group: 13;
                -ms-flex-order: 12;
                order: 12;
            }

    .m-grid.m-grid--ver-mobile.m-grid--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .m-grid.m-grid--ver-mobile.m-grid--mobile.m-grid--root {
            -webkit-box-flex: 1;
            flex: 1;
            -ms-flex: 1 0 0px;
        }

        .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--fluid-mobile {
                -webkit-box-flex: 1;
                flex: 1 auto;
                -ms-flex: 1 0 0px;
                min-width: 0;
            }
}

@media screen\0 and (max-width: 768px) {
    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--fluid, .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--fluid-mobile {
        min-width: none;
    }
}

@media (max-width: 768px) {
    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid-item--center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .m-grid.m-grid--ver-mobile.m-grid--mobile > .m-grid__item.m-grid__item--order-mobile-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

    .m-grid.m-grid--center {
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .m-grid > .m-grid__item {
        max-width: 100%;
    }

        .m-grid > .m-grid__item.m-grid__item--top {
            -ms-flex-item-align: start;
            align-self: flex-start;
        }

        .m-grid > .m-grid__item.m-grid__item--middle {
            -ms-flex-item-align: center;
            align-self: center;
        }

        .m-grid > .m-grid__item.m-grid__item--bottom {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }

        .m-grid > .m-grid__item.m-grid__item--order-1 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .m-grid > .m-grid__item.m-grid__item--order-2 {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .m-grid > .m-grid__item.m-grid__item--order-3 {
            -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
            order: 3;
        }

        .m-grid > .m-grid__item.m-grid__item--order-4 {
            -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
            order: 4;
        }

        .m-grid > .m-grid__item.m-grid__item--order-5 {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }

        .m-grid > .m-grid__item.m-grid__item--order-6 {
            -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
            order: 6;
        }

        .m-grid > .m-grid__item.m-grid__item--order-7 {
            -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
            order: 7;
        }

        .m-grid > .m-grid__item.m-grid__item--order-8 {
            -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
            order: 8;
        }

        .m-grid > .m-grid__item.m-grid__item--order-9 {
            -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
            order: 9;
        }

        .m-grid > .m-grid__item.m-grid__item--order-10 {
            -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
            order: 10;
        }

        .m-grid > .m-grid__item.m-grid__item--order-11 {
            -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
            order: 11;
        }

        .m-grid > .m-grid__item.m-grid__item--order-12 {
            -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
            order: 12;
        }
}

.m-dropoff {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3);
}

.m-dropoff--on .m-dropoff {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: m-dropoff-fade-in .3s linear 1;
    animation: m-dropoff-fade-in .3s linear 1;
}

@-webkit-keyframes m-dropoff-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes m-dropoff-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.m-page-loader.m-page-loader--base {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

.m-page--loading .m-page-loader.m-page-loader--base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-page-loader.m-page-loader--base.m-page-loader--non-block {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
}

.m-page--loading-non-block .m-page-loader.m-page-loader--base.m-page-loader--non-block {
    display: inline-block;
}

.m-page-loader.m-page-loader--base {
    background: #ffffff;
}

    .m-page-loader.m-page-loader--base.m-page-loader--non-block {
        background: transparent;
    }

.m-page-loader.m-page-loader--brand {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
}

.m-page--loading .m-page-loader.m-page-loader--brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m-page-loader.m-page-loader--brand.m-page-loader--non-block {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
}

.m-page--loading-non-block .m-page-loader.m-page-loader--brand.m-page-loader--non-block {
    display: inline-block;
}

.m-page-loader.m-page-loader--brand {
    background: #ffffff;
}

    .m-page-loader.m-page-loader--brand.m-page-loader--non-block {
        background: transparent;
    }

.m-datatable {
    display: none;
}

    .m-datatable.m-datatable--default {
        display: block;
    }

        .m-datatable.m-datatable--default > .m-datatable__table {
            border-collapse: collapse;
            overflow: hidden;
            display: none;
            min-height: 300px;
        }

            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head,
            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body,
            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot {
                visibility: hidden;
                display: block;
            }

                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row,
                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row,
                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row {
                    width: 100%;
                }

                    .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell,
                    .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell,
                    .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell {
                        vertical-align: middle;
                        padding: 11px 10px;
                        font-size: 1rem;
                    }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell i,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell i,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell i {
                            font-size: 1.3rem;
                        }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--left,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--left,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--left {
                            text-align: left;
                        }

                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--left > span,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--left > span,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--left > span {
                                text-align: left;
                            }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--right,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--right,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--right {
                            text-align: right;
                        }

                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--right > span,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--right > span,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--right > span {
                                text-align: right;
                            }

                                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--right > span > i,
                                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--right > span > i,
                                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--right > span > i {
                                    right: 0;
                                }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--center,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--center,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--center {
                            text-align: center;
                        }

                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--center > span,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--center > span,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--center > span {
                                text-align: center;
                            }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--sort,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--sort,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--sort {
                            cursor: pointer;
                        }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--resizing,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--resizing,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--resizing {
                            cursor: col-resize;
                        }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell > span,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell > span,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell > span {
                            display: block;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--check,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--check,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--check {
                            text-align: center;
                        }

                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--check > span,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--check > span,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--check > span {
                                overflow: visible;
                            }

                                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__cell--check > span > .m-checkbox,
                                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--check > span > .m-checkbox,
                                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__cell--check > span > .m-checkbox {
                                    top: 2px;
                                    padding: 0;
                                    margin: 0 0 0 0;
                                }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell.m-datatable__toggle--detail > .m-datatable__toggle-detail,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__toggle--detail > .m-datatable__toggle-detail,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell.m-datatable__toggle--detail > .m-datatable__toggle-detail {
                            display: inline-block;
                            text-align: right;
                        }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell .dropdown,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell .dropdown,
                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell .dropdown {
                            display: inline-block;
                        }

                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell .dropdown .dropdown-menu,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell .dropdown .dropdown-menu,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell .dropdown .dropdown-menu {
                                margin-top: 0.5rem;
                            }

                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell .dropdown.dropup .dropdown-menu,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell .dropdown.dropup .dropdown-menu,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell .dropdown.dropup .dropdown-menu {
                                margin-top: auto;
                                margin-bottom: 0.5rem;
                            }

                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell .dropdown .dropdown-menu.dropdown-menu-right {
                                margin-right: -0.8rem;
                                /*rtl:ignore*/
                                margin-left: 65px;
                            }

                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left,
                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell .dropdown .dropdown-menu.dropdown-menu-left {
                                margin-left: -0.8rem;
                            }

                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head > .m-datatable__lock,
                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body > .m-datatable__lock,
                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot > .m-datatable__lock {
                    border: 0;
                }

                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell,
                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell {
                    font-weight: 600;
                    vertical-align: middle;
                }

                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell {
                    padding: 16px 10px;
                }

                    .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell > span > i {
                        display: inline-block;
                        position: relative;
                        right: -10px;
                        line-height: 0;
                        vertical-align: middle;
                        font-size: 1.1rem;
                    }

                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--check > span > .m-checkbox {
                    top: 1px;
                }

                .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row-detail .m-datatable__detail {
                    padding: 0 0 10px 42px;
                }

                    .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row-detail .m-datatable__detail .m-datatable__row {
                        display: table-row;
                    }

                        .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row-detail .m-datatable__detail .m-datatable__row > .m-datatable__cell {
                            padding: 5px 10px;
                            text-align: left;
                            vertical-align: top;
                        }

                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row-detail .m-datatable__detail .m-datatable__row > .m-datatable__cell:first-child {
                                font-size: 1rem;
                                font-weight: 500;
                            }

                            .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row-detail .m-datatable__detail .m-datatable__row > .m-datatable__cell:last-child {
                                padding-left: 20px;
                            }

        .m-datatable.m-datatable--default.m-datatable--error .m-datatable__body {
            padding: 30px;
            text-align: center;
        }

        .m-datatable.m-datatable--default.m-datatable--lock > .m-datatable__table > .m-datatable__head > .m-datatable__lock,
        .m-datatable.m-datatable--default.m-datatable--lock > .m-datatable__table > .m-datatable__body > .m-datatable__lock,
        .m-datatable.m-datatable--default.m-datatable--lock > .m-datatable__table > .m-datatable__foot > .m-datatable__lock {
            display: inline-block;
            position: relative;
            vertical-align: top;
            overflow: hidden;
        }

        .m-datatable.m-datatable--default.m-datatable--loaded {
            display: block;
        }

            .m-datatable.m-datatable--default.m-datatable--loaded > .m-datatable__table {
                display: block;
            }

                .m-datatable.m-datatable--default.m-datatable--loaded > .m-datatable__table > .m-datatable__head,
                .m-datatable.m-datatable--default.m-datatable--loaded > .m-datatable__table > .m-datatable__body,
                .m-datatable.m-datatable--default.m-datatable--loaded > .m-datatable__table > .m-datatable__foot {
                    visibility: visible;
                    display: block;
                    position: relative;
                }

                    .m-datatable.m-datatable--default.m-datatable--loaded > .m-datatable__table > .m-datatable__head .m-datatable__row,
                    .m-datatable.m-datatable--default.m-datatable--loaded > .m-datatable__table > .m-datatable__body .m-datatable__row,
                    .m-datatable.m-datatable--default.m-datatable--loaded > .m-datatable__table > .m-datatable__foot .m-datatable__row {
                        display: table;
                        table-layout: initial;
                    }

                        .m-datatable.m-datatable--default.m-datatable--loaded > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell,
                        .m-datatable.m-datatable--default.m-datatable--loaded > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell,
                        .m-datatable.m-datatable--default.m-datatable--loaded > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell {
                            display: table-cell;
                        }

        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__head .m-datatable__row,
        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row,
        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__foot .m-datatable__row {
            width: 100%;
        }

        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__head .m-datatable__toggle-subtable > i,
        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__toggle-subtable > i,
        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__foot .m-datatable__toggle-subtable > i {
            line-height: 0;
            font-size: 1.3rem;
        }

        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__head .m-datatable__toggle-subtable:hover,
        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__toggle-subtable:hover,
        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__foot .m-datatable__toggle-subtable:hover {
            text-decoration: none;
        }

        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__head .m-datatable__row-subtable,
        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row-subtable,
        .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__foot .m-datatable__row-subtable {
            display: table;
            width: 100%;
        }

            .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__head .m-datatable__row-subtable > .m-datatable__subtable,
            .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row-subtable > .m-datatable__subtable,
            .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__foot .m-datatable__row-subtable > .m-datatable__subtable {
                padding: 20px;
            }

        .m-datatable.m-datatable--default.m-datatable--scroll > .m-datatable__table {
            display: block;
        }

            .m-datatable.m-datatable--default.m-datatable--scroll > .m-datatable__table > .m-datatable__head,
            .m-datatable.m-datatable--default.m-datatable--scroll > .m-datatable__table > .m-datatable__foot {
                overflow: hidden;
            }

                .m-datatable.m-datatable--default.m-datatable--scroll > .m-datatable__table > .m-datatable__head .m-datatable__row,
                .m-datatable.m-datatable--default.m-datatable--scroll > .m-datatable__table > .m-datatable__foot .m-datatable__row {
                    position: relative;
                }

            .m-datatable.m-datatable--default.m-datatable--scroll > .m-datatable__table > .m-datatable__body {
                overflow: hidden;
            }

        .m-datatable.m-datatable--default > .m-datatable__pager {
            margin-top: 20px;
        }

            .m-datatable.m-datatable--default > .m-datatable__pager.m-datatable__pager--top {
                margin-bottom: 20px;
            }

            .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-nav {
                margin: 10px 0 0 0;
                padding: 0;
                display: inline-block;
            }

                .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-nav > li {
                    padding: 0;
                    margin-right: 5px;
                    display: inline-block;
                }

                    .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-nav > li:last-child {
                        margin-right: 0;
                    }

                    .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link {
                        cursor: pointer;
                        display: inline-block;
                        height: 2.25rem;
                        min-width: 2.25rem;
                        vertical-align: middle;
                        padding: 0.5rem;
                        border-radius: 50%;
                        text-align: center;
                        position: relative;
                        display: -webkit-box;
                        /* OLD - iOS 6-, Safari 3.1-6 */
                        /* OLD - Firefox 19- (buggy but mostly works) */
                        display: -ms-flexbox;
                        /* TWEENER - IE 10 */
                        /* NEW - Chrome */
                        display: flex;
                        -moz-justify-content: center;
                        -ms-justify-content: center;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -moz-align-items: center;
                        -ms-align-items: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        text-align: center;
                        vertical-align: middle;
                        font-size: 1rem;
                        line-height: 1rem;
                        font-weight: 400;
                    }

                        .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link > i {
                            font-size: 1rem;
                            text-align: center;
                            display: inline-block;
                        }

                        .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--more-prev, .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--more-next {
                            font-weight: 600;
                        }

                    .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-nav > li > .m-pager-input {
                        height: 2.25rem;
                        width: 3.5rem;
                        text-align: center;
                        border-radius: 15px !important;
                    }

            .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-info {
                float: right;
                margin-top: 10px;
            }

                .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size {
                    margin-right: 10px;
                }

                    .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .btn.dropdown-toggle {
                        border-radius: 20px !important;
                        height: 2.25rem;
                        padding: 0.45rem 1rem;
                    }

                    .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .dropdown-menu.inner > li.selected > a span.check-mark {
                        margin-top: -0.6rem;
                    }

        .m-datatable.m-datatable--default.m-datatable--subtable .m-datatable__subtable > .m-datatable > .m-datatable__pager {
            margin: 0;
            padding: 0 20px 10px 20px;
        }

@media (max-width: 768px) {
    .m-datatable.m-datatable--default > .m-datatable__pager > .m-datatable__pager-info {
        float: none;
        display: block;
        margin: 10px 0 0 0;
    }
}

.m-datatable > .m-datatable__table {
    background-color: #fff;
}

    .m-datatable > .m-datatable__table > .m-datatable__head > .m-datatable__lock.m-datatable__lock--left,
    .m-datatable > .m-datatable__table > .m-datatable__body > .m-datatable__lock.m-datatable__lock--left,
    .m-datatable > .m-datatable__table > .m-datatable__foot > .m-datatable__lock.m-datatable__lock--left {
        z-index: 1;
        -webkit-box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
        box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
    }

    .m-datatable > .m-datatable__table > .m-datatable__head > .m-datatable__lock.m-datatable__lock--right,
    .m-datatable > .m-datatable__table > .m-datatable__body > .m-datatable__lock.m-datatable__lock--right,
    .m-datatable > .m-datatable__table > .m-datatable__foot > .m-datatable__lock.m-datatable__lock--right {
        -webkit-box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
        box-shadow: 0px 0px 17px 5px rgba(113, 106, 202, 0.14);
    }

    .m-datatable > .m-datatable__table > .m-datatable__head > .m-datatable__lock.m-datatable__lock--scroll,
    .m-datatable > .m-datatable__table > .m-datatable__body > .m-datatable__lock.m-datatable__lock--scroll,
    .m-datatable > .m-datatable__table > .m-datatable__foot > .m-datatable__lock.m-datatable__lock--scroll {
        position: relative;
    }

    .m-datatable > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell .m-checkbox.m-checkbox--solid > span,
    .m-datatable > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell .m-checkbox.m-checkbox--solid > span,
    .m-datatable > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell .m-checkbox.m-checkbox--solid > span {
        background: #e5e3ef;
    }

    .m-datatable > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell .m-checkbox.m-checkbox--solid > input:checked ~ span,
    .m-datatable > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell .m-checkbox.m-checkbox--solid > input:checked ~ span,
    .m-datatable > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell .m-checkbox.m-checkbox--solid > input:checked ~ span {
        background: #716aca;
    }

    .m-datatable > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell,
    .m-datatable > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell {
        background: #f4f3f8;
    }

        .m-datatable > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell > span,
        .m-datatable > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell > span {
            color: #575962;
        }

            .m-datatable > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell > span > i {
                color: #4d44bd;
            }

.m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link {
    color: #898b96;
}

    .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--first, .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--prev, .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--next, .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--last {
        background: #ebe9f2;
    }

        .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--first:hover, .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--prev:hover, .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--next:hover, .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--last:hover {
            background: #716aca;
            color: #ffffff;
        }

    .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link:hover {
        background: #716aca;
        color: #ffffff;
    }

    .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--active {
        background: #716aca;
        color: #ffffff;
    }

    .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--disabled, .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-datatable__pager-link.m-datatable__pager-link--disabled:hover {
        color: #898b96;
        background: #ebe9f2;
        opacity: 0.3;
        filter: alpha(opacity=30);
    }

.m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-pager-input {
    background: #ebe9f2;
    border-color: #ebe9f2;
}

    .m-datatable > .m-datatable__pager > .m-datatable__pager-nav > li > .m-pager-input:focus {
        background: #716aca;
        border-color: #716aca;
    }

.m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .btn.dropdown-toggle {
    border: 0 !important;
    color: #3f4047;
    background: #ebe9f2;
}

    .m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .btn.dropdown-toggle i {
        color: #ffffff;
    }

    .m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .btn.dropdown-toggle:focus,
    .m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .btn.dropdown-toggle:hover,
    .m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size.show > .btn.dropdown-toggle {
        border: 0 !important;
        color: #ffffff !important;
        background: #716aca;
    }

        .m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .btn.dropdown-toggle:focus i,
        .m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .btn.dropdown-toggle:hover i,
        .m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size.show > .btn.dropdown-toggle i {
            color: #ffffff !important;
        }

.m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .dropdown-menu {
    z-index: 100;
}

.modal .m-datatable > .m-datatable__pager > .m-datatable__pager-info .m-datatable__pager-size .dropdown-menu {
    z-index: 1051;
}

.m-datatable.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__toggle-subtable > i {
    color: #716aca;
}

.m-datatable.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row-subtable {
    border-top: 0;
}

    .m-datatable.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row-subtable .m-datatable__pager {
        background: #f4f3f8;
    }

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell > span {
    color: #575962;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell.m-datatable__cell--hover {
    background: #f7f6fa;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--even > .m-datatable__cell {
    background: #faf9fc;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--active > .m-datatable__cell {
    background: #f7f6fa;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--hover:not(.m-datatable__row--active) > .m-datatable__cell {
    background: #f7f6fa;
}

.m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--subtable-expanded > .m-datatable__cell {
    background: #eeedf4 !important;
}

.m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row-subtable {
    background: #faf9fc;
}

    .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row-subtable > .m-datatable__subtable > .m-datatable {
        -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
        box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    }

    .m-datatable.m-datatable--default.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row-subtable.m-datatable__row-loading > .m-datatable__subtable > .m-datatable > .m-datatable__table {
        background: #faf9fc;
    }

.m-datatable.m-datatable--bordered > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell > span {
    color: #575962;
}

.m-datatable.m-datatable--bordered > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--even > .m-datatable__cell {
    background: #faf9fc;
}

.m-datatable.m-datatable--bordered > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--active > .m-datatable__cell {
    background: #f7f6fa;
}

.m-datatable.m-datatable--bordered > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--hover:not(.m-datatable__row--active) > .m-datatable__cell {
    background: #f7f6fa;
}

.m-datatable.m-datatable--bordered.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--subtable-expanded > .m-datatable__cell {
    background: #eeedf4 !important;
}

.m-datatable.m-datatable--bordered.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row-subtable {
    background: #faf9fc;
}

    .m-datatable.m-datatable--bordered.m-datatable--subtable > .m-datatable__table > .m-datatable__body .m-datatable__row-subtable > .m-datatable__subtable > .m-datatable {
        -webkit-box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
        box-shadow: 0px 0px 15px 1px rgba(113, 106, 202, 0.2);
    }

.dt-bootstrap4 .dropdown .dropdown-menu.dropdown-menu-right {
    /*rtl:ignore*/
    margin-left: 65px;
}

.m-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .m-nav .m-nav__item {
        display: block;
    }

        .m-nav .m-nav__item > .m-nav__link {
            display: table;
            table-layout: fixed;
            width: 100%;
            height: 100%;
            text-decoration: none;
            position: relative;
            outline: none !important;
            vertical-align: middle;
            padding: 9px 0;
        }

            .m-nav .m-nav__item > .m-nav__link:hover {
                text-decoration: none;
            }

            .m-nav .m-nav__item > .m-nav__link .m-nav__link-text {
                display: table-cell;
                height: 100%;
                width: 100%;
                margin: 0;
                padding: 0;
                vertical-align: middle;
                font-size: 1rem;
            }

            .m-nav .m-nav__item > .m-nav__link .m-nav__link-title {
                display: table-cell;
                height: 100%;
                padding: 0;
                margin: 0;
                vertical-align: middle;
            }

                .m-nav .m-nav__item > .m-nav__link .m-nav__link-title > .m-nav__link-wrap {
                    display: table;
                    height: 100%;
                    margin: 0;
                    width: 100%;
                    padding: 0;
                    vertical-align: middle;
                }

                    .m-nav .m-nav__item > .m-nav__link .m-nav__link-title > .m-nav__link-wrap .m-nav__link-text {
                        padding-right: 0.8rem;
                    }

                    .m-nav .m-nav__item > .m-nav__link .m-nav__link-title > .m-nav__link-wrap > .m-nav__link-badge {
                        display: table-cell;
                        height: 100%;
                        vertical-align: middle;
                        white-space: nowrap;
                        padding: 0px 0px 0px 5px;
                        text-align: right;
                    }

            .m-nav .m-nav__item > .m-nav__link .m-nav__link-arrow {
                display: table-cell;
                height: 100%;
                vertical-align: middle;
                text-align: right;
                line-height: 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;
            }

                .m-nav .m-nav__item > .m-nav__link .m-nav__link-arrow:before {
                    content: "";
                }

            .m-nav .m-nav__item > .m-nav__link .m-nav__link-icon {
                display: table-cell;
                height: 100%;
                vertical-align: middle;
                text-align: left;
                width: 35px;
                font-size: 1.4rem;
                line-height: 0;
            }

            .m-nav .m-nav__item > .m-nav__link .m-nav__link-bullet {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                width: 20px;
            }

                .m-nav .m-nav__item > .m-nav__link .m-nav__link-bullet > span {
                    vertical-align: middle;
                    display: inline-block;
                }

                .m-nav .m-nav__item > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--dot > span {
                    width: 4px;
                    height: 4px;
                    border-radius: 100%;
                }

                .m-nav .m-nav__item > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--line > span {
                    width: 5px;
                    height: 1px;
                }

        .m-nav .m-nav__item > .m-nav__sub {
            padding-left: 2rem;
        }

        .m-nav .m-nav__item > .m-nav__link .m-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;
        }

            .m-nav .m-nav__item > .m-nav__link .m-nav__link-arrow:before {
                content: "";
            }

        .m-nav .m-nav__item > .m-nav__link.collapsed .m-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;
        }

            .m-nav .m-nav__item > .m-nav__link.collapsed .m-nav__link-arrow:before {
                content: "";
            }

        .m-nav .m-nav__item.m-nav__item--disabled {
            cursor: not-allowed;
        }

        .m-nav .m-nav__item.m-nav__item--last {
            padding-bottom: 0;
        }

    .m-nav .m-nav__section {
        display: table;
        width: 100%;
        vertical-align: middle;
        margin: 25px 0 0 0;
    }

        .m-nav .m-nav__section.m-nav__section--first {
            margin-top: 0;
        }

        .m-nav .m-nav__section.m-nav__section--last {
            margin-bottom: 0;
        }

        .m-nav .m-nav__section .m-nav__section-text {
            display: table-cell;
            margin: 0;
            vertical-align: middle;
            font-weight: 600;
            font-size: 0.8rem;
            text-transform: uppercase;
        }

        .m-nav .m-nav__section .m-nav__section-icon {
            display: none;
            text-align: center;
            vertical-align: middle;
            font-size: 1.3rem;
        }

    .m-nav .m-nav__item + .m-nav__section {
        margin-top: 20px;
    }

    .m-nav .m-nav__separator {
        height: 0;
        margin: 15px 0;
    }

    .m-nav.m-nav--inline {
        display: inline-block;
        width: auto;
        height: 100%;
    }

        .m-nav.m-nav--inline.m-nav--fluid {
            width: 100%;
        }

        .m-nav.m-nav--inline > .m-nav__item {
            height: 100%;
            display: inline-block;
            vertical-align: middle;
            padding: 0 0 0 25px;
        }

            .m-nav.m-nav--inline > .m-nav__item:first-child {
                padding-left: 0;
            }

            .m-nav.m-nav--inline > .m-nav__item > .m-nav__link {
                width: auto;
                padding: 9px 0;
            }

                .m-nav.m-nav--inline > .m-nav__item > .m-nav__link .m-nav__link-icon {
                    padding-right: 10px;
                }

                .m-nav.m-nav--inline > .m-nav__item > .m-nav__link .m-nav__link-bullet {
                    padding-right: 10px;
                }

            .m-nav.m-nav--inline > .m-nav__item.m-nav__item--last {
                padding-right: 0;
            }

                .m-nav.m-nav--inline > .m-nav__item.m-nav__item--last > .m-nav__link .m-nav__link-icon {
                    text-align: right;
                    padding-right: 0;
                }

                .m-nav.m-nav--inline > .m-nav__item.m-nav__item--last > .m-nav__link .m-nav__link-bullet {
                    text-align: right;
                    padding-right: 0;
                }

        .m-nav.m-nav--inline > .m-nav__separator {
            height: auto;
            display: inline-block;
            vertical-align: middle;
            padding: 0 0 0 5px;
            margin: 0;
        }

    .m-nav.m-nav--hover-bg .m-nav__item > .m-nav__link {
        padding: 12px 30px;
    }

    .m-nav.m-nav--hover-bg .m-nav__section {
        margin: 20px 30px;
    }

    .m-nav.m-nav--hover-bg .m-nav__separator {
        margin: 30px 30px;
    }

        .m-nav.m-nav--hover-bg .m-nav__separator.m-nav__separator--fit {
            margin-left: 0;
            margin-right: 0;
        }

    .m-nav.m-nav--active-bg .m-nav__item > .m-nav__link {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .m-nav.m-nav--active-bg .m-nav__item > .m-nav__sub {
        padding-left: 1.75rem;
    }

    .m-nav.m-nav--active-bg.m-nav--active-bg-padding-lg .m-nav__item > .m-nav__link {
        padding: 0.85rem 2rem;
    }

    .m-nav.m-nav--active-bg.m-nav--active-bg-padding-lg .m-nav__item > .m-nav__sub {
        padding-left: 2rem;
    }

    .m-nav.m-nav--font-lg .m-nav__item > .m-nav__link .m-nav__link-text {
        font-size: 1.1rem;
    }

    .m-nav.m-nav--font-bold .m-nav__item > .m-nav__link .m-nav__link-text {
        font-weight: 400;
    }

    .m-nav .m-nav__item > .m-nav__link .m-nav__link-text {
        color: #6f727d;
        font-weight: 400;
    }

    .m-nav .m-nav__item > .m-nav__link .m-nav__link-arrow {
        color: #6f727d;
    }

    .m-nav .m-nav__item > .m-nav__link .m-nav__link-icon {
        color: #c1bfd0;
    }

    .m-nav .m-nav__item > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--line > span, .m-nav .m-nav__item > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--dot > span {
        background-color: #cfcedb;
    }

    .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon,
    .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text,
    .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-arrow, .m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-icon,
    .m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-text,
    .m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-arrow {
        color: #716aca;
    }

    .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--line > span, .m-nav .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--dot > span, .m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--line > span, .m-nav .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--dot > span {
        background-color: #716aca;
    }

    .m-nav.m-nav__item--disabled {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .m-nav .m-nav__section .m-nav__section-text {
        color: #716aca;
    }

    .m-nav .m-nav__section .m-nav__section-icon {
        color: #575962;
    }

    .m-nav .m-nav__separator {
        border-bottom: 1px solid #f4f5f8;
    }

        .m-nav .m-nav__separator.m-nav__separator--dashed {
            border-bottom: 1px dashed #ebedf2;
        }

    .m-nav.m-nav--hover-bg .m-nav__item:hover > .m-nav__link, .m-nav.m-nav--hover-bg .m-nav__item.m-nav__item--active > .m-nav__link {
        background-color: #f7f8fa;
    }

    .m-nav.m-nav--active-bg .m-nav__item.m-nav__item--active > .m-nav__link {
        border-radius: 2rem;
        background-color: #f7f8fa;
    }

        .m-nav.m-nav--active-bg .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-text {
            color: #716aca;
        }

        .m-nav.m-nav--active-bg .m-nav__item.m-nav__item--active > .m-nav__link.collapsed {
            background-color: #fff;
        }

            .m-nav.m-nav--active-bg .m-nav__item.m-nav__item--active > .m-nav__link.collapsed .m-nav__link-text {
                color: #898b96;
            }

    .m-nav.m-nav--active-bg .m-nav__item > .m-nav__link.m-tabs__item--active {
        border-radius: 2rem;
        background-color: #f7f8fa;
    }

        .m-nav.m-nav--active-bg .m-nav__item > .m-nav__link.m-tabs__item--active .m-nav__link-text {
            color: #716aca;
        }

    .m-nav.m-nav--font-bold .m-nav__item > .m-nav__link .m-nav__link-text {
        color: #898b96;
    }

    .m-nav.m-nav--inline .m-nav__separator {
        border-bottom: 0;
    }

    .m-nav.m-nav--skin-dark .m-nav__item > .m-nav__link .m-nav__link-text {
        color: #9093ac;
        font-weight: 400;
    }

    .m-nav.m-nav--skin-dark .m-nav__item > .m-nav__link .m-nav__link-arrow {
        color: #9093ac;
    }

    .m-nav.m-nav--skin-dark .m-nav__item > .m-nav__link .m-nav__link-icon {
        color: #f1f1f9;
    }

    .m-nav.m-nav--skin-dark .m-nav__item > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--line > span, .m-nav.m-nav--skin-dark .m-nav__item > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--dot > span {
        background-color: #dfdff1;
    }

    .m-nav.m-nav--skin-dark .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-icon,
    .m-nav.m-nav--skin-dark .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-text,
    .m-nav.m-nav--skin-dark .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-arrow, .m-nav.m-nav--skin-dark .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-icon,
    .m-nav.m-nav--skin-dark .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-text,
    .m-nav.m-nav--skin-dark .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-arrow {
        color: #716aca;
    }

    .m-nav.m-nav--skin-dark .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--line > span, .m-nav.m-nav--skin-dark .m-nav__item:hover:not(.m-nav__item--disabled) > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--dot > span, .m-nav.m-nav--skin-dark .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--line > span, .m-nav.m-nav--skin-dark .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-bullet.m-nav__link-bullet--dot > span {
        background-color: #716aca;
    }

    .m-nav.m-nav--skin-dark.m-nav__item--disabled {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

    .m-nav.m-nav--skin-dark .m-nav__section .m-nav__section-text {
        color: #716aca;
    }

    .m-nav.m-nav--skin-dark .m-nav__section .m-nav__section-icon {
        color: #ffffff;
    }

    .m-nav.m-nav--skin-dark .m-nav__separator {
        border-bottom: 1px solid #999caa;
    }

        .m-nav.m-nav--skin-dark .m-nav__separator.m-nav__separator--dashed {
            border-bottom: 1px dashed #a1a4b1;
        }

    .m-nav.m-nav--skin-dark.m-nav--hover-bg .m-nav__item:hover > .m-nav__link, .m-nav.m-nav--skin-dark.m-nav--hover-bg .m-nav__item.m-nav__item--active > .m-nav__link {
        background-color: #9699a8;
    }

    .m-nav.m-nav--skin-dark.m-nav--active-bg .m-nav__item.m-nav__item--active > .m-nav__link {
        border-radius: 2rem;
        background-color: #9699a8;
    }

        .m-nav.m-nav--skin-dark.m-nav--active-bg .m-nav__item.m-nav__item--active > .m-nav__link .m-nav__link-text {
            color: #716aca;
        }

        .m-nav.m-nav--skin-dark.m-nav--active-bg .m-nav__item.m-nav__item--active > .m-nav__link.collapsed {
            background-color: #fff;
        }

            .m-nav.m-nav--skin-dark.m-nav--active-bg .m-nav__item.m-nav__item--active > .m-nav__link.collapsed .m-nav__link-text {
                color: #737696;
            }

    .m-nav.m-nav--skin-dark.m-nav--active-bg .m-nav__item > .m-nav__link.m-tabs__item--active {
        border-radius: 2rem;
        background-color: #9699a8;
    }

        .m-nav.m-nav--skin-dark.m-nav--active-bg .m-nav__item > .m-nav__link.m-tabs__item--active .m-nav__link-text {
            color: #716aca;
        }

    .m-nav.m-nav--skin-dark.m-nav--font-bold .m-nav__item > .m-nav__link .m-nav__link-text {
        color: #737696;
    }

    .m-nav.m-nav--skin-dark.m-nav--inline .m-nav__separator {
        border-bottom: 0;
    }

.m-nav-grid {
    padding: 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .m-nav-grid > .m-nav-grid__row {
        display: table-row;
    }

        .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding: 3.3rem 0.75rem;
        }

            .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item:hover {
                text-decoration: none;
            }

            .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item .m-nav-grid__icon {
                text-align: center;
                font-size: 35px;
            }

            .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item .m-nav-grid__text {
                display: block;
                line-height: 1;
                text-align: center;
                margin: 10px 0 0 0;
                font-size: 1rem;
                font-weight: 500;
            }

@media (max-width: 1024px) {
    .m-nav-grid > .m-nav-grid__row > .m-nav-grid__item {
        padding: 1rem 0.5rem;
    }
}

.m-nav-grid .m-nav-grid__row .m-nav-grid__item {
    border-right: 1px solid #f4f5f8;
    border-bottom: 1px solid #f4f5f8;
}

    .m-nav-grid .m-nav-grid__row .m-nav-grid__item:last-child {
        border-right: 0;
    }

    .m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__icon {
        color: #c4c5d6;
    }

    .m-nav-grid .m-nav-grid__row .m-nav-grid__item .m-nav-grid__text {
        color: #716aca;
    }

    .m-nav-grid .m-nav-grid__row .m-nav-grid__item:hover {
        background: #fdfdff;
    }

        .m-nav-grid .m-nav-grid__row .m-nav-grid__item:hover .m-nav-grid__icon {
            color: #c1bfd0;
        }

.m-nav-grid .m-nav-grid__row:last-child .m-nav-grid__item {
    border-bottom: 0;
}

.m-nav-grid.m-nav-grid--skin-dark .m-nav-grid__row .m-nav-grid__item {
    border-right: 1px solid #999caa;
    border-bottom: 1px solid #999caa;
}

    .m-nav-grid.m-nav-grid--skin-dark .m-nav-grid__row .m-nav-grid__item:last-child {
        border-right: 0;
    }

    .m-nav-grid.m-nav-grid--skin-dark .m-nav-grid__row .m-nav-grid__item .m-nav-grid__icon {
        color: #c4c5d6;
    }

    .m-nav-grid.m-nav-grid--skin-dark .m-nav-grid__row .m-nav-grid__item .m-nav-grid__text {
        color: #716aca;
    }

    .m-nav-grid.m-nav-grid--skin-dark .m-nav-grid__row .m-nav-grid__item:hover {
        background: #6b6f81;
    }

        .m-nav-grid.m-nav-grid--skin-dark .m-nav-grid__row .m-nav-grid__item:hover .m-nav-grid__icon {
            color: #f1f1f9;
        }

.m-nav-grid.m-nav-grid--skin-dark .m-nav-grid__row:last-child .m-nav-grid__item {
    border-bottom: 0;
}

.m-nav-sticky {
    width: 40px;
    position: fixed;
    top: 35%;
    right: 0;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 110;
    border-radius: 8px 0 0 8px;
}

    .m-nav-sticky .m-nav-sticky__item {
        margin: 0;
        padding: 5px;
        text-align: center;
    }

        .m-nav-sticky .m-nav-sticky__item > a > i {
            font-size: 1.4rem;
        }

        .m-nav-sticky .m-nav-sticky__item > a:hover {
            text-decoration: none;
        }

.m-nav-sticky {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

    .m-nav-sticky .m-nav-sticky__item > a > i {
        color: #c1bfd0;
    }

    .m-nav-sticky .m-nav-sticky__item > a:hover > i {
        color: #837dd1;
    }

    .m-nav-sticky.m-nav-sticky--skin-dark {
        background: #555;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
        box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
    }

        .m-nav-sticky.m-nav-sticky--skin-dark .m-nav-sticky__item > a > i {
            color: #f1f1f9;
        }

        .m-nav-sticky.m-nav-sticky--skin-dark .m-nav-sticky__item > a:hover > i {
            color: #837dd1;
        }

.m-scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: none;
    padding-top: 9px;
    z-index: 110;
    border-radius: 100%;
}

    .m-scroll-top > i {
        font-size: 1.3rem;
    }

    .m-scroll-top:hover {
        text-decoration: none;
    }

.m-scroll-top--shown .m-scroll-top {
    display: block;
}

.m-scroll-top {
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

    .m-scroll-top > i {
        color: #cfcedb;
    }

    .m-scroll-top:hover > i {
        color: #716aca;
    }

    .m-scroll-top.m-scroll-top--skin-dark {
        background: #555;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
        box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
    }

        .m-scroll-top.m-scroll-top--skin-dark > i {
            color: #dfdff1;
        }

        .m-scroll-top.m-scroll-top--skin-dark:hover > i {
            color: #716aca;
        }

.m-dropdown {
    position: relative;
}

    .m-dropdown.m-dropdown--inline {
        display: inline-block;
    }

    .m-dropdown .m-dropdown__toggle .la-ellipsis-h {
        font-size: 2.1rem;
    }

    .m-dropdown .m-dropdown__wrapper {
        top: 100%;
        text-align: left;
        display: none;
        position: absolute;
        z-index: 101;
        padding-top: 0;
        width: 245px;
        border-radius: 4px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .m-dropdown .m-dropdown__wrapper .m-dropdown__inner {
            border-radius: 4px;
        }

            .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .mCSB_container,
            .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .mCustomScrollBox,
            .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .m-dropdown__content,
            .m-dropdown .m-dropdown__wrapper .m-dropdown__inner .m-dropdown__scrollable {
                border-radius: 4px;
            }

        .m-dropdown .m-dropdown__wrapper .m-dropdown__header {
            padding: 20px 20px;
            border-radius: 4px 4px 0 0;
        }

            .m-dropdown .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-title {
                display: block;
                padding: 0 0 5px 0;
                font-size: 1.5rem;
                font-weight: 400;
            }

            .m-dropdown .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-subtitle {
                display: block;
                padding: 0px;
                font-size: 1rem;
            }

        .m-dropdown .m-dropdown__wrapper .m-dropdown__body {
            padding: 20px;
        }

            .m-dropdown .m-dropdown__wrapper .m-dropdown__body .mCSB_scrollTools {
                right: -10px;
            }

            .m-dropdown .m-dropdown__wrapper .m-dropdown__body.m-dropdown__body--paddingless {
                padding: 0;
            }

                .m-dropdown .m-dropdown__wrapper .m-dropdown__body.m-dropdown__body--paddingless .mCSB_scrollTools {
                    right: 0;
                }

        .m-dropdown .m-dropdown__wrapper .m-dropdown__footer {
            padding: 20px;
        }

    .m-dropdown.m-dropdown--header-bg-fil .m-dropdown__wrapper .m-dropdown__inner {
        border-radius: 8px 8px 4px 4px;
    }

        .m-dropdown.m-dropdown--header-bg-fil .m-dropdown__wrapper .m-dropdown__inner .m-dropdown__header {
            border-radius: 4px 4px 0 0;
        }

    .m-dropdown.m-dropdown--footer-bg-fil .m-dropdown__wrapper .m-dropdown__inner {
        border-radius: 4px 4px 8px 8px;
    }

        .m-dropdown.m-dropdown--footer-bg-fil .m-dropdown__wrapper .m-dropdown__inner .m-dropdown__footer {
            border-radius: 0 0 4px 4px;
        }

    .m-dropdown.m-dropdown--open .m-dropdown__wrapper, .m-dropdown.m-dropdown--hoverable:hover .m-dropdown__wrapper {
        display: block;
        -webkit-animation: m-dropdown-fade-in .3s ease 1, m-dropdown-move-up .3s ease-out 1;
        animation: m-dropdown-fade-in .3s ease 1, m-dropdown-move-up .3s ease-out 1;
    }

@media screen\0 {
    .m-dropdown.m-dropdown--open .m-dropdown__wrapper, .m-dropdown.m-dropdown--hoverable:hover .m-dropdown__wrapper {
        -webkit-animation: none;
        animation: none;
    }
}

.m-dropdown.m-dropdown--up .m-dropdown__wrapper {
    padding-top: 0;
    top: auto;
    bottom: 100%;
    padding-bottom: 0;
}

.m-dropdown.m-dropdown--up.m-dropdown--open .m-dropdown__wrapper, .m-dropdown.m-dropdown--up.m-dropdown--hoverable:hover .m-dropdown__wrapper {
    display: block;
    -webkit-animation: m-dropdown-fade-in .3s ease 1, m-dropdown-move-down .3s ease-out 1;
    animation: m-dropdown-fade-in .3s ease 1, m-dropdown-move-down .3s ease-out 1;
}

@media screen\0 {
    .m-dropdown.m-dropdown--up.m-dropdown--open .m-dropdown__wrapper, .m-dropdown.m-dropdown--up.m-dropdown--hoverable:hover .m-dropdown__wrapper {
        -webkit-animation: none;
        animation: none;
    }
}

.m-dropdown.m-dropdown--align-right .m-dropdown__wrapper {
    right: 0;
}

.m-dropdown.m-dropdown--align-right.m-dropdown--align-push .m-dropdown__wrapper {
    margin-right: -20px;
}

.m-dropdown.m-dropdown--align-left .m-dropdown__wrapper {
    left: 0;
}

.m-dropdown.m-dropdown--align-left.m-dropdown--align-push .m-dropdown__wrapper {
    margin-left: -20px;
}

.m-dropdown.m-dropdown--align-center .m-dropdown__wrapper {
    left: 50%;
    width: 245px;
    margin-left: -122.5px /*rtl:ignore*/;
}

@media (min-width: 1025px) {
    .m-dropdown.m-dropdown--small .m-dropdown__wrapper {
        width: 225px;
    }

    .m-dropdown.m-dropdown--medium .m-dropdown__wrapper {
        width: 325px;
    }

    .m-dropdown.m-dropdown--large .m-dropdown__wrapper {
        width: 380px;
    }

    .m-dropdown.m-dropdown--huge .m-dropdown__wrapper {
        width: 455px;
    }

    .m-dropdown.m-dropdown--align-center.m-dropdown--small .m-dropdown__wrapper {
        width: 225px;
        margin-left: -112.5px;
    }

    .m-dropdown.m-dropdown--align-center.m-dropdown--medium .m-dropdown__wrapper {
        width: 325px;
        margin-left: -162.5px;
    }

    .m-dropdown.m-dropdown--align-center.m-dropdown--large .m-dropdown__wrapper {
        width: 380px;
        margin-left: -190px;
    }

    .m-dropdown.m-dropdown--align-center.m-dropdown--huge .m-dropdown__wrapper {
        width: 455px;
        margin-left: -227.5px;
    }
}

@media (max-width: 768px) {
    .m-dropdown.m-dropdown--mobile-full-width.m-dropdown--align-center > .m-dropdown__wrapper,
    .m-dropdown.m-dropdown--mobile-full-width > .m-dropdown__wrapper {
        width: auto;
        margin: 0 auto;
        left: 15px;
        right: 15px;
    }

        .m-dropdown.m-dropdown--mobile-full-width.m-dropdown--align-center > .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-title,
        .m-dropdown.m-dropdown--mobile-full-width > .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-title {
            font-size: 1.2rem;
            font-weight: 500;
        }

        .m-dropdown.m-dropdown--mobile-full-width.m-dropdown--align-center > .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-subtitle,
        .m-dropdown.m-dropdown--mobile-full-width > .m-dropdown__wrapper .m-dropdown__header .m-dropdown__header-subtitle {
            font-size: 1rem;
        }

    .m-dropdown.m-dropdown--mobile-full-width.m-dropdown--align-center.m-dropdown--align-push .m-dropdown__wrapper,
    .m-dropdown.m-dropdown--mobile-full-width.m-dropdown--align-push .m-dropdown__wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}

.m-dropdown__dropoff {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 100;
}

@-webkit-keyframes m-dropdown-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes m-dropdown-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes m-dropdown-move-up {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes m-dropdown-move-up {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0;
    }
}

@-webkit-keyframes m-dropdown-arrow-move-up {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0px;
    }
}

@keyframes m-dropdown-arrow-move-up {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0px;
    }
}

@-webkit-keyframes m-dropdown-move-down {
    from {
        margin-bottom: 10px;
    }

    to {
        margin-bottom: 0;
    }
}

@keyframes m-dropdown-move-down {
    from {
        margin-bottom: 10px;
    }

    to {
        margin-bottom: 0;
    }
}

@-webkit-keyframes m-dropdown-arrow-move-down {
    from {
        margin-bottom: 10px;
    }

    to {
        margin-bottom: 0px;
    }
}

@keyframes m-dropdown-arrow-move-down {
    from {
        margin-bottom: 10px;
    }

    to {
        margin-bottom: 0px;
    }
}

.m-dropdown.m-dropdown--arrow .m-dropdown__wrapper {
    padding-top: 10px;
}

.m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__wrapper {
    padding-top: 0;
    padding-bottom: 11px;
}

    .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__wrapper .m-dropdown__arrow {
        position: absolute;
        line-height: 0;
        display: inline-block;
        overflow: hidden;
        height: 10px;
        width: 40px;
        position: relative;
        left: 50%;
        margin-left: -20px;
        top: auto;
        position: absolute;
        margin-top: 0;
    }

        .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__wrapper .m-dropdown__arrow:before {
            display: inline-block;
            font-family: "Metronic";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            line-height: 0px;
            text-decoration: inherit;
            text-rendering: optimizeLegibility;
            text-transform: none;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            content: "";
        }

        .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__wrapper .m-dropdown__arrow:before {
            position: relative;
            top: 100%;
            margin-top: 9px;
            font-size: 40px;
        }

@media screen\0 {
    .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__wrapper .m-dropdown__arrow:before {
        margin-top: 11px;
    }
}

@media screen\0 {
    .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__wrapper .m-dropdown__arrow {
        margin-top: -1px;
    }
}

@supports (-ms-ime-align: auto) {
    .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__wrapper .m-dropdown__arrow {
        margin-top: -1px;
    }
}

.m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow,
.m-dropdown.m-dropdown--arrow .m-dropdown__arrow {
    position: absolute;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    height: 11px;
    width: 40px;
    position: relative;
    left: 50%;
    margin-left: -20px;
    top: 0;
    position: absolute;
}

    .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow:before,
    .m-dropdown.m-dropdown--arrow .m-dropdown__arrow:before {
        display: inline-block;
        font-family: "Metronic";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 0px;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        content: "";
    }

    .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow:before,
    .m-dropdown.m-dropdown--arrow .m-dropdown__arrow:before {
        position: relative;
        top: 100%;
        margin-top: 11px;
        font-size: 40px;
    }

@media screen\0 {
    .m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow:before,
    .m-dropdown.m-dropdown--arrow .m-dropdown__arrow:before {
        margin-top: 13px;
    }
}

.m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow.m-dropdown__arrow--left,
.m-dropdown.m-dropdown--arrow .m-dropdown__arrow.m-dropdown__arrow--left {
    left: 15px;
    margin-left: 0;
}

.m-dropdown.m-dropdown--arrow.m-dropdown--up .m-dropdown__arrow.m-dropdown__arrow--right,
.m-dropdown.m-dropdown--arrow .m-dropdown__arrow.m-dropdown__arrow--right {
    right: 15px;
    left: auto;
    margin-left: auto;
}

.m-dropdown.m-dropdown--skin-dark .m-dropdown__wrapper .m-dropdown__inner {
    background-color: #282a3c;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
}

.m-dropdown.m-dropdown--skin-dark.m-dropdown--arrow .m-dropdown__arrow {
    color: #282a3c;
}

.m-dropdown.m-dropdown--skin-dark .m-dropdown__header {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.m-dropdown.m-dropdown--skin-dark.m-dropdown--header-bg-fill.m-dropdown--arrow .m-dropdown__arrow {
    color: #716aca;
}

.m-dropdown.m-dropdown--skin-dark.m-dropdown--header-bg-fill .m-dropdown__header {
    background-color: #716aca;
}

    .m-dropdown.m-dropdown--skin-dark.m-dropdown--header-bg-fill .m-dropdown__header .m-dropdown__header-title {
        color: #fff;
    }

    .m-dropdown.m-dropdown--skin-dark.m-dropdown--header-bg-fill .m-dropdown__header .m-dropdown__header-subtitle {
        color: #fff;
    }

.m-dropdown .m-dropdown__wrapper .m-dropdown__inner {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

.m-dropdown.m-dropdown--arrow .m-dropdown__arrow {
    color: #ffffff;
}

.m-dropdown .m-dropdown__header {
    -webkit-box-shadow: 1px 34px 52px -19px rgba(68, 62, 84, 0.03);
    box-shadow: 1px 34px 52px -19px rgba(68, 62, 84, 0.03);
}

.m-dropdown.m-dropdown--header-bg-fill.m-dropdown--arrow .m-dropdown__arrow {
    color: transparent;
}

.m-dropdown.m-dropdown--header-bg-fill .m-dropdown__header {
    background-color: transparent;
}

    .m-dropdown.m-dropdown--header-bg-fill .m-dropdown__header .m-dropdown__header-title {
        color: #fff;
    }

    .m-dropdown.m-dropdown--header-bg-fill .m-dropdown__header .m-dropdown__header-subtitle {
        color: #fff;
    }

.m-tabs-content .m-tabs-content__item {
    display: none;
}

    .m-tabs-content .m-tabs-content__item.m-tabs-content__item--active {
        display: block;
    }

.m-tabs-line {
    margin: 0 0 25px 0;
}

    .m-tabs-line:before, .m-tabs-line:after {
        content: " ";
        display: table;
    }

    .m-tabs-line:after {
        clear: both;
    }

    .m-tabs-line .m-tabs__item {
        margin-right: 30px;
        margin-bottom: -1px;
    }

        .m-tabs-line .m-tabs__item:last-child {
            margin-right: 0;
        }

    .m-tabs-line .m-tabs__link {
        border: 0;
        border-bottom: 1px solid transparent;
        padding: 12px 0;
        font-size: 1.1rem;
        font-weight: 400;
    }

        .m-tabs-line .m-tabs__link [class^="la-"],
        .m-tabs-line .m-tabs__link [class*=" la-"] {
            font-size: 1.6rem;
        }

        .m-tabs-line .m-tabs__link [class^="fa-"],
        .m-tabs-line .m-tabs__link [class*=" fa-"] {
            font-size: 1.4rem;
        }

        .m-tabs-line .m-tabs__link [class^="flaticon-"],
        .m-tabs-line .m-tabs__link [class*=" flaticon-"] {
            font-size: 1.6rem;
        }

        .m-tabs-line .m-tabs__link i {
            vertical-align: middle;
            line-height: 0;
            display: inline-block;
            margin-right: 0.5rem;
        }

    .m-tabs-line.m-tabs-line--2x a.m-tabs__link:hover, .m-tabs-line.m-tabs-line--2x a.m-tabs__link.active {
        border-bottom-width: 4px !important;
    }

    .m-tabs-line.m-tabs-line--left {
        float: left;
    }

    .m-tabs-line.m-tabs-line--right {
        float: right;
    }

.m-tabs-line {
    border-bottom: 1px solid #ebedf2;
}

    .m-tabs-line.nav.nav-tabs .nav-link,
    .m-tabs-line a.m-tabs__link {
        background: transparent;
        color: #7b7e8a;
    }

        .m-tabs-line.nav.nav-tabs .nav-link i,
        .m-tabs-line a.m-tabs__link i {
            color: #898b96;
        }

        .m-tabs-line.nav.nav-tabs .nav-link:disabled,
        .m-tabs-line a.m-tabs__link:disabled {
            color: #afb2c1;
        }

            .m-tabs-line.nav.nav-tabs .nav-link:disabled i,
            .m-tabs-line a.m-tabs__link:disabled i {
                color: #afb2c1;
            }

        .m-tabs-line.nav.nav-tabs .nav-link:hover, .m-tabs-line.nav.nav-tabs .nav-link.active,
        .m-tabs-line a.m-tabs__link:hover,
        .m-tabs-line a.m-tabs__link.active {
            background: transparent;
            color: #3f4047;
            border-bottom: 1px solid #3f4047;
        }

            .m-tabs-line.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line a.m-tabs__link:hover > i,
            .m-tabs-line a.m-tabs__link.active > i {
                color: #7b7e8a;
            }

    .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link:hover,
    .m-tabs-line.m-tabs-line--brand a.m-tabs__link:hover {
        border-bottom: 1px solid #716aca;
    }

    .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link.active,
    .m-tabs-line.m-tabs-line--brand a.m-tabs__link:hover,
    .m-tabs-line.m-tabs-line--brand a.m-tabs__link.active {
        color: #716aca;
        border-bottom: 1px solid #716aca;
    }

        .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--brand.nav.nav-tabs .nav-link.active > i,
        .m-tabs-line.m-tabs-line--brand a.m-tabs__link:hover > i,
        .m-tabs-line.m-tabs-line--brand a.m-tabs__link.active > i {
            color: #837dd1;
        }

    .m-tabs-line.m-tabs-line--metal.nav.nav-tabs .nav-link:hover,
    .m-tabs-line.m-tabs-line--metal a.m-tabs__link:hover {
        border-bottom: 1px solid #c4c5d6;
    }

    .m-tabs-line.m-tabs-line--metal.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--metal.nav.nav-tabs .nav-link.active,
    .m-tabs-line.m-tabs-line--metal a.m-tabs__link:hover,
    .m-tabs-line.m-tabs-line--metal a.m-tabs__link.active {
        color: #c4c5d6;
        border-bottom: 1px solid #c4c5d6;
    }

        .m-tabs-line.m-tabs-line--metal.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--metal.nav.nav-tabs .nav-link.active > i,
        .m-tabs-line.m-tabs-line--metal a.m-tabs__link:hover > i,
        .m-tabs-line.m-tabs-line--metal a.m-tabs__link.active > i {
            color: #d3d4e0;
        }

    .m-tabs-line.m-tabs-line--light.nav.nav-tabs .nav-link:hover,
    .m-tabs-line.m-tabs-line--light a.m-tabs__link:hover {
        border-bottom: 1px solid #ffffff;
    }

    .m-tabs-line.m-tabs-line--light.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--light.nav.nav-tabs .nav-link.active,
    .m-tabs-line.m-tabs-line--light a.m-tabs__link:hover,
    .m-tabs-line.m-tabs-line--light a.m-tabs__link.active {
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
    }

        .m-tabs-line.m-tabs-line--light.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--light.nav.nav-tabs .nav-link.active > i,
        .m-tabs-line.m-tabs-line--light a.m-tabs__link:hover > i,
        .m-tabs-line.m-tabs-line--light a.m-tabs__link.active > i {
            color: white;
        }

    .m-tabs-line.m-tabs-line--accent.nav.nav-tabs .nav-link:hover,
    .m-tabs-line.m-tabs-line--accent a.m-tabs__link:hover {
        border-bottom: 1px solid #00c5dc;
    }

    .m-tabs-line.m-tabs-line--accent.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--accent.nav.nav-tabs .nav-link.active,
    .m-tabs-line.m-tabs-line--accent a.m-tabs__link:hover,
    .m-tabs-line.m-tabs-line--accent a.m-tabs__link.active {
        color: #00c5dc;
        border-bottom: 1px solid #00c5dc;
    }

        .m-tabs-line.m-tabs-line--accent.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--accent.nav.nav-tabs .nav-link.active > i,
        .m-tabs-line.m-tabs-line--accent a.m-tabs__link:hover > i,
        .m-tabs-line.m-tabs-line--accent a.m-tabs__link.active > i {
            color: #00dcf6;
        }

    .m-tabs-line.m-tabs-line--focus.nav.nav-tabs .nav-link:hover,
    .m-tabs-line.m-tabs-line--focus a.m-tabs__link:hover {
        border-bottom: 1px solid #9816f4;
    }

    .m-tabs-line.m-tabs-line--focus.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--focus.nav.nav-tabs .nav-link.active,
    .m-tabs-line.m-tabs-line--focus a.m-tabs__link:hover,
    .m-tabs-line.m-tabs-line--focus a.m-tabs__link.active {
        color: #9816f4;
        border-bottom: 1px solid #9816f4;
    }

        .m-tabs-line.m-tabs-line--focus.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--focus.nav.nav-tabs .nav-link.active > i,
        .m-tabs-line.m-tabs-line--focus a.m-tabs__link:hover > i,
        .m-tabs-line.m-tabs-line--focus a.m-tabs__link.active > i {
            color: #a32ef5;
        }

    .m-tabs-line.m-tabs-line--primary.nav.nav-tabs .nav-link:hover,
    .m-tabs-line.m-tabs-line--primary a.m-tabs__link:hover {
        border-bottom: 1px solid #5867dd;
    }

    .m-tabs-line.m-tabs-line--primary.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--primary.nav.nav-tabs .nav-link.active,
    .m-tabs-line.m-tabs-line--primary a.m-tabs__link:hover,
    .m-tabs-line.m-tabs-line--primary a.m-tabs__link.active {
        color: #5867dd;
        border-bottom: 1px solid #5867dd;
    }

        .m-tabs-line.m-tabs-line--primary.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--primary.nav.nav-tabs .nav-link.active > i,
        .m-tabs-line.m-tabs-line--primary a.m-tabs__link:hover > i,
        .m-tabs-line.m-tabs-line--primary a.m-tabs__link.active > i {
            color: #6d7ae1;
        }

    .m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link:hover,
    .m-tabs-line.m-tabs-line--success a.m-tabs__link:hover {
        border-bottom: 1px solid #34bfa3;
    }

    .m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link.active,
    .m-tabs-line.m-tabs-line--success a.m-tabs__link:hover,
    .m-tabs-line.m-tabs-line--success a.m-tabs__link.active {
        color: #34bfa3;
        border-bottom: 1px solid #34bfa3;
    }

        .m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--success.nav.nav-tabs .nav-link.active > i,
        .m-tabs-line.m-tabs-line--success a.m-tabs__link:hover > i,
        .m-tabs-line.m-tabs-line--success a.m-tabs__link.active > i {
            color: #41cbaf;
        }

    .m-tabs-line.m-tabs-line--info.nav.nav-tabs .nav-link:hover,
    .m-tabs-line.m-tabs-line--info a.m-tabs__link:hover {
        border-bottom: 1px solid #36a3f7;
    }

    .m-tabs-line.m-tabs-line--info.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--info.nav.nav-tabs .nav-link.active,
    .m-tabs-line.m-tabs-line--info a.m-tabs__link:hover,
    .m-tabs-line.m-tabs-line--info a.m-tabs__link.active {
        color: #36a3f7;
        border-bottom: 1px solid #36a3f7;
    }

        .m-tabs-line.m-tabs-line--info.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--info.nav.nav-tabs .nav-link.active > i,
        .m-tabs-line.m-tabs-line--info a.m-tabs__link:hover > i,
        .m-tabs-line.m-tabs-line--info a.m-tabs__link.active > i {
            color: #4faef8;
        }

    .m-tabs-line.m-tabs-line--warning.nav.nav-tabs .nav-link:hover,
    .m-tabs-line.m-tabs-line--warning a.m-tabs__link:hover {
        border-bottom: 1px solid #ffb822;
    }

    .m-tabs-line.m-tabs-line--warning.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--warning.nav.nav-tabs .nav-link.active,
    .m-tabs-line.m-tabs-line--warning a.m-tabs__link:hover,
    .m-tabs-line.m-tabs-line--warning a.m-tabs__link.active {
        color: #ffb822;
        border-bottom: 1px solid #ffb822;
    }

        .m-tabs-line.m-tabs-line--warning.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--warning.nav.nav-tabs .nav-link.active > i,
        .m-tabs-line.m-tabs-line--warning a.m-tabs__link:hover > i,
        .m-tabs-line.m-tabs-line--warning a.m-tabs__link.active > i {
            color: #ffc03c;
        }

    .m-tabs-line.m-tabs-line--danger.nav.nav-tabs .nav-link:hover,
    .m-tabs-line.m-tabs-line--danger a.m-tabs__link:hover {
        border-bottom: 1px solid #f4516c;
    }

    .m-tabs-line.m-tabs-line--danger.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--danger.nav.nav-tabs .nav-link.active,
    .m-tabs-line.m-tabs-line--danger a.m-tabs__link:hover,
    .m-tabs-line.m-tabs-line--danger a.m-tabs__link.active {
        color: #f4516c;
        border-bottom: 1px solid #f4516c;
    }

        .m-tabs-line.m-tabs-line--danger.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--danger.nav.nav-tabs .nav-link.active > i,
        .m-tabs-line.m-tabs-line--danger a.m-tabs__link:hover > i,
        .m-tabs-line.m-tabs-line--danger a.m-tabs__link.active > i {
            color: #f66980;
        }

    .m-tabs-line.m-tabs-line--skin-dark {
        border-bottom: 1px solid #a1a4b1;
    }

        .m-tabs-line.m-tabs-line--skin-dark.nav.nav-tabs .nav-link,
        .m-tabs-line.m-tabs-line--skin-dark a.m-tabs__link {
            background: transparent;
            color: #8284a1;
        }

            .m-tabs-line.m-tabs-line--skin-dark.nav.nav-tabs .nav-link i,
            .m-tabs-line.m-tabs-line--skin-dark a.m-tabs__link i {
                color: #737696;
            }

            .m-tabs-line.m-tabs-line--skin-dark.nav.nav-tabs .nav-link:disabled,
            .m-tabs-line.m-tabs-line--skin-dark a.m-tabs__link:disabled {
                color: #c9c9e0;
            }

                .m-tabs-line.m-tabs-line--skin-dark.nav.nav-tabs .nav-link:disabled i,
                .m-tabs-line.m-tabs-line--skin-dark a.m-tabs__link:disabled i {
                    color: #c9c9e0;
                }

            .m-tabs-line.m-tabs-line--skin-dark.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.nav.nav-tabs .nav-link.active,
            .m-tabs-line.m-tabs-line--skin-dark a.m-tabs__link:hover,
            .m-tabs-line.m-tabs-line--skin-dark a.m-tabs__link.active {
                background: transparent;
                color: #aeafc2;
                border-bottom: 1px solid #aeafc2;
            }

                .m-tabs-line.m-tabs-line--skin-dark.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.nav.nav-tabs .nav-link.active > i,
                .m-tabs-line.m-tabs-line--skin-dark a.m-tabs__link:hover > i,
                .m-tabs-line.m-tabs-line--skin-dark a.m-tabs__link.active > i {
                    color: #8284a1;
                }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--brand.nav.nav-tabs .nav-link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--brand a.m-tabs__link:hover {
            border-bottom: 1px solid #716aca;
        }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--brand.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--brand.nav.nav-tabs .nav-link.active,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--brand a.m-tabs__link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--brand a.m-tabs__link.active {
            color: #716aca;
            border-bottom: 1px solid #716aca;
        }

            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--brand.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--brand.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--brand a.m-tabs__link:hover > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--brand a.m-tabs__link.active > i {
                color: #837dd1;
            }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--metal.nav.nav-tabs .nav-link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--metal a.m-tabs__link:hover {
            border-bottom: 1px solid #c4c5d6;
        }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--metal.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--metal.nav.nav-tabs .nav-link.active,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--metal a.m-tabs__link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--metal a.m-tabs__link.active {
            color: #c4c5d6;
            border-bottom: 1px solid #c4c5d6;
        }

            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--metal.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--metal.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--metal a.m-tabs__link:hover > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--metal a.m-tabs__link.active > i {
                color: #d3d4e0;
            }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--light.nav.nav-tabs .nav-link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--light a.m-tabs__link:hover {
            border-bottom: 1px solid #ffffff;
        }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--light.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--light.nav.nav-tabs .nav-link.active,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--light a.m-tabs__link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--light a.m-tabs__link.active {
            color: #ffffff;
            border-bottom: 1px solid #ffffff;
        }

            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--light.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--light.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--light a.m-tabs__link:hover > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--light a.m-tabs__link.active > i {
                color: white;
            }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--accent.nav.nav-tabs .nav-link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--accent a.m-tabs__link:hover {
            border-bottom: 1px solid #00c5dc;
        }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--accent.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--accent.nav.nav-tabs .nav-link.active,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--accent a.m-tabs__link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--accent a.m-tabs__link.active {
            color: #00c5dc;
            border-bottom: 1px solid #00c5dc;
        }

            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--accent.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--accent.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--accent a.m-tabs__link:hover > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--accent a.m-tabs__link.active > i {
                color: #00dcf6;
            }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--focus.nav.nav-tabs .nav-link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--focus a.m-tabs__link:hover {
            border-bottom: 1px solid #9816f4;
        }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--focus.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--focus.nav.nav-tabs .nav-link.active,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--focus a.m-tabs__link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--focus a.m-tabs__link.active {
            color: #9816f4;
            border-bottom: 1px solid #9816f4;
        }

            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--focus.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--focus.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--focus a.m-tabs__link:hover > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--focus a.m-tabs__link.active > i {
                color: #a32ef5;
            }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--primary.nav.nav-tabs .nav-link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--primary a.m-tabs__link:hover {
            border-bottom: 1px solid #5867dd;
        }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--primary.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--primary.nav.nav-tabs .nav-link.active,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--primary a.m-tabs__link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--primary a.m-tabs__link.active {
            color: #5867dd;
            border-bottom: 1px solid #5867dd;
        }

            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--primary.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--primary.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--primary a.m-tabs__link:hover > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--primary a.m-tabs__link.active > i {
                color: #6d7ae1;
            }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--success.nav.nav-tabs .nav-link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--success a.m-tabs__link:hover {
            border-bottom: 1px solid #34bfa3;
        }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--success.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--success.nav.nav-tabs .nav-link.active,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--success a.m-tabs__link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--success a.m-tabs__link.active {
            color: #34bfa3;
            border-bottom: 1px solid #34bfa3;
        }

            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--success.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--success.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--success a.m-tabs__link:hover > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--success a.m-tabs__link.active > i {
                color: #41cbaf;
            }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--info.nav.nav-tabs .nav-link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--info a.m-tabs__link:hover {
            border-bottom: 1px solid #36a3f7;
        }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--info.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--info.nav.nav-tabs .nav-link.active,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--info a.m-tabs__link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--info a.m-tabs__link.active {
            color: #36a3f7;
            border-bottom: 1px solid #36a3f7;
        }

            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--info.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--info.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--info a.m-tabs__link:hover > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--info a.m-tabs__link.active > i {
                color: #4faef8;
            }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--warning.nav.nav-tabs .nav-link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--warning a.m-tabs__link:hover {
            border-bottom: 1px solid #ffb822;
        }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--warning.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--warning.nav.nav-tabs .nav-link.active,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--warning a.m-tabs__link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--warning a.m-tabs__link.active {
            color: #ffb822;
            border-bottom: 1px solid #ffb822;
        }

            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--warning.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--warning.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--warning a.m-tabs__link:hover > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--warning a.m-tabs__link.active > i {
                color: #ffc03c;
            }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--danger.nav.nav-tabs .nav-link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--danger a.m-tabs__link:hover {
            border-bottom: 1px solid #f4516c;
        }

        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--danger.nav.nav-tabs .nav-link:hover, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--danger.nav.nav-tabs .nav-link.active,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--danger a.m-tabs__link:hover,
        .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--danger a.m-tabs__link.active {
            color: #f4516c;
            border-bottom: 1px solid #f4516c;
        }

            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--danger.nav.nav-tabs .nav-link:hover > i, .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--danger.nav.nav-tabs .nav-link.active > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--danger a.m-tabs__link:hover > i,
            .m-tabs-line.m-tabs-line--skin-dark.m-tabs-line--danger a.m-tabs__link.active > i {
                color: #f66980;
            }

.m-badge {
    background: #eaeaea;
    color: #444;
    font-size: 0.8rem;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 0px 3px;
    border-radius: 0.75rem;
}

    .m-badge.m-badge--square {
        border-radius: 0;
    }

    .m-badge.m-badge--wide {
        letter-spacing: 0.6px;
        padding: 1px 10px;
        border-radius: 0;
        border-radius: 0.75rem;
    }

    .m-badge.m-badge--rounded {
        border-radius: 0.25rem;
    }

    .m-badge.m-badge--dot {
        padding: 0;
        line-height: 6px;
        min-height: 6px;
        min-width: 6px;
        height: 6px;
        width: 6px;
        border-radius: 100%;
    }

    .m-badge.m-badge--dot-small {
        padding: 0;
        line-height: 4px;
        min-height: 4px;
        min-width: 4px;
        height: 4px;
        width: 4px;
        border-radius: 100%;
    }

    .m-badge.m-badge--bordered {
        border: 1px solid #efefef;
        min-height: 22px;
        min-width: 22px;
        border-radius: 100%;
    }

    .m-badge.m-badge--brand {
        background-color: #716aca;
        color: #ffffff;
    }

    .m-badge.m-badge-bordered--brand {
        border-color: #716aca;
    }

    .m-badge.m-badge--metal {
        background-color: #c4c5d6;
        color: #ffffff;
    }

    .m-badge.m-badge-bordered--metal {
        border-color: #c4c5d6;
    }

    .m-badge.m-badge--light {
        background-color: #ffffff;
        color: #282a3c;
    }

    .m-badge.m-badge-bordered--light {
        border-color: #ffffff;
    }

    .m-badge.m-badge--accent {
        background-color: #00c5dc;
        color: #ffffff;
    }

    .m-badge.m-badge-bordered--accent {
        border-color: #00c5dc;
    }

    .m-badge.m-badge--focus {
        background-color: #9816f4;
        color: #ffffff;
    }

    .m-badge.m-badge-bordered--focus {
        border-color: #9816f4;
    }

    .m-badge.m-badge--primary {
        background-color: #5867dd;
        color: #ffffff;
    }

    .m-badge.m-badge-bordered--primary {
        border-color: #5867dd;
    }

    .m-badge.m-badge--success {
        background-color: #34bfa3;
        color: #ffffff;
    }

    .m-badge.m-badge-bordered--success {
        border-color: #34bfa3;
    }

    .m-badge.m-badge--info {
        background-color: #36a3f7;
        color: #ffffff;
    }

    .m-badge.m-badge-bordered--info {
        border-color: #36a3f7;
    }

    .m-badge.m-badge--warning {
        background-color: #ffb822;
        color: #111111;
    }

    .m-badge.m-badge-bordered--warning {
        border-color: #ffb822;
    }

    .m-badge.m-badge--danger {
        background-color: #f4516c;
        color: #ffffff;
    }

    .m-badge.m-badge-bordered--danger {
        border-color: #f4516c;
    }

.m-link {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

    .m-link:after {
        display: block;
        content: '';
        position: absolute;
        bottom: 0;
        top: 1rem;
        left: 0;
        width: 0%;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease;
    }

    .m-link:hover {
        text-decoration: none !important;
    }

        .m-link:hover:after {
            width: 100%;
        }

.m-link {
    color: #716aca;
}

    .m-link:hover {
        color: #5f57c3;
    }

        .m-link:hover:after {
            border-bottom: 1px solid #5f57c3;
            opacity: 0.3;
            filter: alpha(opacity=30);
        }

    .m-link.m-link--skin-dark {
        color: #716aca;
    }

        .m-link.m-link--skin-dark:hover {
            color: #5f57c3;
        }

            .m-link.m-link--skin-dark:hover:after {
                border-bottom: 1px solid #5f57c3;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-link.m-link--brand {
        color: #716aca;
    }

        .m-link.m-link--brand:hover {
            color: #4d44bd;
        }

            .m-link.m-link--brand:hover:after {
                border-bottom: 1px solid #4d44bd;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-link.m-link--metal {
        color: #c4c5d6;
    }

        .m-link.m-link--metal:hover {
            color: #a6a7c1;
        }

            .m-link.m-link--metal:hover:after {
                border-bottom: 1px solid #a6a7c1;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-link.m-link--light {
        color: #ffffff;
    }

        .m-link.m-link--light:hover {
            color: #e6e6e6;
        }

            .m-link.m-link--light:hover:after {
                border-bottom: 1px solid #e6e6e6;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-link.m-link--accent {
        color: #00c5dc;
    }

        .m-link.m-link--accent:hover {
            color: #0097a9;
        }

            .m-link.m-link--accent:hover:after {
                border-bottom: 1px solid #0097a9;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-link.m-link--focus {
        color: #9816f4;
    }

        .m-link.m-link--focus:hover {
            color: #7c0acd;
        }

            .m-link.m-link--focus:hover:after {
                border-bottom: 1px solid #7c0acd;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-link.m-link--primary {
        color: #5867dd;
    }

        .m-link.m-link--primary:hover {
            color: #2e40d4;
        }

            .m-link.m-link--primary:hover:after {
                border-bottom: 1px solid #2e40d4;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-link.m-link--success {
        color: #34bfa3;
    }

        .m-link.m-link--success:hover {
            color: #299781;
        }

            .m-link.m-link--success:hover:after {
                border-bottom: 1px solid #299781;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-link.m-link--info {
        color: #36a3f7;
    }

        .m-link.m-link--info:hover {
            color: #0a8cf0;
        }

            .m-link.m-link--info:hover:after {
                border-bottom: 1px solid #0a8cf0;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-link.m-link--warning {
        color: #ffb822;
    }

        .m-link.m-link--warning:hover {
            color: #eea200;
        }

            .m-link.m-link--warning:hover:after {
                border-bottom: 1px solid #eea200;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-link.m-link--danger {
        color: #f4516c;
    }

        .m-link.m-link--danger:hover {
            color: #f12143;
        }

            .m-link.m-link--danger:hover:after {
                border-bottom: 1px solid #f12143;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

.m-section {
    margin: 0 0 40px 0;
}

    .m-section .m-section__heading {
        display: block;
        margin: 0 0 20px 0;
        padding: 0;
        font-family: "Roboto";
        font-weight: 500;
    }

    .m-section h4.m-section__heading {
        font-size: 1.1rem;
    }

    .m-section h3.m-section__heading {
        font-size: 1.2rem;
    }

    .m-section h2.m-section__heading {
        font-size: 1.3rem;
    }

    .m-section h1.m-section__heading {
        font-size: 1.5rem;
    }

    .m-section .m-section__sub {
        display: block;
        margin: 5px 0 10px 0;
        font-size: 1rem;
    }

    .m-section .m-section__content {
        margin: 0 0 10px 0;
        font-size: 1rem;
    }

    .m-section .m-section__seperator {
        margin: 5px 0;
        height: 1px;
        overflow: hidden;
        display: block;
    }

    .m-section.m-section--last {
        margin-bottom: 0;
    }

        .m-section.m-section--last .m-section__content {
            margin-bottom: 0;
        }

    .m-section .m-section__heading {
        color: #3f4047;
    }

    .m-section .m-section__sub {
        color: #6f727d;
    }

    .m-section .m-section__content {
        color: #575962;
    }

        .m-section .m-section__content .m-demo__component > span:first-child {
            background-color: #ebedf2;
        }

        .m-section .m-section__content .m-demo__component > span:last-child {
            background-color: #ebedf2;
        }

    .m-section.m-section--skin-dark .m-section__heading {
        color: #aeafc2;
    }

    .m-section.m-section--skin-dark .m-section__sub {
        color: #9093ac;
    }

    .m-section.m-section--skin-dark .m-section__content {
        color: #ffffff;
    }

        .m-section.m-section--skin-dark .m-section__content .m-demo__component > span:first-child {
            background-color: #a1a4b1;
        }

        .m-section.m-section--skin-dark .m-section__content .m-demo__component > span:last-child {
            background-color: #a1a4b1;
        }

.m-separator {
    height: 0;
    margin: 20px 0;
}

    .m-separator.m-separator--md {
        margin: 30px 0;
    }

    .m-separator.m-separator--lg {
        margin: 40px 0;
    }

    .m-separator.m-separator--xl {
        margin: 60px 0;
    }

    .m-separator.m-separator--sm {
        margin: 20px 0;
    }

    .m-separator.m-separator--fit {
        margin-left: -2.2rem;
        margin-right: -2.2rem;
    }

.m-separator {
    border-bottom: 1px solid #ebedf2;
}

    .m-separator.m-separator--dashed {
        border-bottom: 1px dashed #ebedf2;
    }

    .m-separator.m-separator--brand {
        border-bottom: 1px solid #716aca;
    }

        .m-separator.m-separator--brand.m-separator--dashed {
            border-bottom: 1px dashed #716aca;
        }

    .m-separator.m-separator--metal {
        border-bottom: 1px solid #c4c5d6;
    }

        .m-separator.m-separator--metal.m-separator--dashed {
            border-bottom: 1px dashed #c4c5d6;
        }

    .m-separator.m-separator--light {
        border-bottom: 1px solid #ffffff;
    }

        .m-separator.m-separator--light.m-separator--dashed {
            border-bottom: 1px dashed #ffffff;
        }

    .m-separator.m-separator--accent {
        border-bottom: 1px solid #00c5dc;
    }

        .m-separator.m-separator--accent.m-separator--dashed {
            border-bottom: 1px dashed #00c5dc;
        }

    .m-separator.m-separator--focus {
        border-bottom: 1px solid #9816f4;
    }

        .m-separator.m-separator--focus.m-separator--dashed {
            border-bottom: 1px dashed #9816f4;
        }

    .m-separator.m-separator--primary {
        border-bottom: 1px solid #5867dd;
    }

        .m-separator.m-separator--primary.m-separator--dashed {
            border-bottom: 1px dashed #5867dd;
        }

    .m-separator.m-separator--success {
        border-bottom: 1px solid #34bfa3;
    }

        .m-separator.m-separator--success.m-separator--dashed {
            border-bottom: 1px dashed #34bfa3;
        }

    .m-separator.m-separator--info {
        border-bottom: 1px solid #36a3f7;
    }

        .m-separator.m-separator--info.m-separator--dashed {
            border-bottom: 1px dashed #36a3f7;
        }

    .m-separator.m-separator--warning {
        border-bottom: 1px solid #ffb822;
    }

        .m-separator.m-separator--warning.m-separator--dashed {
            border-bottom: 1px dashed #ffb822;
        }

    .m-separator.m-separator--danger {
        border-bottom: 1px solid #f4516c;
    }

        .m-separator.m-separator--danger.m-separator--dashed {
            border-bottom: 1px dashed #f4516c;
        }

code {
    padding: 0.2rem 0.4rem;
}

code {
    background: #ebedf2;
}

.m-type {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* previous syntax */
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 40px;
    width: 40px;
    line-height: 0;
    border-radius: 100%;
}

    .m-type > span {
        line-height: 0;
        font-weight: 600;
        font-size: 1.6rem;
        text-transform: uppercase;
    }

    .m-type.m-type--lg {
        height: 80px;
        width: 80px;
    }

        .m-type.m-type--lg > span {
            font-size: 3rem;
        }

.m-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .m-divider > span:first-child {
        width: 100%;
        height: 1px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #EBECF1;
        display: inline-block;
    }

    .m-divider > span:last-child {
        width: 100%;
        height: 1px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #EBECF1;
        display: inline-block;
    }

    .m-divider > span:not(:first-child):not(:last-child) {
        padding: 0 2rem;
    }

.btn {
    font-family: "Poppins";
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    cursor: pointer;
    border-radius: 0;
    border-radius: 0.25rem;
}

    .btn > i {
        line-height: 0;
        vertical-align: middle;
    }

    .btn:hover, .btn.active, .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn.m-btn--pill {
        border-radius: 60px;
    }

    .btn.m-btn--square {
        border-radius: 0 !important;
    }

    .btn.m-btn--air.btn-secondary {
        border-color: #ffffff !important;
    }

        .btn.m-btn--air.btn-secondary:hover {
            border-color: #ffffff !important;
        }

    .btn.m-btn--wide {
        padding-left: 2.3rem;
        padding-right: 2.3rem;
    }

        .btn.m-btn--wide.btn-sm, .btn-group-sm > .btn.m-btn--wide {
            padding-left: 1.6rem;
            padding-right: 1.6rem;
        }

        .btn.m-btn--wide.btn-lg, .btn-group-lg > .btn.m-btn--wide {
            padding-left: 3.3rem;
            padding-right: 3.3rem;
        }

    .btn.m-btn--custom {
        padding: 0.75rem 2rem;
        font-size: 1rem;
        font-weight: 400;
        font-family: Poppins;
    }

        .btn.m-btn--custom.btn-sm, .btn-group-sm > .btn.m-btn--custom {
            padding: 0.5rem 1rem;
            font-size: 0.9rem;
        }

        .btn.m-btn--custom.btn-lg, .btn-group-lg > .btn.m-btn--custom {
            padding: 1rem 2.5rem;
            font-size: 1.2rem;
        }

    .btn.m-btn--label-brand {
        color: #716aca;
    }

    .btn.m-btn--label-metal {
        color: #c4c5d6;
    }

    .btn.m-btn--label-light {
        color: #ffffff;
    }

    .btn.m-btn--label-accent {
        color: #00c5dc;
    }

    .btn.m-btn--label-focus {
        color: #9816f4;
    }

    .btn.m-btn--label-primary {
        color: #5867dd;
    }

    .btn.m-btn--label-success {
        color: #34bfa3;
    }

    .btn.m-btn--label-info {
        color: #36a3f7;
    }

    .btn.m-btn--label-warning {
        color: #ffb822;
    }

    .btn.m-btn--label-danger {
        color: #f4516c;
    }

    .btn.m-btn--uppercase {
        text-transform: uppercase;
    }

    .btn.m-btn--bold {
        font-weight: 400;
    }

    .btn.m-btn--bolder {
        font-weight: 500;
    }

    .btn.m-btn--boldest {
        font-weight: 600;
    }

    .btn.m-btn--sm {
        font-size: 0.85rem;
    }

    .btn.m-btn--md {
        padding: 1rem 2rem;
    }

        .btn.m-btn--md.dropdown-toggle {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

.m-btn--icon > span {
    display: table;
}

    .m-btn--icon > span > i {
        display: table-cell;
        vertical-align: middle;
        line-height: 0;
    }

    .m-btn--icon > span [class^="la-"],
    .m-btn--icon > span [class*=" la-"] {
        font-size: 1.3rem;
    }

    .m-btn--icon > span [class^="fa-"],
    .m-btn--icon > span [class*=" fa-"] {
        font-size: 1.1rem;
    }

    .m-btn--icon > span [class^="flaticon-"],
    .m-btn--icon > span [class*=" flaticon-"] {
        font-size: 1.3rem;
    }

    .m-btn--icon > span > span {
        padding-left: 0.5em;
        display: table-cell;
        vertical-align: middle;
    }

.m-btn--icon.m-btn--icon-right > span > span {
    padding-left: 0;
    padding-right: 0.6em;
}

.m-btn--icon.btn-lg > span [class^="la-"], .btn-group-lg > .m-btn--icon.btn > span [class^="la-"],
.m-btn--icon.btn-lg > span [class*=" la-"],
.btn-group-lg > .m-btn--icon.btn > span [class*=" la-"] {
    font-size: 1.5rem;
}

.m-btn--icon.btn-lg > span [class^="fa-"], .btn-group-lg > .m-btn--icon.btn > span [class^="fa-"],
.m-btn--icon.btn-lg > span [class*=" fa-"],
.btn-group-lg > .m-btn--icon.btn > span [class*=" fa-"] {
    font-size: 1.3rem;
}

.m-btn--icon.btn-lg > span [class^="flaticon-"], .btn-group-lg > .m-btn--icon.btn > span [class^="flaticon-"],
.m-btn--icon.btn-lg > span [class*=" flaticon-"],
.btn-group-lg > .m-btn--icon.btn > span [class*=" flaticon-"] {
    font-size: 1.5rem;
}

.m-btn--icon.btn-sm > span [class^="la-"], .btn-group-sm > .m-btn--icon.btn > span [class^="la-"],
.m-btn--icon.btn-sm > span [class*=" la-"],
.btn-group-sm > .m-btn--icon.btn > span [class*=" la-"] {
    font-size: 1.1rem;
}

.m-btn--icon.btn-sm > span [class^="fa-"], .btn-group-sm > .m-btn--icon.btn > span [class^="fa-"],
.m-btn--icon.btn-sm > span [class*=" fa-"],
.btn-group-sm > .m-btn--icon.btn > span [class*=" fa-"] {
    font-size: 1rem;
}

.m-btn--icon.btn-sm > span [class^="flaticon-"], .btn-group-sm > .m-btn--icon.btn > span [class^="flaticon-"],
.m-btn--icon.btn-sm > span [class*=" flaticon-"],
.btn-group-sm > .m-btn--icon.btn > span [class*=" flaticon-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--icon-only {
    display: inline-block;
    position: relative;
    padding: 0 !important;
    width: 33px;
    height: 33px;
}

    .m-btn--icon.m-btn--icon-only > i {
        line-height: 0;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .m-btn--icon.m-btn--icon-only [class^="la-"],
    .m-btn--icon.m-btn--icon-only [class*=" la-"] {
        font-size: 1.3rem;
    }

    .m-btn--icon.m-btn--icon-only [class^="fa-"],
    .m-btn--icon.m-btn--icon-only [class*=" fa-"] {
        font-size: 1.1rem;
    }

    .m-btn--icon.m-btn--icon-only [class^="flaticon-"],
    .m-btn--icon.m-btn--icon-only [class*=" flaticon-"] {
        font-size: 1.3rem;
    }

    .m-btn--icon.m-btn--icon-only.th-btn-pill {
        border-radius: 100%;
    }

    .m-btn--icon.m-btn--icon-only.btn-lg, .btn-group-lg > .m-btn--icon.m-btn--icon-only.btn {
        width: 43px;
        height: 43px;
    }

        .m-btn--icon.m-btn--icon-only.btn-lg [class^="la-"], .btn-group-lg > .m-btn--icon.m-btn--icon-only.btn [class^="la-"],
        .m-btn--icon.m-btn--icon-only.btn-lg [class*=" la-"],
        .btn-group-lg > .m-btn--icon.m-btn--icon-only.btn [class*=" la-"] {
            font-size: 1.5rem;
        }

        .m-btn--icon.m-btn--icon-only.btn-lg [class^="fa-"], .btn-group-lg > .m-btn--icon.m-btn--icon-only.btn [class^="fa-"],
        .m-btn--icon.m-btn--icon-only.btn-lg [class*=" fa-"],
        .btn-group-lg > .m-btn--icon.m-btn--icon-only.btn [class*=" fa-"] {
            font-size: 1.3rem;
        }

        .m-btn--icon.m-btn--icon-only.btn-lg [class^="flaticon-"], .btn-group-lg > .m-btn--icon.m-btn--icon-only.btn [class^="flaticon-"],
        .m-btn--icon.m-btn--icon-only.btn-lg [class*=" flaticon-"],
        .btn-group-lg > .m-btn--icon.m-btn--icon-only.btn [class*=" flaticon-"] {
            font-size: 1.5rem;
        }

    .m-btn--icon.m-btn--icon-only.btn-sm, .btn-group-sm > .m-btn--icon.m-btn--icon-only.btn {
        width: 30px;
        height: 30px;
    }

        .m-btn--icon.m-btn--icon-only.btn-sm [class^="la-"], .btn-group-sm > .m-btn--icon.m-btn--icon-only.btn [class^="la-"],
        .m-btn--icon.m-btn--icon-only.btn-sm [class*=" la-"],
        .btn-group-sm > .m-btn--icon.m-btn--icon-only.btn [class*=" la-"] {
            font-size: 1.1rem;
        }

        .m-btn--icon.m-btn--icon-only.btn-sm [class^="fa-"], .btn-group-sm > .m-btn--icon.m-btn--icon-only.btn [class^="fa-"],
        .m-btn--icon.m-btn--icon-only.btn-sm [class*=" fa-"],
        .btn-group-sm > .m-btn--icon.m-btn--icon-only.btn [class*=" fa-"] {
            font-size: 1rem;
        }

        .m-btn--icon.m-btn--icon-only.btn-sm [class^="flaticon-"], .btn-group-sm > .m-btn--icon.m-btn--icon-only.btn [class^="flaticon-"],
        .m-btn--icon.m-btn--icon-only.btn-sm [class*=" flaticon-"],
        .btn-group-sm > .m-btn--icon.m-btn--icon-only.btn [class*=" flaticon-"] {
            font-size: 1.1rem;
        }

.m-btn--icon.m-btn--custom > span [class^="la-"],
.m-btn--icon.m-btn--custom > span [class*=" la-"] {
    font-size: 1.3rem;
}

.m-btn--icon.m-btn--custom > span [class^="fa-"],
.m-btn--icon.m-btn--custom > span [class*=" fa-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--custom > span [class^="flaticon-"],
.m-btn--icon.m-btn--custom > span [class*=" flaticon-"] {
    font-size: 1.3rem;
}

.m-btn--icon.m-btn--custom.btn-lg > span [class^="la-"], .btn-group-lg > .m-btn--icon.m-btn--custom.btn > span [class^="la-"],
.m-btn--icon.m-btn--custom.btn-lg > span [class*=" la-"],
.btn-group-lg > .m-btn--icon.m-btn--custom.btn > span [class*=" la-"] {
    font-size: 1.5rem;
}

.m-btn--icon.m-btn--custom.btn-lg > span [class^="fa-"], .btn-group-lg > .m-btn--icon.m-btn--custom.btn > span [class^="fa-"],
.m-btn--icon.m-btn--custom.btn-lg > span [class*=" fa-"],
.btn-group-lg > .m-btn--icon.m-btn--custom.btn > span [class*=" fa-"] {
    font-size: 1.2rem;
}

.m-btn--icon.m-btn--custom.btn-lg > span [class^="flaticon-"], .btn-group-lg > .m-btn--icon.m-btn--custom.btn > span [class^="flaticon-"],
.m-btn--icon.m-btn--custom.btn-lg > span [class*=" flaticon-"],
.btn-group-lg > .m-btn--icon.m-btn--custom.btn > span [class*=" flaticon-"] {
    font-size: 1.5rem;
}

.m-btn--icon.m-btn--custom.btn-sm > span [class^="la-"], .btn-group-sm > .m-btn--icon.m-btn--custom.btn > span [class^="la-"],
.m-btn--icon.m-btn--custom.btn-sm > span [class*=" la-"],
.btn-group-sm > .m-btn--icon.m-btn--custom.btn > span [class*=" la-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--custom.btn-sm > span [class^="fa-"], .btn-group-sm > .m-btn--icon.m-btn--custom.btn > span [class^="fa-"],
.m-btn--icon.m-btn--custom.btn-sm > span [class*=" fa-"],
.btn-group-sm > .m-btn--icon.m-btn--custom.btn > span [class*=" fa-"] {
    font-size: 1rem;
}

.m-btn--icon.m-btn--custom.btn-sm > span [class^="flaticon-"], .btn-group-sm > .m-btn--icon.m-btn--custom.btn > span [class^="flaticon-"],
.m-btn--icon.m-btn--custom.btn-sm > span [class*=" flaticon-"],
.btn-group-sm > .m-btn--icon.m-btn--custom.btn > span [class*=" flaticon-"] {
    font-size: 1.1rem;
}

.m-btn--icon.m-btn--custom.m-btn--icon-only {
    width: 40px;
    height: 40px;
}

    .m-btn--icon.m-btn--custom.m-btn--icon-only.btn-lg, .btn-group-lg > .m-btn--icon.m-btn--custom.m-btn--icon-only.btn {
        width: 50px;
        height: 50px;
    }

    .m-btn--icon.m-btn--custom.m-btn--icon-only.btn-sm, .btn-group-sm > .m-btn--icon.m-btn--custom.m-btn--icon-only.btn {
        width: 30px;
        height: 30px;
    }

.m-btn--icon.btn-block > span {
    text-align: center;
    margin: 0 auto;
}

[class^="la-"],
[class*=" la-"] {
    font-size: 1.3rem;
}

[class^="fa-"],
[class*=" fa-"] {
    font-size: 1.1rem;
}

[class^="flaticon-"],
[class*=" flaticon-"] {
    font-size: 1.3rem;
}

.btn-sm [class^="la-"], .btn-group-sm > .btn [class^="la-"],
.btn-sm [class*=" la-"],
.btn-group-sm > .btn [class*=" la-"] {
    font-size: 1.1rem;
}

.btn-sm [class^="fa-"], .btn-group-sm > .btn [class^="fa-"],
.btn-sm [class*=" fa-"],
.btn-group-sm > .btn [class*=" fa-"] {
    font-size: 1rem;
}

.btn-sm [class^="flaticon-"], .btn-group-sm > .btn [class^="flaticon-"],
.btn-sm [class*=" flaticon-"],
.btn-group-sm > .btn [class*=" flaticon-"] {
    font-size: 1.1rem;
}

.btn-lg [class^="la-"], .btn-group-lg > .btn [class^="la-"],
.btn-lg [class*=" la-"],
.btn-group-lg > .btn [class*=" la-"] {
    font-size: 1.5rem;
}

.btn-lg [class^="fa-"], .btn-group-lg > .btn [class^="fa-"],
.btn-lg [class*=" fa-"],
.btn-group-lg > .btn [class*=" fa-"] {
    font-size: 1.3rem;
}

.btn-lg [class^="flaticon-"], .btn-group-lg > .btn [class^="flaticon-"],
.btn-lg [class*=" flaticon-"],
.btn-group-lg > .btn [class*=" flaticon-"] {
    font-size: 1.5rem;
}

.m-btn.m-btn--link:focus, .m-btn.m-btn--link:active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.m-btn.m-btn--outline-2x {
    border-width: 2px;
}

.btn-group.m-btn-group--pill:not(.btn-group-vertical) .btn:first-child {
    border-radius: 60px 0 0 60px;
}

.btn-group.m-btn-group--pill:not(.btn-group-vertical) .btn:last-child {
    border-radius: 0 60px 60px 0;
}

.btn-group.m-btn-group--pill:not(.btn-group-vertical) .btn.m-btn--pill-last {
    border-radius: 0 60px 60px 0;
}

.btn-group.m-btn-group--pill:not(.btn-group-vertical) .btn.m-btn--pill-first {
    border-radius: 60px 0 0 60px;
}

.btn-group.m-btn-group--air {
    border-radius: 0.25rem;
}

    .btn-group.m-btn-group--air.m-btn-group--pill {
        border-radius: 60px;
    }

.btn-group-vertical .m-btn--pill-last {
    border-radius: 0 0 60px 60px;
}

.btn-group-vertical .m-btn--pill-first {
    border-radius: 60px 60px 0 0;
}

.btn-outline-brand.m-btn--air,
.btn-brand.m-btn--air,
.m-btn--gradient-from-brand.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(113, 106, 202, 0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(113, 106, 202, 0.19) !important;
}

    .btn-outline-brand.m-btn--air.focus, .btn-outline-brand.m-btn--air:focus, .btn-outline-brand.m-btn--air:hover,
    .btn-brand.m-btn--air.focus,
    .btn-brand.m-btn--air:focus,
    .btn-brand.m-btn--air:hover,
    .m-btn--gradient-from-brand.m-btn--air.focus,
    .m-btn--gradient-from-brand.m-btn--air:focus,
    .m-btn--gradient-from-brand.m-btn--air:hover {
        -webkit-box-shadow: 0px 5px 10px 2px rgba(113, 106, 202, 0.36) !important;
        box-shadow: 0px 5px 10px 2px rgba(113, 106, 202, 0.36) !important;
    }

.btn-outline-brand.focus, .btn-outline-brand:focus, .btn-outline-brand:hover {
    border-color: #716aca;
    background: #716aca;
    color: #ffffff;
}

.btn + .btn.dropdown-toggle {
    position: relative;
}

    .btn + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #ffffff;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn + .btn.dropdown-toggle:hover:before, .btn + .btn.dropdown-toggle:focus:before, .btn + .btn.dropdown-toggle.active:before {
        display: none;
    }

.btn-outline-metal.m-btn--air,
.btn-metal.m-btn--air,
.m-btn--gradient-from-metal.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(196, 197, 214, 0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(196, 197, 214, 0.19) !important;
}

    .btn-outline-metal.m-btn--air.focus, .btn-outline-metal.m-btn--air:focus, .btn-outline-metal.m-btn--air:hover,
    .btn-metal.m-btn--air.focus,
    .btn-metal.m-btn--air:focus,
    .btn-metal.m-btn--air:hover,
    .m-btn--gradient-from-metal.m-btn--air.focus,
    .m-btn--gradient-from-metal.m-btn--air:focus,
    .m-btn--gradient-from-metal.m-btn--air:hover {
        -webkit-box-shadow: 0px 5px 10px 2px rgba(196, 197, 214, 0.36) !important;
        box-shadow: 0px 5px 10px 2px rgba(196, 197, 214, 0.36) !important;
    }

.btn-outline-metal.focus, .btn-outline-metal:focus, .btn-outline-metal:hover {
    border-color: #c4c5d6;
    background: #c4c5d6;
    color: #ffffff;
}

.btn + .btn.dropdown-toggle {
    position: relative;
}

    .btn + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #ffffff;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn + .btn.dropdown-toggle:hover:before, .btn + .btn.dropdown-toggle:focus:before, .btn + .btn.dropdown-toggle.active:before {
        display: none;
    }

.btn-outline-light.m-btn--air,
.btn-light.m-btn--air,
.m-btn--gradient-from-light.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.19) !important;
}

    .btn-outline-light.m-btn--air.focus, .btn-outline-light.m-btn--air:focus, .btn-outline-light.m-btn--air:hover,
    .btn-light.m-btn--air.focus,
    .btn-light.m-btn--air:focus,
    .btn-light.m-btn--air:hover,
    .m-btn--gradient-from-light.m-btn--air.focus,
    .m-btn--gradient-from-light.m-btn--air:focus,
    .m-btn--gradient-from-light.m-btn--air:hover {
        -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.36) !important;
        box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.36) !important;
    }

.btn-outline-light.focus, .btn-outline-light:focus, .btn-outline-light:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #282a3c;
}

.btn + .btn.dropdown-toggle {
    position: relative;
}

    .btn + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #282a3c;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn + .btn.dropdown-toggle:hover:before, .btn + .btn.dropdown-toggle:focus:before, .btn + .btn.dropdown-toggle.active:before {
        display: none;
    }

.btn-outline-accent.m-btn--air,
.btn-accent.m-btn--air,
.m-btn--gradient-from-accent.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 197, 220, 0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(0, 197, 220, 0.19) !important;
}

    .btn-outline-accent.m-btn--air.focus, .btn-outline-accent.m-btn--air:focus, .btn-outline-accent.m-btn--air:hover,
    .btn-accent.m-btn--air.focus,
    .btn-accent.m-btn--air:focus,
    .btn-accent.m-btn--air:hover,
    .m-btn--gradient-from-accent.m-btn--air.focus,
    .m-btn--gradient-from-accent.m-btn--air:focus,
    .m-btn--gradient-from-accent.m-btn--air:hover {
        -webkit-box-shadow: 0px 5px 10px 2px rgba(0, 197, 220, 0.36) !important;
        box-shadow: 0px 5px 10px 2px rgba(0, 197, 220, 0.36) !important;
    }

.btn-outline-accent.focus, .btn-outline-accent:focus, .btn-outline-accent:hover {
    border-color: #00c5dc;
    background: #00c5dc;
    color: #ffffff;
}

.btn + .btn.dropdown-toggle {
    position: relative;
}

    .btn + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #ffffff;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn + .btn.dropdown-toggle:hover:before, .btn + .btn.dropdown-toggle:focus:before, .btn + .btn.dropdown-toggle.active:before {
        display: none;
    }

.btn-outline-focus.m-btn--air,
.btn-focus.m-btn--air,
.m-btn--gradient-from-focus.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(152, 22, 244, 0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(152, 22, 244, 0.19) !important;
}

    .btn-outline-focus.m-btn--air.focus, .btn-outline-focus.m-btn--air:focus, .btn-outline-focus.m-btn--air:hover,
    .btn-focus.m-btn--air.focus,
    .btn-focus.m-btn--air:focus,
    .btn-focus.m-btn--air:hover,
    .m-btn--gradient-from-focus.m-btn--air.focus,
    .m-btn--gradient-from-focus.m-btn--air:focus,
    .m-btn--gradient-from-focus.m-btn--air:hover {
        -webkit-box-shadow: 0px 5px 10px 2px rgba(152, 22, 244, 0.36) !important;
        box-shadow: 0px 5px 10px 2px rgba(152, 22, 244, 0.36) !important;
    }

.btn-outline-focus.focus, .btn-outline-focus:focus, .btn-outline-focus:hover {
    border-color: #9816f4;
    background: #9816f4;
    color: #ffffff;
}

.btn + .btn.dropdown-toggle {
    position: relative;
}

    .btn + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #ffffff;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn + .btn.dropdown-toggle:hover:before, .btn + .btn.dropdown-toggle:focus:before, .btn + .btn.dropdown-toggle.active:before {
        display: none;
    }

.btn-outline-primary.m-btn--air,
.btn-primary.m-btn--air,
.m-btn--gradient-from-primary.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.19) !important;
}

    .btn-outline-primary.m-btn--air.focus, .btn-outline-primary.m-btn--air:focus, .btn-outline-primary.m-btn--air:hover,
    .btn-primary.m-btn--air.focus,
    .btn-primary.m-btn--air:focus,
    .btn-primary.m-btn--air:hover,
    .m-btn--gradient-from-primary.m-btn--air.focus,
    .m-btn--gradient-from-primary.m-btn--air:focus,
    .m-btn--gradient-from-primary.m-btn--air:hover {
        -webkit-box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.36) !important;
        box-shadow: 0px 5px 10px 2px rgba(88, 103, 221, 0.36) !important;
    }

.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:hover {
    border-color: #5867dd;
    background: #5867dd;
    color: #ffffff;
}

.btn + .btn.dropdown-toggle {
    position: relative;
}

    .btn + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #ffffff;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn + .btn.dropdown-toggle:hover:before, .btn + .btn.dropdown-toggle:focus:before, .btn + .btn.dropdown-toggle.active:before {
        display: none;
    }

.btn-outline-success.m-btn--air,
.btn-success.m-btn--air,
.m-btn--gradient-from-success.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(52, 191, 163, 0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(52, 191, 163, 0.19) !important;
}

    .btn-outline-success.m-btn--air.focus, .btn-outline-success.m-btn--air:focus, .btn-outline-success.m-btn--air:hover,
    .btn-success.m-btn--air.focus,
    .btn-success.m-btn--air:focus,
    .btn-success.m-btn--air:hover,
    .m-btn--gradient-from-success.m-btn--air.focus,
    .m-btn--gradient-from-success.m-btn--air:focus,
    .m-btn--gradient-from-success.m-btn--air:hover {
        -webkit-box-shadow: 0px 5px 10px 2px rgba(52, 191, 163, 0.36) !important;
        box-shadow: 0px 5px 10px 2px rgba(52, 191, 163, 0.36) !important;
    }

.btn-outline-success.focus, .btn-outline-success:focus, .btn-outline-success:hover {
    border-color: #34bfa3;
    background: #34bfa3;
    color: #ffffff;
}

.btn + .btn.dropdown-toggle {
    position: relative;
}

    .btn + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #ffffff;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn + .btn.dropdown-toggle:hover:before, .btn + .btn.dropdown-toggle:focus:before, .btn + .btn.dropdown-toggle.active:before {
        display: none;
    }

.btn-outline-info.m-btn--air,
.btn-info.m-btn--air,
.m-btn--gradient-from-info.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.19) !important;
}

    .btn-outline-info.m-btn--air.focus, .btn-outline-info.m-btn--air:focus, .btn-outline-info.m-btn--air:hover,
    .btn-info.m-btn--air.focus,
    .btn-info.m-btn--air:focus,
    .btn-info.m-btn--air:hover,
    .m-btn--gradient-from-info.m-btn--air.focus,
    .m-btn--gradient-from-info.m-btn--air:focus,
    .m-btn--gradient-from-info.m-btn--air:hover {
        -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.36) !important;
        box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.36) !important;
    }

.btn-outline-info.focus, .btn-outline-info:focus, .btn-outline-info:hover {
    border-color: #36a3f7;
    background: #36a3f7;
    color: #ffffff;
}

.btn + .btn.dropdown-toggle {
    position: relative;
}

    .btn + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #ffffff;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn + .btn.dropdown-toggle:hover:before, .btn + .btn.dropdown-toggle:focus:before, .btn + .btn.dropdown-toggle.active:before {
        display: none;
    }

.btn-outline-warning.m-btn--air,
.btn-warning.m-btn--air,
.m-btn--gradient-from-warning.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 184, 34, 0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(255, 184, 34, 0.19) !important;
}

    .btn-outline-warning.m-btn--air.focus, .btn-outline-warning.m-btn--air:focus, .btn-outline-warning.m-btn--air:hover,
    .btn-warning.m-btn--air.focus,
    .btn-warning.m-btn--air:focus,
    .btn-warning.m-btn--air:hover,
    .m-btn--gradient-from-warning.m-btn--air.focus,
    .m-btn--gradient-from-warning.m-btn--air:focus,
    .m-btn--gradient-from-warning.m-btn--air:hover {
        -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 184, 34, 0.36) !important;
        box-shadow: 0px 5px 10px 2px rgba(255, 184, 34, 0.36) !important;
    }

.btn-outline-warning.focus, .btn-outline-warning:focus, .btn-outline-warning:hover {
    border-color: #ffb822;
    background: #ffb822;
    color: #111111;
}

.btn + .btn.dropdown-toggle {
    position: relative;
}

    .btn + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #111111;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn + .btn.dropdown-toggle:hover:before, .btn + .btn.dropdown-toggle:focus:before, .btn + .btn.dropdown-toggle.active:before {
        display: none;
    }

.btn-outline-danger.m-btn--air,
.btn-danger.m-btn--air,
.m-btn--gradient-from-danger.m-btn--air {
    -webkit-box-shadow: 0px 5px 10px 2px rgba(244, 81, 108, 0.19) !important;
    box-shadow: 0px 5px 10px 2px rgba(244, 81, 108, 0.19) !important;
}

    .btn-outline-danger.m-btn--air.focus, .btn-outline-danger.m-btn--air:focus, .btn-outline-danger.m-btn--air:hover,
    .btn-danger.m-btn--air.focus,
    .btn-danger.m-btn--air:focus,
    .btn-danger.m-btn--air:hover,
    .m-btn--gradient-from-danger.m-btn--air.focus,
    .m-btn--gradient-from-danger.m-btn--air:focus,
    .m-btn--gradient-from-danger.m-btn--air:hover {
        -webkit-box-shadow: 0px 5px 10px 2px rgba(244, 81, 108, 0.36) !important;
        box-shadow: 0px 5px 10px 2px rgba(244, 81, 108, 0.36) !important;
    }

.btn-outline-danger.focus, .btn-outline-danger:focus, .btn-outline-danger:hover {
    border-color: #f4516c;
    background: #f4516c;
    color: #ffffff;
}

.btn + .btn.dropdown-toggle {
    position: relative;
}

    .btn + .btn.dropdown-toggle:before {
        display: block;
        content: ' ';
        border-left: 1px solid #ffffff;
        position: absolute;
        top: 3px;
        left: -1px;
        bottom: 3px;
        opacity: 0.3;
    }

    .btn + .btn.dropdown-toggle:hover:before, .btn + .btn.dropdown-toggle:focus:before, .btn + .btn.dropdown-toggle.active:before {
        display: none;
    }

button:active, button:focus {
    outline: none !important;
}

.btn.btn-default, .btn.btn-secondary {
    background: white;
    border-color: #ebedf2;
}

    .btn.btn-default i, .btn.btn-secondary i {
        color: #6f727d;
    }

    .btn.btn-default:hover:not(:disabled), .btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:focus,
    .show > .btn.btn-default.dropdown-toggle, .btn.btn-secondary:hover:not(:disabled), .btn.btn-secondary.active, .btn.btn-secondary:active, .btn.btn-secondary:focus,
    .show > .btn.btn-secondary.dropdown-toggle {
        border-color: #ebedf2;
        background-color: #f4f5f8;
    }

    .btn.btn-default.disabled, .btn.btn-default:disabled, .btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
        border-color: #f4f5f8;
    }

.btn.m-btn--air.btn-default, .btn.m-btn--air.btn-secondary {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.17) !important;
    box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.17) !important;
    border-color: #ffffff !important;
}

    .btn.m-btn--air.btn-default.focus, .btn.m-btn--air.btn-default:focus, .btn.m-btn--air.btn-default:hover:not(:disabled):not(.active), .btn.m-btn--air.btn-secondary.focus, .btn.m-btn--air.btn-secondary:focus, .btn.m-btn--air.btn-secondary:hover:not(:disabled):not(.active) {
        -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.26) !important;
        box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.26) !important;
        background: #716aca !important;
        color: #ffffff !important;
        border-color: #716aca !important;
    }

        .btn.m-btn--air.btn-default.focus i, .btn.m-btn--air.btn-default:focus i, .btn.m-btn--air.btn-default:hover:not(:disabled):not(.active) i, .btn.m-btn--air.btn-secondary.focus i, .btn.m-btn--air.btn-secondary:focus i, .btn.m-btn--air.btn-secondary:hover:not(:disabled):not(.active) i {
            color: #ffffff !important;
        }

.btn.m-btn--hover-brand:not(.btn-secondary):not(.btn-outline-light) {
    background: none;
    color: #575962;
}

    .btn.m-btn--hover-brand:not(.btn-secondary):not(.btn-outline-light) i {
        color: #898b96;
    }

.btn.m-btn--hover-brand:hover, .btn.m-btn--hover-brand.active, .btn.m-btn--hover-brand:active, .btn.m-btn--hover-brand:focus,
.show > .btn.m-btn--hover-brand.dropdown-toggle {
    border-color: #716aca !important;
    color: #ffffff !important;
    background-color: #716aca !important;
}

    .btn.m-btn--hover-brand:hover i, .btn.m-btn--hover-brand.active i, .btn.m-btn--hover-brand:active i, .btn.m-btn--hover-brand:focus i,
    .show > .btn.m-btn--hover-brand.dropdown-toggle i {
        color: #ffffff !important;
    }

.btn.m-btn--gradient-from-brand {
    color: #ffffff;
    border: 0 !important;
}

    .btn.m-btn--gradient-from-brand.m-btn--gradient-to-brand {
        background: #716aca;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #716aca 30%, #716aca 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-brand.m-btn--gradient-to-brand:hover, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-brand.active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-brand:active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-brand:focus,
        .show > .btn.m-btn--gradient-from-brand.m-btn--gradient-to-brand.dropdown-toggle {
            background: #5b53c2;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #5b53c2 30%, #5b53c2 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-brand.m-btn--gradient-to-metal {
        background: #716aca;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #716aca 30%, #c4c5d6 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-brand.m-btn--gradient-to-metal:hover, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-metal.active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-metal:active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-metal:focus,
        .show > .btn.m-btn--gradient-from-brand.m-btn--gradient-to-metal.dropdown-toggle {
            background: #5b53c2;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #5b53c2 30%, #b2b3c9 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-brand.m-btn--gradient-to-light {
        background: #716aca;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #716aca 30%, #ffffff 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-brand.m-btn--gradient-to-light:hover, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-light.active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-light:active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-light:focus,
        .show > .btn.m-btn--gradient-from-brand.m-btn--gradient-to-light.dropdown-toggle {
            background: #5b53c2;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #5b53c2 30%, #f0f0f0 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-brand.m-btn--gradient-to-accent {
        background: #716aca;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #716aca 30%, #00c5dc 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-brand.m-btn--gradient-to-accent:hover, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-accent.active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-accent:active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-accent:focus,
        .show > .btn.m-btn--gradient-from-brand.m-btn--gradient-to-accent.dropdown-toggle {
            background: #5b53c2;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #5b53c2 30%, #00aabd 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-brand.m-btn--gradient-to-focus {
        background: #716aca;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #716aca 30%, #9816f4 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-brand.m-btn--gradient-to-focus:hover, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-focus.active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-focus:active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-focus:focus,
        .show > .btn.m-btn--gradient-from-brand.m-btn--gradient-to-focus.dropdown-toggle {
            background: #5b53c2;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #5b53c2 30%, #880be1 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-brand.m-btn--gradient-to-primary {
        background: #716aca;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #716aca 30%, #5867dd 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-brand.m-btn--gradient-to-primary:hover, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-primary.active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-primary:active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-primary:focus,
        .show > .btn.m-btn--gradient-from-brand.m-btn--gradient-to-primary.dropdown-toggle {
            background: #5b53c2;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #5b53c2 30%, #3f50d8 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-brand.m-btn--gradient-to-success {
        background: #716aca;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #716aca 30%, #34bfa3 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-brand.m-btn--gradient-to-success:hover, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-success.active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-success:active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-success:focus,
        .show > .btn.m-btn--gradient-from-brand.m-btn--gradient-to-success.dropdown-toggle {
            background: #5b53c2;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #5b53c2 30%, #2da78e 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-brand.m-btn--gradient-to-info {
        background: #716aca;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #716aca 30%, #36a3f7 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-brand.m-btn--gradient-to-info:hover, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-info.active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-info:active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-info:focus,
        .show > .btn.m-btn--gradient-from-brand.m-btn--gradient-to-info.dropdown-toggle {
            background: #5b53c2;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #5b53c2 30%, #1996f6 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-brand.m-btn--gradient-to-warning {
        background: #716aca;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #716aca 30%, #ffb822 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-brand.m-btn--gradient-to-warning:hover, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-warning.active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-warning:active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-warning:focus,
        .show > .btn.m-btn--gradient-from-brand.m-btn--gradient-to-warning.dropdown-toggle {
            background: #5b53c2;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #5b53c2 30%, #ffae03 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-brand.m-btn--gradient-to-danger {
        background: #716aca;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #716aca 30%, #f4516c 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-brand.m-btn--gradient-to-danger:hover, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-danger.active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-danger:active, .btn.m-btn--gradient-from-brand.m-btn--gradient-to-danger:focus,
        .show > .btn.m-btn--gradient-from-brand.m-btn--gradient-to-danger.dropdown-toggle {
            background: #5b53c2;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #5b53c2 30%, #f23454 100%);
            /* Standard syntax */
        }

.btn.btn-brand {
    color: #ffffff;
}

    .btn.btn-brand.active, .btn.btn-brand.focus, .btn.btn-brand:focus, .btn.btn-brand:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.btn-outline-brand {
    color: #716aca;
}

    .btn.btn-outline-brand.active, .btn.btn-outline-brand.focus, .btn.btn-outline-brand:focus, .btn.btn-outline-brand:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.m-btn--hover-metal:not(.btn-secondary):not(.btn-outline-light) {
    background: none;
    color: #575962;
}

    .btn.m-btn--hover-metal:not(.btn-secondary):not(.btn-outline-light) i {
        color: #898b96;
    }

.btn.m-btn--hover-metal:hover, .btn.m-btn--hover-metal.active, .btn.m-btn--hover-metal:active, .btn.m-btn--hover-metal:focus,
.show > .btn.m-btn--hover-metal.dropdown-toggle {
    border-color: #c4c5d6 !important;
    color: #ffffff !important;
    background-color: #c4c5d6 !important;
}

    .btn.m-btn--hover-metal:hover i, .btn.m-btn--hover-metal.active i, .btn.m-btn--hover-metal:active i, .btn.m-btn--hover-metal:focus i,
    .show > .btn.m-btn--hover-metal.dropdown-toggle i {
        color: #ffffff !important;
    }

.btn.m-btn--gradient-from-metal {
    color: #ffffff;
    border: 0 !important;
}

    .btn.m-btn--gradient-from-metal.m-btn--gradient-to-brand {
        background: #c4c5d6;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #c4c5d6 30%, #716aca 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-metal.m-btn--gradient-to-brand:hover, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-brand.active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-brand:active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-brand:focus,
        .show > .btn.m-btn--gradient-from-metal.m-btn--gradient-to-brand.dropdown-toggle {
            background: #b2b3c9;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #b2b3c9 30%, #5b53c2 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-metal.m-btn--gradient-to-metal {
        background: #c4c5d6;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #c4c5d6 30%, #c4c5d6 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-metal.m-btn--gradient-to-metal:hover, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-metal.active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-metal:active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-metal:focus,
        .show > .btn.m-btn--gradient-from-metal.m-btn--gradient-to-metal.dropdown-toggle {
            background: #b2b3c9;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #b2b3c9 30%, #b2b3c9 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-metal.m-btn--gradient-to-light {
        background: #c4c5d6;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #c4c5d6 30%, #ffffff 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-metal.m-btn--gradient-to-light:hover, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-light.active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-light:active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-light:focus,
        .show > .btn.m-btn--gradient-from-metal.m-btn--gradient-to-light.dropdown-toggle {
            background: #b2b3c9;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #b2b3c9 30%, #f0f0f0 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-metal.m-btn--gradient-to-accent {
        background: #c4c5d6;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #c4c5d6 30%, #00c5dc 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-metal.m-btn--gradient-to-accent:hover, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-accent.active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-accent:active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-accent:focus,
        .show > .btn.m-btn--gradient-from-metal.m-btn--gradient-to-accent.dropdown-toggle {
            background: #b2b3c9;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #b2b3c9 30%, #00aabd 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-metal.m-btn--gradient-to-focus {
        background: #c4c5d6;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #c4c5d6 30%, #9816f4 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-metal.m-btn--gradient-to-focus:hover, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-focus.active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-focus:active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-focus:focus,
        .show > .btn.m-btn--gradient-from-metal.m-btn--gradient-to-focus.dropdown-toggle {
            background: #b2b3c9;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #b2b3c9 30%, #880be1 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-metal.m-btn--gradient-to-primary {
        background: #c4c5d6;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #c4c5d6 30%, #5867dd 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-metal.m-btn--gradient-to-primary:hover, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-primary.active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-primary:active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-primary:focus,
        .show > .btn.m-btn--gradient-from-metal.m-btn--gradient-to-primary.dropdown-toggle {
            background: #b2b3c9;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #b2b3c9 30%, #3f50d8 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-metal.m-btn--gradient-to-success {
        background: #c4c5d6;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #c4c5d6 30%, #34bfa3 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-metal.m-btn--gradient-to-success:hover, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-success.active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-success:active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-success:focus,
        .show > .btn.m-btn--gradient-from-metal.m-btn--gradient-to-success.dropdown-toggle {
            background: #b2b3c9;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #b2b3c9 30%, #2da78e 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-metal.m-btn--gradient-to-info {
        background: #c4c5d6;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #c4c5d6 30%, #36a3f7 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-metal.m-btn--gradient-to-info:hover, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-info.active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-info:active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-info:focus,
        .show > .btn.m-btn--gradient-from-metal.m-btn--gradient-to-info.dropdown-toggle {
            background: #b2b3c9;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #b2b3c9 30%, #1996f6 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-metal.m-btn--gradient-to-warning {
        background: #c4c5d6;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #c4c5d6 30%, #ffb822 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-metal.m-btn--gradient-to-warning:hover, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-warning.active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-warning:active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-warning:focus,
        .show > .btn.m-btn--gradient-from-metal.m-btn--gradient-to-warning.dropdown-toggle {
            background: #b2b3c9;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #b2b3c9 30%, #ffae03 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-metal.m-btn--gradient-to-danger {
        background: #c4c5d6;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #c4c5d6 30%, #f4516c 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-metal.m-btn--gradient-to-danger:hover, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-danger.active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-danger:active, .btn.m-btn--gradient-from-metal.m-btn--gradient-to-danger:focus,
        .show > .btn.m-btn--gradient-from-metal.m-btn--gradient-to-danger.dropdown-toggle {
            background: #b2b3c9;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #b2b3c9 30%, #f23454 100%);
            /* Standard syntax */
        }

.btn.btn-metal {
    color: #ffffff;
}

    .btn.btn-metal.active, .btn.btn-metal.focus, .btn.btn-metal:focus, .btn.btn-metal:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.btn-outline-metal {
    color: #c4c5d6;
}

    .btn.btn-outline-metal.active, .btn.btn-outline-metal.focus, .btn.btn-outline-metal:focus, .btn.btn-outline-metal:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.m-btn--hover-light:not(.btn-secondary):not(.btn-outline-light) {
    background: none;
    color: #575962;
}

    .btn.m-btn--hover-light:not(.btn-secondary):not(.btn-outline-light) i {
        color: #898b96;
    }

.btn.m-btn--hover-light:hover, .btn.m-btn--hover-light.active, .btn.m-btn--hover-light:active, .btn.m-btn--hover-light:focus,
.show > .btn.m-btn--hover-light.dropdown-toggle {
    border-color: #ffffff !important;
    color: #282a3c !important;
    background-color: #ffffff !important;
}

    .btn.m-btn--hover-light:hover i, .btn.m-btn--hover-light.active i, .btn.m-btn--hover-light:active i, .btn.m-btn--hover-light:focus i,
    .show > .btn.m-btn--hover-light.dropdown-toggle i {
        color: #282a3c !important;
    }

.btn.m-btn--gradient-from-light {
    color: #282a3c;
    border: 0 !important;
}

    .btn.m-btn--gradient-from-light.m-btn--gradient-to-brand {
        background: #ffffff;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffffff 30%, #716aca 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-light.m-btn--gradient-to-brand:hover, .btn.m-btn--gradient-from-light.m-btn--gradient-to-brand.active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-brand:active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-brand:focus,
        .show > .btn.m-btn--gradient-from-light.m-btn--gradient-to-brand.dropdown-toggle {
            background: #f0f0f0;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f0f0f0 30%, #5b53c2 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-light.m-btn--gradient-to-metal {
        background: #ffffff;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffffff 30%, #c4c5d6 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-light.m-btn--gradient-to-metal:hover, .btn.m-btn--gradient-from-light.m-btn--gradient-to-metal.active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-metal:active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-metal:focus,
        .show > .btn.m-btn--gradient-from-light.m-btn--gradient-to-metal.dropdown-toggle {
            background: #f0f0f0;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f0f0f0 30%, #b2b3c9 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-light.m-btn--gradient-to-light {
        background: #ffffff;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffffff 30%, #ffffff 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-light.m-btn--gradient-to-light:hover, .btn.m-btn--gradient-from-light.m-btn--gradient-to-light.active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-light:active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-light:focus,
        .show > .btn.m-btn--gradient-from-light.m-btn--gradient-to-light.dropdown-toggle {
            background: #f0f0f0;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f0f0f0 30%, #f0f0f0 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-light.m-btn--gradient-to-accent {
        background: #ffffff;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffffff 30%, #00c5dc 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-light.m-btn--gradient-to-accent:hover, .btn.m-btn--gradient-from-light.m-btn--gradient-to-accent.active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-accent:active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-accent:focus,
        .show > .btn.m-btn--gradient-from-light.m-btn--gradient-to-accent.dropdown-toggle {
            background: #f0f0f0;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f0f0f0 30%, #00aabd 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-light.m-btn--gradient-to-focus {
        background: #ffffff;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffffff 30%, #9816f4 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-light.m-btn--gradient-to-focus:hover, .btn.m-btn--gradient-from-light.m-btn--gradient-to-focus.active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-focus:active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-focus:focus,
        .show > .btn.m-btn--gradient-from-light.m-btn--gradient-to-focus.dropdown-toggle {
            background: #f0f0f0;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f0f0f0 30%, #880be1 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-light.m-btn--gradient-to-primary {
        background: #ffffff;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffffff 30%, #5867dd 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-light.m-btn--gradient-to-primary:hover, .btn.m-btn--gradient-from-light.m-btn--gradient-to-primary.active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-primary:active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-primary:focus,
        .show > .btn.m-btn--gradient-from-light.m-btn--gradient-to-primary.dropdown-toggle {
            background: #f0f0f0;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f0f0f0 30%, #3f50d8 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-light.m-btn--gradient-to-success {
        background: #ffffff;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffffff 30%, #34bfa3 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-light.m-btn--gradient-to-success:hover, .btn.m-btn--gradient-from-light.m-btn--gradient-to-success.active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-success:active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-success:focus,
        .show > .btn.m-btn--gradient-from-light.m-btn--gradient-to-success.dropdown-toggle {
            background: #f0f0f0;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f0f0f0 30%, #2da78e 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-light.m-btn--gradient-to-info {
        background: #ffffff;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffffff 30%, #36a3f7 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-light.m-btn--gradient-to-info:hover, .btn.m-btn--gradient-from-light.m-btn--gradient-to-info.active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-info:active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-info:focus,
        .show > .btn.m-btn--gradient-from-light.m-btn--gradient-to-info.dropdown-toggle {
            background: #f0f0f0;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f0f0f0 30%, #1996f6 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-light.m-btn--gradient-to-warning {
        background: #ffffff;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffffff 30%, #ffb822 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-light.m-btn--gradient-to-warning:hover, .btn.m-btn--gradient-from-light.m-btn--gradient-to-warning.active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-warning:active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-warning:focus,
        .show > .btn.m-btn--gradient-from-light.m-btn--gradient-to-warning.dropdown-toggle {
            background: #f0f0f0;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f0f0f0 30%, #ffae03 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-light.m-btn--gradient-to-danger {
        background: #ffffff;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffffff 30%, #f4516c 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-light.m-btn--gradient-to-danger:hover, .btn.m-btn--gradient-from-light.m-btn--gradient-to-danger.active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-danger:active, .btn.m-btn--gradient-from-light.m-btn--gradient-to-danger:focus,
        .show > .btn.m-btn--gradient-from-light.m-btn--gradient-to-danger.dropdown-toggle {
            background: #f0f0f0;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f0f0f0 30%, #f23454 100%);
            /* Standard syntax */
        }

.btn.btn-light {
    color: #282a3c;
}

    .btn.btn-light.active, .btn.btn-light.focus, .btn.btn-light:focus, .btn.btn-light:hover:not(:disabled) {
        color: #282a3c !important;
    }

.btn.btn-outline-light {
    color: #ffffff;
}

    .btn.btn-outline-light.active, .btn.btn-outline-light.focus, .btn.btn-outline-light:focus, .btn.btn-outline-light:hover:not(:disabled) {
        color: #282a3c !important;
    }

.btn.m-btn--hover-accent:not(.btn-secondary):not(.btn-outline-light) {
    background: none;
    color: #575962;
}

    .btn.m-btn--hover-accent:not(.btn-secondary):not(.btn-outline-light) i {
        color: #898b96;
    }

.btn.m-btn--hover-accent:hover, .btn.m-btn--hover-accent.active, .btn.m-btn--hover-accent:active, .btn.m-btn--hover-accent:focus,
.show > .btn.m-btn--hover-accent.dropdown-toggle {
    border-color: #00c5dc !important;
    color: #ffffff !important;
    background-color: #00c5dc !important;
}

    .btn.m-btn--hover-accent:hover i, .btn.m-btn--hover-accent.active i, .btn.m-btn--hover-accent:active i, .btn.m-btn--hover-accent:focus i,
    .show > .btn.m-btn--hover-accent.dropdown-toggle i {
        color: #ffffff !important;
    }

.btn.m-btn--gradient-from-accent {
    color: #ffffff;
    border: 0 !important;
}

    .btn.m-btn--gradient-from-accent.m-btn--gradient-to-brand {
        background: #00c5dc;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #00c5dc 30%, #716aca 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-accent.m-btn--gradient-to-brand:hover, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-brand.active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-brand:active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-brand:focus,
        .show > .btn.m-btn--gradient-from-accent.m-btn--gradient-to-brand.dropdown-toggle {
            background: #00aabd;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #00aabd 30%, #5b53c2 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-accent.m-btn--gradient-to-metal {
        background: #00c5dc;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #00c5dc 30%, #c4c5d6 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-accent.m-btn--gradient-to-metal:hover, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-metal.active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-metal:active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-metal:focus,
        .show > .btn.m-btn--gradient-from-accent.m-btn--gradient-to-metal.dropdown-toggle {
            background: #00aabd;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #00aabd 30%, #b2b3c9 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-accent.m-btn--gradient-to-light {
        background: #00c5dc;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #00c5dc 30%, #ffffff 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-accent.m-btn--gradient-to-light:hover, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-light.active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-light:active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-light:focus,
        .show > .btn.m-btn--gradient-from-accent.m-btn--gradient-to-light.dropdown-toggle {
            background: #00aabd;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #00aabd 30%, #f0f0f0 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-accent.m-btn--gradient-to-accent {
        background: #00c5dc;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #00c5dc 30%, #00c5dc 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-accent.m-btn--gradient-to-accent:hover, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-accent.active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-accent:active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-accent:focus,
        .show > .btn.m-btn--gradient-from-accent.m-btn--gradient-to-accent.dropdown-toggle {
            background: #00aabd;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #00aabd 30%, #00aabd 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-accent.m-btn--gradient-to-focus {
        background: #00c5dc;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #00c5dc 30%, #9816f4 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-accent.m-btn--gradient-to-focus:hover, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-focus.active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-focus:active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-focus:focus,
        .show > .btn.m-btn--gradient-from-accent.m-btn--gradient-to-focus.dropdown-toggle {
            background: #00aabd;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #00aabd 30%, #880be1 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-accent.m-btn--gradient-to-primary {
        background: #00c5dc;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #00c5dc 30%, #5867dd 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-accent.m-btn--gradient-to-primary:hover, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-primary.active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-primary:active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-primary:focus,
        .show > .btn.m-btn--gradient-from-accent.m-btn--gradient-to-primary.dropdown-toggle {
            background: #00aabd;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #00aabd 30%, #3f50d8 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-accent.m-btn--gradient-to-success {
        background: #00c5dc;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #00c5dc 30%, #34bfa3 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-accent.m-btn--gradient-to-success:hover, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-success.active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-success:active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-success:focus,
        .show > .btn.m-btn--gradient-from-accent.m-btn--gradient-to-success.dropdown-toggle {
            background: #00aabd;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #00aabd 30%, #2da78e 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-accent.m-btn--gradient-to-info {
        background: #00c5dc;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #00c5dc 30%, #36a3f7 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-accent.m-btn--gradient-to-info:hover, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-info.active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-info:active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-info:focus,
        .show > .btn.m-btn--gradient-from-accent.m-btn--gradient-to-info.dropdown-toggle {
            background: #00aabd;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #00aabd 30%, #1996f6 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-accent.m-btn--gradient-to-warning {
        background: #00c5dc;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #00c5dc 30%, #ffb822 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-accent.m-btn--gradient-to-warning:hover, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-warning.active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-warning:active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-warning:focus,
        .show > .btn.m-btn--gradient-from-accent.m-btn--gradient-to-warning.dropdown-toggle {
            background: #00aabd;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #00aabd 30%, #ffae03 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-accent.m-btn--gradient-to-danger {
        background: #00c5dc;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #00c5dc 30%, #f4516c 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-accent.m-btn--gradient-to-danger:hover, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-danger.active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-danger:active, .btn.m-btn--gradient-from-accent.m-btn--gradient-to-danger:focus,
        .show > .btn.m-btn--gradient-from-accent.m-btn--gradient-to-danger.dropdown-toggle {
            background: #00aabd;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #00aabd 30%, #f23454 100%);
            /* Standard syntax */
        }

.btn.btn-accent {
    color: #ffffff;
}

    .btn.btn-accent.active, .btn.btn-accent.focus, .btn.btn-accent:focus, .btn.btn-accent:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.btn-outline-accent {
    color: #00c5dc;
}

    .btn.btn-outline-accent.active, .btn.btn-outline-accent.focus, .btn.btn-outline-accent:focus, .btn.btn-outline-accent:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.m-btn--hover-focus:not(.btn-secondary):not(.btn-outline-light) {
    background: none;
    color: #575962;
}

    .btn.m-btn--hover-focus:not(.btn-secondary):not(.btn-outline-light) i {
        color: #898b96;
    }

.btn.m-btn--hover-focus:hover, .btn.m-btn--hover-focus.active, .btn.m-btn--hover-focus:active, .btn.m-btn--hover-focus:focus,
.show > .btn.m-btn--hover-focus.dropdown-toggle {
    border-color: #9816f4 !important;
    color: #ffffff !important;
    background-color: #9816f4 !important;
}

    .btn.m-btn--hover-focus:hover i, .btn.m-btn--hover-focus.active i, .btn.m-btn--hover-focus:active i, .btn.m-btn--hover-focus:focus i,
    .show > .btn.m-btn--hover-focus.dropdown-toggle i {
        color: #ffffff !important;
    }

.btn.m-btn--gradient-from-focus {
    color: #ffffff;
    border: 0 !important;
}

    .btn.m-btn--gradient-from-focus.m-btn--gradient-to-brand {
        background: #9816f4;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #9816f4 30%, #716aca 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-focus.m-btn--gradient-to-brand:hover, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-brand.active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-brand:active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-brand:focus,
        .show > .btn.m-btn--gradient-from-focus.m-btn--gradient-to-brand.dropdown-toggle {
            background: #880be1;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #880be1 30%, #5b53c2 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-focus.m-btn--gradient-to-metal {
        background: #9816f4;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #9816f4 30%, #c4c5d6 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-focus.m-btn--gradient-to-metal:hover, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-metal.active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-metal:active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-metal:focus,
        .show > .btn.m-btn--gradient-from-focus.m-btn--gradient-to-metal.dropdown-toggle {
            background: #880be1;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #880be1 30%, #b2b3c9 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-focus.m-btn--gradient-to-light {
        background: #9816f4;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #9816f4 30%, #ffffff 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-focus.m-btn--gradient-to-light:hover, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-light.active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-light:active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-light:focus,
        .show > .btn.m-btn--gradient-from-focus.m-btn--gradient-to-light.dropdown-toggle {
            background: #880be1;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #880be1 30%, #f0f0f0 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-focus.m-btn--gradient-to-accent {
        background: #9816f4;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #9816f4 30%, #00c5dc 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-focus.m-btn--gradient-to-accent:hover, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-accent.active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-accent:active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-accent:focus,
        .show > .btn.m-btn--gradient-from-focus.m-btn--gradient-to-accent.dropdown-toggle {
            background: #880be1;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #880be1 30%, #00aabd 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-focus.m-btn--gradient-to-focus {
        background: #9816f4;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #9816f4 30%, #9816f4 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-focus.m-btn--gradient-to-focus:hover, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-focus.active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-focus:active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-focus:focus,
        .show > .btn.m-btn--gradient-from-focus.m-btn--gradient-to-focus.dropdown-toggle {
            background: #880be1;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #880be1 30%, #880be1 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-focus.m-btn--gradient-to-primary {
        background: #9816f4;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #9816f4 30%, #5867dd 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-focus.m-btn--gradient-to-primary:hover, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-primary.active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-primary:active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-primary:focus,
        .show > .btn.m-btn--gradient-from-focus.m-btn--gradient-to-primary.dropdown-toggle {
            background: #880be1;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #880be1 30%, #3f50d8 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-focus.m-btn--gradient-to-success {
        background: #9816f4;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #9816f4 30%, #34bfa3 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-focus.m-btn--gradient-to-success:hover, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-success.active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-success:active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-success:focus,
        .show > .btn.m-btn--gradient-from-focus.m-btn--gradient-to-success.dropdown-toggle {
            background: #880be1;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #880be1 30%, #2da78e 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-focus.m-btn--gradient-to-info {
        background: #9816f4;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #9816f4 30%, #36a3f7 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-focus.m-btn--gradient-to-info:hover, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-info.active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-info:active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-info:focus,
        .show > .btn.m-btn--gradient-from-focus.m-btn--gradient-to-info.dropdown-toggle {
            background: #880be1;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #880be1 30%, #1996f6 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-focus.m-btn--gradient-to-warning {
        background: #9816f4;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #9816f4 30%, #ffb822 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-focus.m-btn--gradient-to-warning:hover, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-warning.active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-warning:active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-warning:focus,
        .show > .btn.m-btn--gradient-from-focus.m-btn--gradient-to-warning.dropdown-toggle {
            background: #880be1;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #880be1 30%, #ffae03 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-focus.m-btn--gradient-to-danger {
        background: #9816f4;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #9816f4 30%, #f4516c 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-focus.m-btn--gradient-to-danger:hover, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-danger.active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-danger:active, .btn.m-btn--gradient-from-focus.m-btn--gradient-to-danger:focus,
        .show > .btn.m-btn--gradient-from-focus.m-btn--gradient-to-danger.dropdown-toggle {
            background: #880be1;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #880be1 30%, #f23454 100%);
            /* Standard syntax */
        }

.btn.btn-focus {
    color: #ffffff;
}

    .btn.btn-focus.active, .btn.btn-focus.focus, .btn.btn-focus:focus, .btn.btn-focus:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.btn-outline-focus {
    color: #9816f4;
}

    .btn.btn-outline-focus.active, .btn.btn-outline-focus.focus, .btn.btn-outline-focus:focus, .btn.btn-outline-focus:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.m-btn--hover-primary:not(.btn-secondary):not(.btn-outline-light) {
    background: none;
    color: #575962;
}

    .btn.m-btn--hover-primary:not(.btn-secondary):not(.btn-outline-light) i {
        color: #898b96;
    }

.btn.m-btn--hover-primary:hover, .btn.m-btn--hover-primary.active, .btn.m-btn--hover-primary:active, .btn.m-btn--hover-primary:focus,
.show > .btn.m-btn--hover-primary.dropdown-toggle {
    border-color: #5867dd !important;
    color: #ffffff !important;
    background-color: #5867dd !important;
}

    .btn.m-btn--hover-primary:hover i, .btn.m-btn--hover-primary.active i, .btn.m-btn--hover-primary:active i, .btn.m-btn--hover-primary:focus i,
    .show > .btn.m-btn--hover-primary.dropdown-toggle i {
        color: #ffffff !important;
    }

.btn.m-btn--gradient-from-primary {
    color: #ffffff;
    border: 0 !important;
}

    .btn.m-btn--gradient-from-primary.m-btn--gradient-to-brand {
        background: #5867dd;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #5867dd 30%, #716aca 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-primary.m-btn--gradient-to-brand:hover, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-brand.active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-brand:active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-brand:focus,
        .show > .btn.m-btn--gradient-from-primary.m-btn--gradient-to-brand.dropdown-toggle {
            background: #3f50d8;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #3f50d8 30%, #5b53c2 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-primary.m-btn--gradient-to-metal {
        background: #5867dd;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #5867dd 30%, #c4c5d6 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-primary.m-btn--gradient-to-metal:hover, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-metal.active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-metal:active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-metal:focus,
        .show > .btn.m-btn--gradient-from-primary.m-btn--gradient-to-metal.dropdown-toggle {
            background: #3f50d8;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #3f50d8 30%, #b2b3c9 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-primary.m-btn--gradient-to-light {
        background: #5867dd;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #5867dd 30%, #ffffff 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-primary.m-btn--gradient-to-light:hover, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-light.active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-light:active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-light:focus,
        .show > .btn.m-btn--gradient-from-primary.m-btn--gradient-to-light.dropdown-toggle {
            background: #3f50d8;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #3f50d8 30%, #f0f0f0 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-primary.m-btn--gradient-to-accent {
        background: #5867dd;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #5867dd 30%, #00c5dc 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-primary.m-btn--gradient-to-accent:hover, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-accent.active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-accent:active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-accent:focus,
        .show > .btn.m-btn--gradient-from-primary.m-btn--gradient-to-accent.dropdown-toggle {
            background: #3f50d8;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #3f50d8 30%, #00aabd 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-primary.m-btn--gradient-to-focus {
        background: #5867dd;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #5867dd 30%, #9816f4 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-primary.m-btn--gradient-to-focus:hover, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-focus.active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-focus:active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-focus:focus,
        .show > .btn.m-btn--gradient-from-primary.m-btn--gradient-to-focus.dropdown-toggle {
            background: #3f50d8;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #3f50d8 30%, #880be1 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-primary.m-btn--gradient-to-primary {
        background: #5867dd;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #5867dd 30%, #5867dd 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-primary.m-btn--gradient-to-primary:hover, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-primary.active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-primary:active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-primary:focus,
        .show > .btn.m-btn--gradient-from-primary.m-btn--gradient-to-primary.dropdown-toggle {
            background: #3f50d8;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #3f50d8 30%, #3f50d8 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-primary.m-btn--gradient-to-success {
        background: #5867dd;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #5867dd 30%, #34bfa3 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-primary.m-btn--gradient-to-success:hover, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-success.active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-success:active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-success:focus,
        .show > .btn.m-btn--gradient-from-primary.m-btn--gradient-to-success.dropdown-toggle {
            background: #3f50d8;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #3f50d8 30%, #2da78e 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-primary.m-btn--gradient-to-info {
        background: #5867dd;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #5867dd 30%, #36a3f7 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-primary.m-btn--gradient-to-info:hover, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-info.active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-info:active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-info:focus,
        .show > .btn.m-btn--gradient-from-primary.m-btn--gradient-to-info.dropdown-toggle {
            background: #3f50d8;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #3f50d8 30%, #1996f6 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-primary.m-btn--gradient-to-warning {
        background: #5867dd;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #5867dd 30%, #ffb822 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-primary.m-btn--gradient-to-warning:hover, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-warning.active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-warning:active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-warning:focus,
        .show > .btn.m-btn--gradient-from-primary.m-btn--gradient-to-warning.dropdown-toggle {
            background: #3f50d8;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #3f50d8 30%, #ffae03 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-primary.m-btn--gradient-to-danger {
        background: #5867dd;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #5867dd 30%, #f4516c 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-primary.m-btn--gradient-to-danger:hover, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-danger.active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-danger:active, .btn.m-btn--gradient-from-primary.m-btn--gradient-to-danger:focus,
        .show > .btn.m-btn--gradient-from-primary.m-btn--gradient-to-danger.dropdown-toggle {
            background: #3f50d8;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #3f50d8 30%, #f23454 100%);
            /* Standard syntax */
        }

.btn.btn-primary {
    color: #ffffff;
}

    .btn.btn-primary.active, .btn.btn-primary.focus, .btn.btn-primary:focus, .btn.btn-primary:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.btn-outline-primary {
    color: #5867dd;
}

    .btn.btn-outline-primary.active, .btn.btn-outline-primary.focus, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.m-btn--hover-success:not(.btn-secondary):not(.btn-outline-light) {
    background: none;
    color: #575962;
}

    .btn.m-btn--hover-success:not(.btn-secondary):not(.btn-outline-light) i {
        color: #898b96;
    }

.btn.m-btn--hover-success:hover, .btn.m-btn--hover-success.active, .btn.m-btn--hover-success:active, .btn.m-btn--hover-success:focus,
.show > .btn.m-btn--hover-success.dropdown-toggle {
    border-color: #34bfa3 !important;
    color: #ffffff !important;
    background-color: #34bfa3 !important;
}

    .btn.m-btn--hover-success:hover i, .btn.m-btn--hover-success.active i, .btn.m-btn--hover-success:active i, .btn.m-btn--hover-success:focus i,
    .show > .btn.m-btn--hover-success.dropdown-toggle i {
        color: #ffffff !important;
    }

.btn.m-btn--gradient-from-success {
    color: #ffffff;
    border: 0 !important;
}

    .btn.m-btn--gradient-from-success.m-btn--gradient-to-brand {
        background: #34bfa3;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #34bfa3 30%, #716aca 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-success.m-btn--gradient-to-brand:hover, .btn.m-btn--gradient-from-success.m-btn--gradient-to-brand.active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-brand:active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-brand:focus,
        .show > .btn.m-btn--gradient-from-success.m-btn--gradient-to-brand.dropdown-toggle {
            background: #2da78e;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #2da78e 30%, #5b53c2 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-success.m-btn--gradient-to-metal {
        background: #34bfa3;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #34bfa3 30%, #c4c5d6 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-success.m-btn--gradient-to-metal:hover, .btn.m-btn--gradient-from-success.m-btn--gradient-to-metal.active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-metal:active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-metal:focus,
        .show > .btn.m-btn--gradient-from-success.m-btn--gradient-to-metal.dropdown-toggle {
            background: #2da78e;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #2da78e 30%, #b2b3c9 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-success.m-btn--gradient-to-light {
        background: #34bfa3;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #34bfa3 30%, #ffffff 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-success.m-btn--gradient-to-light:hover, .btn.m-btn--gradient-from-success.m-btn--gradient-to-light.active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-light:active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-light:focus,
        .show > .btn.m-btn--gradient-from-success.m-btn--gradient-to-light.dropdown-toggle {
            background: #2da78e;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #2da78e 30%, #f0f0f0 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-success.m-btn--gradient-to-accent {
        background: #34bfa3;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #34bfa3 30%, #00c5dc 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-success.m-btn--gradient-to-accent:hover, .btn.m-btn--gradient-from-success.m-btn--gradient-to-accent.active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-accent:active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-accent:focus,
        .show > .btn.m-btn--gradient-from-success.m-btn--gradient-to-accent.dropdown-toggle {
            background: #2da78e;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #2da78e 30%, #00aabd 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-success.m-btn--gradient-to-focus {
        background: #34bfa3;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #34bfa3 30%, #9816f4 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-success.m-btn--gradient-to-focus:hover, .btn.m-btn--gradient-from-success.m-btn--gradient-to-focus.active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-focus:active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-focus:focus,
        .show > .btn.m-btn--gradient-from-success.m-btn--gradient-to-focus.dropdown-toggle {
            background: #2da78e;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #2da78e 30%, #880be1 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-success.m-btn--gradient-to-primary {
        background: #34bfa3;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #34bfa3 30%, #5867dd 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-success.m-btn--gradient-to-primary:hover, .btn.m-btn--gradient-from-success.m-btn--gradient-to-primary.active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-primary:active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-primary:focus,
        .show > .btn.m-btn--gradient-from-success.m-btn--gradient-to-primary.dropdown-toggle {
            background: #2da78e;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #2da78e 30%, #3f50d8 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-success.m-btn--gradient-to-success {
        background: #34bfa3;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #34bfa3 30%, #34bfa3 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-success.m-btn--gradient-to-success:hover, .btn.m-btn--gradient-from-success.m-btn--gradient-to-success.active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-success:active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-success:focus,
        .show > .btn.m-btn--gradient-from-success.m-btn--gradient-to-success.dropdown-toggle {
            background: #2da78e;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #2da78e 30%, #2da78e 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-success.m-btn--gradient-to-info {
        background: #34bfa3;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #34bfa3 30%, #36a3f7 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-success.m-btn--gradient-to-info:hover, .btn.m-btn--gradient-from-success.m-btn--gradient-to-info.active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-info:active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-info:focus,
        .show > .btn.m-btn--gradient-from-success.m-btn--gradient-to-info.dropdown-toggle {
            background: #2da78e;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #2da78e 30%, #1996f6 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-success.m-btn--gradient-to-warning {
        background: #34bfa3;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #34bfa3 30%, #ffb822 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-success.m-btn--gradient-to-warning:hover, .btn.m-btn--gradient-from-success.m-btn--gradient-to-warning.active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-warning:active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-warning:focus,
        .show > .btn.m-btn--gradient-from-success.m-btn--gradient-to-warning.dropdown-toggle {
            background: #2da78e;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #2da78e 30%, #ffae03 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-success.m-btn--gradient-to-danger {
        background: #34bfa3;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #34bfa3 30%, #f4516c 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-success.m-btn--gradient-to-danger:hover, .btn.m-btn--gradient-from-success.m-btn--gradient-to-danger.active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-danger:active, .btn.m-btn--gradient-from-success.m-btn--gradient-to-danger:focus,
        .show > .btn.m-btn--gradient-from-success.m-btn--gradient-to-danger.dropdown-toggle {
            background: #2da78e;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #2da78e 30%, #f23454 100%);
            /* Standard syntax */
        }

.btn.btn-success {
    color: #ffffff;
}

    .btn.btn-success.active, .btn.btn-success.focus, .btn.btn-success:focus, .btn.btn-success:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.btn-outline-success {
    color: #34bfa3;
}

    .btn.btn-outline-success.active, .btn.btn-outline-success.focus, .btn.btn-outline-success:focus, .btn.btn-outline-success:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.m-btn--hover-info:not(.btn-secondary):not(.btn-outline-light) {
    background: none;
    color: #575962;
}

    .btn.m-btn--hover-info:not(.btn-secondary):not(.btn-outline-light) i {
        color: #898b96;
    }

.btn.m-btn--hover-info:hover, .btn.m-btn--hover-info.active, .btn.m-btn--hover-info:active, .btn.m-btn--hover-info:focus,
.show > .btn.m-btn--hover-info.dropdown-toggle {
    border-color: #36a3f7 !important;
    color: #ffffff !important;
    background-color: #36a3f7 !important;
}

    .btn.m-btn--hover-info:hover i, .btn.m-btn--hover-info.active i, .btn.m-btn--hover-info:active i, .btn.m-btn--hover-info:focus i,
    .show > .btn.m-btn--hover-info.dropdown-toggle i {
        color: #ffffff !important;
    }

.btn.m-btn--gradient-from-info {
    color: #ffffff;
    border: 0 !important;
}

    .btn.m-btn--gradient-from-info.m-btn--gradient-to-brand {
        background: #36a3f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #36a3f7 30%, #716aca 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-info.m-btn--gradient-to-brand:hover, .btn.m-btn--gradient-from-info.m-btn--gradient-to-brand.active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-brand:active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-brand:focus,
        .show > .btn.m-btn--gradient-from-info.m-btn--gradient-to-brand.dropdown-toggle {
            background: #1996f6;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #1996f6 30%, #5b53c2 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-info.m-btn--gradient-to-metal {
        background: #36a3f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #36a3f7 30%, #c4c5d6 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-info.m-btn--gradient-to-metal:hover, .btn.m-btn--gradient-from-info.m-btn--gradient-to-metal.active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-metal:active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-metal:focus,
        .show > .btn.m-btn--gradient-from-info.m-btn--gradient-to-metal.dropdown-toggle {
            background: #1996f6;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #1996f6 30%, #b2b3c9 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-info.m-btn--gradient-to-light {
        background: #36a3f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #36a3f7 30%, #ffffff 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-info.m-btn--gradient-to-light:hover, .btn.m-btn--gradient-from-info.m-btn--gradient-to-light.active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-light:active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-light:focus,
        .show > .btn.m-btn--gradient-from-info.m-btn--gradient-to-light.dropdown-toggle {
            background: #1996f6;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #1996f6 30%, #f0f0f0 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-info.m-btn--gradient-to-accent {
        background: #36a3f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #36a3f7 30%, #00c5dc 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-info.m-btn--gradient-to-accent:hover, .btn.m-btn--gradient-from-info.m-btn--gradient-to-accent.active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-accent:active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-accent:focus,
        .show > .btn.m-btn--gradient-from-info.m-btn--gradient-to-accent.dropdown-toggle {
            background: #1996f6;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #1996f6 30%, #00aabd 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-info.m-btn--gradient-to-focus {
        background: #36a3f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #36a3f7 30%, #9816f4 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-info.m-btn--gradient-to-focus:hover, .btn.m-btn--gradient-from-info.m-btn--gradient-to-focus.active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-focus:active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-focus:focus,
        .show > .btn.m-btn--gradient-from-info.m-btn--gradient-to-focus.dropdown-toggle {
            background: #1996f6;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #1996f6 30%, #880be1 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-info.m-btn--gradient-to-primary {
        background: #36a3f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #36a3f7 30%, #5867dd 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-info.m-btn--gradient-to-primary:hover, .btn.m-btn--gradient-from-info.m-btn--gradient-to-primary.active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-primary:active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-primary:focus,
        .show > .btn.m-btn--gradient-from-info.m-btn--gradient-to-primary.dropdown-toggle {
            background: #1996f6;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #1996f6 30%, #3f50d8 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-info.m-btn--gradient-to-success {
        background: #36a3f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #36a3f7 30%, #34bfa3 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-info.m-btn--gradient-to-success:hover, .btn.m-btn--gradient-from-info.m-btn--gradient-to-success.active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-success:active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-success:focus,
        .show > .btn.m-btn--gradient-from-info.m-btn--gradient-to-success.dropdown-toggle {
            background: #1996f6;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #1996f6 30%, #2da78e 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-info.m-btn--gradient-to-info {
        background: #36a3f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #36a3f7 30%, #36a3f7 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-info.m-btn--gradient-to-info:hover, .btn.m-btn--gradient-from-info.m-btn--gradient-to-info.active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-info:active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-info:focus,
        .show > .btn.m-btn--gradient-from-info.m-btn--gradient-to-info.dropdown-toggle {
            background: #1996f6;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #1996f6 30%, #1996f6 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-info.m-btn--gradient-to-warning {
        background: #36a3f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #36a3f7 30%, #ffb822 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-info.m-btn--gradient-to-warning:hover, .btn.m-btn--gradient-from-info.m-btn--gradient-to-warning.active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-warning:active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-warning:focus,
        .show > .btn.m-btn--gradient-from-info.m-btn--gradient-to-warning.dropdown-toggle {
            background: #1996f6;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #1996f6 30%, #ffae03 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-info.m-btn--gradient-to-danger {
        background: #36a3f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #36a3f7 30%, #f4516c 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-info.m-btn--gradient-to-danger:hover, .btn.m-btn--gradient-from-info.m-btn--gradient-to-danger.active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-danger:active, .btn.m-btn--gradient-from-info.m-btn--gradient-to-danger:focus,
        .show > .btn.m-btn--gradient-from-info.m-btn--gradient-to-danger.dropdown-toggle {
            background: #1996f6;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #1996f6 30%, #f23454 100%);
            /* Standard syntax */
        }

.btn.btn-info {
    color: #ffffff;
}

    .btn.btn-info.active, .btn.btn-info.focus, .btn.btn-info:focus, .btn.btn-info:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.btn-outline-info {
    color: #36a3f7;
}

    .btn.btn-outline-info.active, .btn.btn-outline-info.focus, .btn.btn-outline-info:focus, .btn.btn-outline-info:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.m-btn--hover-warning:not(.btn-secondary):not(.btn-outline-light) {
    background: none;
    color: #575962;
}

    .btn.m-btn--hover-warning:not(.btn-secondary):not(.btn-outline-light) i {
        color: #898b96;
    }

.btn.m-btn--hover-warning:hover, .btn.m-btn--hover-warning.active, .btn.m-btn--hover-warning:active, .btn.m-btn--hover-warning:focus,
.show > .btn.m-btn--hover-warning.dropdown-toggle {
    border-color: #ffb822 !important;
    color: #111111 !important;
    background-color: #ffb822 !important;
}

    .btn.m-btn--hover-warning:hover i, .btn.m-btn--hover-warning.active i, .btn.m-btn--hover-warning:active i, .btn.m-btn--hover-warning:focus i,
    .show > .btn.m-btn--hover-warning.dropdown-toggle i {
        color: #111111 !important;
    }

.btn.m-btn--gradient-from-warning {
    color: #111111;
    border: 0 !important;
}

    .btn.m-btn--gradient-from-warning.m-btn--gradient-to-brand {
        background: #ffb822;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffb822 30%, #716aca 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-warning.m-btn--gradient-to-brand:hover, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-brand.active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-brand:active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-brand:focus,
        .show > .btn.m-btn--gradient-from-warning.m-btn--gradient-to-brand.dropdown-toggle {
            background: #ffae03;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #ffae03 30%, #5b53c2 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-warning.m-btn--gradient-to-metal {
        background: #ffb822;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffb822 30%, #c4c5d6 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-warning.m-btn--gradient-to-metal:hover, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-metal.active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-metal:active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-metal:focus,
        .show > .btn.m-btn--gradient-from-warning.m-btn--gradient-to-metal.dropdown-toggle {
            background: #ffae03;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #ffae03 30%, #b2b3c9 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-warning.m-btn--gradient-to-light {
        background: #ffb822;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffb822 30%, #ffffff 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-warning.m-btn--gradient-to-light:hover, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-light.active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-light:active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-light:focus,
        .show > .btn.m-btn--gradient-from-warning.m-btn--gradient-to-light.dropdown-toggle {
            background: #ffae03;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #ffae03 30%, #f0f0f0 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-warning.m-btn--gradient-to-accent {
        background: #ffb822;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffb822 30%, #00c5dc 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-warning.m-btn--gradient-to-accent:hover, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-accent.active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-accent:active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-accent:focus,
        .show > .btn.m-btn--gradient-from-warning.m-btn--gradient-to-accent.dropdown-toggle {
            background: #ffae03;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #ffae03 30%, #00aabd 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-warning.m-btn--gradient-to-focus {
        background: #ffb822;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffb822 30%, #9816f4 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-warning.m-btn--gradient-to-focus:hover, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-focus.active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-focus:active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-focus:focus,
        .show > .btn.m-btn--gradient-from-warning.m-btn--gradient-to-focus.dropdown-toggle {
            background: #ffae03;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #ffae03 30%, #880be1 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-warning.m-btn--gradient-to-primary {
        background: #ffb822;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffb822 30%, #5867dd 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-warning.m-btn--gradient-to-primary:hover, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-primary.active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-primary:active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-primary:focus,
        .show > .btn.m-btn--gradient-from-warning.m-btn--gradient-to-primary.dropdown-toggle {
            background: #ffae03;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #ffae03 30%, #3f50d8 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-warning.m-btn--gradient-to-success {
        background: #ffb822;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffb822 30%, #34bfa3 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-warning.m-btn--gradient-to-success:hover, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-success.active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-success:active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-success:focus,
        .show > .btn.m-btn--gradient-from-warning.m-btn--gradient-to-success.dropdown-toggle {
            background: #ffae03;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #ffae03 30%, #2da78e 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-warning.m-btn--gradient-to-info {
        background: #ffb822;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffb822 30%, #36a3f7 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-warning.m-btn--gradient-to-info:hover, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-info.active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-info:active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-info:focus,
        .show > .btn.m-btn--gradient-from-warning.m-btn--gradient-to-info.dropdown-toggle {
            background: #ffae03;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #ffae03 30%, #1996f6 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-warning.m-btn--gradient-to-warning {
        background: #ffb822;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffb822 30%, #ffb822 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-warning.m-btn--gradient-to-warning:hover, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-warning.active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-warning:active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-warning:focus,
        .show > .btn.m-btn--gradient-from-warning.m-btn--gradient-to-warning.dropdown-toggle {
            background: #ffae03;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #ffae03 30%, #ffae03 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-warning.m-btn--gradient-to-danger {
        background: #ffb822;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #ffb822 30%, #f4516c 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-warning.m-btn--gradient-to-danger:hover, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-danger.active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-danger:active, .btn.m-btn--gradient-from-warning.m-btn--gradient-to-danger:focus,
        .show > .btn.m-btn--gradient-from-warning.m-btn--gradient-to-danger.dropdown-toggle {
            background: #ffae03;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #ffae03 30%, #f23454 100%);
            /* Standard syntax */
        }

.btn.btn-warning {
    color: #111111;
}

    .btn.btn-warning.active, .btn.btn-warning.focus, .btn.btn-warning:focus, .btn.btn-warning:hover:not(:disabled) {
        color: #111111 !important;
    }

.btn.btn-outline-warning {
    color: #ffb822;
}

    .btn.btn-outline-warning.active, .btn.btn-outline-warning.focus, .btn.btn-outline-warning:focus, .btn.btn-outline-warning:hover:not(:disabled) {
        color: #111111 !important;
    }

.btn.m-btn--hover-danger:not(.btn-secondary):not(.btn-outline-light) {
    background: none;
    color: #575962;
}

    .btn.m-btn--hover-danger:not(.btn-secondary):not(.btn-outline-light) i {
        color: #898b96;
    }

.btn.m-btn--hover-danger:hover, .btn.m-btn--hover-danger.active, .btn.m-btn--hover-danger:active, .btn.m-btn--hover-danger:focus,
.show > .btn.m-btn--hover-danger.dropdown-toggle {
    border-color: #f4516c !important;
    color: #ffffff !important;
    background-color: #f4516c !important;
}

    .btn.m-btn--hover-danger:hover i, .btn.m-btn--hover-danger.active i, .btn.m-btn--hover-danger:active i, .btn.m-btn--hover-danger:focus i,
    .show > .btn.m-btn--hover-danger.dropdown-toggle i {
        color: #ffffff !important;
    }

.btn.m-btn--gradient-from-danger {
    color: #ffffff;
    border: 0 !important;
}

    .btn.m-btn--gradient-from-danger.m-btn--gradient-to-brand {
        background: #f4516c;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #f4516c 30%, #716aca 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-danger.m-btn--gradient-to-brand:hover, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-brand.active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-brand:active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-brand:focus,
        .show > .btn.m-btn--gradient-from-danger.m-btn--gradient-to-brand.dropdown-toggle {
            background: #f23454;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f23454 30%, #5b53c2 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-danger.m-btn--gradient-to-metal {
        background: #f4516c;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #f4516c 30%, #c4c5d6 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-danger.m-btn--gradient-to-metal:hover, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-metal.active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-metal:active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-metal:focus,
        .show > .btn.m-btn--gradient-from-danger.m-btn--gradient-to-metal.dropdown-toggle {
            background: #f23454;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f23454 30%, #b2b3c9 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-danger.m-btn--gradient-to-light {
        background: #f4516c;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #f4516c 30%, #ffffff 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-danger.m-btn--gradient-to-light:hover, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-light.active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-light:active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-light:focus,
        .show > .btn.m-btn--gradient-from-danger.m-btn--gradient-to-light.dropdown-toggle {
            background: #f23454;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f23454 30%, #f0f0f0 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-danger.m-btn--gradient-to-accent {
        background: #f4516c;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #f4516c 30%, #00c5dc 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-danger.m-btn--gradient-to-accent:hover, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-accent.active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-accent:active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-accent:focus,
        .show > .btn.m-btn--gradient-from-danger.m-btn--gradient-to-accent.dropdown-toggle {
            background: #f23454;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f23454 30%, #00aabd 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-danger.m-btn--gradient-to-focus {
        background: #f4516c;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #f4516c 30%, #9816f4 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-danger.m-btn--gradient-to-focus:hover, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-focus.active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-focus:active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-focus:focus,
        .show > .btn.m-btn--gradient-from-danger.m-btn--gradient-to-focus.dropdown-toggle {
            background: #f23454;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f23454 30%, #880be1 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-danger.m-btn--gradient-to-primary {
        background: #f4516c;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #f4516c 30%, #5867dd 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-danger.m-btn--gradient-to-primary:hover, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-primary.active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-primary:active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-primary:focus,
        .show > .btn.m-btn--gradient-from-danger.m-btn--gradient-to-primary.dropdown-toggle {
            background: #f23454;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f23454 30%, #3f50d8 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-danger.m-btn--gradient-to-success {
        background: #f4516c;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #f4516c 30%, #34bfa3 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-danger.m-btn--gradient-to-success:hover, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-success.active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-success:active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-success:focus,
        .show > .btn.m-btn--gradient-from-danger.m-btn--gradient-to-success.dropdown-toggle {
            background: #f23454;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f23454 30%, #2da78e 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-danger.m-btn--gradient-to-info {
        background: #f4516c;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #f4516c 30%, #36a3f7 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-danger.m-btn--gradient-to-info:hover, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-info.active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-info:active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-info:focus,
        .show > .btn.m-btn--gradient-from-danger.m-btn--gradient-to-info.dropdown-toggle {
            background: #f23454;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f23454 30%, #1996f6 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-danger.m-btn--gradient-to-warning {
        background: #f4516c;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #f4516c 30%, #ffb822 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-danger.m-btn--gradient-to-warning:hover, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-warning.active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-warning:active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-warning:focus,
        .show > .btn.m-btn--gradient-from-danger.m-btn--gradient-to-warning.dropdown-toggle {
            background: #f23454;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f23454 30%, #ffae03 100%);
            /* Standard syntax */
        }

    .btn.m-btn--gradient-from-danger.m-btn--gradient-to-danger {
        background: #f4516c;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(135deg, #f4516c 30%, #f4516c 100%);
        /* Standard syntax */
    }

        .btn.m-btn--gradient-from-danger.m-btn--gradient-to-danger:hover, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-danger.active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-danger:active, .btn.m-btn--gradient-from-danger.m-btn--gradient-to-danger:focus,
        .show > .btn.m-btn--gradient-from-danger.m-btn--gradient-to-danger.dropdown-toggle {
            background: #f23454;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: linear-gradient(135deg, #f23454 30%, #f23454 100%);
            /* Standard syntax */
        }

.btn.btn-danger {
    color: #ffffff;
}

    .btn.btn-danger.active, .btn.btn-danger.focus, .btn.btn-danger:focus, .btn.btn-danger:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn.btn-outline-danger {
    color: #f4516c;
}

    .btn.btn-outline-danger.active, .btn.btn-outline-danger.focus, .btn.btn-outline-danger:focus, .btn.btn-outline-danger:hover:not(:disabled) {
        color: #ffffff !important;
    }

.btn-group.m-btn-group--air {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.17) !important;
    box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.17) !important;
}

    .btn-group.m-btn-group--air .btn-default,
    .btn-group.m-btn-group--air .btn-secondary {
        border-color: #ffffff !important;
    }

        .btn-group.m-btn-group--air .btn-default.focus, .btn-group.m-btn-group--air .btn-default:focus, .btn-group.m-btn-group--air .btn-default:hover:not(:disabled),
        .btn-group.m-btn-group--air .btn-secondary.focus,
        .btn-group.m-btn-group--air .btn-secondary:focus,
        .btn-group.m-btn-group--air .btn-secondary:hover:not(:disabled) {
            background: #ffffff !important;
            -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.17) !important;
            box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.17) !important;
        }

.m-spinner {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: m-spinner-scaleout 0.9s infinite ease-in-out;
    animation: m-spinner-scaleout 0.9s infinite ease-in-out;
}

    .m-spinner.m-spinner--lg {
        width: 2rem;
        height: 2rem;
    }

    .m-spinner.m-spinner--sm {
        width: 1.2rem;
        height: 1.2rem;
    }

.btn .m-spinner {
    position: relative;
    line-height: 0;
}

@-webkit-keyframes m-spinner-scaleout {
    0% {
        opacity: 0.3;
        filter: alpha(opacity=30);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes m-spinner-scaleout {
    0% {
        opacity: 0.3;
        filter: alpha(opacity=30);
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.m-spinner {
    background-color: #e2e5ec;
}

    .m-spinner.m-spinner--skin-dark {
        background-color: #a9acb8;
    }

    .m-spinner.m-spinner--brand {
        background-color: #716aca;
    }

    .m-spinner.m-spinner--metal {
        background-color: #c4c5d6;
    }

    .m-spinner.m-spinner--light {
        background-color: #ffffff;
    }

    .m-spinner.m-spinner--accent {
        background-color: #00c5dc;
    }

    .m-spinner.m-spinner--focus {
        background-color: #9816f4;
    }

    .m-spinner.m-spinner--primary {
        background-color: #5867dd;
    }

    .m-spinner.m-spinner--success {
        background-color: #34bfa3;
    }

    .m-spinner.m-spinner--info {
        background-color: #36a3f7;
    }

    .m-spinner.m-spinner--warning {
        background-color: #ffb822;
    }

    .m-spinner.m-spinner--danger {
        background-color: #f4516c;
    }

.m-loader {
    position: relative;
}

    .m-loader:before {
        content: '';
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        border-top: 2px solid #07d;
        border-right: 2px solid transparent;
        border-radius: 50%;
        -webkit-animation: m-loader-rotate 0.6s linear infinite;
        animation: m-loader-rotate 0.6s linear infinite;
    }

    .m-loader:before {
        width: 1.4rem;
        height: 1.4rem;
        margin-top: -0.7rem;
        margin-left: -0.7rem;
        border-top-width: 2px;
        border-right-width: 2px;
    }

    .m-loader.m-loader--lg:before {
        width: 2rem;
        height: 2rem;
        margin-top: -1rem;
        margin-left: -1rem;
        border-top-width: 3px;
        border-right-width: 3px;
    }

    .m-loader.m-loader--sm:before {
        width: 1rem;
        height: 1rem;
        margin-top: -0.5rem;
        margin-left: -0.5rem;
        border-top-width: 1px;
        border-right-width: 1px;
    }

    .m-loader.m-loader--right:before {
        left: auto;
        right: 0.7rem;
    }

    .m-loader.m-loader--right.m-loader--lg:before {
        right: 1rem;
    }

    .m-loader.m-loader--right.m-loader--sm:before {
        right: 0.5rem;
    }

    .m-loader.m-loader--right.btn {
        padding-right: 3.25rem;
    }

        .m-loader.m-loader--right.btn.m-loader--lg {
            padding-right: 4.65rem;
        }

        .m-loader.m-loader--right.btn.m-loader--sm {
            padding-right: 2.3rem;
        }

    .m-loader.m-loader--left:before {
        left: 1.4rem;
    }

    .m-loader.m-loader--left.m-loader--lg:before {
        left: 2rem;
    }

    .m-loader.m-loader--left.m-loader--sm:before {
        left: 1rem;
    }

    .m-loader.m-loader--left.btn {
        padding-left: 3.25rem;
    }

        .m-loader.m-loader--left.btn.m-loader--lg {
            padding-left: 4.65rem;
        }

        .m-loader.m-loader--left.btn.m-loader--sm {
            padding-left: 2.3rem;
        }

@-webkit-keyframes m-loader-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes m-loader-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.m-loader:before {
    border-top-color: #dfe2ea;
}

.m-loader.m-loader--skin-dark:before {
    border-top-color: #acafba;
}

.m-loader.m-loader--brand:before {
    border-top-color: #716aca;
}

.m-loader.m-loader--metal:before {
    border-top-color: #c4c5d6;
}

.m-loader.m-loader--light:before {
    border-top-color: #ffffff;
}

.m-loader.m-loader--accent:before {
    border-top-color: #00c5dc;
}

.m-loader.m-loader--focus:before {
    border-top-color: #9816f4;
}

.m-loader.m-loader--primary:before {
    border-top-color: #5867dd;
}

.m-loader.m-loader--success:before {
    border-top-color: #34bfa3;
}

.m-loader.m-loader--info:before {
    border-top-color: #36a3f7;
}

.m-loader.m-loader--warning:before {
    border-top-color: #ffb822;
}

.m-loader.m-loader--danger:before {
    border-top-color: #f4516c;
}

.m-list-search.m-list-search--has-result .m-dropdown__body {
    display: block;
}

.m-list-search.m-list-search--has-result .m-dropdown__header:after {
    display: block;
    height: 1px;
    content: "";
    position: relative;
    top: 20px;
}

.m-list-search .m-dropdown__body {
    display: none;
}

.m-list-search .m-list-search__form {
    position: relative;
    display: block;
    padding: 3px 0 0 0;
}

    .m-list-search .m-list-search__form .m-list-search__form-wrapper {
        width: 100%;
        height: 100%;
        display: table;
        table-layout: fixed;
    }

        .m-list-search .m-list-search__form .m-list-search__form-wrapper .m-list-search__form-input-wrapper {
            display: table-cell;
            vertical-align: middle;
        }

        .m-list-search .m-list-search__form .m-list-search__form-wrapper .m-list-search__form-input {
            border: 0;
            background: none;
            outline: none !important;
            -webkit-box-shadow: none;
            box-shadow: none;
            width: 100%;
            font-size: 1rem;
            padding: 0px;
            display: block;
        }

        .m-list-search .m-list-search__form .m-list-search__form-wrapper .m-list-search__form-icon-close {
            text-align: right;
            display: table-cell;
            vertical-align: middle;
            line-height: 0 !important;
            cursor: pointer;
            font-size: 1.2rem;
            width: 30px;
            padding: 0 0 0 0;
        }

    .m-list-search .m-list-search__form.m-loader:before {
        top: 12px;
        right: 0;
    }

.m-list-search .m-list-search__results .m-list-search__result-separator {
    display: block;
    margin: 10px 0;
}

    .m-list-search .m-list-search__results .m-list-search__result-separator.m-list-search__result-separator--fit {
        margin: 10px -20px;
    }

.m-list-search .m-list-search__results .m-list-search__result-category {
    display: block;
    margin: 30px 0 10px 0;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
}

    .m-list-search .m-list-search__results .m-list-search__result-category.m-list-search__result-category--first {
        margin-top: 0;
    }

.m-list-search .m-list-search__results .m-list-search__result-msg {
    display: block;
    padding: 10px 0;
    font-weight: 400;
    font-size: 1.1rem;
}

.m-list-search .m-list-search__results .m-list-search__result-item {
    display: table;
    width: 100%;
    padding: 5px 0;
    outline: none;
}

    .m-list-search .m-list-search__results .m-list-search__result-item:hover {
        text-decoration: none;
    }

    .m-list-search .m-list-search__results .m-list-search__result-item .m-list-search__result-item-pic {
        width: 45px;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        margin: 0 auto;
    }

        .m-list-search .m-list-search__results .m-list-search__result-item .m-list-search__result-item-pic img {
            display: block;
            vertical-align: middle;
            max-width: 35px !important;
        }

    .m-list-search .m-list-search__results .m-list-search__result-item .m-list-search__result-item-icon {
        display: table-cell;
        vertical-align: middle;
        font-size: 1rem;
        width: 32px;
        font-size: 1.2rem;
    }

        .m-list-search .m-list-search__results .m-list-search__result-item .m-list-search__result-item-icon:before {
            line-height: 0;
            vertical-align: middle;
        }

    .m-list-search .m-list-search__results .m-list-search__result-item .m-list-search__result-item-text {
        display: table-cell;
        vertical-align: middle;
        font-size: 1rem;
    }

.m-list-search .m-dropdown__header:after {
    background-color: #ebedf2;
}

.m-list-search .m-list-search__form .m-list-search__form-input {
    color: #575962;
}

    .m-list-search .m-list-search__form .m-list-search__form-input::-moz-placeholder {
        color: #6f727d;
        opacity: 1;
    }

    .m-list-search .m-list-search__form .m-list-search__form-input:-ms-input-placeholder {
        color: #6f727d;
    }

    .m-list-search .m-list-search__form .m-list-search__form-input::-webkit-input-placeholder {
        color: #6f727d;
    }

.m-list-search .m-list-search__form .m-list-search__form-icon-close {
    color: #cfcedb;
}

.m-list-search .m-list-search__results .m-list-search__result-separator {
    border-bottom: #ebedf2;
}

.m-list-search .m-list-search__results .m-list-search__result-message {
    color: #7b7e8a;
}

.m-list-search .m-list-search__results .m-list-search__result-category {
    color: #716aca;
}

.m-list-search .m-list-search__results .m-list-search__result-item .m-list-search__result-item-text {
    color: #7b7e8a;
}

.m-list-search .m-list-search__results .m-list-search__result-item:hover .m-list-search__result-item-text {
    color: #716aca;
}

.m-list-search.m-list-search--skin-dark .m-dropdown__header:after {
    background-color: #a1a4b1;
}

.m-list-search.m-list-search--skin-dark .m-list-search__form .m-list-search__form-input {
    color: #ffffff;
}

    .m-list-search.m-list-search--skin-dark .m-list-search__form .m-list-search__form-input::-moz-placeholder {
        color: #9093ac;
        opacity: 1;
    }

    .m-list-search.m-list-search--skin-dark .m-list-search__form .m-list-search__form-input:-ms-input-placeholder {
        color: #9093ac;
    }

    .m-list-search.m-list-search--skin-dark .m-list-search__form .m-list-search__form-input::-webkit-input-placeholder {
        color: #9093ac;
    }

.m-list-search.m-list-search--skin-dark .m-list-search__form .m-list-search__form-icon-close {
    color: #dfdff1;
}

.m-list-search.m-list-search--skin-dark .m-list-search__results .m-list-search__result-separator {
    border-bottom: #a1a4b1;
}

.m-list-search.m-list-search--skin-dark .m-list-search__results .m-list-search__result-message {
    color: #8284a1;
}

.m-list-search.m-list-search--skin-dark .m-list-search__results .m-list-search__result-category {
    color: #716aca;
}

.m-list-search.m-list-search--skin-dark .m-list-search__results .m-list-search__result-item .m-list-search__result-item-text {
    color: #8284a1;
}

.m-list-search.m-list-search--skin-dark .m-list-search__results .m-list-search__result-item:hover .m-list-search__result-item-text {
    color: #716aca;
}

.m-list-timeline__group {
    margin: 0 0 30px 0;
}

.m-list-timeline__heading {
    margin: 0 0 18px 0;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
}

.m-list-timeline__items {
    position: relative;
    padding: 0;
    margin: 0;
}

    .m-list-timeline__items:before {
        position: absolute;
        display: block;
        content: '';
        width: 1px;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 3px;
    }

    .m-list-timeline__items .m-list-timeline__item {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 6px 0;
        margin: 5px 0;
    }

        .m-list-timeline__items .m-list-timeline__item:first-child:before, .m-list-timeline__items .m-list-timeline__item:last-child:before {
            background-color: white;
            position: absolute;
            display: block;
            content: '';
            width: 1px;
            height: 50%;
            top: 0;
            bottom: 0;
            left: 3px;
        }

        .m-list-timeline__items .m-list-timeline__item:last-child:before {
            top: auto;
            bottom: 0;
        }

        .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge {
            text-align: left;
            vertical-align: middle;
            display: table-cell;
            position: relative;
            width: 20px;
        }

            .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge:before {
                position: absolute;
                display: block;
                content: '';
                width: 7px;
                height: 7px;
                left: 0;
                top: 50%;
                margin-top: -3.5px;
                border-radius: 100%;
            }

        .m-list-timeline__items .m-list-timeline__item .m-list-timeline__icon {
            text-align: left;
            vertical-align: middle;
            display: table-cell;
            width: 30px;
            padding: 0 5px 0 0;
            line-height: 0;
        }

        .m-list-timeline__items .m-list-timeline__item [class^="la-"],
        .m-list-timeline__items .m-list-timeline__item [class*=" la-"] {
            font-size: 1.6rem;
        }

        .m-list-timeline__items .m-list-timeline__item [class^="fa-"],
        .m-list-timeline__items .m-list-timeline__item [class*=" fa-"] {
            font-size: 1.2rem;
        }

        .m-list-timeline__items .m-list-timeline__item [class^="flaticon-"],
        .m-list-timeline__items .m-list-timeline__item [class*=" flaticon-"] {
            font-size: 1.6rem;
        }

        .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
            display: table-cell;
            text-align: left;
            vertical-align: middle;
            width: 100%;
            padding: 0 5px 0 0;
            font-size: 1rem;
        }

            .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text:hover {
                text-decoration: none;
            }

        .m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
            display: table-cell;
            text-align: right;
            vertical-align: middle;
            width: 80px;
            padding: 0 0 0 5px;
            font-size: 0.85rem;
        }

        .m-list-timeline__items .m-list-timeline__item:first-child {
            padding-top: 0;
            margin-top: 0;
        }

        .m-list-timeline__items .m-list-timeline__item:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
        }

.m-list-timeline .m-list-timeline__items:before {
    background-color: #ebedf2;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge:before {
    background-color: #ebedf2;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--brand:before {
    background-color: #716aca;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--metal:before {
    background-color: #c4c5d6;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--light:before {
    background-color: #ffffff;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--accent:before {
    background-color: #00c5dc;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--focus:before {
    background-color: #9816f4;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--primary:before {
    background-color: #5867dd;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--success:before {
    background-color: #34bfa3;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--info:before {
    background-color: #36a3f7;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--warning:before {
    background-color: #ffb822;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--danger:before {
    background-color: #f4516c;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__icon {
    color: #cfcedb;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
    color: #575962;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
    color: #7b7e8a;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item:first-child:before, .m-list-timeline .m-list-timeline__items .m-list-timeline__item:last-child:before {
    background-color: #fff;
}

.m-list-timeline .m-list-timeline__items .m-list-timeline__item.m-list-timeline__item--read {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items:before {
    background-color: #a1a4b1;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge:before {
    background-color: #a1a4b1;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--brand:before {
    background-color: #716aca;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--metal:before {
    background-color: #c4c5d6;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--light:before {
    background-color: #ffffff;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--accent:before {
    background-color: #00c5dc;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--focus:before {
    background-color: #9816f4;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--primary:before {
    background-color: #5867dd;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--success:before {
    background-color: #34bfa3;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--info:before {
    background-color: #36a3f7;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--warning:before {
    background-color: #ffb822;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__badge.m-list-timeline__badge--danger:before {
    background-color: #f4516c;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__icon {
    color: #dfdff1;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__text {
    color: #ffffff;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item .m-list-timeline__time {
    color: #8284a1;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item:first-child:before, .m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item:last-child:before {
    background-color: #333;
}

.m-list-timeline.m-list-timeline--skin-dark .m-list-timeline__items .m-list-timeline__item.m-list-timeline__item--read {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.m-list-settings .m-list-settings__group {
    margin: 0 0 30px 0;
}

    .m-list-settings .m-list-settings__group:first-child {
        margin-top: 0;
    }

    .m-list-settings .m-list-settings__group:last-child {
        margin-bottom: 0;
    }

    .m-list-settings .m-list-settings__group .m-list-settings__heading {
        margin: 0 0 13px 0;
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
    }

    .m-list-settings .m-list-settings__group .m-list-settings__item {
        display: table;
        table-layout: fixed;
        width: 100%;
        padding: 9px 0;
    }

        .m-list-settings .m-list-settings__group .m-list-settings__item .m-list-settings__item-label {
            display: table-cell;
            text-align: left;
            vertical-align: middle;
            padding: 0 5px 0 0;
            font-size: 1rem;
            font-weight: 400;
        }

        .m-list-settings .m-list-settings__group .m-list-settings__item .m-list-settings__item-control {
            display: table-cell;
            text-align: right;
            vertical-align: middle;
            padding: 0 0 0 0;
        }

            .m-list-settings .m-list-settings__group .m-list-settings__item .m-list-settings__item-control .m-switch > label {
                margin: 0;
            }

.m-list-settings .m-list-settings__group {
    color: #3f4047;
}

.m-list-settings .m-list-settings__item .m-list-settings__item-caption {
    color: #6f727d;
}

.m-list-settings.m-list-settings--skin-dark .m-list-settings__group {
    color: #aeafc2;
}

.m-list-settings.m-list-settings--skin-dark .m-list-settings__item .m-list-settings__item-caption {
    color: #9093ac;
}

.m-list-badge {
    display: table;
}

    .m-list-badge .m-list-badge__label {
        display: table-cell;
        padding-right: 1.43rem;
        font-size: 1.3rem;
        vertical-align: middle;
        font-weight: 600;
    }

    .m-list-badge .m-list-badge__items {
        display: table-cell;
        vertical-align: middle;
    }

        .m-list-badge .m-list-badge__items .m-list-badge__item {
            border-radius: 1.43rem;
            padding: 0.33rem 1.14rem 0.33rem 1.14rem;
            font-size: 0.85rem;
            font-weight: 500;
            margin-right: 0.4rem;
            text-decoration: none;
        }

        .m-list-badge .m-list-badge__items .m-list-badge__item {
            color: #716aca;
            background-color: #ffffff;
        }

        .m-list-badge .m-list-badge__items a.m-list-badge__item:hover {
            color: #ffffff;
            background-color: #716aca;
        }

    .m-list-badge.m-list-badge--light-bg .m-list-badge__items .m-list-badge__item {
        border: 1px solid #716aca;
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item.m-list-badge__item--brand {
        color: #ffffff;
        background-color: #716aca;
    }

    .m-list-badge .m-list-badge__items a.m-list-badge__item.m-list-badge__item--brand:hover {
        background: #4d44bd;
        color: #ffffff;
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item.m-list-badge__item--metal {
        color: #ffffff;
        background-color: #c4c5d6;
    }

    .m-list-badge .m-list-badge__items a.m-list-badge__item.m-list-badge__item--metal:hover {
        background: #a6a7c1;
        color: #ffffff;
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item.m-list-badge__item--light {
        color: #282a3c;
        background-color: #ffffff;
    }

    .m-list-badge .m-list-badge__items a.m-list-badge__item.m-list-badge__item--light:hover {
        background: #e6e6e6;
        color: #282a3c;
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item.m-list-badge__item--accent {
        color: #ffffff;
        background-color: #00c5dc;
    }

    .m-list-badge .m-list-badge__items a.m-list-badge__item.m-list-badge__item--accent:hover {
        background: #0097a9;
        color: #ffffff;
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item.m-list-badge__item--focus {
        color: #ffffff;
        background-color: #9816f4;
    }

    .m-list-badge .m-list-badge__items a.m-list-badge__item.m-list-badge__item--focus:hover {
        background: #7c0acd;
        color: #ffffff;
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item.m-list-badge__item--primary {
        color: #ffffff;
        background-color: #5867dd;
    }

    .m-list-badge .m-list-badge__items a.m-list-badge__item.m-list-badge__item--primary:hover {
        background: #2e40d4;
        color: #ffffff;
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item.m-list-badge__item--success {
        color: #ffffff;
        background-color: #34bfa3;
    }

    .m-list-badge .m-list-badge__items a.m-list-badge__item.m-list-badge__item--success:hover {
        background: #299781;
        color: #ffffff;
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item.m-list-badge__item--info {
        color: #ffffff;
        background-color: #36a3f7;
    }

    .m-list-badge .m-list-badge__items a.m-list-badge__item.m-list-badge__item--info:hover {
        background: #0a8cf0;
        color: #ffffff;
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item.m-list-badge__item--warning {
        color: #111111;
        background-color: #ffb822;
    }

    .m-list-badge .m-list-badge__items a.m-list-badge__item.m-list-badge__item--warning:hover {
        background: #eea200;
        color: #111111;
    }

    .m-list-badge .m-list-badge__items .m-list-badge__item.m-list-badge__item--danger {
        color: #ffffff;
        background-color: #f4516c;
    }

    .m-list-badge .m-list-badge__items a.m-list-badge__item.m-list-badge__item--danger:hover {
        background: #f12143;
        color: #ffffff;
    }

.m-list-pics > a {
    margin-right: 0.25rem;
}

    .m-list-pics > a > img {
        width: 3.36rem;
        border-radius: 50%;
    }

.m-list-pics.m-list-pics--rounded > a > img {
    width: 3.36rem;
    border-radius: 0;
}

.m-list-pics.m-list-pics--sm > a > img {
    width: 2.14rem;
}

.m-list-pics.m-list-pics-rounded--sm > a > img {
    width: 2.14rem;
    border-radius: 0;
}

.m-card-user {
    padding: 5px 0;
    margin: 0;
    display: table;
    table-layout: fixed;
}

    .m-card-user .m-card-user__pic {
        display: table-cell;
        text-align: right;
        padding: 0 5px 0 0;
        vertical-align: middle;
        width: 70px;
    }

        .m-card-user .m-card-user__pic img {
            max-width: 70px !important;
            margin: 0 !important;
            border-radius: 100%;
        }

        .m-card-user .m-card-user__pic .m-card-user__no-photo {
            height: 70px;
            width: 70px;
            display: inline-block;
            text-align: center;
            position: relative;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            /* NEW - Chrome */
            display: flex;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            vertical-align: middle;
            border-radius: 100%;
        }

            .m-card-user .m-card-user__pic .m-card-user__no-photo > span {
                line-height: 0;
                font-weight: 600;
                font-size: 1.3rem;
                text-transform: uppercase;
            }

    .m-card-user .m-card-user__details {
        display: table-cell;
        width: 100%;
        text-align: left;
        vertical-align: middle;
        padding: 0 0 0 15px;
    }

        .m-card-user .m-card-user__details .m-card-user__name {
            display: block;
            padding: 0 0 0 0;
            font-size: 1.3rem;
            font-weight: 400;
        }

        .m-card-user .m-card-user__details .m-card-user__email {
            display: inline-block;
            padding: 0 0 0 0;
            font-size: 1rem;
        }

    .m-card-user.m-card-user--sm .m-card-user__pic {
        width: 40px;
        padding-right: 10px;
    }

        .m-card-user.m-card-user--sm .m-card-user__pic img {
            max-width: 40px !important;
        }

        .m-card-user.m-card-user--sm .m-card-user__pic .m-card-user__no-photo {
            width: 40px;
            height: 40px;
        }

    .m-card-user.m-card-user--sm .m-card-user__details {
        padding: 6px 0 0 0;
    }

        .m-card-user.m-card-user--sm .m-card-user__details .m-card-user__name {
            font-size: 1rem;
        }

        .m-card-user.m-card-user--sm .m-card-user__details .m-card-user__email {
            padding: 0 0 0 0;
            font-size: 0.8rem;
        }

    .m-card-user .m-card-user__details .m-card-user__name {
        color: #1b1c1e;
    }

    .m-card-user .m-card-user__details .m-card-user__email {
        color: #3f4047;
    }

        .m-card-user .m-card-user__details .m-card-user__email:hover {
            color: #27282c;
        }

            .m-card-user .m-card-user__details .m-card-user__email:hover:after {
                border-bottom: 1px solid #27282c;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__name {
        color: #d9dae3;
    }

    .m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__email {
        color: #aeafc2;
    }

        .m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__email:hover {
            color: #cbccd8;
        }

            .m-card-user.m-card-user--skin-dark .m-card-user__details .m-card-user__email:hover:after {
                border-bottom: 1px solid #cbccd8;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

.m-card-profile {
    padding: 5px 0;
    margin: 0;
}

    .m-card-profile .m-card-profile__pic {
        text-align: center;
        padding: 0 5px 0 0;
        text-align: center;
    }

        .m-card-profile .m-card-profile__pic .m-card-profile__pic-wrapper {
            padding: 8px;
            display: inline-block;
            margin: 2rem auto;
            border-radius: 100%;
        }

        .m-card-profile .m-card-profile__pic img {
            text-align: center;
            max-width: 130px !important;
            margin: 0 auto !important;
            border-radius: 100%;
        }

        .m-card-profile .m-card-profile__pic .m-card-profile__no-photo {
            height: 130px;
            width: 130px;
            display: inline-block;
            text-align: center;
            position: relative;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            /* NEW - Chrome */
            display: flex;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            vertical-align: middle;
            border-radius: 100%;
        }

            .m-card-profile .m-card-profile__pic .m-card-profile__no-photo > span {
                line-height: 0;
                font-weight: 600;
                font-size: 1.3rem;
                text-transform: uppercase;
            }

    .m-card-profile .m-card-profile__title {
        text-align: center;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .m-card-profile .m-card-profile__details {
        text-align: center;
        padding: 0 0 0 0;
    }

        .m-card-profile .m-card-profile__details .m-card-profile__name {
            display: block;
            padding: 0 0 0 0;
            font-size: 1.5rem;
            font-weight: 500;
        }

        .m-card-profile .m-card-profile__details .m-card-profile__email {
            display: inline-block;
            padding: 6px 0 0 0;
            font-size: 1rem;
        }

    .m-card-profile .m-card-profile__pic .m-card-profile__pic-wrapper {
        border: 2px solid #f4f5f8;
    }

    .m-card-profile .m-card-profile__details .m-card-profile__name {
        color: #1b1c1e;
    }

    .m-card-profile .m-card-profile__details .m-card-profile__email {
        color: #7b7e8a;
    }

        .m-card-profile .m-card-profile__details .m-card-profile__email:hover {
            color: #6f727d;
        }

            .m-card-profile .m-card-profile__details .m-card-profile__email:hover:after {
                border-bottom: 1px solid #6f727d;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-card-profile.m-card-profile--skin-dark .m-card-profile__pic .m-card-profile__pic-wrapper {
        border: 2px solid #999caa;
    }

    .m-card-profile.m-card-profile--skin-dark .m-card-profile__details .m-card-profile__name {
        color: #d9dae3;
    }

    .m-card-profile.m-card-profile--skin-dark .m-card-profile__details .m-card-profile__email {
        color: #8284a1;
    }

        .m-card-profile.m-card-profile--skin-dark .m-card-profile__details .m-card-profile__email:hover {
            color: #9093ac;
        }

            .m-card-profile.m-card-profile--skin-dark .m-card-profile__details .m-card-profile__email:hover:after {
                border-bottom: 1px solid #9093ac;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

.m-messenger .m-messenger__form {
    margin: 0 0 10px 0;
    display: table;
    table-layout: fixed;
}

    .m-messenger .m-messenger__form .m-messenger__form-controls {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        padding: 0;
    }

        .m-messenger .m-messenger__form .m-messenger__form-controls .m-messenger__form-input {
            width: 100%;
            padding: 10px 20px;
            border-radius: 20px;
        }

    .m-messenger .m-messenger__form .m-messenger__form-tools {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 10px;
    }

        .m-messenger .m-messenger__form .m-messenger__form-tools .m-messenger__form-attachment {
            border-radius: 100%;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            /* NEW - Chrome */
            display: flex;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            vertical-align: middle;
            height: 40px;
            width: 40px;
            text-align: center;
            vertical-align: middle;
            line-height: 0;
            cursor: pointer;
        }

            .m-messenger .m-messenger__form .m-messenger__form-tools .m-messenger__form-attachment > i {
                font-size: 1.4rem;
            }

            .m-messenger .m-messenger__form .m-messenger__form-tools .m-messenger__form-attachment:hover {
                text-decoration: none;
            }

.m-messenger .m-messenger__seperator {
    margin: 30px 0;
}

.m-messenger .m-messenger__messages .m-messenger__datetime {
    display: table;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
}

    .m-messenger .m-messenger__messages .m-messenger__datetime:before, .m-messenger .m-messenger__messages .m-messenger__datetime:after {
        content: " ";
        display: table;
    }

    .m-messenger .m-messenger__messages .m-messenger__datetime:after {
        clear: both;
    }

.m-messenger .m-messenger__messages .m-messenger__wrapper:before, .m-messenger .m-messenger__messages .m-messenger__wrapper:after {
    content: " ";
    display: table;
}

.m-messenger .m-messenger__messages .m-messenger__wrapper:after {
    clear: both;
}

.m-messenger .m-messenger__messages .m-messenger__message {
    display: table;
    table-layout: fixed;
}

    .m-messenger .m-messenger__messages .m-messenger__message:before, .m-messenger .m-messenger__messages .m-messenger__message:after {
        content: " ";
        display: table;
    }

    .m-messenger .m-messenger__messages .m-messenger__message:after {
        clear: both;
    }

    .m-messenger .m-messenger__messages .m-messenger__message.m-messenger__message--in {
        float: left;
    }

    .m-messenger .m-messenger__messages .m-messenger__message.m-messenger__message--out {
        float: right;
        padding-left: 54px;
    }

    .m-messenger .m-messenger__messages .m-messenger__message .m-messenger__message-pic {
        display: table-cell;
        vertical-align: top;
        width: 40px;
        padding: 6px 10px 0 0;
    }

        .m-messenger .m-messenger__messages .m-messenger__message .m-messenger__message-pic img {
            max-width: 40px;
            border-radius: 100%;
            margin: 0 !important;
        }

    .m-messenger .m-messenger__messages .m-messenger__message .m-messenger__message-no-pic {
        height: 40px;
        width: 40px;
        display: inline-block;
        text-align: center;
        position: relative;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        vertical-align: middle;
        border-radius: 100%;
    }

        .m-messenger .m-messenger__messages .m-messenger__message .m-messenger__message-no-pic > span {
            line-height: 0;
            font-weight: 600;
            font-size: 1.3rem;
            text-transform: uppercase;
        }

    .m-messenger .m-messenger__messages .m-messenger__message .m-messenger__message-body {
        display: table-cell;
        vertical-align: top;
        padding: 0;
        position: relative;
    }

        .m-messenger .m-messenger__messages .m-messenger__message .m-messenger__message-body .m-messenger__message-content {
            padding: 17px;
            margin-right: 5px;
            border-radius: 10px;
        }

            .m-messenger .m-messenger__messages .m-messenger__message .m-messenger__message-body .m-messenger__message-content .m-messenger__message-username {
                font-size: 0.85rem;
                padding-bottom: 4px;
            }

            .m-messenger .m-messenger__messages .m-messenger__message .m-messenger__message-body .m-messenger__message-content .m-messenger__message-text {
                font-size: 1rem;
            }

            .m-messenger .m-messenger__messages .m-messenger__message .m-messenger__message-body .m-messenger__message-content .m-messenger__message-typing {
                padding-bottom: 4px;
                font-size: 0.85rem;
            }

.m-messenger.m-messenger.m-messenger--message-arrow .m-messenger__message.m-messenger__message--in .m-messenger__message-arrow {
    position: relative;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 40px;
    left: 0 /*rtl:ignore*/;
    margin-left: -9px /*rtl:ignore*/;
    left: 2px;
    right: auto;
    position: absolute;
    margin-left: 0;
    margin-top: 6px;
    /*rtl:raw:
                            display:none;
                        */
}

    .m-messenger.m-messenger.m-messenger--message-arrow .m-messenger__message.m-messenger__message--in .m-messenger__message-arrow:before {
        display: inline-block;
        font-family: "Metronic";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 0px;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        content: "";
    }

    .m-messenger.m-messenger.m-messenger--message-arrow .m-messenger__message.m-messenger__message--in .m-messenger__message-arrow:before {
        position: relative;
        top: 0;
        margin-top: 20px;
        font-size: 40px;
    }

.m-messenger.m-messenger.m-messenger--message-arrow .m-messenger__message.m-messenger__message--in .m-messenger__message-content {
    margin-left: 10px;
}

.m-messenger.m-messenger.m-messenger--message-arrow .m-messenger__message.m-messenger__message--out .m-messenger__message-arrow {
    position: relative;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 40px;
    left: auto /*rtl:ignore*/;
    right: 0 /*rtl:ignore*/;
    margin-left: auto /*rtl:ignore*/;
    margin-right: -9px /*rtl:ignore*/;
    right: 2px;
    left: auto;
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    /*rtl:raw:
                            display:none;
                        */
}

    .m-messenger.m-messenger.m-messenger--message-arrow .m-messenger__message.m-messenger__message--out .m-messenger__message-arrow:before {
        display: inline-block;
        font-family: "Metronic";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 0px;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        content: "";
    }

    .m-messenger.m-messenger.m-messenger--message-arrow .m-messenger__message.m-messenger__message--out .m-messenger__message-arrow:before {
        position: relative;
        top: 0;
        margin-top: 20px;
        font-size: 40px;
    }

.m-messenger.m-messenger.m-messenger--message-arrow .m-messenger__message.m-messenger__message--out .m-messenger__message-content {
    margin-right: 10px;
}

.m-messenger .m-messenger__form .m-messenger__form-input {
    border: 0;
    background: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #575962;
    background-color: #f4f5f8;
}

    .m-messenger .m-messenger__form .m-messenger__form-input::-moz-placeholder {
        color: #6f727d;
        opacity: 1;
    }

    .m-messenger .m-messenger__form .m-messenger__form-input:-ms-input-placeholder {
        color: #6f727d;
    }

    .m-messenger .m-messenger__form .m-messenger__form-input::-webkit-input-placeholder {
        color: #6f727d;
    }

    .m-messenger .m-messenger__form .m-messenger__form-input:focus {
        background-color: #ebedf2;
    }

.m-messenger .m-messenger__form .m-messenger__form-attachment {
    background-color: #f7f8fa;
    color: #cfcedb;
}

    .m-messenger .m-messenger__form .m-messenger__form-attachment:hover {
        background-color: #ebedf2;
        color: #cfcedb;
    }

.m-messenger .m-messenger__seperator {
    border-bottom: 1px solid #f4f5f8;
}

.m-messenger .m-messenger__messages .m-messenger__datetime {
    color: #afb2c1;
    margin: 0 0 20px 0;
}

.m-messenger .m-messenger__messages .m-messenger__message {
    margin: 0 0 20px 0;
}

    .m-messenger .m-messenger__messages .m-messenger__message.m-messenger__message--in .m-messenger__message-content {
        background: #f4f5f8;
    }

        .m-messenger .m-messenger__messages .m-messenger__message.m-messenger__message--in .m-messenger__message-content .m-messenger__message-username {
            color: #6f727d;
        }

        .m-messenger .m-messenger__messages .m-messenger__message.m-messenger__message--in .m-messenger__message-content .m-messenger__message-text {
            color: #575962;
        }

        .m-messenger .m-messenger__messages .m-messenger__message.m-messenger__message--in .m-messenger__message-content .m-messenger__message-typing {
            color: #7b7e8a;
        }

    .m-messenger .m-messenger__messages .m-messenger__message.m-messenger__message--out .m-messenger__message-content {
        background: #716aca;
    }

        .m-messenger .m-messenger__messages .m-messenger__message.m-messenger__message--out .m-messenger__message-content .m-messenger__message-username {
            color: #f0f0f0;
        }

        .m-messenger .m-messenger__messages .m-messenger__message.m-messenger__message--out .m-messenger__message-content .m-messenger__message-text {
            color: #f7f7f7;
        }

        .m-messenger .m-messenger__messages .m-messenger__message.m-messenger__message--out .m-messenger__message-content .m-messenger__message-typing {
            color: #f0f0f0;
        }

.m-messenger.m-messenger.m-messenger--message-arrow .m-messenger__message.m-messenger__message--in .m-messenger__message-arrow {
    color: #f4f5f8;
}

.m-messenger.m-messenger.m-messenger--message-arrow .m-messenger__message.m-messenger__message--out .m-messenger__message-arrow {
    color: #716aca;
}

.m-portlet {
    margin-bottom: 2.2rem;
}

    .m-portlet.m-portlet--bottom-fit {
        margin-bottom: 0;
    }

    .m-portlet .m-portlet__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        padding: 0 2.2rem;
        height: 5.1rem;
        position: relative;
    }

        .m-portlet .m-portlet__head .m-portlet__head-progress {
            position: absolute;
            left: 0;
            right: 0;
        }

        .m-portlet .m-portlet__head .m-portlet__head-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .m-portlet .m-portlet__head .m-portlet__head-caption {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: start;
            align-content: flex-start;
        }

            .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    line-height: 0;
                    padding: 0 13px 0 0;
                }

                    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="la-"],
                    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" la-"] {
                        font-size: 1.6rem;
                    }

                    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="fa-"],
                    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" fa-"] {
                        font-size: 1.4rem;
                    }

                    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="flaticon-"],
                    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" flaticon-"] {
                        font-size: 1.8rem;
                    }

                    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon i {
                        vertical-align: middle;
                        line-height: 0;
                        display: inline-block;
                    }

                .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: 1.3rem;
                    font-weight: 500;
                    font-family: Roboto;
                    margin: 0;
                    padding: 0;
                }

                    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text small {
                        display: inline-block;
                        padding-left: 5px;
                        font-size: 1rem;
                        font-weight: 300;
                        font-family: Roboto;
                    }

                    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text .m-portlet__head-desc {
                        margin-top: 0.4rem;
                        display: block;
                        font-size: 0.85rem;
                        font-weight: 300;
                        font-family: Roboto;
                    }

        .m-portlet .m-portlet__head .m-portlet__head-tools {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-line-pack: end;
            align-content: flex-end;
        }

            .m-portlet .m-portlet__head .m-portlet__head-tools .btn {
                margin-top: 5px;
                margin-bottom: 5px;
            }

            .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                padding: 0;
                margin: 0;
                list-style: none;
            }

                .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    padding: 8px 5px;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item.m-portlet__nav-item--last {
                        padding-right: 0;
                    }

                    .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon {
                        padding: 0 2px;
                    }

                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class^="la-"],
                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class*=" la-"] {
                            font-size: 1.4rem;
                        }

                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class^="fa-"],
                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class*=" fa-"] {
                            font-size: 1.4rem;
                        }

                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class^="flaticon-"],
                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon [class*=" flaticon-"] {
                            font-size: 1.8rem;
                        }

                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class^="la-"],
                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class*=" la-"] {
                            font-size: 1.8rem;
                        }

                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class^="fa-"],
                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class*=" fa-"] {
                            font-size: 1.6rem;
                        }

                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class^="flaticon-"],
                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-lg [class*=" flaticon-"] {
                            font-size: 2rem;
                        }

                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class^="la-"],
                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class*=" la-"] {
                            font-size: 2.2rem;
                        }

                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class^="fa-"],
                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class*=" fa-"] {
                            font-size: 2rem;
                        }

                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class^="flaticon-"],
                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon.m-portlet__nav-link--icon-xl [class*=" flaticon-"] {
                            font-size: 2.4rem;
                        }

                        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
                            display: inline-block;
                        }

                    .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link:hover {
                        text-decoration: none;
                    }

                    .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item:first-child .m-portlet__nav-item {
                        padding-right: 0;
                    }

            .m-portlet .m-portlet__head .m-portlet__head-tools .nav.nav-tabs,
            .m-portlet .m-portlet__head .m-portlet__head-tools .nav.nav-pills {
                margin: 0;
            }

                .m-portlet .m-portlet__head .m-portlet__head-tools .nav.nav-pills.m-nav-pills--align-right {
                    float: right;
                }

        .m-portlet .m-portlet__head.m-portlet__head--fit {
            position: relative;
            z-index: 1;
        }

    .m-portlet .m-portlet__body {
        padding: 2.2rem 2.2rem;
    }

        .m-portlet .m-portlet__body.m-portlet__body--no-padding {
            padding: 0;
        }

        .m-portlet .m-portlet__body.m-portlet__body--no-top-padding {
            padding-top: 0;
        }

        .m-portlet .m-portlet__body.m-portlet__body--no-left-padding {
            padding-left: 0;
        }

        .m-portlet .m-portlet__body.m-portlet__body--no-right-padding {
            padding-right: 0;
        }

    .m-portlet .m-portlet__foot {
        padding: 1.1rem 2.2rem;
    }

        .m-portlet .m-portlet__foot.m-portlet__foot--fit {
            padding: 0 !important;
        }

    .m-portlet .m-portlet__body .m-portlet__body-progress {
        display: none;
    }

    .m-portlet.m-portlet--body-progress .m-portlet__body {
        position: relative;
        -webkit-animation: k-animate-fade-out 0.3s;
        animation: k-animate-fade-out 0.3s;
    }

        .m-portlet.m-portlet--body-progress .m-portlet__body .m-portlet__body-progress {
            background-color: #fff;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 5;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

    .m-portlet.m-portlet--body-progress.m-portlet--body-progress-overlay .m-portlet__body .m-portlet__body-progress {
        background-color: transparent;
    }

    .m-portlet.m-portlet--collapsed .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link > i.la-angle-down:before, .m-portlet.m-portlet--collapse .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link > i.la-angle-down:before {
        content: "\f113";
    }

    .m-portlet.m-portlet--collapsed .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link > i.la-plus:before, .m-portlet.m-portlet--collapse .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link > i.la-plus:before {
        content: "\f28e";
    }

    .m-portlet.m-portlet--collapsed > .m-form,
    .m-portlet.m-portlet--collapsed > .m-portlet__body {
        display: none;
    }

    .m-portlet.m-portlet--fullscreen {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        margin: 0;
    }

        .m-portlet.m-portlet--fullscreen > .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item [data-portlet-tool=toggle] > i {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

        .m-portlet.m-portlet--fullscreen > .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link > i.la-expand:before {
            content: "\f1a4";
        }

        .m-portlet.m-portlet--fullscreen > .m-form,
        .m-portlet.m-portlet--fullscreen > .m-portlet__body {
            left: 0;
            right: 0;
            top: 5.1rem;
            bottom: 0;
            position: fixed;
            overflow: auto;
        }

        .m-portlet.m-portlet--fullscreen > .m-portlet__foot {
            position: relative;
            top: 100%;
        }

        .m-portlet.m-portlet--fullscreen.m-portlet--head-sm > .m-portlet__body {
            top: 4.1rem;
        }

        .m-portlet.m-portlet--fullscreen.m-portlet--head-lg > .m-portlet__body {
            top: 7rem;
        }

    .m-portlet.m-portlet--fit {
        position: relative;
    }

    .m-portlet.m-portlet--widget-fit .m-portlet__head {
        position: relative;
        z-index: 1;
    }

    .m-portlet.m-portlet--bordered-semi .m-portlet__body {
        padding-top: 0.5rem;
    }

    .m-portlet.m-portlet--space {
        padding: 0 2.2rem;
    }

        .m-portlet.m-portlet--space .m-portlet__head {
            padding: 2.2rem 0;
        }

        .m-portlet.m-portlet--space .m-portlet__body {
            padding: 2.2rem 0;
        }

        .m-portlet.m-portlet--space .m-portlet__foot > .m-form__actions {
            padding: 2.2rem 0;
        }

    .m-portlet .m-portlet__padding-x {
        padding: 0 2.2rem;
    }

    .m-portlet.m-portlet--tabs .m-portlet__head {
        padding: 0 2.2rem;
    }

        .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools {
            padding: 0;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
        }

            .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line {
                position: relative;
                margin: 0;
                border-bottom-color: transparent;
                bottom: -1px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                align-items: stretch;
            }

                .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: stretch;
                    -ms-flex-align: stretch;
                    align-items: stretch;
                }

                .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .m-tabs-line.m-tabs-line--2x {
                    bottom: -3px;
                }

    .m-portlet.m-portlet--last {
        margin-bottom: 0;
    }

    .m-portlet.m-portlet--head-sm .m-portlet__head {
        height: 4.1rem;
    }

    .m-portlet.m-portlet--head-sm .m-portlet__foot,
    .m-portlet.m-portlet--head-sm .m-portlet__body {
        padding-top: 1.7rem;
        padding-bottom: 1.7rem;
    }

    .m-portlet.m-portlet--head-lg .m-portlet__head {
        height: 7rem;
    }

    .m-portlet.m-portlet--unair {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .m-portlet.m-portlet--rounded {
        border-radius: 4px;
    }

        .m-portlet.m-portlet--rounded .m-portlet__head {
            -moz-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .m-portlet.m-portlet--rounded .m-portlet__body {
            -moz-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -moz-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .m-portlet.m-portlet--rounded .m-portlet__foot {
            -moz-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -moz-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .m-portlet.m-portlet--rounded-force {
        overflow: hidden;
    }

@media (max-width: 768px) {
    .m-portlet.m-portlet--responsive-mobile .m-portlet__head {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .m-portlet.m-portlet--responsive-mobile .m-portlet__head .m-portlet__head-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .m-portlet.m-portlet--responsive-mobile .m-portlet__head .m-portlet__head-caption {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            padding-top: 0.9rem;
            padding-bottom: 0.9rem;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .m-portlet.m-portlet--responsive-mobile .m-portlet__head .m-portlet__head-tools {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            padding-top: 0;
            padding-bottom: 0.9rem;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
}

@media (max-width: 1024px) {
    .m-portlet.m-portlet--responsive-tablet-and-mobile .m-portlet__head {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .m-portlet.m-portlet--responsive-tablet-and-mobile .m-portlet__head .m-portlet__head-wrapper {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .m-portlet.m-portlet--responsive-tablet-and-mobile .m-portlet__head .m-portlet__head-caption {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            padding-top: 0.9rem;
            padding-bottom: 0.9rem;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .m-portlet.m-portlet--responsive-tablet-and-mobile .m-portlet__head .m-portlet__head-tools {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            padding-top: 0;
            padding-bottom: 0.9rem;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
}

.m-portlet .m-form.m-form--fit > .m-portlet__body {
    padding-left: 0px;
    padding-right: 0px;
}

.m-portlet.m-portlet--sortable .m-portlet__head {
    cursor: move;
}

.m-portlet.m-portlet--sortable-empty {
    visibility: hidden;
    height: 45px;
    min-height: 125px;
}

.m-portlet .m-portlet-fit--sides {
    margin-left: -2.2rem;
    margin-right: -2.2rem;
}

.m-portlet .m-portlet-fit--bottom {
    margin-bottom: -2.2rem;
}

.m-portlet .m-portlet-fit--top {
    margin-top: -7.3rem;
}

.m-portlet.m-portlet--bordered-semi .m-portlet-fit--top {
    margin-top: -5.6rem;
}

.m-portlet .m-portlet__body-separator {
    height: 0;
    overflow: hidden;
    margin: 30px -2.2rem;
}

.m-portlet.m-portlet--creative {
    padding-top: 3.5rem;
    margin-top: 3.5rem;
}

    .m-portlet.m-portlet--creative.m-portlet--first {
        margin-top: 1.375rem;
    }

    .m-portlet.m-portlet--creative .m-portlet__head {
        height: 2.75rem;
    }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="la-"],
            .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" la-"] {
                font-size: 1.3rem;
            }

            .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="fa-"],
            .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" fa-"] {
                font-size: 1.2rem;
            }

            .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class^="flaticon-"],
            .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-icon [class*=" flaticon-"] {
                font-size: 1.4rem;
            }

            .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
                font-size: 1rem;
                font-weight: 400;
                font-family: Poppins;
            }

                .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text .m-portlet__head-desc {
                    font-size: 0.8rem;
                    font-weight: 300;
                }

            .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label {
                position: absolute;
                top: -5.25rem;
                left: 0;
                font-size: 1.2rem;
                font-weight: 500;
                display: table;
                padding: 0 1.75rem;
                height: 3.5rem;
            }

                .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label > span {
                    vertical-align: middle;
                    display: table-cell;
                }

    .m-portlet.m-portlet--creative .m-portlet__body {
        padding-top: 1rem;
    }

.m-portlet.m-portlet--head-overlay {
    overlay: hidden;
}

    .m-portlet.m-portlet--head-overlay .m-portlet__head {
        position: relative;
        border: 0;
        z-index: 2;
    }

    .m-portlet.m-portlet--head-overlay .m-portlet__body {
        position: relative;
        z-index: 1;
        margin-top: -5.1rem;
        padding-top: 0;
    }

.m-portlet.m-portlet--sticky .m-portlet__head {
    position: fixed;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    z-index: 101;
    background: #fff;
}

@media (min-width: 1025px) {
    .m-portlet.m-portlet--full-height {
        height: calc(100% - 2.2rem);
    }

        .m-portlet.m-portlet--full-height .m-portlet__body {
            height: calc(100% - 2.2rem - 2.2rem);
        }

    .m-portlet.m-portlet--half-height {
        height: calc(50% - 2.2rem);
    }
}

body.m-portlet--fullscreen {
    overflow: hidden !important;
}

    body.m-portlet--fullscreen.m-header--fixed .m-header {
        display: none;
    }

    body.m-portlet--fullscreen.m-aside-left--fixed .m-aside-left {
        display: none;
    }

@media (max-width: 1024px) {
    .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text {
        font-size: 1.1rem;
    }

        .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text small {
            font-size: 0.85rem;
        }

        .m-portlet .m-portlet__head .m-portlet__head-caption .m-portlet__head-title .m-portlet__head-text .m-portlet__head-desc {
            font-size: 0.85rem;
        }
}

@media (max-width: 768px) {
    .m-portlet.m-portlet--tabs .m-portlet__head {
        display: block;
        height: auto;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

        .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-caption {
            display: block;
            float: none;
        }

        .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools {
            display: block;
            float: none;
            margin-top: 1rem;
        }

            .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line {
                float: none;
            }

                .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line > .nav-item.m-tabs__item {
                    margin-right: 0.75rem;
                }

                    .m-portlet.m-portlet--tabs .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line > .nav-item.m-tabs__item > .nav-link.m-tabs__link {
                        padding: 0.5rem 0;
                    }

    .m-portlet.m-portlet--tabs.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-tools .nav-tabs.m-tabs-line > .nav-item.m-tabs__item > .nav-link.m-tabs__link {
        padding: 0.5rem 1rem;
    }
}

.m-portlet {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    background-color: #ffffff;
}

    .m-portlet .m-portlet__head {
        border-bottom: 1px solid #ebedf2;
    }

        .m-portlet .m-portlet__head .m-portlet__head-icon {
            color: #b2b1c5;
        }

        .m-portlet .m-portlet__head .m-portlet__head-text {
            color: #575962;
        }

            .m-portlet .m-portlet__head .m-portlet__head-text .m-portlet__head-desc,
            .m-portlet .m-portlet__head .m-portlet__head-text small {
                color: #afb2c1;
            }

        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #afb0c7;
        }

        .m-portlet .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #716aca;
        }

        .m-portlet .m-portlet__head.m-portlet__head-no-border {
            border-bottom: 0;
        }

    .m-portlet .m-portlet__body {
        color: #575962;
    }

    .m-portlet .m-portlet__foot:not(.m-portlet__no-border) {
        border-top: 1px solid #ebedf2;
    }

        .m-portlet .m-portlet__foot:not(.m-portlet__no-border).m-portlet__foot--top {
            border-top: 0;
            border-bottom: 1px solid #ebedf2;
        }

        .m-portlet .m-portlet__foot:not(.m-portlet__no-border).m-portlet__foot-no-border {
            border: 0;
        }

    .m-portlet.m-portlet--bordered {
        border: 1px solid #ebedf2;
    }

    .m-portlet.m-portlet--bordered-semi .m-portlet__head {
        border: 0;
    }

    .m-portlet.ui-sortable-helper {
        border: 1px dashed #ebedf2;
    }

    .m-portlet .m-portlet__body-separator {
        border-bottom: 1px solid #f4f5f8;
    }

    .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label {
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.25);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.25);
    }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--brand {
            background: #716aca;
            color: #ffffff;
        }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--metal {
            background: #c4c5d6;
            color: #ffffff;
        }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--light {
            background: #ffffff;
            color: #282a3c;
        }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--accent {
            background: #00c5dc;
            color: #ffffff;
        }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--focus {
            background: #9816f4;
            color: #ffffff;
        }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--primary {
            background: #5867dd;
            color: #ffffff;
        }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--success {
            background: #34bfa3;
            color: #ffffff;
        }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--info {
            background: #36a3f7;
            color: #ffffff;
        }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--warning {
            background: #ffb822;
            color: #111111;
        }

        .m-portlet.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--danger {
            background: #f4516c;
            color: #ffffff;
        }

    .m-portlet.m-portlet--ngviewer .m-portlet__code {
        border-bottom: 1px solid #f4f5f8;
    }

    .m-portlet.m-portlet--skin-dark {
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.55);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.55);
        background-color: #2c2e3e;
    }

        .m-portlet.m-portlet--skin-dark .m-portlet__head {
            border-bottom: 1px solid #a1a4b1;
        }

            .m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-icon {
                color: white;
            }

            .m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-text {
                color: #ffffff;
            }

                .m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-text .m-portlet__head-desc,
                .m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-text small {
                    color: #c9c9e0;
                }

            .m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
                color: rgba(255, 255, 255, 0.6);
            }

            .m-portlet.m-portlet--skin-dark .m-portlet__head .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
                color: #fff;
            }

            .m-portlet.m-portlet--skin-dark .m-portlet__head.m-portlet__head-no-border {
                border-bottom: 0;
            }

        .m-portlet.m-portlet--skin-dark .m-portlet__body {
            color: #ffffff;
        }

        .m-portlet.m-portlet--skin-dark .m-portlet__foot:not(.m-portlet__no-border) {
            border-top: 1px solid #a1a4b1;
        }

            .m-portlet.m-portlet--skin-dark .m-portlet__foot:not(.m-portlet__no-border).m-portlet__foot--top {
                border-top: 0;
                border-bottom: 1px solid #a1a4b1;
            }

            .m-portlet.m-portlet--skin-dark .m-portlet__foot:not(.m-portlet__no-border).m-portlet__foot-no-border {
                border: 0;
            }

        .m-portlet.m-portlet--skin-dark.m-portlet--bordered {
            border: 1px solid #a1a4b1;
        }

        .m-portlet.m-portlet--skin-dark.m-portlet--bordered-semi .m-portlet__head {
            border: 0;
        }

        .m-portlet.m-portlet--skin-dark.ui-sortable-helper {
            border: 1px dashed #a1a4b1;
        }

        .m-portlet.m-portlet--skin-dark .m-portlet__body-separator {
            border-bottom: 1px solid #999caa;
        }

        .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label {
            -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
            box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
        }

            .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--brand {
                background: #716aca;
                color: #ffffff;
            }

            .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--metal {
                background: #c4c5d6;
                color: #ffffff;
            }

            .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--light {
                background: #ffffff;
                color: #282a3c;
            }

            .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--accent {
                background: #00c5dc;
                color: #ffffff;
            }

            .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--focus {
                background: #9816f4;
                color: #ffffff;
            }

            .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--primary {
                background: #5867dd;
                color: #ffffff;
            }

            .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--success {
                background: #34bfa3;
                color: #ffffff;
            }

            .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--info {
                background: #36a3f7;
                color: #ffffff;
            }

            .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--warning {
                background: #ffb822;
                color: #111111;
            }

            .m-portlet.m-portlet--skin-dark.m-portlet--creative .m-portlet__head .m-portlet__head-caption .m-portlet__head-label.m-portlet__head-label--danger {
                background: #f4516c;
                color: #ffffff;
            }

        .m-portlet.m-portlet--skin-dark.m-portlet--ngviewer .m-portlet__code {
            border-bottom: 1px solid #999caa;
        }

    .m-portlet.m-portlet--brand.m-portlet--head-solid-bg {
        background: #716aca;
        border-color: #716aca;
    }

        .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head {
            background-color: #716aca;
            border-color: #716aca;
        }

            .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
                color: #f7f7f7;
            }

            .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
                color: #ffffff;
            }

                .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
                    color: #f0f0f0;
                }

        .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #f7f7f7;
        }

        .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #ffffff;
        }

        .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.1);
        }

        .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
            bottom: 0;
            border: 0;
        }

            .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                margin: 0 1px 0 0;
            }

                .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
                    margin-right: 0;
                }

            .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                padding-left: 20px;
                padding-right: 20px;
                color: #ffffff;
                border: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

                .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link > i {
                    color: #f0f0f0;
                }

                .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
                    border-bottom: 0;
                }

                .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link,
                .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover,
                .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: none;
                    color: #ffffff;
                    border: 0;
                    background: rgba(255, 255, 255, 0.08);
                }

                    .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link > i,
                    .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover > i,
                    .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active > i {
                        color: white;
                    }

        .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__body {
            background: white;
        }

        .m-portlet.m-portlet--brand.m-portlet--head-solid-bg .m-portlet__foot {
            background: white;
        }

    .m-portlet.m-portlet--border-bottom-brand {
        border-bottom: 3px solid #716aca;
    }

    .m-portlet.m-portlet--metal.m-portlet--head-solid-bg {
        background: #c4c5d6;
        border-color: #c4c5d6;
    }

        .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head {
            background-color: #c4c5d6;
            border-color: #c4c5d6;
        }

            .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
                color: #f7f7f7;
            }

            .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
                color: #ffffff;
            }

                .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
                    color: #f0f0f0;
                }

        .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #f7f7f7;
        }

        .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #ffffff;
        }

        .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.1);
        }

        .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
            bottom: 0;
            border: 0;
        }

            .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                margin: 0 1px 0 0;
            }

                .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
                    margin-right: 0;
                }

            .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                padding-left: 20px;
                padding-right: 20px;
                color: #ffffff;
                border: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

                .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link > i {
                    color: #f0f0f0;
                }

                .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
                    border-bottom: 0;
                }

                .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link,
                .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover,
                .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: none;
                    color: #ffffff;
                    border: 0;
                    background: rgba(255, 255, 255, 0.08);
                }

                    .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link > i,
                    .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover > i,
                    .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active > i {
                        color: white;
                    }

        .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__body {
            background: white;
        }

        .m-portlet.m-portlet--metal.m-portlet--head-solid-bg .m-portlet__foot {
            background: white;
        }

    .m-portlet.m-portlet--border-bottom-metal {
        border-bottom: 3px solid #c4c5d6;
    }

    .m-portlet.m-portlet--light.m-portlet--head-solid-bg {
        background: #ffffff;
        border-color: #ffffff;
    }

        .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head {
            background-color: #ffffff;
            border-color: #ffffff;
        }

            .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
                color: #222433;
            }

            .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
                color: #282a3c;
            }

                .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
                    color: #1c1d2a;
                }

        .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #222433;
        }

        .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #282a3c;
        }

        .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.1);
        }

        .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
            bottom: 0;
            border: 0;
        }

            .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                margin: 0 1px 0 0;
            }

                .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
                    margin-right: 0;
                }

            .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                padding-left: 20px;
                padding-right: 20px;
                color: #282a3c;
                border: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

                .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link > i {
                    color: #1c1d2a;
                }

                .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
                    border-bottom: 0;
                }

                .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link,
                .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover,
                .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: none;
                    color: #282a3c;
                    border: 0;
                    background: rgba(40, 42, 60, 0.08);
                }

                    .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link > i,
                    .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover > i,
                    .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active > i {
                        color: #32354b;
                    }

        .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__body {
            background: white;
        }

        .m-portlet.m-portlet--light.m-portlet--head-solid-bg .m-portlet__foot {
            background: white;
        }

    .m-portlet.m-portlet--border-bottom-light {
        border-bottom: 3px solid #ffffff;
    }

    .m-portlet.m-portlet--accent.m-portlet--head-solid-bg {
        background: #00c5dc;
        border-color: #00c5dc;
    }

        .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head {
            background-color: #00c5dc;
            border-color: #00c5dc;
        }

            .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
                color: #f7f7f7;
            }

            .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
                color: #ffffff;
            }

                .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
                    color: #f0f0f0;
                }

        .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #f7f7f7;
        }

        .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #ffffff;
        }

        .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.1);
        }

        .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
            bottom: 0;
            border: 0;
        }

            .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                margin: 0 1px 0 0;
            }

                .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
                    margin-right: 0;
                }

            .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                padding-left: 20px;
                padding-right: 20px;
                color: #ffffff;
                border: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

                .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link > i {
                    color: #f0f0f0;
                }

                .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
                    border-bottom: 0;
                }

                .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link,
                .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover,
                .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: none;
                    color: #ffffff;
                    border: 0;
                    background: rgba(255, 255, 255, 0.08);
                }

                    .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link > i,
                    .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover > i,
                    .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active > i {
                        color: white;
                    }

        .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__body {
            background: white;
        }

        .m-portlet.m-portlet--accent.m-portlet--head-solid-bg .m-portlet__foot {
            background: white;
        }

    .m-portlet.m-portlet--border-bottom-accent {
        border-bottom: 3px solid #00c5dc;
    }

    .m-portlet.m-portlet--focus.m-portlet--head-solid-bg {
        background: #9816f4;
        border-color: #9816f4;
    }

        .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head {
            background-color: #9816f4;
            border-color: #9816f4;
        }

            .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
                color: #f7f7f7;
            }

            .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
                color: #ffffff;
            }

                .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
                    color: #f0f0f0;
                }

        .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #f7f7f7;
        }

        .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #ffffff;
        }

        .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.1);
        }

        .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
            bottom: 0;
            border: 0;
        }

            .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                margin: 0 1px 0 0;
            }

                .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
                    margin-right: 0;
                }

            .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                padding-left: 20px;
                padding-right: 20px;
                color: #ffffff;
                border: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

                .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link > i {
                    color: #f0f0f0;
                }

                .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
                    border-bottom: 0;
                }

                .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link,
                .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover,
                .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: none;
                    color: #ffffff;
                    border: 0;
                    background: rgba(255, 255, 255, 0.08);
                }

                    .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link > i,
                    .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover > i,
                    .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active > i {
                        color: white;
                    }

        .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__body {
            background: white;
        }

        .m-portlet.m-portlet--focus.m-portlet--head-solid-bg .m-portlet__foot {
            background: white;
        }

    .m-portlet.m-portlet--border-bottom-focus {
        border-bottom: 3px solid #9816f4;
    }

    .m-portlet.m-portlet--primary.m-portlet--head-solid-bg {
        background: #5867dd;
        border-color: #5867dd;
    }

        .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head {
            background-color: #5867dd;
            border-color: #5867dd;
        }

            .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
                color: #f7f7f7;
            }

            .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
                color: #ffffff;
            }

                .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
                    color: #f0f0f0;
                }

        .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #f7f7f7;
        }

        .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #ffffff;
        }

        .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.1);
        }

        .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
            bottom: 0;
            border: 0;
        }

            .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                margin: 0 1px 0 0;
            }

                .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
                    margin-right: 0;
                }

            .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                padding-left: 20px;
                padding-right: 20px;
                color: #ffffff;
                border: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

                .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link > i {
                    color: #f0f0f0;
                }

                .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
                    border-bottom: 0;
                }

                .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link,
                .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover,
                .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: none;
                    color: #ffffff;
                    border: 0;
                    background: rgba(255, 255, 255, 0.08);
                }

                    .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link > i,
                    .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover > i,
                    .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active > i {
                        color: white;
                    }

        .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__body {
            background: white;
        }

        .m-portlet.m-portlet--primary.m-portlet--head-solid-bg .m-portlet__foot {
            background: white;
        }

    .m-portlet.m-portlet--border-bottom-primary {
        border-bottom: 3px solid #5867dd;
    }

    .m-portlet.m-portlet--success.m-portlet--head-solid-bg {
        background: #34bfa3;
        border-color: #34bfa3;
    }

        .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head {
            background-color: #34bfa3;
            border-color: #34bfa3;
        }

            .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
                color: #f7f7f7;
            }

            .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
                color: #ffffff;
            }

                .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
                    color: #f0f0f0;
                }

        .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #f7f7f7;
        }

        .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #ffffff;
        }

        .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.1);
        }

        .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
            bottom: 0;
            border: 0;
        }

            .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                margin: 0 1px 0 0;
            }

                .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
                    margin-right: 0;
                }

            .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                padding-left: 20px;
                padding-right: 20px;
                color: #ffffff;
                border: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

                .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link > i {
                    color: #f0f0f0;
                }

                .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
                    border-bottom: 0;
                }

                .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link,
                .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover,
                .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: none;
                    color: #ffffff;
                    border: 0;
                    background: rgba(255, 255, 255, 0.08);
                }

                    .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link > i,
                    .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover > i,
                    .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active > i {
                        color: white;
                    }

        .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__body {
            background: white;
        }

        .m-portlet.m-portlet--success.m-portlet--head-solid-bg .m-portlet__foot {
            background: white;
        }

    .m-portlet.m-portlet--border-bottom-success {
        border-bottom: 3px solid #34bfa3;
    }

    .m-portlet.m-portlet--info.m-portlet--head-solid-bg {
        background: #36a3f7;
        border-color: #36a3f7;
    }

        .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head {
            background-color: #36a3f7;
            border-color: #36a3f7;
        }

            .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
                color: #f7f7f7;
            }

            .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
                color: #ffffff;
            }

                .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
                    color: #f0f0f0;
                }

        .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #f7f7f7;
        }

        .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #ffffff;
        }

        .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.1);
        }

        .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
            bottom: 0;
            border: 0;
        }

            .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                margin: 0 1px 0 0;
            }

                .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
                    margin-right: 0;
                }

            .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                padding-left: 20px;
                padding-right: 20px;
                color: #ffffff;
                border: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

                .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link > i {
                    color: #f0f0f0;
                }

                .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
                    border-bottom: 0;
                }

                .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link,
                .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover,
                .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: none;
                    color: #ffffff;
                    border: 0;
                    background: rgba(255, 255, 255, 0.08);
                }

                    .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link > i,
                    .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover > i,
                    .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active > i {
                        color: white;
                    }

        .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__body {
            background: white;
        }

        .m-portlet.m-portlet--info.m-portlet--head-solid-bg .m-portlet__foot {
            background: white;
        }

    .m-portlet.m-portlet--border-bottom-info {
        border-bottom: 3px solid #36a3f7;
    }

    .m-portlet.m-portlet--warning.m-portlet--head-solid-bg {
        background: #ffb822;
        border-color: #ffb822;
    }

        .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head {
            background-color: #ffb822;
            border-color: #ffb822;
        }

            .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
                color: #090909;
            }

            .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
                color: #111111;
            }

                .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
                    color: #020202;
                }

        .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #090909;
        }

        .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #111111;
        }

        .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.1);
        }

        .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
            bottom: 0;
            border: 0;
        }

            .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                margin: 0 1px 0 0;
            }

                .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
                    margin-right: 0;
                }

            .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                padding-left: 20px;
                padding-right: 20px;
                color: #111111;
                border: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

                .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link > i {
                    color: #020202;
                }

                .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
                    border-bottom: 0;
                }

                .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link,
                .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover,
                .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: none;
                    color: #111111;
                    border: 0;
                    background: rgba(17, 17, 17, 0.08);
                }

                    .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link > i,
                    .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover > i,
                    .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active > i {
                        color: #1e1e1e;
                    }

        .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__body {
            background: white;
        }

        .m-portlet.m-portlet--warning.m-portlet--head-solid-bg .m-portlet__foot {
            background: white;
        }

    .m-portlet.m-portlet--border-bottom-warning {
        border-bottom: 3px solid #ffb822;
    }

    .m-portlet.m-portlet--danger.m-portlet--head-solid-bg {
        background: #f4516c;
        border-color: #f4516c;
    }

        .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head {
            background-color: #f4516c;
            border-color: #f4516c;
        }

            .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-icon {
                color: #f7f7f7;
            }

            .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text {
                color: #ffffff;
            }

                .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head .m-portlet__head-text small {
                    color: #f0f0f0;
                }

        .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon i {
            color: #f7f7f7;
        }

        .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-portlet__nav .m-portlet__nav-item .m-portlet__nav-link.m-portlet__nav-link--icon:hover i {
            color: #ffffff;
        }

        .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .btn-outline-light {
            border-color: rgba(255, 255, 255, 0.1);
        }

        .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line {
            bottom: 0;
            border: 0;
        }

            .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item {
                margin: 0 1px 0 0;
            }

                .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item:last-child {
                    margin-right: 0;
                }

            .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link {
                padding-left: 20px;
                padding-right: 20px;
                color: #ffffff;
                border: 0;
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

                .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link > i {
                    color: #f0f0f0;
                }

                .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover {
                    border-bottom: 0;
                }

                .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link,
                .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover,
                .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active {
                    padding-left: 20px;
                    padding-right: 20px;
                    border-radius: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    background: none;
                    color: #ffffff;
                    border: 0;
                    background: rgba(255, 255, 255, 0.08);
                }

                    .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__item.show .m-tabs__link > i,
                    .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link:hover > i,
                    .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__head-tools .m-tabs-line .m-tabs__link.active > i {
                        color: white;
                    }

        .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__body {
            background: white;
        }

        .m-portlet.m-portlet--danger.m-portlet--head-solid-bg .m-portlet__foot {
            background: white;
        }

    .m-portlet.m-portlet--border-bottom-danger {
        border-bottom: 3px solid #f4516c;
    }

.m-timeline-1 {
    position: relative;
}

    .m-timeline-1.m-timeline-1--fixed {
        width: 80%;
        margin: 0 auto 0 auto;
    }

    .m-timeline-1:after {
        content: '';
        position: absolute;
        width: 0.4rem;
        top: 0;
        bottom: 3rem;
        left: 50%;
        margin-left: -0.142rem;
    }

    .m-timeline-1 .m-timeline-1__items {
        padding-bottom: 6rem;
        position: relative;
    }

        .m-timeline-1 .m-timeline-1__items .m-timeline-1__marker {
            width: 1.43rem;
            height: 0.37rem;
            border-radius: 0.36rem;
            position: absolute;
            left: 50%;
            -webkit-transform: translate(-46%, 0);
            transform: translate(-46%, 0);
        }

        .m-timeline-1 .m-timeline-1__items .m-timeline-1__item {
            position: relative;
            margin-left: 0;
            width: 50%;
            min-height: 3rem;
        }

            .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-circle {
                background: white;
                width: 1.43rem;
                height: 1.43rem;
                border-radius: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                z-index: 1;
                position: absolute;
            }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-circle > div {
                    border-radius: 50%;
                    width: 0.4rem;
                    height: 0.4rem;
                }

            .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-time {
                position: absolute;
                display: inline-block;
                margin-top: -2.14rem;
                font-weight: 600;
            }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-time > span {
                    padding-left: 5px;
                }

            .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content {
                position: relative;
                border-radius: 1.07rem;
                padding: 2.14rem;
            }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-title {
                    font-size: 1.1rem;
                    font-weight: 500;
                }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-title + .m-timeline-1__item-body {
                        margin-top: 1.5rem;
                    }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-actions {
                    margin-top: 1.5rem;
                }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .media > img {
                    width: 10rem;
                    height: 8.6rem;
                    border-radius: 0.71rem;
                }

            .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left {
                left: 0;
                padding-right: 2.85rem;
            }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-circle {
                    right: 0;
                    -webkit-transform: translate(54%, 0);
                    transform: translate(54%, 0);
                    top: 1.57rem;
                }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-arrow {
                    position: relative;
                    line-height: 0;
                    display: inline-block;
                    overflow: hidden;
                    width: 10px;
                    height: 40px;
                    left: auto /*rtl:ignore*/;
                    right: 0 /*rtl:ignore*/;
                    margin-left: auto /*rtl:ignore*/;
                    margin-right: -9px /*rtl:ignore*/;
                    right: 2.85rem;
                    top: 0.86rem;
                    position: absolute;
                    color: #F7F8FC;
                }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-arrow:before {
                        display: inline-block;
                        font-family: "Metronic";
                        font-style: normal;
                        font-weight: normal;
                        font-variant: normal;
                        line-height: 0px;
                        text-decoration: inherit;
                        text-rendering: optimizeLegibility;
                        text-transform: none;
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-font-smoothing: antialiased;
                        font-smoothing: antialiased;
                        content: "";
                    }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-arrow:before {
                        position: relative;
                        top: 0;
                        margin-top: 20px;
                        font-size: 40px;
                    }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-time {
                    right: 3.8rem;
                }

            .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right {
                left: 50%;
                padding-left: 2.86rem;
                top: -3.5rem;
            }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right .m-timeline-1__item-circle {
                    top: 1.55rem;
                    left: 0;
                    -webkit-transform: translate(-46%, 0);
                    transform: translate(-46%, 0);
                }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right .m-timeline-1__item-arrow {
                    position: relative;
                    line-height: 0;
                    display: inline-block;
                    overflow: hidden;
                    width: 10px;
                    height: 40px;
                    left: 0 /*rtl:ignore*/;
                    margin-left: -9px /*rtl:ignore*/;
                    -webkit-transform: translate(10%, 0);
                    transform: translate(10%, 0);
                    left: 2.86rem;
                    top: 0.86rem;
                    position: absolute;
                }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right .m-timeline-1__item-arrow:before {
                        display: inline-block;
                        font-family: "Metronic";
                        font-style: normal;
                        font-weight: normal;
                        font-variant: normal;
                        line-height: 0px;
                        text-decoration: inherit;
                        text-rendering: optimizeLegibility;
                        text-transform: none;
                        -moz-osx-font-smoothing: grayscale;
                        -webkit-font-smoothing: antialiased;
                        font-smoothing: antialiased;
                        content: "";
                    }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right .m-timeline-1__item-arrow:before {
                        position: relative;
                        top: 0;
                        margin-top: 20px;
                        font-size: 40px;
                    }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right .m-timeline-1__item-time {
                    left: 3.57rem;
                }

            .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--first {
                top: 3.5rem;
            }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--first + .m-timeline-1__item--right {
                    top: -1rem;
                }

@media (max-width: 1200px) {
    .m-timeline-1 {
        width: 96% !important;
    }

        .m-timeline-1:after {
            left: 0.357rem;
            bottom: 0;
        }

        .m-timeline-1 .m-timeline-1__items {
            margin-bottom: 2rem;
            padding: 0 0 2rem 0;
        }

            .m-timeline-1 .m-timeline-1__items .m-timeline-1__marker {
                left: 0;
                -webkit-transform: translate(-18%, 0);
                transform: translate(-18%, 0);
            }

            .m-timeline-1 .m-timeline-1__items .m-timeline-1__item {
                width: 100%;
                top: 0 !important;
                margin-top: 5rem !important;
            }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-time {
                    position: absolute;
                    display: inline-block;
                    margin-top: -2.14rem;
                }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left {
                    padding-left: 2.86rem;
                    padding-right: 0;
                }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-circle {
                        left: -0.5rem;
                        -webkit-transform: translate(15%, 0);
                        transform: translate(15%, 0);
                        top: 1.65rem;
                    }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-arrow {
                        position: relative;
                        line-height: 0;
                        display: inline-block;
                        overflow: hidden;
                        width: 10px;
                        height: 40px;
                        left: 0 /*rtl:ignore*/;
                        margin-left: -9px /*rtl:ignore*/;
                        left: 2.93rem;
                        position: absolute;
                        top: 0.86rem;
                        -webkit-transform: translate(-2%, 0);
                        transform: translate(-2%, 0);
                    }

                        .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-arrow:before {
                            display: inline-block;
                            font-family: "Metronic";
                            font-style: normal;
                            font-weight: normal;
                            font-variant: normal;
                            line-height: 0px;
                            text-decoration: inherit;
                            text-rendering: optimizeLegibility;
                            text-transform: none;
                            -moz-osx-font-smoothing: grayscale;
                            -webkit-font-smoothing: antialiased;
                            font-smoothing: antialiased;
                            content: "";
                        }

                        .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-arrow:before {
                            position: relative;
                            top: 0;
                            margin-top: 20px;
                            font-size: 40px;
                        }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--left .m-timeline-1__item-time {
                        right: 100%;
                        left: 3.57rem;
                    }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right {
                    left: 0;
                    padding-left: 2.86rem;
                    padding-right: 0;
                }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right .m-timeline-1__item-circle {
                        left: -0.5rem;
                        top: 1.65rem;
                        -webkit-transform: translate(13%, 0);
                        transform: translate(13%, 0);
                    }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right .m-timeline-1__item-arrow {
                        position: absolute;
                        left: 2.92rem;
                        top: 0.86rem;
                        -webkit-transform: translate(-1%, 0);
                        transform: translate(-1%, 0);
                    }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--right .m-timeline-1__item-time {
                        left: 3.93rem;
                    }

                .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--first {
                    top: 4rem !important;
                    margin-top: 0 !important;
                }

                    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item.m-timeline-1__item--first + .m-timeline-1__item--right {
                        margin-top: 8rem !important;
                    }
}

.m-timeline-1::after {
    background-color: #E6EAF5;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__marker {
    background-color: #E6EAF5;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-arrow {
    color: #F7F8FC;
}

.m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content {
    background-color: #F7F8FC;
}

    .m-timeline-1 .m-timeline-1__items .m-timeline-1__item .m-timeline-1__item-content .m-timeline-1__item-desc {
        color: #6f727d;
    }

.m-timeline-2:before {
    content: '';
    position: absolute;
    left: 4.89rem;
    width: 0.214rem;
    height: 100%;
}

.m-timeline-2 .m-timeline-2__items .m-timeline-2__item {
    display: table;
    position: relative;
}

    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-time {
        display: table-cell;
        font-size: 1.3rem;
        font-weight: 500;
        vertical-align: top;
        position: absolute;
        padding-top: 0.18rem;
    }

    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle {
        border-radius: 50%;
        border: 0.89rem solid white;
        z-index: 1;
        top: 0.2rem;
        left: 4.1rem;
        position: relative;
    }

        .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-cricle > i {
            font-size: 1.78rem;
            top: -0.93rem;
            left: -0.57rem;
            position: absolute;
        }

    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
        display: table-cell;
        vertical-align: top;
        font-size: 1rem;
        font-weight: 400;
        padding-bottom: 0.3rem;
        padding-left: 5rem;
    }

        .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text.m-timeline-2__item-text--bold {
            font-size: 1.2rem;
            font-weight: 500;
            padding-top: 0.21rem;
        }

        .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text > span {
            font-weight: 600;
        }

    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-list-pics {
        display: table-cell;
        vertical-align: top;
    }

.m-timeline-2:before {
    background-color: #E7E9F5;
}

.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-time {
    color: #898b96;
}

.m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text {
    color: #7b7e8a;
}

    .m-timeline-2 .m-timeline-2__items .m-timeline-2__item .m-timeline-2__item-text.m-timeline-2__item-text--bold {
        color: #6f727d;
    }

.m-timeline-3 .m-timeline-3__item {
    disply: table;
    margin-bottom: 1rem;
    position: relative;
}

    .m-timeline-3 .m-timeline-3__item:before {
        position: absolute;
        display: block;
        width: 0.28rem;
        border-radius: 0.3rem;
        height: 70%;
        left: 5.1rem;
        top: 0.46rem;
        content: "";
    }

    .m-timeline-3 .m-timeline-3__item .m-timeline-3__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;
    }

    .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        font-size: 1rem;
        padding-left: 7rem;
    }

        .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc .m-timeline-3__item-text {
            font-size: 1rem;
            font-weight: 400;
        }

        .m-timeline-3 .m-timeline-3__item .m-timeline-3__item-desc .m-timeline-3__item-user-name .m-timeline-3__item-link {
            font-size: 0.85rem;
            text-decoration: none;
        }

@media (max-width: 768px) {
    .m-timeline-3 .m-timeline-3__item {
        margin-left: 0;
    }
}

.m-timeline-3__item .m-timeline-3__item-time {
    color: #898b96;
}

.m-timeline-3__item .m-timeline-3__item-desc .m-timeline-3__item-text {
    color: #7b7e8a;
}

.m-timeline-3__item.m-timeline-3__item--brand:before {
    background: #716aca;
}

.m-timeline-3__item.m-timeline-3__item--metal:before {
    background: #c4c5d6;
}

.m-timeline-3__item.m-timeline-3__item--light:before {
    background: #ffffff;
}

.m-timeline-3__item.m-timeline-3__item--accent:before {
    background: #00c5dc;
}

.m-timeline-3__item.m-timeline-3__item--focus:before {
    background: #9816f4;
}

.m-timeline-3__item.m-timeline-3__item--primary:before {
    background: #5867dd;
}

.m-timeline-3__item.m-timeline-3__item--success:before {
    background: #34bfa3;
}

.m-timeline-3__item.m-timeline-3__item--info:before {
    background: #36a3f7;
}

.m-timeline-3__item.m-timeline-3__item--warning:before {
    background: #ffb822;
}

.m-timeline-3__item.m-timeline-3__item--danger:before {
    background: #f4516c;
}

.m-widget1 {
    padding: 2.2rem;
}

    .m-widget1.m-widget1--paddingless {
        padding: 0;
    }

    .m-widget1 .m-widget1__item {
        padding: 1.1rem 0;
    }

        .m-widget1 .m-widget1__item .m-widget1__title {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 0;
        }

        .m-widget1 .m-widget1__item .m-widget1__desc {
            display: inline-block;
            margin-top: 0.21rem;
            font-size: 1rem;
            font-weight: 300;
        }

        .m-widget1 .m-widget1__item .m-widget1__number {
            font-size: 1.5rem;
            font-weight: 600;
        }

        .m-widget1 .m-widget1__item:first-child {
            padding-top: 0.8rem;
        }

        .m-widget1 .m-widget1__item:last-child {
            padding-bottom: 0.8rem;
        }

.m-widget1__item {
    border-bottom: 0.07rem dashed #ebedf2;
}

    .m-widget1__item .m-widget1__title {
        color: #3f4047;
    }

    .m-widget1__item .m-widget1__desc {
        color: #9699a2;
    }

    .m-widget1__item .m-widget1__number {
        color: #6f727d;
    }

    .m-widget1__item:last-child {
        border-bottom: 0;
    }

.m-widget2 .m-widget2__item {
    disply: table;
    margin-bottom: 1.4rem;
    position: relative;
}

    .m-widget2 .m-widget2__item:before {
        position: absolute;
        display: block;
        width: 0.3rem;
        border-radius: 4px;
        width: 4px;
        border-radius: 4px;
        height: 100%;
        left: 0.8rem;
        content: "";
    }

    .m-widget2 .m-widget2__item .m-widget2__checkbox {
        display: table-cell;
        vertical-align: middle;
        padding-left: 2.2rem;
        padding-top: 1rem;
        vertical-align: top;
    }

    .m-widget2 .m-widget2__item .m-widget2__desc {
        display: table-cell;
        width: 100%;
        vertical-align: top;
        padding-left: 0.3rem;
        padding-top: 0.23rem;
        font-size: 1rem;
    }

        .m-widget2 .m-widget2__item .m-widget2__desc .m-widget2__text {
            font-size: 1rem;
            font-weight: 400;
        }

        .m-widget2 .m-widget2__item .m-widget2__desc .m-widget2__user-name .m-widget2__link {
            font-size: 0.85rem;
        }

            .m-widget2 .m-widget2__item .m-widget2__desc .m-widget2__user-name .m-widget2__link:hover {
                text-decoration: none;
            }

    .m-widget2 .m-widget2__item .m-widget2__actions {
        display: table-cell;
        vertical-align: top;
        padding-left: 0.8rem;
        padding-top: 0.8rem;
    }

        .m-widget2 .m-widget2__item .m-widget2__actions .m-widget2__actions-nav {
            visibility: hidden;
        }

            .m-widget2 .m-widget2__item .m-widget2__actions .m-widget2__actions-nav .m-dropdown__toggle {
                text-decoration: none;
                font-size: 1.5rem;
            }

    .m-widget2 .m-widget2__item:hover .m-widget2__actions .m-widget2__actions-nav {
        visibility: visible;
    }

    .m-widget2 .m-widget2__item:hover {
        cursor: pointer;
    }

        .m-widget2 .m-widget2__item:hover .m-widget2__actions-nav {
            visibility: hidden;
        }

        .m-widget2 .m-widget2__item:hover .m-widget2__actions .m-widget2__actions-nav {
            visibility: visible;
        }

.m-widget2__item .m-widget2__desc .m-widget2__text {
    color: #575962;
}

.m-widget2__item .m-widget2__desc .m-widget2__user-name .m-widget2__link {
    color: #575962;
}

.m-widget2__item.m-widget2__item--brand:before {
    background: #716aca;
}

.m-widget2__item.m-widget2__item--metal:before {
    background: #c4c5d6;
}

.m-widget2__item.m-widget2__item--light:before {
    background: #ffffff;
}

.m-widget2__item.m-widget2__item--accent:before {
    background: #00c5dc;
}

.m-widget2__item.m-widget2__item--focus:before {
    background: #9816f4;
}

.m-widget2__item.m-widget2__item--primary:before {
    background: #5867dd;
}

.m-widget2__item.m-widget2__item--success:before {
    background: #34bfa3;
}

.m-widget2__item.m-widget2__item--info:before {
    background: #36a3f7;
}

.m-widget2__item.m-widget2__item--warning:before {
    background: #ffb822;
}

.m-widget2__item.m-widget2__item--danger:before {
    background: #f4516c;
}

.m-widget3 .m-widget3__item {
    margin-bottom: 0.8rem;
}

    .m-widget3 .m-widget3__item .m-widget3__header {
        display: table;
    }

        .m-widget3 .m-widget3__item .m-widget3__header .m-widget3__user-img {
            margin-bottom: 0.7rem;
        }

            .m-widget3 .m-widget3__item .m-widget3__header .m-widget3__user-img .m-widget3__img {
                width: 3.2rem;
                border-radius: 50%;
            }

        .m-widget3 .m-widget3__item .m-widget3__header .m-widget3__info {
            display: table-cell;
            width: 100%;
            padding-left: 1rem;
            padding-top: -0.57rem;
            font-size: 1rem;
            vertical-align: middle;
        }

            .m-widget3 .m-widget3__item .m-widget3__header .m-widget3__info .m-widget3__username {
                font-size: 1rem;
                font-weight: 500;
            }

            .m-widget3 .m-widget3__item .m-widget3__header .m-widget3__info .m-widget3__time {
                font-size: 0.85rem;
            }

        .m-widget3 .m-widget3__item .m-widget3__header .m-widget3__status {
            display: table-cell;
            float: right;
            padding-top: 1.07rem;
            font-size: 1rem;
            font-weight: 500;
        }

    .m-widget3 .m-widget3__item .m-widget3__body .m-widget3__text {
        font-size: 1rem;
    }

.m-widget3 .m-widget3__item {
    border-bottom: 0.07rem dashed #ebedf2;
}

    .m-widget3 .m-widget3__item .m-widget3__username {
        color: #575962;
    }

    .m-widget3 .m-widget3__item .m-widget3__body .m-widget3__text {
        color: #898b96;
    }

    .m-widget3 .m-widget3__item:last-child {
        border-bottom: 0;
    }

.m-widget4 .m-widget4__item {
    display: table;
    padding-top: 1.15rem;
    padding-bottom: 1.25rem;
}

    .m-widget4 .m-widget4__item .m-widget4__img {
        display: table-cell;
        vertical-align: middle;
    }

        .m-widget4 .m-widget4__item .m-widget4__img.m-widget4__img--logo img {
            width: 3.5rem;
            border-radius: 50%;
        }

        .m-widget4 .m-widget4__item .m-widget4__img.m-widget4__img--pic img {
            width: 4rem;
            border-radius: 50%;
        }

        .m-widget4 .m-widget4__item .m-widget4__img.m-widget4__img--icon img {
            width: 2.1rem;
        }

    .m-widget4 .m-widget4__item .m-widget4__info {
        display: table-cell;
        width: 100%;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        font-size: 1rem;
        vertical-align: middle;
    }

        .m-widget4 .m-widget4__item .m-widget4__info .m-widget4__text {
            font-size: 1rem;
            font-weight: 500;
        }

        .m-widget4 .m-widget4__item .m-widget4__info .m-widget4__title {
            font-size: 1rem;
            font-weight: 600;
        }

        .m-widget4 .m-widget4__item .m-widget4__info .m-widget4__sub {
            font-size: 0.85rem;
        }

    .m-widget4 .m-widget4__item .m-widget4__ext {
        display: table-cell;
        vertical-align: middle;
    }

        .m-widget4 .m-widget4__item .m-widget4__ext .m-widget4__number {
            font-size: 1.2rem;
            font-weight: 600;
        }

        .m-widget4 .m-widget4__item .m-widget4__ext .m-widget4__icon > i {
            font-size: 1.6rem;
        }

        .m-widget4 .m-widget4__item .m-widget4__ext .m-widget4__icon.m-widget4__icon--2x > i {
            font-size: 2.2rem;
        }

        .m-widget4 .m-widget4__item .m-widget4__ext .m-widget4__icon:hover {
            text-decoration: none;
        }

.m-widget4.m-widget4--progress .m-widget4__info {
    width: 50%;
}

.m-widget4.m-widget4--progress .m-widget4__progress {
    display: table-cell;
    vertical-align: middle;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 50%;
}

    .m-widget4.m-widget4--progress .m-widget4__progress .m-widget4__progress-wrapper .m-widget17__progress-number {
        font-size: 1.1rem;
        font-weight: 600;
    }

    .m-widget4.m-widget4--progress .m-widget4__progress .m-widget4__progress-wrapper .m-widget17__progress-label {
        font-size: 0.85rem;
        float: right;
        margin-top: 0.3rem;
    }

    .m-widget4.m-widget4--progress .m-widget4__progress .m-widget4__progress-wrapper .progress {
        display: block;
        margin-top: 0.8rem;
        height: 0.5rem;
    }

.m-widget4 .m-widget4__chart {
    position: relative;
}

.m-widget4.m-widget4--chart-bottom .m-widget4__chart {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.m-portlet--rounded .m-widget4.m-widget4--chart-bottom .m-widget4__chart canvas {
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.m-widget4__item {
    border-bottom: 0.07rem dashed #ebedf2;
}

    .m-widget4__item .m-widget4__number {
        color: #575962;
    }

    .m-widget4__item .m-widget4__title {
        color: #575962;
    }

    .m-widget4__item .m-widget4__sub {
        color: #7b7e8a;
    }

    .m-widget4__item .m-widget4__text {
        color: #898b96;
    }

    .m-widget4__item .m-widget4__icon > i {
        color: #c1bfd0;
    }

    .m-widget4__item .m-widget4__icon:hover > i {
        color: #716aca;
    }

    .m-widget4__item.m-widget4__item--last, .m-widget4__item:last-child {
        border-bottom: 0;
    }

.m-widget5 .m-widget5__item {
    display: table;
    width: 100%;
    margin-bottom: 1.43rem;
    padding-bottom: 1.57rem;
}

    .m-widget5 .m-widget5__item .m-widget5__content {
        display: table-cell;
        vertical-align: top;
    }

        .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic {
            display: table-cell;
            width: 5rem;
        }

            .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__pic > img {
                width: 8.6rem;
            }

        .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section {
            display: table-cell;
            vertical-align: top;
            padding-left: 1.43rem;
            padding-top: 0.3rem;
        }

            .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section .m-widget5__title {
                font-size: 1.1rem;
                font-weight: 500;
            }

            .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section .m-widget5__desc {
                font-size: 0.85rem;
            }

            .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section .m-widget5__info {
                margin-top: 0.71rem;
                font-size: 1rem;
            }

                .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section .m-widget5__info .m-widget5__info-author {
                    font-weight: 500;
                    margin-right: 0.71rem;
                }

                .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__section .m-widget5__info .m-widget5__info-date {
                    font-weight: 500;
                }

        .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1 {
            text-align: right;
            display: inline-block;
            padding-top: 1.07rem;
            vertical-align: top;
        }

            .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1 .m-widget5__number {
                font-size: 1.5rem;
                font-weight: 600;
            }

            .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats1 .m-widget5__sales {
                font-size: 1rem;
            }

        .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 {
            text-align: right;
            display: inline-block;
            width: 6rem;
            padding-top: 1.07rem;
            vertical-align: top;
        }

            .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 .m-widget5__number {
                font-size: 1.5rem;
                font-weight: 600;
            }

            .m-widget5 .m-widget5__item .m-widget5__content .m-widget5__stats2 .m-widget5__votes {
                font-size: 1rem;
            }

        .m-widget5 .m-widget5__item .m-widget5__content:last-child {
            float: right;
        }

@media (max-width: 768px) {
    .m-widget5 .m-widget5__item {
        display: table;
    }

        .m-widget5 .m-widget5__item .m-widget5__content {
            width: 100%;
            display: block;
        }
}

.m-widget5 .m-widget5__item {
    border-bottom: 0.07rem dashed #ebedf2;
}

    .m-widget5 .m-widget5__item .m-widget5__title {
        color: #333439;
    }

    .m-widget5 .m-widget5__item .m-widget5__desc {
        color: #6f727d;
    }

    .m-widget5 .m-widget5__item .m-widget5__author {
        color: #6f727d;
    }

    .m-widget5 .m-widget5__item .m-widget5__info-label {
        color: #6f727d;
    }

    .m-widget5 .m-widget5__item .m-widget5__stats1 .m-widget5__number {
        color: #6f727d;
    }

    .m-widget5 .m-widget5__item .m-widget5__stats1 .m-widget5__sales {
        color: #6f727d;
    }

    .m-widget5 .m-widget5__item .m-widget5__stats2 .m-widget5__number {
        color: #6f727d;
    }

    .m-widget5 .m-widget5__item .m-widget5__stats2 .m-widget5__votes {
        color: #6f727d;
    }

    .m-widget5 .m-widget5__item:last-child {
        border-bottom: 0;
    }

.m-widget6 .m-widget6__head .m-widget6__action {
    margin-bottom: 2.14rem;
}

.m-widget6 .m-widget6__head .m-widget6__item {
    display: table;
    width: 100%;
    margin-bottom: 1.07rem;
    font-size: 1rem;
    font-weight: 600;
}

    .m-widget6 .m-widget6__head .m-widget6__item .m-widget6__caption {
        display: table-cell;
        width: 33%;
        padding-left: 0;
        padding-right: 0;
    }

        .m-widget6 .m-widget6__head .m-widget6__item .m-widget6__caption:last-child {
            padding-right: 0;
            padding-left: 0;
        }

.m-widget6 .m-widget6__body .m-widget6__item {
    display: table;
    width: 100%;
    padding-top: 1.07rem;
    padding-bottom: 1.07rem;
}

    .m-widget6 .m-widget6__body .m-widget6__item .m-widget6__text {
        display: table-cell;
        width: 33%;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
        font-size: 1rem;
    }

.m-widget6 .m-widget6__foot .m-widget6__action {
    text-align: right;
    margin-top: 1rem;
}

.m-widget6 .m-widget6__item {
    border-bottom: 0.07rem dashed #ebedf2;
}

    .m-widget6 .m-widget6__item .m-widget6__text {
        color: #898b96;
    }

    .m-widget6 .m-widget6__item .m-widget6__caption {
        color: #a6a7c1;
    }

    .m-widget6 .m-widget6__item:last-child {
        border-bottom: 0;
    }

.m-widget7 .m-widget7__desc {
    text-align: center;
    margin-top: 7rem;
    font-size: 1.3rem;
}

.m-widget7 .m-widget7__user {
    margin: 0 auto;
    display: table;
    margin-top: 0.35rem;
    margin-bottom: 5rem;
}

    .m-widget7 .m-widget7__user .m-widget7__user-img .m-widget7__img {
        width: 2.6rem;
        border-radius: 50%;
        margin-top: 1.14rem;
    }

    .m-widget7 .m-widget7__user .m-widget7__info {
        display: table-cell;
    }

        .m-widget7 .m-widget7__user .m-widget7__info .m-widget7__username {
            margin-top: 0.71rem;
            margin-left: 0.71rem;
            font-size: 1rem;
            font-weight: 500;
        }

        .m-widget7 .m-widget7__user .m-widget7__info .m-widget7__time {
            margin-left: 0.71rem;
            margin-top: 0.71rem;
            font-size: 0.85rem;
        }

.m-widget7 .m-widget7__button {
    text-align: center;
    margin-bottom: 2.85rem;
}

.m-widget7 .m-widget7__desc {
    color: #575962;
}

.m-widget7 .m-widget7__info .m-widget7__username {
    color: #575962;
}

.m-widget7 .m-widget7__info .m-widget7__time {
    color: #575962;
}

.m-widget7.m-widget7--skin-dark .m-widget7__desc {
    color: #ffffff;
}

.m-widget7.m-widget7--skin-dark .m-widget7__info .m-widget7__username {
    color: #ffffff;
}

.m-widget7.m-widget7--skin-dark .m-widget7__info .m-widget7__time {
    color: #ffffff;
}

.m-widget8:last-child {
    margin-bottom: -0.71rem;
}

.m-widget8 .m-widget8__item {
    display: table;
    margin-bottom: 0.4rem;
    padding-bottom: 1.1rem;
    margin-top: 1.21rem;
}

    .m-widget8 .m-widget8__item .m-widget8__pic {
        vertical-align: top;
    }

        .m-widget8 .m-widget8__item .m-widget8__pic > img {
            width: 3rem;
            border-radius: 50%;
        }

    .m-widget8 .m-widget8__item .m-widget8__info {
        display: table-cell;
        width: 100%;
        padding-left: 1rem;
        font-size: 1rem;
        vertical-align: top;
        line-height: 1.3;
        padding-top: 0.21rem;
    }

        .m-widget8 .m-widget8__item .m-widget8__info .m-widget8__username {
            font-size: 1.2rem;
            font-weight: 500;
        }

        .m-widget8 .m-widget8__item .m-widget8__info .m-widget8__desc {
            font-size: 1rem;
        }

    .m-widget8 .m-widget8__item .m-widget8__action {
        display: table-cell;
        vertical-align: top;
    }

.m-widget8 .m-widget8__item {
    border-bottom: 0.07rem dashed #ebedf2;
}

    .m-widget8 .m-widget8__item .m-widget8__username {
        color: #575962;
    }

    .m-widget8 .m-widget8__item .m-widget8__desc {
        color: #898b96;
    }

    .m-widget8 .m-widget8__item:last-child {
        border-bottom: 0;
    }

.m-widget9 {
    padding: 2.2rem;
}

    .m-widget9 .m-widget9__header {
        padding: 1.1rem 0;
        margin-bottom: 0.5rem;
    }

        .m-widget9 .m-widget9__header .m-widget9__title {
            font-size: 1.2rem;
            font-weight: 500;
            margin-bottom: 0;
        }

        .m-widget9 .m-widget9__header .m-widget9__desc {
            display: inline-block;
            margin-top: 0.2rem;
            font-size: 1rem;
        }

    .m-widget9 .m-widget9__legend {
        margin-bottom: 0.9rem;
    }

        .m-widget9 .m-widget9__legend:last-child {
            margin-bottom: 0;
        }

        .m-widget9 .m-widget9__legend .m-widget9__legend-bullet {
            width: 2rem;
            height: 0.45rem;
            display: inline-block;
            border-radius: 1.1rem;
            margin-bottom: 0.12rem;
            margin-right: 0.8rem;
        }

        .m-widget9 .m-widget9__legend .m-widget9__legend-text {
            display: inline-block;
        }

    .m-widget9 .m-widget9__chart {
        position: relative;
        margin-top: 0.5rem;
    }

        .m-widget9 .m-widget9__chart .m-widget9__stat {
            font-size: 2.4rem;
            font-weight: 600;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.m-widget9__title {
    color: #575962;
}

.m-widget9__desc {
    color: #9699a2;
}

.m-widget9__legend-text {
    color: #9699a2;
}

.m-widget9__chart .m-widget9__stat {
    color: #dadbe2;
}

.m-widget10 .m-widget10__chart {
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    position: relative;
}

    .m-widget10 .m-widget10__chart canvas {
        border-radius: 8px;
    }

.m-widget10 .m-widget10__items .m-widget10__item .m-widget10__stats {
    font-size: 1.1rem;
    font-weight: 600;
}

.m-widget10 .m-widget10__items .m-widget10__item .m-widget10__text {
    font-size: 0.85rem;
    float: right;
    margin-top: 0.3rem;
}

.m-widget10 .m-widget10__items .m-widget10__item .progress {
    margin-bottom: 1.6rem;
}

.m-widget10 .m-widget10__desc {
    margin-top: 1.6rem;
    font-size: 1rem;
}

.m-widget10 .m-widget10__items .m-widget10__stats {
    color: #6f727d;
}

.m-widget10 .m-widget10__items .m-widget10__text {
    color: #9699a2;
}

.m-widget11 .table-responsive {
    overflow-y: hidden;
}

.m-widget11 .table thead > tr > td {
    padding-top: 1.21rem;
    padding-bottom: 1.21rem;
    padding-left: 0;
    padding-right: 0.5rem;
    vertical-align: top;
    border-top: 0;
    font-size: 1rem;
    font-weight: 600;
}

    .m-widget11 .table thead > tr > td:last-child {
        padding-right: 0;
    }

    .m-widget11 .table thead > tr > td.m-widget11__label {
        width: 3%;
    }

    .m-widget11 .table thead > tr > td.m-widget11__app {
        width: 15%;
    }

    .m-widget11 .table thead > tr > td.m-widget11__sales {
        width: 10%;
    }

    .m-widget11 .table thead > tr > td.m-widget11__change {
        width: 10%;
    }

    .m-widget11 .table thead > tr > td.m-widget11__price {
        width: 7%;
    }

    .m-widget11 .table thead > tr > td.m-widget11__total {
        width: 7%;
    }

.m-widget11 .table tbody > tr > td {
    border: 0;
    padding-left: 0;
    padding-right: 0.5rem;
    padding-top: 22px;
    vertical-align: top;
    font-size: 1.1rem;
    font-weight: 500;
}

    .m-widget11 .table tbody > tr > td > label {
        right: 0;
        top: 0.5rem;
        vertical-align: top;
    }

    .m-widget11 .table tbody > tr > td .m-widget11__chart {
        position: relative;
        margin-top: -0.6rem;
    }

    .m-widget11 .table tbody > tr > td:last-child {
        padding-right: 0;
    }

.m-widget11 .table tbody > tr .m-widget11__title {
    font-size: 1.1rem;
    font-weight: 500;
    display: block;
}

.m-widget11 .table tbody > tr .m-widget11__sub {
    display: block;
    font-size: 0.85rem;
}

.m-widget11 .table thead tr > td {
    color: #a6a7c1;
}

.m-widget11 .table tbody > tr {
    border-bottom: 0.07rem dashed #ebedf2;
}

    .m-widget11 .table tbody > tr > td {
        color: #9699a2;
    }

    .m-widget11 .table tbody > tr .m-widget11__title {
        color: #575962;
    }

        .m-widget11 .table tbody > tr .m-widget11__title > span {
            color: #9699a2;
        }

    .m-widget11 .table tbody > tr:last-child {
        border: 0;
    }

.m-widget12 .m-widget12__item {
    display: table;
    width: 100%;
    margin-bottom: 2.85rem;
}

    .m-widget12 .m-widget12__item:last-child {
        margin-bottom: 0;
    }

    .m-widget12 .m-widget12__item .m-widget12__text1 {
        display: table-cell;
        padding-right: 0.36rem;
        font-size: 1.1rem;
    }

        .m-widget12 .m-widget12__item .m-widget12__text1 > span {
            margin-top: 0.43rem;
            display: inline-block;
            font-size: 1.5rem;
            font-weight: 600;
        }

    .m-widget12 .m-widget12__item .m-widget12__text2 {
        display: table-cell;
        width: 45%;
        font-size: 1.1rem;
    }

        .m-widget12 .m-widget12__item .m-widget12__text2 > span {
            margin-top: 0.43rem;
            display: inline-block;
            color: red;
            font-size: 1.5rem;
            font-weight: 600;
        }

        .m-widget12 .m-widget12__item .m-widget12__text2 .m-widget12__progress {
            display: table;
            width: 100%;
        }

            .m-widget12 .m-widget12__item .m-widget12__text2 .m-widget12__progress .m-widget12__progress-sm {
                width: 90%;
                height: 0.5rem;
            }

                .m-widget12 .m-widget12__item .m-widget12__text2 .m-widget12__progress .m-widget12__progress-sm .m-widget12__progress-bar {
                    width: 63%;
                    padding-bottom: 0.43rem;
                }

            .m-widget12 .m-widget12__item .m-widget12__text2 .m-widget12__progress .m-widget12__stats {
                display: table-cell;
                width: 40%;
                line-height: 0;
                padding-top: 0.3rem;
                font-size: 1.5rem;
                font-weight: 600;
            }

.m-widget12 .m-widget12__chart {
    position: relative;
}

.m-widget12.m-widget12--chart-bottom .m-widget12__chart {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.m-widget12 .m-widget12__item .m-widget12__text1 {
    color: #6f727d;
}

.m-widget12 .m-widget12__item .m-widget12__text2 {
    color: #7b7e8a;
}

    .m-widget12 .m-widget12__item .m-widget12__text2 > span {
        color: #7b7e8a;
    }

    .m-widget12 .m-widget12__item .m-widget12__text2 .m-widget12__desc {
        color: #7b7e8a;
    }

    .m-widget12 .m-widget12__item .m-widget12__text2 .m-widget12__progress .m-widget12__stats {
        color: #6f727d;
    }

.m-widget13 .m-widget13__item {
    display: table;
    width: 100%;
}

    .m-widget13 .m-widget13__item .m-widget13__desc {
        display: table-cell;
        padding-right: 30px;
        width: 50%;
        vertical-align: top;
        padding-top: 10px;
        font-size: 1rem;
    }

    .m-widget13 .m-widget13__item .m-widget13__text {
        display: table-cell;
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
        vertical-align: top;
        font-size: 1rem;
    }

        .m-widget13 .m-widget13__item .m-widget13__text.m-widget13__text-bolder {
            font-size: 1.2rem;
            font-weight: 500;
        }

        .m-widget13 .m-widget13__item .m-widget13__text.m-widget13__number-bolder {
            font-size: 1rem;
            font-weight: 500;
        }

.m-widget13 .m-widget13__action {
    margin-top: 30px;
    padding-top: 30px;
}

    .m-widget13 .m-widget13__action .m-widget__detalis {
        margin-right: 10px;
    }

.m-widget13 .m-widget13__item .m-widget13__desc {
    color: #9699a2;
}

.m-widget13 .m-widget13__item .m-widget13__text {
    color: #9699a2;
}

    .m-widget13 .m-widget13__item .m-widget13__text.m-widget13__text-bolder {
        color: #6f727d;
    }

.m-widget13 .m-widget13__action {
    border-top: 0.07rem dashed #ebedf2;
}

.m-widget14 {
    padding: 2.2rem;
}

    .m-widget14.m-widget14--no-padding {
        padding: 0;
    }

    .m-widget14 .m-widget14__header {
        padding: 1.1rem 0;
        margin-bottom: 0.5rem;
    }

        .m-widget14 .m-widget14__header .m-widget14__title {
            font-size: 1.3rem;
            font-weight: 500;
            margin-bottom: 0;
        }

        .m-widget14 .m-widget14__header .m-widget14__desc {
            display: inline-block;
            margin-top: 0.2rem;
            font-size: 1rem;
        }

    .m-widget14 .m-widget14__legend {
        margin-bottom: 0.9rem;
    }

        .m-widget14 .m-widget14__legend:last-child {
            margin-bottom: 0;
        }

        .m-widget14 .m-widget14__legend .m-widget14__legend-bullet {
            width: 2rem;
            height: 0.45rem;
            display: inline-block;
            border-radius: 1.1rem;
            margin-bottom: 0.12rem;
            margin-right: 0.8rem;
        }

        .m-widget14 .m-widget14__legend .m-widget14__legend-text {
            display: inline-block;
        }

    .m-widget14 .m-widget14__chart {
        position: relative;
        margin-top: 0.5rem;
    }

        .m-widget14 .m-widget14__chart .m-widget14__stat {
            font-size: 2.4rem;
            font-weight: 600;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

.m-widget14__title {
    color: #575962;
}

.m-widget14__desc {
    color: #9699a2;
}

.m-widget14__legend-text {
    color: #9699a2;
}

.m-widget14__chart .m-widget14__stat {
    color: #dadbe2;
}

.m-widget15 .m-widget15__chart {
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    position: relative;
}

    .m-widget15 .m-widget15__chart canvas {
        border-radius: 8px;
    }

.m-widget15 .m-widget15__items .m-widget15__item .m-widget15__stats {
    font-size: 1.1rem;
    font-weight: 600;
}

.m-widget15 .m-widget15__items .m-widget15__item .m-widget15__text {
    font-size: 0.85rem;
    float: right;
    margin-top: 0.3rem;
}

.m-widget15 .m-widget15__items .m-widget15__item .progress {
    margin-bottom: 1.6rem;
}

.m-widget15 .m-widget15__desc {
    margin-top: 1.6rem;
    font-size: 1rem;
}

.m-widget15 .m-widget15__items .m-widget15__stats {
    color: #6f727d;
}

.m-widget15 .m-widget15__items .m-widget15__text {
    color: #9699a2;
}

.m-widget16 .m-widget16__head .m-widget16__item {
    display: table;
    width: 100%;
    margin-bottom: 3px;
}

    .m-widget16 .m-widget16__head .m-widget16__item .m-widget16__sceduled {
        display: table-cell;
        width: 33%;
        padding-left: 0;
        padding-right: 0;
        font-size: 1rem;
        font-weight: 500;
    }

    .m-widget16 .m-widget16__head .m-widget16__item .m-widget16__amount {
        display: table-cell;
        width: 33%;
        padding-right: 0;
        padding-left: 0;
        font-size: 1rem;
        font-weight: 500;
    }

.m-widget16 .m-widget16__body .m-widget16__item {
    display: table;
    width: 100%;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}

    .m-widget16 .m-widget16__body .m-widget16__item .m-widget16__date {
        display: table-cell;
        width: 33%;
        padding-left: 0;
        padding-right: 0;
        vertical-align: top;
        font-size: 1rem;
        padding-top: 0.2rem;
    }

    .m-widget16 .m-widget16__body .m-widget16__item .m-widget16__price {
        display: table-cell;
        width: 33%;
        padding-right: 0;
        padding-left: 0;
        vertical-align: top;
        font-size: 1rem;
        font-weight: 500;
        padding-top: 0.2rem;
    }

.m-widget16 .m-widget16__stats {
    display: table;
    vertical-align: top;
    margin-top: 2rem;
    width: 100%;
}

    .m-widget16 .m-widget16__stats .m-widget16__visual {
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }

        .m-widget16 .m-widget16__stats .m-widget16__visual .m-widget16__chart {
            position: relative;
            margin-top: 0.5rem;
        }

            .m-widget16 .m-widget16__stats .m-widget16__visual .m-widget16__chart .m-widget16__chart-number {
                font-size: 2.4rem;
                font-weight: 600;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

    .m-widget16 .m-widget16__stats .m-widget16__legends {
        display: table-cell;
        width: 40%;
        vertical-align: middle;
    }

        .m-widget16 .m-widget16__stats .m-widget16__legends .m-widget16__legend {
            margin-bottom: 0.9rem;
        }

            .m-widget16 .m-widget16__stats .m-widget16__legends .m-widget16__legend:last-child {
                margin-bottom: 0;
            }

            .m-widget16 .m-widget16__stats .m-widget16__legends .m-widget16__legend .m-widget16__legend-bullet {
                width: 2rem;
                height: 0.45rem;
                display: inline-block;
                border-radius: 1.1rem;
                margin-bottom: 0.12rem;
                margin-right: 0.8rem;
            }

            .m-widget16 .m-widget16__stats .m-widget16__legends .m-widget16__legend .m-widget16__legend-text {
                display: inline-block;
            }

.m-widget16 .m-widget16__head .m-widget16__item .m-widget16__amount,
.m-widget16 .m-widget16__head .m-widget16__item .m-widget16__sceduled {
    color: #a6a7c1;
}

.m-widget16 .m-widget16__body .m-widget16__item {
    border-bottom: 0.07rem dashed #ebedf2;
}

    .m-widget16 .m-widget16__body .m-widget16__item .m-widget16__date {
        color: #9699a2;
    }

    .m-widget16 .m-widget16__body .m-widget16__item .m-widget16__stats {
        color: #9699a2;
    }

    .m-widget16 .m-widget16__body .m-widget16__item:last-child {
        border-bottom: 0;
    }

.m-widget16 .m-widget16__stats .m-widget16__title {
    color: #575962;
}

.m-widget16 .m-widget16__stats .m-widget16__text {
    color: #9699a2;
}

.m-widget16 .m-widget16__stats .m-widget16__legend-text {
    color: #9699a2;
}

.m-widget16 .m-widget16__stats .m-widget16__chart-number {
    color: #a7a7c2;
}

.m-widget17 .m-widget17__visual .m-widget17__chart {
    position: relative;
    padding-top: 8rem;
}

.m-widget17 .m-widget17__stats {
    display: table;
    width: 90%;
    margin: 0 auto 1rem auto;
}

    .m-widget17 .m-widget17__stats .m-widget17__items {
        display: table-cell;
        padding: 0 0.35rem;
    }

        .m-widget17 .m-widget17__stats .m-widget17__items.m-widget17__items-col1 {
            width: 50%;
        }

        .m-widget17 .m-widget17__stats .m-widget17__items.m-widget17__items-col2 {
            width: 50%;
        }

        .m-widget17 .m-widget17__stats .m-widget17__items:last-child {
            margin-bottom: 0.71rem;
        }

        .m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item {
            position: relative;
            margin-top: -3.87rem;
            background-color: white;
            margin-bottom: 4.5rem;
            height: 11rem;
            padding-bottom: 10px;
        }

            .m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item .m-widget17__icon {
                display: block;
                margin-left: 1.5rem;
                padding-top: 1.5rem;
            }

                .m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item .m-widget17__icon > i {
                    font-size: 2rem;
                }

            .m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item .m-widget17__subtitle {
                display: block;
                margin-top: 6.2rem;
                margin-left: 20px;
                margin-top: 1.8rem;
                margin-left: 1.5rem;
                font-size: 1.2rem;
                font-weight: 500;
            }

            .m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item .m-widget17__desc {
                display: block;
                margin-left: 1.43rem;
                margin-left: 1.5rem;
                font-size: 0.85rem;
            }

            .m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item:last-child {
                margin-bottom: 0;
            }

        .m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item {
            -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.06);
            box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.06);
        }

            .m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item .m-widget17__subtitle {
                color: #6f727d;
            }

            .m-widget17 .m-widget17__stats .m-widget17__items .m-widget17__item .m-widget17__desc {
                color: #7b7e8a;
            }

.m-widget19 .m-widget19__pic {
    position: relative;
}

    .m-widget19 .m-widget19__pic > img {
        width: 100%;
    }

    .m-widget19 .m-widget19__pic .m-widget19__shadow {
        position: absolute;
        top: 70%;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .m-widget19 .m-widget19__pic .m-widget19__title {
        position: absolute;
        bottom: 0;
        display: block;
        z-index: 1;
        padding-left: 2.2rem;
        padding-bottom: 1.1rem;
    }

.m-widget19 .m-widget19__content {
    margin-bottom: 1rem;
}

    .m-widget19 .m-widget19__content .m-widget19__header {
        display: table;
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }

        .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__user-img {
            display: table-cell;
            margin-top: 0.4rem;
            vertical-align: middle;
        }

            .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__user-img .m-widget19__img {
                width: 3.2rem;
                border-radius: 50%;
            }

        .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__info {
            display: table-cell;
            width: 100%;
            padding-left: 1rem;
            font-size: 1rem;
            vertical-align: middle;
            line-height: 0;
        }

            .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__info .m-widget19__username {
                display: inline-block;
                margin-bottom: 1.4rem;
                font-size: 1rem;
                font-weight: 500;
            }

            .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__info .m-widget19__time {
                display: inline-block;
                font-size: 0.85rem;
            }

        .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__stats {
            display: table-cell;
            font-size: 1rem;
            font-weight: 500;
            vertical-align: middle;
            line-height: 0;
            text-align: center;
        }

            .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__stats .m-widget19__number {
                text-align: center;
                display: inline-block;
                margin-bottom: 1.3rem;
                font-size: 1.5rem;
                font-weight: 600;
            }

            .m-widget19 .m-widget19__content .m-widget19__header .m-widget19__stats .m-widget19__comment {
                display: inline-block;
                font-size: 0.85rem;
            }

    .m-widget19 .m-widget19__content .m-widget19__body {
        font-size: 1rem;
        text-align: justify;
    }

.m-widget19 .m-widget19__action {
    margin-top: 1.5rem;
}

.m-widget19 .m-widget19__pic .m-widget19__shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.1)), color-stop(90%, rgba(0, 0, 0, 0.6))) no-repeat scroll 0 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.6) 90%) no-repeat scroll 0 0;
}

.m-widget19 .m-widget19__content .m-widget19__title {
    color: #575962;
}

.m-widget19 .m-widget19__content .m-widget19__time {
    color: #7b7e8a;
}

.m-widget19 .m-widget19__content .m-widget19__username {
    color: #575962;
}

.m-widget19 .m-widget19__content .m-widget19__comment {
    color: #afb2c1;
}

.m-widget19 .m-widget19__content .m-widget19__body {
    color: #898b96;
}

.m-widget20 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .m-widget20 .m-widget20__number {
        padding-left: 2.2rem;
        font-size: 2.5rem;
        font-weight: 500;
    }

    .m-widget20 .m-widget20__chart {
        position: relative;
    }

    .m-widget20 .m-widget20__item {
        display: table;
        padding-top: 1.15rem;
        padding-bottom: 1.15rem;
        width: 100%;
    }

        .m-widget20 .m-widget20__item .m-widget20__icon {
            display: table-cell;
            text-align: center;
        }

            .m-widget20 .m-widget20__item .m-widget20__icon > a {
                width: 3.5rem;
                height: 3.5rem;
            }

                .m-widget20 .m-widget20__item .m-widget20__icon > a > i {
                    font-size: 1.5rem;
                }

        .m-widget20 .m-widget20__item .m-widget20__info {
            display: table-cell;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            vertical-align: middle;
            width: 100%;
        }

            .m-widget20 .m-widget20__item .m-widget20__info .m-widget20__title {
                font-size: 1.1rem;
                font-weight: 600;
            }

            .m-widget20 .m-widget20__item .m-widget20__info .m-widget20__sub {
                font-size: 0.85rem;
            }

            .m-widget20 .m-widget20__item .m-widget20__info .m-widget20__title {
                color: #6f727d;
            }

            .m-widget20 .m-widget20__item .m-widget20__info .m-widget20__sub {
                color: #7b7e8a;
            }

.m-widget20 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .m-widget20 .m-widget20__number {
        padding-left: 2.2rem;
        font-size: 2.5rem;
        font-weight: 500;
    }

    .m-widget20 .m-widget20__chart {
        position: relative;
    }

    .m-widget20 .m-widget20__item {
        display: table;
        padding-top: 1.15rem;
        padding-bottom: 1.15rem;
        width: 100%;
    }

        .m-widget20 .m-widget20__item .m-widget20__icon {
            display: table-cell;
            text-align: center;
        }

            .m-widget20 .m-widget20__item .m-widget20__icon > a {
                width: 3.5rem;
                height: 3.5rem;
            }

                .m-widget20 .m-widget20__item .m-widget20__icon > a > i {
                    font-size: 1.5rem;
                }

        .m-widget20 .m-widget20__item .m-widget20__info {
            display: table-cell;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            vertical-align: middle;
            width: 100%;
        }

            .m-widget20 .m-widget20__item .m-widget20__info .m-widget20__title {
                font-size: 1.1rem;
                font-weight: 600;
            }

            .m-widget20 .m-widget20__item .m-widget20__info .m-widget20__sub {
                font-size: 0.85rem;
            }

            .m-widget20 .m-widget20__item .m-widget20__info .m-widget20__title {
                color: #6f727d;
            }

            .m-widget20 .m-widget20__item .m-widget20__info .m-widget20__sub {
                color: #7b7e8a;
            }

.m-widget21 .m-widget21__item {
    display: table;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}

    .m-widget21 .m-widget21__item .m-widget21__icon {
        display: table-cell;
        text-align: center;
    }

        .m-widget21 .m-widget21__item .m-widget21__icon > a {
            width: 3.5rem;
            height: 3.5rem;
        }

            .m-widget21 .m-widget21__item .m-widget21__icon > a > i {
                font-size: 1.5rem;
            }

    .m-widget21 .m-widget21__item .m-widget21__info {
        display: table-cell;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        vertical-align: middle;
    }

        .m-widget21 .m-widget21__item .m-widget21__info .m-widget21__title {
            font-size: 1.1rem;
            font-weight: 600;
        }

        .m-widget21 .m-widget21__item .m-widget21__info .m-widget21__sub {
            font-size: 0.85rem;
        }

.m-widget21 .m-widget21__chart {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.m-portlet--rounded .m-widget21 .m-widget21__chart canvas {
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.m-widget21 .m-widget21__item .m-widget21__info .m-widget21__title {
    color: #6f727d;
}

.m-widget21 .m-widget21__item .m-widget21__info .m-widget21__sub {
    color: #7b7e8a;
}

.m-widget24 .m-widget24__item .m-widget24__title {
    margin-left: 1.8rem;
    margin-top: 3.21rem;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
}

.m-widget24 .m-widget24__item .m-widget24__desc {
    margin-left: 1.8rem;
    font-size: 1rem;
    font-weight: 300;
}

.m-widget24 .m-widget24__item .m-widget24__stats {
    float: right;
    margin-right: 1.8rem;
    margin-top: -1.43rem;
    font-size: 1.75rem;
    font-weight: 600;
}

.m-widget24 .m-widget24__item .progress {
    margin-top: 2.14rem;
    margin-left: 1.8rem;
    margin-right: 1.8rem;
    margin-bottom: 0.5rem;
    height: 0.5rem;
}

.m-widget24 .m-widget24__item .m-widget24__change {
    margin-left: 1.8rem;
    display: inline-block;
    margin-bottom: 2.86rem;
    font-size: 1rem;
    font-weight: 300;
}

.m-widget24 .m-widget24__item .m-widget24__number {
    float: right;
    margin-right: 1.8rem;
    display: inline-block;
    margin-bottom: 2.86rem;
    font-size: 1rem;
    font-weight: 300;
}

.m-widget24 .m-widget24__item .m-widget24__title {
    color: #575962;
}

.m-widget24 .m-widget24__item .m-widget24__desc {
    color: #9699a2;
}

.m-widget24 .m-widget24__item .m-widget24__change {
    color: #9699a2;
}

.m-widget24 .m-widget24__item .m-widget24__number {
    color: #9699a2;
}

.m-widget25 .m-widget25__price {
    font-size: 70px;
}

.m-widget25 .m-widget25__desc {
    margin-bottom: 50px;
    font-size: 1.1rem;
}

.m-widget25 .m-widget25--progress {
    display: table;
    width: 100%;
    margin: 70px auto 0;
    padding-top: 70px;
}

    .m-widget25 .m-widget25--progress .m-widget25__progress {
        display: table-cell;
        width: 33%;
        padding-right: 40px;
    }

        .m-widget25 .m-widget25--progress .m-widget25__progress .m-widget25__progress-number {
            font-size: 30px;
            font-weight: 600;
        }

        .m-widget25 .m-widget25--progress .m-widget25__progress .progress {
            height: 0.5rem;
        }

        .m-widget25 .m-widget25--progress .m-widget25__progress .m-widget25__progress-sub {
            display: inline-block;
            margin-top: 6px;
            font-size: 1.1rem;
            font-weight: 500;
        }

        .m-widget25 .m-widget25--progress .m-widget25__progress:last-child {
            padding-right: 0;
        }

@media (max-width: 1024px) {
    .m-widget25 .m-widget25__price {
        font-size: 22px;
    }

    .m-widget25 .m-widget25__desc {
        margin-bottom: 10px;
        display: block;
    }

    .m-widget25 .m-widget25--progress {
        margin: 10px auto 0;
        padding-top: 20px;
    }

        .m-widget25 .m-widget25--progress .m-widget25__progress {
            padding-right: 10px;
            display: block;
            width: 100%;
            margin: 10px auto 0;
            padding-top: 20px;
        }

            .m-widget25 .m-widget25--progress .m-widget25__progress .m-widget25__progress-number {
                font-size: 16px;
            }

            .m-widget25 .m-widget25--progress .m-widget25__progress .m-widget25__progress-sub {
                margin-top: 6px;
            }
}

.m-widget25 .m-widget25__desc {
    color: #7b7e8a;
}

.m-widget25 .m-widget25--progress {
    border-top: 0.07rem dashed #ebedf2;
}

    .m-widget25 .m-widget25--progress .m-widget25__progress .m-widget25__progress-sub {
        color: #9699a2;
    }

.m-widget26 {
    bottom: 0;
    left: 0;
    right: 0;
}

    .m-widget26 .m-widget26__number {
        font-size: 2.5rem;
        font-weight: 600;
    }

        .m-widget26 .m-widget26__number > small {
            margin-top: 0.3rem;
            display: block;
            font-size: 1rem;
            font-weight: 400;
        }

    .m-widget26 .m-widget26__chart {
        overflow: hidden;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        position: relative;
    }

    .m-widget26 .m-widget26__number {
        color: #575962;
    }

        .m-widget26 .m-widget26__number > small {
            color: #afb2c1;
        }

.m-widget27 .m-widget27__pic {
    position: relative;
}

    .m-widget27 .m-widget27__pic > img {
        width: 100%;
        height: 286px;
    }

    .m-widget27 .m-widget27__pic .m-widget27__title {
        position: absolute;
        left: 50%;
        top: 60%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        z-index: 1;
    }

        .m-widget27 .m-widget27__pic .m-widget27__title > span {
            font-size: 4.5rem;
        }

            .m-widget27 .m-widget27__pic .m-widget27__title > span > span {
                font-size: 2.5rem;
                padding-right: 0.4rem;
            }

    .m-widget27 .m-widget27__pic .m-widget27__btn .btn {
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1;
        display: block;
        font-size: 1.1rem;
        padding: 1rem 2.5rem;
    }

    .m-widget27 .m-widget27__pic:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(20%, #990099), color-stop(120%, #4F30A2));
        background: linear-gradient(to right, #990099 20%, #4F30A2 120%);
        opacity: 0.6;
    }

.m-widget27 .m-widget27__container {
    margin-top: 3rem;
    width: 100%;
    padding: 1rem 0.5rem 0 0.5rem;
}

    .m-widget27 .m-widget27__container .m-widget27__nav-items {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-spacing: 0.7rem;
    }

        .m-widget27 .m-widget27__container .m-widget27__nav-items .m-widget27__nav-item {
            display: table-cell;
        }

            .m-widget27 .m-widget27__container .m-widget27__nav-items .m-widget27__nav-item > a {
                text-align: center;
                font-weight: 500;
                padding: 0.8rem 0 0.8rem 0;
            }

    .m-widget27 .m-widget27__container .m-widget27__tab {
        padding: 0 1rem;
    }

        .m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__header {
            padding: 1.1rem 0;
            margin-bottom: 0.5rem;
        }

            .m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__header .m-widget27__title {
                font-size: 1.3rem;
                font-weight: 500;
                margin-bottom: 0;
            }

            .m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__header .m-widget27__desc {
                display: inline-block;
                margin-top: 0.2rem;
                font-size: 1rem;
            }

        .m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__legend {
            margin-bottom: 0.9rem;
        }

            .m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__legend:last-child {
                margin-bottom: 0;
            }

            .m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__legend .m-widget27__legend-bullet {
                width: 1.5rem;
                height: 0.45rem;
                display: inline-block;
                border-radius: 1.1rem;
                margin: 0 1rem 0.1rem 0;
            }

            .m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__legend .m-widget27__legend-text {
                display: inline-block;
                font-weight: 500;
            }

        .m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__chart {
            position: relative;
            margin-top: 0.5rem;
        }

            .m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__chart .m-widget27__stat {
                font-size: 2.4rem;
                font-weight: 600;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

.m-widget27 .m-widget27__pic .m-widget27__btn .btn {
    color: #7b7e8a;
}

.m-widget27 .m-widget27__container .m-widget27__nav-items .m-widget27__nav-item > a {
    color: #a4a6ae;
    border: 1px solid #ebedf2;
}

    .m-widget27 .m-widget27__container .m-widget27__nav-items .m-widget27__nav-item > a.active {
        background-color: #9816f4;
        border-color: #9816f4 !important;
        color: #ffffff;
    }

.m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__title {
    color: #575962;
}

.m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__desc {
    color: #9699a2;
}

.m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__legend-text {
    color: #a4a6ae;
}

.m-widget27 .m-widget27__container .m-widget27__tab .m-widget27__chart .m-widget27__stat {
    color: #dadbe2;
}

.m-widget28 .m-widget28__pic {
    position: relative;
    min-height: 286px;
}

.m-widget28 .m-widget28__container {
    width: 100%;
}

    .m-widget28 .m-widget28__container .m-widget28__nav-items {
        display: table;
        width: 100%;
        table-layout: fixed;
        border-spacing: 1.2rem;
        margin-top: -8rem;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 0 1rem;
    }

        .m-widget28 .m-widget28__container .m-widget28__nav-items .m-widget28__nav-item {
            display: table-cell;
        }

            .m-widget28 .m-widget28__container .m-widget28__nav-items .m-widget28__nav-item > a {
                text-align: center;
                padding: 1rem 0 1rem 0;
            }

                .m-widget28 .m-widget28__container .m-widget28__nav-items .m-widget28__nav-item > a > span {
                    display: block;
                }

                    .m-widget28 .m-widget28__container .m-widget28__nav-items .m-widget28__nav-item > a > span > i {
                        font-size: 2.2rem;
                        margin-right: 0;
                        padding-bottom: 1rem;
                        padding-top: 0.4rem;
                    }

                    .m-widget28 .m-widget28__container .m-widget28__nav-items .m-widget28__nav-item > a > span:last-child {
                        font-size: 0.8rem;
                    }

    .m-widget28 .m-widget28__container .m-widget28__tab {
        margin-top: 2rem;
    }

        .m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item {
            margin-top: 1.2rem;
        }

            .m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item > span {
                display: block;
            }

                .m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item > span:first-child {
                    font-size: 0.85rem;
                    font-weight: 500;
                }

                .m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item > span:last-child {
                    font-size: 1.1rem;
                    font-weight: 600;
                    margin-bottom: 1rem;
                }

            .m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item:first-child {
                margin-top: 0;
            }

    .m-widget28 .m-widget28__container .m-widget28__nav-items .m-widget28__nav-item > a {
        color: #a4a6ae;
        border: 1px solid #9ea7c0;
        color: #fff;
    }

        .m-widget28 .m-widget28__container .m-widget28__nav-items .m-widget28__nav-item > a.active {
            background-color: #456ADC;
        }

    .m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item {
        border-bottom: 1px solid #ebedf2;
    }

        .m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item > span:first-child {
            color: #a4a6ae;
        }

        .m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item > span:last-child {
            color: #7b7e8a;
        }

        .m-widget28 .m-widget28__container .m-widget28__tab .m-widget28__tab-container .m-widget28__tab-items .m-widget28__tab-item:last-child {
            border-bottom: none;
        }

.m-widget28 .m-widget28__pic {
    background-color: #5075E4;
}

.m-widget29 .m-widget_content {
    margin-bottom: 1rem;
    padding: 2.2rem 2.4rem;
}

    .m-widget29 .m-widget_content:last-child {
        margin-bottom: 0;
    }

    .m-widget29 .m-widget_content .m-widget_content-title {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .m-widget29 .m-widget_content .m-widget_content-items {
        width: 100%;
        display: table;
        table-layout: fixed;
    }

        .m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item {
            display: table-cell;
        }

            .m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span {
                display: block;
                text-align: left;
            }

                .m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span:first-child {
                    font-weight: 500;
                    font-size: 0.85rem;
                    margin: 0.7rem 0 0.3rem 0;
                }

                .m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span:last-child {
                    font-size: 1.5rem;
                    font-weight: 600;
                }

@media (max-width: 768px) {
    .m-widget29 .m-widget_content {
        padding: 2.2rem 1rem;
    }

        .m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span {
            padding-right: 1rem;
        }

            .m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span:last-child {
                padding-right: 0;
            }
}

.m-widget29 .m-widget_content {
    background-color: #fff;
}

    .m-widget29 .m-widget_content .m-widget_content-title {
        color: #7b7e8a;
    }

    .m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item > span:first-child {
        color: #9699a2;
    }

    .m-widget29 .m-widget_content .m-widget_content-items .m-widget_content-item:last-child > span:last-child {
        color: #FE21BE;
    }

.m-widget30 .m-widget_head {
    padding: 0;
    max-width: 100%;
    margin: 0 auto 2rem auto;
}

    .m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .m-widget_head-owlcarousel-item {
        cursor: pointer;
        text-align: center;
        padding: 1rem 0;
        margin: 1rem 0.5rem;
        border-radius: 0.3rem;
    }

        .m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .m-widget_head-owlcarousel-item > span {
            display: block;
        }

            .m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .m-widget_head-owlcarousel-item > span:first-child {
                font-size: 1.1rem;
                font-weight: 600;
            }

            .m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .m-widget_head-owlcarousel-item > span:last-child {
                font-weight: 500;
            }

    .m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .center > div {
        cursor: auto;
    }

.m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items {
    padding: 0 2.2rem;
}

    .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item {
        display: table;
        width: 100%;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px dashed red;
    }

        .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item .m-widget_body-item-desc {
            width: 100%;
            text-align: left;
            padding: 0 1rem;
            font-weight: 500;
        }

            .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item .m-widget_body-item-desc > span:first-child {
                font-size: 1.1rem;
                font-weight: 600;
            }

            .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item .m-widget_body-item-desc > span:last-child {
                font-size: 0.8rem;
            }

        .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item .m-widget_body-item-price {
            font-size: 1.2rem;
            font-weight: 600;
        }

        .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item > div {
            display: table-cell;
            vertical-align: middle;
        }

            .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item > div > img {
                width: 3rem;
                height: 3rem;
                border-radius: 100%;
            }

            .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item > div > span {
                display: block;
            }

            .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item > div:last-child {
                text-align: right;
            }

        .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item:last-child {
            border-bottom: none;
        }

.m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .m-widget_head-owlcarousel-item {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
}

    .m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .m-widget_head-owlcarousel-item > span:first-child {
        color: #7b7e8a;
    }

    .m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .m-widget_head-owlcarousel-item > span:last-child {
        color: #a4a6ae;
    }

.m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .center > div {
    background-color: #00c5dc;
}

    .m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .center > div > span:first-child {
        color: #ffffff;
    }

    .m-widget30 .m-widget_head .m-widget_head-owlcarousel-items .center > div > span:last-child {
        color: #10e6ff;
    }

.m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item {
    border-bottom: 1px dashed #ebedf2;
}

    .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item .m-widget_body-item-desc {
        color: #7b7e8a;
    }

        .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item .m-widget_body-item-desc > span:last-child {
            color: #a4a6ae;
        }

    .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item .m-widget_body-item-price {
        color: #00c5dc;
    }

    .m-widget30 .m-widget_body .m-widget_body-owlcarousel-items .m-widget_body-owlcarousel-item .m-widget_body-items .m-widget_body-item:last-child {
        border-bottom: none;
    }

.m-demo-icon {
    margin-bottom: 20px;
    display: table;
    padding: 10px;
}

    .m-demo-icon .m-demo-icon__preview {
        display: table-cell;
        vertical-align: middle;
        padding: 0;
        text-align: left;
        padding-right: 10px;
        width: 50px;
    }

        .m-demo-icon .m-demo-icon__preview i {
            line-height: 0;
            vertical-align: middle;
            font-size: 2rem !important;
        }

    .m-demo-icon .m-demo-icon__class {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 0;
        font-size: 0.85rem;
        font-weight: 400;
    }

    .m-demo-icon .m-demo-icon__preview i {
        color: #333439;
    }

    .m-demo-icon .m-demo-icon__class {
        color: #7b7e8a;
    }

    .m-demo-icon:hover {
        background-color: #f4f5f8;
    }

    .m-demo-icon.m-demo-icon--skin-dark .m-demo-icon__preview i {
        color: #bcbecd;
    }

    .m-demo-icon.m-demo-icon--skin-dark .m-demo-icon__class {
        color: #8284a1;
    }

    .m-demo-icon.m-demo-icon--skin-dark:hover {
        background-color: #999caa;
    }

.m-demo {
    background: #f7f7fa;
    margin-bottom: 20px;
}

    .m-demo.m-demo--last {
        margin-bottom: 0;
    }

    .m-demo .m-demo__preview {
        background: white;
        border: 4px solid #f7f7fa;
        padding: 30px;
    }

        .m-demo .m-demo__preview.m-demo__preview--btn .btn {
            margin-right: 5px;
            margin-bottom: 15px;
        }

        .m-demo .m-demo__preview.m-demo__preview--badge .m-badge {
            margin-right: 5px;
            margin-bottom: 15px;
        }

    .m-demo .m-demo__tools {
        position: relative;
    }

    .m-demo .m-demo__btn {
        position: absolute;
        z-index: 100;
        top: -4px;
        right: 4px;
        padding: 2px 6px 2px 6px;
        cursor: pointer;
        font-size: 0.7rem;
        font-weight: 400;
        text-transform: uppercase;
        border-radius: 0 3px 3px 0;
        background-color: #e3e3ea;
    }

        .m-demo .m-demo__btn:hover {
            background-color: #cbcbd8;
        }

.m-demo-buttons .btn {
    margin-right: 5px;
    margin-bottom: 10px;
}

.m-demo-dropdowns .m-dropdown {
    margin-right: 5px;
    margin-bottom: 10px;
}

.m-radio,
.m-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .m-radio.m-radio--disabled, .m-radio.m-checkbox--disabled,
    .m-checkbox.m-radio--disabled,
    .m-checkbox.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
        cursor: not-allowed;
    }

    .m-radio > input,
    .m-checkbox > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .m-radio > span,
    .m-checkbox > span {
        border-radius: 3px;
        background: none;
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
    }

        .m-radio > span:after,
        .m-checkbox > span:after {
            content: '';
            position: absolute;
            display: none;
        }

    .m-radio > input:checked ~ span,
    .m-checkbox > input:checked ~ span {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background: none;
    }

        .m-radio > input:checked ~ span:after,
        .m-checkbox > input:checked ~ span:after {
            display: block;
        }

    .m-radio:hover > input:not([disabled]):checked ~ span,
    .m-radio > input:checked ~ span,
    .m-checkbox:hover > input:not([disabled]):checked ~ span,
    .m-checkbox > input:checked ~ span {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .m-radio > input:disabled ~ span,
    .m-checkbox > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
        pointer-events: none;
    }

    .m-radio.m-radio--solid > span, .m-radio.m-checkbox--solid > span,
    .m-checkbox.m-radio--solid > span,
    .m-checkbox.m-checkbox--solid > span {
        border: 1px solid transparent;
    }

    .m-radio.m-radio--solid:hover > input:not([disabled]) ~ span,
    .m-radio.m-radio--solid > input:focus ~ span, .m-radio.m-checkbox--solid:hover > input:not([disabled]) ~ span,
    .m-radio.m-checkbox--solid > input:focus ~ span,
    .m-checkbox.m-radio--solid:hover > input:not([disabled]) ~ span,
    .m-checkbox.m-radio--solid > input:focus ~ span,
    .m-checkbox.m-checkbox--solid:hover > input:not([disabled]) ~ span,
    .m-checkbox.m-checkbox--solid > input:focus ~ span {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .m-radio.m-radio--square > span, .m-radio.m-checkbox--square > span,
    .m-checkbox.m-radio--square > span,
    .m-checkbox.m-checkbox--square > span {
        border-radius: 0;
    }

    .m-radio.m-checkbox--bold > span,
    .m-radio.m-radio--bold > span,
    .m-checkbox.m-checkbox--bold > span,
    .m-checkbox.m-radio--bold > span {
        border-width: 2px !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .m-radio > span {
        border-radius: 50% !important;
    }

        .m-radio > span:after {
            top: 50%;
            left: 50%;
            margin-left: -3px;
            margin-top: -3px;
            height: 6px;
            width: 6px;
            border-radius: 100% !important;
        }

    .m-radio.m-radio--single {
        width: 18px;
        height: 18px;
    }

        .m-radio.m-radio--single > span {
            top: 0px;
        }

th > .m-radio.m-radio--single,
td > .m-radio.m-radio--single {
    right: -5px;
}

.m-checkbox > span:after {
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
    -webkit-transform: rotate(45deg) /*rtl:ignore*/;
    transform: rotate(45deg) /*rtl:ignore*/;
}

.form-inline .m-checkbox {
    margin-left: 15px;
    margin-right: 15px;
}

.m-checkbox.m-checkbox--single {
    width: 18px;
    height: 18px;
}

    .m-checkbox.m-checkbox--single > span {
        top: 0px;
    }

th > .m-checkbox.m-checkbox--single,
td > .m-checkbox.m-checkbox--single {
    right: -5px;
}

.m-checkbox-list,
.m-radio-list {
    padding: 0 0;
}

.form-horizontal .form-group .m-checkbox-list, .form-horizontal .form-group
.m-radio-list {
    padding-top: 0;
}

.m-checkbox-list .m-checkbox,
.m-checkbox-list .m-radio,
.m-radio-list .m-checkbox,
.m-radio-list .m-radio {
    display: block;
}

    .m-checkbox-list .m-checkbox:last-child,
    .m-checkbox-list .m-radio:last-child,
    .m-radio-list .m-checkbox:last-child,
    .m-radio-list .m-radio:last-child {
        margin-bottom: 5px;
    }

.m-checkbox-inline,
.m-radio-inline {
    padding: 0 0;
}

    .m-checkbox-inline .m-checkbox,
    .m-checkbox-inline .m-radio,
    .m-radio-inline .m-checkbox,
    .m-radio-inline .m-radio {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 5px;
    }

        .m-checkbox-inline .m-checkbox:last-child,
        .m-checkbox-inline .m-radio:last-child,
        .m-radio-inline .m-checkbox:last-child,
        .m-radio-inline .m-radio:last-child {
            margin-right: 0;
        }

.m-form__group.row .m-checkbox-inline,
.m-form__group.row .m-radio-inline {
    margin-top: 5px;
}

.m-form__group.row .m-checkbox-list,
.m-form__group.row .m-radio-list {
    margin-top: 2px;
}

.m-checkbox {
    color: #575962;
}

    .m-checkbox.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox > span:after {
            border: solid #7281a4;
        }

    .m-checkbox > input:disabled ~ span:after {
        border-color: #bdc3d4;
    }

    .m-checkbox > input:checked ~ span {
        border: 1px solid #bdc3d4;
    }

    .m-checkbox.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #bdc3d4;
    }

    .m-checkbox > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--solid > span {
            background: #e2e5ec;
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--solid > span:after {
                border: solid #7281a4;
            }

        .m-checkbox.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--solid > input:checked ~ span {
            background: #dfe2ea;
        }

    .m-checkbox.m-checkbox--brand.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--brand > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--brand > span:after {
            border: solid #716aca;
        }

    .m-checkbox.m-checkbox--brand > input:disabled ~ span:after {
        border-color: #716aca;
    }

    .m-checkbox.m-checkbox--brand > input:checked ~ span {
        border: 1px solid #716aca;
    }

    .m-checkbox.m-checkbox--brand.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #716aca;
    }

    .m-checkbox.m-checkbox--brand > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--brand.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--brand.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--brand.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--brand.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--brand.m-checkbox--solid > input:checked ~ span {
            background: #716aca;
        }

    .m-checkbox.m-checkbox--metal.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--metal > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--metal > span:after {
            border: solid #c4c5d6;
        }

    .m-checkbox.m-checkbox--metal > input:disabled ~ span:after {
        border-color: #c4c5d6;
    }

    .m-checkbox.m-checkbox--metal > input:checked ~ span {
        border: 1px solid #c4c5d6;
    }

    .m-checkbox.m-checkbox--metal.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #c4c5d6;
    }

    .m-checkbox.m-checkbox--metal > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--metal.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--metal.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--metal.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--metal.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--metal.m-checkbox--solid > input:checked ~ span {
            background: #c4c5d6;
        }

    .m-checkbox.m-checkbox--light.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--light > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--light > span:after {
            border: solid #ffffff;
        }

    .m-checkbox.m-checkbox--light > input:disabled ~ span:after {
        border-color: #ffffff;
    }

    .m-checkbox.m-checkbox--light > input:checked ~ span {
        border: 1px solid #ffffff;
    }

    .m-checkbox.m-checkbox--light.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #ffffff;
    }

    .m-checkbox.m-checkbox--light > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--light.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--light.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--light.m-checkbox--solid > span:after {
                border: solid #282a3c;
            }

        .m-checkbox.m-checkbox--light.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--light.m-checkbox--solid > input:checked ~ span {
            background: #ffffff;
        }

    .m-checkbox.m-checkbox--accent.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--accent > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--accent > span:after {
            border: solid #00c5dc;
        }

    .m-checkbox.m-checkbox--accent > input:disabled ~ span:after {
        border-color: #00c5dc;
    }

    .m-checkbox.m-checkbox--accent > input:checked ~ span {
        border: 1px solid #00c5dc;
    }

    .m-checkbox.m-checkbox--accent.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #00c5dc;
    }

    .m-checkbox.m-checkbox--accent > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--accent.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--accent.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--accent.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--accent.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--accent.m-checkbox--solid > input:checked ~ span {
            background: #00c5dc;
        }

    .m-checkbox.m-checkbox--focus.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--focus > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--focus > span:after {
            border: solid #9816f4;
        }

    .m-checkbox.m-checkbox--focus > input:disabled ~ span:after {
        border-color: #9816f4;
    }

    .m-checkbox.m-checkbox--focus > input:checked ~ span {
        border: 1px solid #9816f4;
    }

    .m-checkbox.m-checkbox--focus.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #9816f4;
    }

    .m-checkbox.m-checkbox--focus > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--focus.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--focus.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--focus.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--focus.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--focus.m-checkbox--solid > input:checked ~ span {
            background: #9816f4;
        }

    .m-checkbox.m-checkbox--primary.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--primary > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--primary > span:after {
            border: solid #5867dd;
        }

    .m-checkbox.m-checkbox--primary > input:disabled ~ span:after {
        border-color: #5867dd;
    }

    .m-checkbox.m-checkbox--primary > input:checked ~ span {
        border: 1px solid #5867dd;
    }

    .m-checkbox.m-checkbox--primary.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #5867dd;
    }

    .m-checkbox.m-checkbox--primary > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--primary.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--primary.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--primary.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--primary.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--primary.m-checkbox--solid > input:checked ~ span {
            background: #5867dd;
        }

    .m-checkbox.m-checkbox--success.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--success > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--success > span:after {
            border: solid #34bfa3;
        }

    .m-checkbox.m-checkbox--success > input:disabled ~ span:after {
        border-color: #34bfa3;
    }

    .m-checkbox.m-checkbox--success > input:checked ~ span {
        border: 1px solid #34bfa3;
    }

    .m-checkbox.m-checkbox--success.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #34bfa3;
    }

    .m-checkbox.m-checkbox--success > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--success.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--success.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--success.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--success.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--success.m-checkbox--solid > input:checked ~ span {
            background: #34bfa3;
        }

    .m-checkbox.m-checkbox--info.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--info > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--info > span:after {
            border: solid #36a3f7;
        }

    .m-checkbox.m-checkbox--info > input:disabled ~ span:after {
        border-color: #36a3f7;
    }

    .m-checkbox.m-checkbox--info > input:checked ~ span {
        border: 1px solid #36a3f7;
    }

    .m-checkbox.m-checkbox--info.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #36a3f7;
    }

    .m-checkbox.m-checkbox--info > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--info.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--info.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--info.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--info.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--info.m-checkbox--solid > input:checked ~ span {
            background: #36a3f7;
        }

    .m-checkbox.m-checkbox--warning.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--warning > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--warning > span:after {
            border: solid #ffb822;
        }

    .m-checkbox.m-checkbox--warning > input:disabled ~ span:after {
        border-color: #ffb822;
    }

    .m-checkbox.m-checkbox--warning > input:checked ~ span {
        border: 1px solid #ffb822;
    }

    .m-checkbox.m-checkbox--warning.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #ffb822;
    }

    .m-checkbox.m-checkbox--warning > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--warning.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--warning.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--warning.m-checkbox--solid > span:after {
                border: solid #111111;
            }

        .m-checkbox.m-checkbox--warning.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--warning.m-checkbox--solid > input:checked ~ span {
            background: #ffb822;
        }

    .m-checkbox.m-checkbox--danger.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--danger > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--danger > span:after {
            border: solid #f4516c;
        }

    .m-checkbox.m-checkbox--danger > input:disabled ~ span:after {
        border-color: #f4516c;
    }

    .m-checkbox.m-checkbox--danger > input:checked ~ span {
        border: 1px solid #f4516c;
    }

    .m-checkbox.m-checkbox--danger.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #f4516c;
    }

    .m-checkbox.m-checkbox--danger > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--danger.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--danger.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--danger.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--danger.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--danger.m-checkbox--solid > input:checked ~ span {
            background: #f4516c;
        }

    .m-checkbox.m-checkbox--air > span {
        -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
        box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
    }

    .m-checkbox.m-checkbox--air.m-checkbox--solid > span {
    }

.m-radio {
    color: #575962;
}

    .m-radio.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio > span:after {
            border: solid #7281a4;
            background: #7281a4;
        }

    .m-radio > input:disabled ~ span:after {
        border-color: #bdc3d4;
    }

    .m-radio > input:checked ~ span {
        border: 1px solid #bdc3d4;
    }

    .m-radio.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #bdc3d4;
    }

    .m-radio > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--solid > span {
            background: #e2e5ec;
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--solid > span:after {
                border: solid #7281a4;
                background: #7281a4;
            }

        .m-radio.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--solid > input:checked ~ span {
            background: #dfe2ea;
        }

    .m-radio.m-radio--brand.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--brand > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--brand > span:after {
            border: solid #716aca;
            background: #716aca;
        }

    .m-radio.m-radio--brand > input:disabled ~ span:after {
        border-color: #716aca;
    }

    .m-radio.m-radio--brand > input:checked ~ span {
        border: 1px solid #716aca;
    }

    .m-radio.m-radio--brand.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #716aca;
    }

    .m-radio.m-radio--brand > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--brand.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--brand.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--brand.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--brand.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--brand.m-radio--solid > input:checked ~ span {
            background: #716aca;
        }

    .m-radio.m-radio--metal.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--metal > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--metal > span:after {
            border: solid #c4c5d6;
            background: #c4c5d6;
        }

    .m-radio.m-radio--metal > input:disabled ~ span:after {
        border-color: #c4c5d6;
    }

    .m-radio.m-radio--metal > input:checked ~ span {
        border: 1px solid #c4c5d6;
    }

    .m-radio.m-radio--metal.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #c4c5d6;
    }

    .m-radio.m-radio--metal > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--metal.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--metal.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--metal.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--metal.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--metal.m-radio--solid > input:checked ~ span {
            background: #c4c5d6;
        }

    .m-radio.m-radio--light.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--light > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--light > span:after {
            border: solid #ffffff;
            background: #ffffff;
        }

    .m-radio.m-radio--light > input:disabled ~ span:after {
        border-color: #ffffff;
    }

    .m-radio.m-radio--light > input:checked ~ span {
        border: 1px solid #ffffff;
    }

    .m-radio.m-radio--light.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #ffffff;
    }

    .m-radio.m-radio--light > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--light.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--light.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--light.m-radio--solid > span:after {
                border: solid #282a3c;
                background: #282a3c;
            }

        .m-radio.m-radio--light.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--light.m-radio--solid > input:checked ~ span {
            background: #ffffff;
        }

    .m-radio.m-radio--accent.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--accent > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--accent > span:after {
            border: solid #00c5dc;
            background: #00c5dc;
        }

    .m-radio.m-radio--accent > input:disabled ~ span:after {
        border-color: #00c5dc;
    }

    .m-radio.m-radio--accent > input:checked ~ span {
        border: 1px solid #00c5dc;
    }

    .m-radio.m-radio--accent.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #00c5dc;
    }

    .m-radio.m-radio--accent > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--accent.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--accent.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--accent.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--accent.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--accent.m-radio--solid > input:checked ~ span {
            background: #00c5dc;
        }

    .m-radio.m-radio--focus.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--focus > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--focus > span:after {
            border: solid #9816f4;
            background: #9816f4;
        }

    .m-radio.m-radio--focus > input:disabled ~ span:after {
        border-color: #9816f4;
    }

    .m-radio.m-radio--focus > input:checked ~ span {
        border: 1px solid #9816f4;
    }

    .m-radio.m-radio--focus.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #9816f4;
    }

    .m-radio.m-radio--focus > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--focus.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--focus.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--focus.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--focus.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--focus.m-radio--solid > input:checked ~ span {
            background: #9816f4;
        }

    .m-radio.m-radio--primary.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--primary > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--primary > span:after {
            border: solid #5867dd;
            background: #5867dd;
        }

    .m-radio.m-radio--primary > input:disabled ~ span:after {
        border-color: #5867dd;
    }

    .m-radio.m-radio--primary > input:checked ~ span {
        border: 1px solid #5867dd;
    }

    .m-radio.m-radio--primary.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #5867dd;
    }

    .m-radio.m-radio--primary > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--primary.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--primary.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--primary.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--primary.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--primary.m-radio--solid > input:checked ~ span {
            background: #5867dd;
        }

    .m-radio.m-radio--success.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--success > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--success > span:after {
            border: solid #34bfa3;
            background: #34bfa3;
        }

    .m-radio.m-radio--success > input:disabled ~ span:after {
        border-color: #34bfa3;
    }

    .m-radio.m-radio--success > input:checked ~ span {
        border: 1px solid #34bfa3;
    }

    .m-radio.m-radio--success.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #34bfa3;
    }

    .m-radio.m-radio--success > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--success.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--success.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--success.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--success.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--success.m-radio--solid > input:checked ~ span {
            background: #34bfa3;
        }

    .m-radio.m-radio--info.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--info > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--info > span:after {
            border: solid #36a3f7;
            background: #36a3f7;
        }

    .m-radio.m-radio--info > input:disabled ~ span:after {
        border-color: #36a3f7;
    }

    .m-radio.m-radio--info > input:checked ~ span {
        border: 1px solid #36a3f7;
    }

    .m-radio.m-radio--info.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #36a3f7;
    }

    .m-radio.m-radio--info > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--info.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--info.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--info.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--info.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--info.m-radio--solid > input:checked ~ span {
            background: #36a3f7;
        }

    .m-radio.m-radio--warning.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--warning > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--warning > span:after {
            border: solid #ffb822;
            background: #ffb822;
        }

    .m-radio.m-radio--warning > input:disabled ~ span:after {
        border-color: #ffb822;
    }

    .m-radio.m-radio--warning > input:checked ~ span {
        border: 1px solid #ffb822;
    }

    .m-radio.m-radio--warning.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #ffb822;
    }

    .m-radio.m-radio--warning > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--warning.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--warning.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--warning.m-radio--solid > span:after {
                border: solid #111111;
                background: #111111;
            }

        .m-radio.m-radio--warning.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--warning.m-radio--solid > input:checked ~ span {
            background: #ffb822;
        }

    .m-radio.m-radio--danger.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--danger > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--danger > span:after {
            border: solid #f4516c;
            background: #f4516c;
        }

    .m-radio.m-radio--danger > input:disabled ~ span:after {
        border-color: #f4516c;
    }

    .m-radio.m-radio--danger > input:checked ~ span {
        border: 1px solid #f4516c;
    }

    .m-radio.m-radio--danger.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #f4516c;
    }

    .m-radio.m-radio--danger > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--danger.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--danger.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--danger.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--danger.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--danger.m-radio--solid > input:checked ~ span {
            background: #f4516c;
        }

    .m-radio.m-radio--air > span {
        -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
        box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
    }

    .m-radio.m-radio--air.m-radio--solid > span {
    }

.m-checkbox.m-checkbox--skin-dark {
    color: #ffffff;
}

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark > span:after {
            border: solid #7281a4;
        }

    .m-checkbox.m-checkbox--skin-dark > input:disabled ~ span:after {
        border-color: #bdc3d4;
    }

    .m-checkbox.m-checkbox--skin-dark > input:checked ~ span {
        border: 1px solid #bdc3d4;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #bdc3d4;
    }

    .m-checkbox.m-checkbox--skin-dark > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--solid > span {
            background: #bdc3d4;
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--solid > span:after {
                border: solid #7281a4;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--solid > input:checked ~ span {
            background: #bdc3d4;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand > span:after {
            border: solid #716aca;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand > input:disabled ~ span:after {
        border-color: #716aca;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand > input:checked ~ span {
        border: 1px solid #716aca;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #716aca;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--brand.m-checkbox--solid > input:checked ~ span {
            background: #716aca;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal > span:after {
            border: solid #c4c5d6;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal > input:disabled ~ span:after {
        border-color: #c4c5d6;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal > input:checked ~ span {
        border: 1px solid #c4c5d6;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #c4c5d6;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--metal.m-checkbox--solid > input:checked ~ span {
            background: #c4c5d6;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--light.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--light > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--light > span:after {
            border: solid #ffffff;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--light > input:disabled ~ span:after {
        border-color: #ffffff;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--light > input:checked ~ span {
        border: 1px solid #ffffff;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--light.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #ffffff;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--light > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--light.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--light.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--light.m-checkbox--solid > span:after {
                border: solid #282a3c;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--light.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--light.m-checkbox--solid > input:checked ~ span {
            background: #ffffff;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent > span:after {
            border: solid #00c5dc;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent > input:disabled ~ span:after {
        border-color: #00c5dc;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent > input:checked ~ span {
        border: 1px solid #00c5dc;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #00c5dc;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--accent.m-checkbox--solid > input:checked ~ span {
            background: #00c5dc;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus > span:after {
            border: solid #9816f4;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus > input:disabled ~ span:after {
        border-color: #9816f4;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus > input:checked ~ span {
        border: 1px solid #9816f4;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #9816f4;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--focus.m-checkbox--solid > input:checked ~ span {
            background: #9816f4;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary > span:after {
            border: solid #5867dd;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary > input:disabled ~ span:after {
        border-color: #5867dd;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary > input:checked ~ span {
        border: 1px solid #5867dd;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #5867dd;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--primary.m-checkbox--solid > input:checked ~ span {
            background: #5867dd;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--success.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--success > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--success > span:after {
            border: solid #34bfa3;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--success > input:disabled ~ span:after {
        border-color: #34bfa3;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--success > input:checked ~ span {
        border: 1px solid #34bfa3;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--success.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #34bfa3;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--success > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--success.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--success.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--success.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--success.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--success.m-checkbox--solid > input:checked ~ span {
            background: #34bfa3;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--info.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--info > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--info > span:after {
            border: solid #36a3f7;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--info > input:disabled ~ span:after {
        border-color: #36a3f7;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--info > input:checked ~ span {
        border: 1px solid #36a3f7;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--info.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #36a3f7;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--info > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--info.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--info.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--info.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--info.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--info.m-checkbox--solid > input:checked ~ span {
            background: #36a3f7;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning > span:after {
            border: solid #ffb822;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning > input:disabled ~ span:after {
        border-color: #ffb822;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning > input:checked ~ span {
        border: 1px solid #ffb822;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #ffb822;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning.m-checkbox--solid > span:after {
                border: solid #111111;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--warning.m-checkbox--solid > input:checked ~ span {
            background: #ffb822;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger.m-checkbox--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger > span {
        border: 1px solid #bdc3d4;
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger > span:after {
            border: solid #f4516c;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger > input:disabled ~ span:after {
        border-color: #f4516c;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger > input:checked ~ span {
        border: 1px solid #f4516c;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger.m-checkbox--check-bold > input:checked ~ span {
        border: 2px solid #f4516c;
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger.m-checkbox--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger.m-checkbox--solid > span {
            border: 1px solid transparent !important;
        }

            .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger.m-checkbox--solid > span:after {
                border: solid #ffffff;
            }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger.m-checkbox--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-checkbox.m-checkbox--skin-dark.m-checkbox--danger.m-checkbox--solid > input:checked ~ span {
            background: #f4516c;
        }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--air > span {
        -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
        box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
    }

    .m-checkbox.m-checkbox--skin-dark.m-checkbox--air.m-checkbox--solid > span {
    }

.m-radio.m-radio--skin-dark {
    color: #ffffff;
}

    .m-radio.m-radio--skin-dark.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark > span:after {
            border: solid #7281a4;
            background: #7281a4;
        }

    .m-radio.m-radio--skin-dark > input:disabled ~ span:after {
        border-color: #bdc3d4;
    }

    .m-radio.m-radio--skin-dark > input:checked ~ span {
        border: 1px solid #bdc3d4;
    }

    .m-radio.m-radio--skin-dark.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #bdc3d4;
    }

    .m-radio.m-radio--skin-dark > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--solid > span {
            background: #bdc3d4;
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--solid > span:after {
                border: solid #7281a4;
                background: #7281a4;
            }

        .m-radio.m-radio--skin-dark.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--solid > input:checked ~ span {
            background: #bdc3d4;
        }

    .m-radio.m-radio--skin-dark.m-radio--brand.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark.m-radio--brand > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark.m-radio--brand > span:after {
            border: solid #716aca;
            background: #716aca;
        }

    .m-radio.m-radio--skin-dark.m-radio--brand > input:disabled ~ span:after {
        border-color: #716aca;
    }

    .m-radio.m-radio--skin-dark.m-radio--brand > input:checked ~ span {
        border: 1px solid #716aca;
    }

    .m-radio.m-radio--skin-dark.m-radio--brand.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #716aca;
    }

    .m-radio.m-radio--skin-dark.m-radio--brand > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--brand.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--brand.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--brand.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--skin-dark.m-radio--brand.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--brand.m-radio--solid > input:checked ~ span {
            background: #716aca;
        }

    .m-radio.m-radio--skin-dark.m-radio--metal.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark.m-radio--metal > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark.m-radio--metal > span:after {
            border: solid #c4c5d6;
            background: #c4c5d6;
        }

    .m-radio.m-radio--skin-dark.m-radio--metal > input:disabled ~ span:after {
        border-color: #c4c5d6;
    }

    .m-radio.m-radio--skin-dark.m-radio--metal > input:checked ~ span {
        border: 1px solid #c4c5d6;
    }

    .m-radio.m-radio--skin-dark.m-radio--metal.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #c4c5d6;
    }

    .m-radio.m-radio--skin-dark.m-radio--metal > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--metal.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--metal.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--metal.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--skin-dark.m-radio--metal.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--metal.m-radio--solid > input:checked ~ span {
            background: #c4c5d6;
        }

    .m-radio.m-radio--skin-dark.m-radio--light.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark.m-radio--light > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark.m-radio--light > span:after {
            border: solid #ffffff;
            background: #ffffff;
        }

    .m-radio.m-radio--skin-dark.m-radio--light > input:disabled ~ span:after {
        border-color: #ffffff;
    }

    .m-radio.m-radio--skin-dark.m-radio--light > input:checked ~ span {
        border: 1px solid #ffffff;
    }

    .m-radio.m-radio--skin-dark.m-radio--light.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #ffffff;
    }

    .m-radio.m-radio--skin-dark.m-radio--light > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--light.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--light.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--light.m-radio--solid > span:after {
                border: solid #282a3c;
                background: #282a3c;
            }

        .m-radio.m-radio--skin-dark.m-radio--light.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--light.m-radio--solid > input:checked ~ span {
            background: #ffffff;
        }

    .m-radio.m-radio--skin-dark.m-radio--accent.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark.m-radio--accent > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark.m-radio--accent > span:after {
            border: solid #00c5dc;
            background: #00c5dc;
        }

    .m-radio.m-radio--skin-dark.m-radio--accent > input:disabled ~ span:after {
        border-color: #00c5dc;
    }

    .m-radio.m-radio--skin-dark.m-radio--accent > input:checked ~ span {
        border: 1px solid #00c5dc;
    }

    .m-radio.m-radio--skin-dark.m-radio--accent.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #00c5dc;
    }

    .m-radio.m-radio--skin-dark.m-radio--accent > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--accent.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--accent.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--accent.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--skin-dark.m-radio--accent.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--accent.m-radio--solid > input:checked ~ span {
            background: #00c5dc;
        }

    .m-radio.m-radio--skin-dark.m-radio--focus.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark.m-radio--focus > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark.m-radio--focus > span:after {
            border: solid #9816f4;
            background: #9816f4;
        }

    .m-radio.m-radio--skin-dark.m-radio--focus > input:disabled ~ span:after {
        border-color: #9816f4;
    }

    .m-radio.m-radio--skin-dark.m-radio--focus > input:checked ~ span {
        border: 1px solid #9816f4;
    }

    .m-radio.m-radio--skin-dark.m-radio--focus.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #9816f4;
    }

    .m-radio.m-radio--skin-dark.m-radio--focus > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--focus.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--focus.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--focus.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--skin-dark.m-radio--focus.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--focus.m-radio--solid > input:checked ~ span {
            background: #9816f4;
        }

    .m-radio.m-radio--skin-dark.m-radio--primary.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark.m-radio--primary > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark.m-radio--primary > span:after {
            border: solid #5867dd;
            background: #5867dd;
        }

    .m-radio.m-radio--skin-dark.m-radio--primary > input:disabled ~ span:after {
        border-color: #5867dd;
    }

    .m-radio.m-radio--skin-dark.m-radio--primary > input:checked ~ span {
        border: 1px solid #5867dd;
    }

    .m-radio.m-radio--skin-dark.m-radio--primary.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #5867dd;
    }

    .m-radio.m-radio--skin-dark.m-radio--primary > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--primary.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--primary.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--primary.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--skin-dark.m-radio--primary.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--primary.m-radio--solid > input:checked ~ span {
            background: #5867dd;
        }

    .m-radio.m-radio--skin-dark.m-radio--success.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark.m-radio--success > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark.m-radio--success > span:after {
            border: solid #34bfa3;
            background: #34bfa3;
        }

    .m-radio.m-radio--skin-dark.m-radio--success > input:disabled ~ span:after {
        border-color: #34bfa3;
    }

    .m-radio.m-radio--skin-dark.m-radio--success > input:checked ~ span {
        border: 1px solid #34bfa3;
    }

    .m-radio.m-radio--skin-dark.m-radio--success.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #34bfa3;
    }

    .m-radio.m-radio--skin-dark.m-radio--success > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--success.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--success.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--success.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--skin-dark.m-radio--success.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--success.m-radio--solid > input:checked ~ span {
            background: #34bfa3;
        }

    .m-radio.m-radio--skin-dark.m-radio--info.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark.m-radio--info > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark.m-radio--info > span:after {
            border: solid #36a3f7;
            background: #36a3f7;
        }

    .m-radio.m-radio--skin-dark.m-radio--info > input:disabled ~ span:after {
        border-color: #36a3f7;
    }

    .m-radio.m-radio--skin-dark.m-radio--info > input:checked ~ span {
        border: 1px solid #36a3f7;
    }

    .m-radio.m-radio--skin-dark.m-radio--info.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #36a3f7;
    }

    .m-radio.m-radio--skin-dark.m-radio--info > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--info.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--info.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--info.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--skin-dark.m-radio--info.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--info.m-radio--solid > input:checked ~ span {
            background: #36a3f7;
        }

    .m-radio.m-radio--skin-dark.m-radio--warning.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark.m-radio--warning > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark.m-radio--warning > span:after {
            border: solid #ffb822;
            background: #ffb822;
        }

    .m-radio.m-radio--skin-dark.m-radio--warning > input:disabled ~ span:after {
        border-color: #ffb822;
    }

    .m-radio.m-radio--skin-dark.m-radio--warning > input:checked ~ span {
        border: 1px solid #ffb822;
    }

    .m-radio.m-radio--skin-dark.m-radio--warning.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #ffb822;
    }

    .m-radio.m-radio--skin-dark.m-radio--warning > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--warning.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--warning.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--warning.m-radio--solid > span:after {
                border: solid #111111;
                background: #111111;
            }

        .m-radio.m-radio--skin-dark.m-radio--warning.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--warning.m-radio--solid > input:checked ~ span {
            background: #ffb822;
        }

    .m-radio.m-radio--skin-dark.m-radio--danger.m-radio--disabled {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

    .m-radio.m-radio--skin-dark.m-radio--danger > span {
        border: 1px solid #bdc3d4;
    }

        .m-radio.m-radio--skin-dark.m-radio--danger > span:after {
            border: solid #f4516c;
            background: #f4516c;
        }

    .m-radio.m-radio--skin-dark.m-radio--danger > input:disabled ~ span:after {
        border-color: #f4516c;
    }

    .m-radio.m-radio--skin-dark.m-radio--danger > input:checked ~ span {
        border: 1px solid #f4516c;
    }

    .m-radio.m-radio--skin-dark.m-radio--danger.m-radio--check-bold > input:checked ~ span {
        border: 2px solid #f4516c;
    }

    .m-radio.m-radio--skin-dark.m-radio--danger > input:disabled ~ span {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .m-radio.m-radio--skin-dark.m-radio--danger.m-radio--solid {
        /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
    }

        .m-radio.m-radio--skin-dark.m-radio--danger.m-radio--solid > span {
            border: 1px solid transparent !important;
        }

            .m-radio.m-radio--skin-dark.m-radio--danger.m-radio--solid > span:after {
                border: solid #ffffff;
                background: #ffffff;
            }

        .m-radio.m-radio--skin-dark.m-radio--danger.m-radio--solid > input:focus ~ span {
            border: 1px solid transparent !important;
        }

        .m-radio.m-radio--skin-dark.m-radio--danger.m-radio--solid > input:checked ~ span {
            background: #f4516c;
        }

    .m-radio.m-radio--skin-dark.m-radio--air > span {
        -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
        box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
    }

    .m-radio.m-radio--skin-dark.m-radio--air.m-radio--solid > span {
    }

.m-checkbox.m-checkbox--state-brand.m-checkbox--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-checkbox.m-checkbox--state-brand > span {
    border: 1px solid #716aca;
}

    .m-checkbox.m-checkbox--state-brand > span:after {
        border: solid #716aca;
    }

.m-checkbox.m-checkbox--state-brand > input:disabled ~ span:after {
    border-color: #716aca;
}

.m-checkbox.m-checkbox--state-brand > input:checked ~ span {
    border: 1px solid #716aca;
}

.m-checkbox.m-checkbox--state-brand.m-checkbox--check-bold > input:checked ~ span {
    border: 2px solid #716aca;
}

.m-checkbox.m-checkbox--state-brand > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-checkbox.m-checkbox--state-brand.m-checkbox--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-checkbox.m-checkbox--state-brand.m-checkbox--solid > span {
        background: #716aca;
        border: 1px solid transparent !important;
    }

        .m-checkbox.m-checkbox--state-brand.m-checkbox--solid > span:after {
            border: solid #ffffff;
        }

    .m-checkbox.m-checkbox--state-brand.m-checkbox--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-checkbox.m-checkbox--state-brand.m-checkbox--solid > input:checked ~ span {
        background: #716aca;
    }

.m-radio.m-radio--state-brand.m-radio--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-radio.m-radio--state-brand > span {
    border: 1px solid #716aca;
}

    .m-radio.m-radio--state-brand > span:after {
        border: solid #716aca;
        background: #716aca;
    }

.m-radio.m-radio--state-brand > input:disabled ~ span:after {
    border-color: #716aca;
}

.m-radio.m-radio--state-brand > input:checked ~ span {
    border: 1px solid #716aca;
}

.m-radio.m-radio--state-brand.m-radio--check-bold > input:checked ~ span {
    border: 2px solid #716aca;
}

.m-radio.m-radio--state-brand > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-radio.m-radio--state-brand.m-radio--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-radio.m-radio--state-brand.m-radio--solid > span {
        background: #716aca;
        border: 1px solid transparent !important;
    }

        .m-radio.m-radio--state-brand.m-radio--solid > span:after {
            border: solid #ffffff;
            background: #ffffff;
        }

    .m-radio.m-radio--state-brand.m-radio--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-radio.m-radio--state-brand.m-radio--solid > input:checked ~ span {
        background: #716aca;
    }

.m-checkbox.m-checkbox--state-metal.m-checkbox--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-checkbox.m-checkbox--state-metal > span {
    border: 1px solid #c4c5d6;
}

    .m-checkbox.m-checkbox--state-metal > span:after {
        border: solid #c4c5d6;
    }

.m-checkbox.m-checkbox--state-metal > input:disabled ~ span:after {
    border-color: #c4c5d6;
}

.m-checkbox.m-checkbox--state-metal > input:checked ~ span {
    border: 1px solid #c4c5d6;
}

.m-checkbox.m-checkbox--state-metal.m-checkbox--check-bold > input:checked ~ span {
    border: 2px solid #c4c5d6;
}

.m-checkbox.m-checkbox--state-metal > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-checkbox.m-checkbox--state-metal.m-checkbox--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-checkbox.m-checkbox--state-metal.m-checkbox--solid > span {
        background: #c4c5d6;
        border: 1px solid transparent !important;
    }

        .m-checkbox.m-checkbox--state-metal.m-checkbox--solid > span:after {
            border: solid #ffffff;
        }

    .m-checkbox.m-checkbox--state-metal.m-checkbox--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-checkbox.m-checkbox--state-metal.m-checkbox--solid > input:checked ~ span {
        background: #c4c5d6;
    }

.m-radio.m-radio--state-metal.m-radio--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-radio.m-radio--state-metal > span {
    border: 1px solid #c4c5d6;
}

    .m-radio.m-radio--state-metal > span:after {
        border: solid #c4c5d6;
        background: #c4c5d6;
    }

.m-radio.m-radio--state-metal > input:disabled ~ span:after {
    border-color: #c4c5d6;
}

.m-radio.m-radio--state-metal > input:checked ~ span {
    border: 1px solid #c4c5d6;
}

.m-radio.m-radio--state-metal.m-radio--check-bold > input:checked ~ span {
    border: 2px solid #c4c5d6;
}

.m-radio.m-radio--state-metal > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-radio.m-radio--state-metal.m-radio--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-radio.m-radio--state-metal.m-radio--solid > span {
        background: #c4c5d6;
        border: 1px solid transparent !important;
    }

        .m-radio.m-radio--state-metal.m-radio--solid > span:after {
            border: solid #ffffff;
            background: #ffffff;
        }

    .m-radio.m-radio--state-metal.m-radio--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-radio.m-radio--state-metal.m-radio--solid > input:checked ~ span {
        background: #c4c5d6;
    }

.m-checkbox.m-checkbox--state-light.m-checkbox--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-checkbox.m-checkbox--state-light > span {
    border: 1px solid #ffffff;
}

    .m-checkbox.m-checkbox--state-light > span:after {
        border: solid #ffffff;
    }

.m-checkbox.m-checkbox--state-light > input:disabled ~ span:after {
    border-color: #ffffff;
}

.m-checkbox.m-checkbox--state-light > input:checked ~ span {
    border: 1px solid #ffffff;
}

.m-checkbox.m-checkbox--state-light.m-checkbox--check-bold > input:checked ~ span {
    border: 2px solid #ffffff;
}

.m-checkbox.m-checkbox--state-light > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-checkbox.m-checkbox--state-light.m-checkbox--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-checkbox.m-checkbox--state-light.m-checkbox--solid > span {
        background: #ffffff;
        border: 1px solid transparent !important;
    }

        .m-checkbox.m-checkbox--state-light.m-checkbox--solid > span:after {
            border: solid #282a3c;
        }

    .m-checkbox.m-checkbox--state-light.m-checkbox--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-checkbox.m-checkbox--state-light.m-checkbox--solid > input:checked ~ span {
        background: #ffffff;
    }

.m-radio.m-radio--state-light.m-radio--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-radio.m-radio--state-light > span {
    border: 1px solid #ffffff;
}

    .m-radio.m-radio--state-light > span:after {
        border: solid #ffffff;
        background: #ffffff;
    }

.m-radio.m-radio--state-light > input:disabled ~ span:after {
    border-color: #ffffff;
}

.m-radio.m-radio--state-light > input:checked ~ span {
    border: 1px solid #ffffff;
}

.m-radio.m-radio--state-light.m-radio--check-bold > input:checked ~ span {
    border: 2px solid #ffffff;
}

.m-radio.m-radio--state-light > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-radio.m-radio--state-light.m-radio--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-radio.m-radio--state-light.m-radio--solid > span {
        background: #ffffff;
        border: 1px solid transparent !important;
    }

        .m-radio.m-radio--state-light.m-radio--solid > span:after {
            border: solid #282a3c;
            background: #282a3c;
        }

    .m-radio.m-radio--state-light.m-radio--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-radio.m-radio--state-light.m-radio--solid > input:checked ~ span {
        background: #ffffff;
    }

.m-checkbox.m-checkbox--state-accent.m-checkbox--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-checkbox.m-checkbox--state-accent > span {
    border: 1px solid #00c5dc;
}

    .m-checkbox.m-checkbox--state-accent > span:after {
        border: solid #00c5dc;
    }

.m-checkbox.m-checkbox--state-accent > input:disabled ~ span:after {
    border-color: #00c5dc;
}

.m-checkbox.m-checkbox--state-accent > input:checked ~ span {
    border: 1px solid #00c5dc;
}

.m-checkbox.m-checkbox--state-accent.m-checkbox--check-bold > input:checked ~ span {
    border: 2px solid #00c5dc;
}

.m-checkbox.m-checkbox--state-accent > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-checkbox.m-checkbox--state-accent.m-checkbox--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-checkbox.m-checkbox--state-accent.m-checkbox--solid > span {
        background: #00c5dc;
        border: 1px solid transparent !important;
    }

        .m-checkbox.m-checkbox--state-accent.m-checkbox--solid > span:after {
            border: solid #ffffff;
        }

    .m-checkbox.m-checkbox--state-accent.m-checkbox--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-checkbox.m-checkbox--state-accent.m-checkbox--solid > input:checked ~ span {
        background: #00c5dc;
    }

.m-radio.m-radio--state-accent.m-radio--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-radio.m-radio--state-accent > span {
    border: 1px solid #00c5dc;
}

    .m-radio.m-radio--state-accent > span:after {
        border: solid #00c5dc;
        background: #00c5dc;
    }

.m-radio.m-radio--state-accent > input:disabled ~ span:after {
    border-color: #00c5dc;
}

.m-radio.m-radio--state-accent > input:checked ~ span {
    border: 1px solid #00c5dc;
}

.m-radio.m-radio--state-accent.m-radio--check-bold > input:checked ~ span {
    border: 2px solid #00c5dc;
}

.m-radio.m-radio--state-accent > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-radio.m-radio--state-accent.m-radio--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-radio.m-radio--state-accent.m-radio--solid > span {
        background: #00c5dc;
        border: 1px solid transparent !important;
    }

        .m-radio.m-radio--state-accent.m-radio--solid > span:after {
            border: solid #ffffff;
            background: #ffffff;
        }

    .m-radio.m-radio--state-accent.m-radio--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-radio.m-radio--state-accent.m-radio--solid > input:checked ~ span {
        background: #00c5dc;
    }

.m-checkbox.m-checkbox--state-focus.m-checkbox--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-checkbox.m-checkbox--state-focus > span {
    border: 1px solid #9816f4;
}

    .m-checkbox.m-checkbox--state-focus > span:after {
        border: solid #9816f4;
    }

.m-checkbox.m-checkbox--state-focus > input:disabled ~ span:after {
    border-color: #9816f4;
}

.m-checkbox.m-checkbox--state-focus > input:checked ~ span {
    border: 1px solid #9816f4;
}

.m-checkbox.m-checkbox--state-focus.m-checkbox--check-bold > input:checked ~ span {
    border: 2px solid #9816f4;
}

.m-checkbox.m-checkbox--state-focus > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-checkbox.m-checkbox--state-focus.m-checkbox--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-checkbox.m-checkbox--state-focus.m-checkbox--solid > span {
        background: #9816f4;
        border: 1px solid transparent !important;
    }

        .m-checkbox.m-checkbox--state-focus.m-checkbox--solid > span:after {
            border: solid #ffffff;
        }

    .m-checkbox.m-checkbox--state-focus.m-checkbox--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-checkbox.m-checkbox--state-focus.m-checkbox--solid > input:checked ~ span {
        background: #9816f4;
    }

.m-radio.m-radio--state-focus.m-radio--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-radio.m-radio--state-focus > span {
    border: 1px solid #9816f4;
}

    .m-radio.m-radio--state-focus > span:after {
        border: solid #9816f4;
        background: #9816f4;
    }

.m-radio.m-radio--state-focus > input:disabled ~ span:after {
    border-color: #9816f4;
}

.m-radio.m-radio--state-focus > input:checked ~ span {
    border: 1px solid #9816f4;
}

.m-radio.m-radio--state-focus.m-radio--check-bold > input:checked ~ span {
    border: 2px solid #9816f4;
}

.m-radio.m-radio--state-focus > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-radio.m-radio--state-focus.m-radio--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-radio.m-radio--state-focus.m-radio--solid > span {
        background: #9816f4;
        border: 1px solid transparent !important;
    }

        .m-radio.m-radio--state-focus.m-radio--solid > span:after {
            border: solid #ffffff;
            background: #ffffff;
        }

    .m-radio.m-radio--state-focus.m-radio--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-radio.m-radio--state-focus.m-radio--solid > input:checked ~ span {
        background: #9816f4;
    }

.m-checkbox.m-checkbox--state-primary.m-checkbox--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-checkbox.m-checkbox--state-primary > span {
    border: 1px solid #5867dd;
}

    .m-checkbox.m-checkbox--state-primary > span:after {
        border: solid #5867dd;
    }

.m-checkbox.m-checkbox--state-primary > input:disabled ~ span:after {
    border-color: #5867dd;
}

.m-checkbox.m-checkbox--state-primary > input:checked ~ span {
    border: 1px solid #5867dd;
}

.m-checkbox.m-checkbox--state-primary.m-checkbox--check-bold > input:checked ~ span {
    border: 2px solid #5867dd;
}

.m-checkbox.m-checkbox--state-primary > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-checkbox.m-checkbox--state-primary.m-checkbox--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-checkbox.m-checkbox--state-primary.m-checkbox--solid > span {
        background: #5867dd;
        border: 1px solid transparent !important;
    }

        .m-checkbox.m-checkbox--state-primary.m-checkbox--solid > span:after {
            border: solid #ffffff;
        }

    .m-checkbox.m-checkbox--state-primary.m-checkbox--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-checkbox.m-checkbox--state-primary.m-checkbox--solid > input:checked ~ span {
        background: #5867dd;
    }

.m-radio.m-radio--state-primary.m-radio--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-radio.m-radio--state-primary > span {
    border: 1px solid #5867dd;
}

    .m-radio.m-radio--state-primary > span:after {
        border: solid #5867dd;
        background: #5867dd;
    }

.m-radio.m-radio--state-primary > input:disabled ~ span:after {
    border-color: #5867dd;
}

.m-radio.m-radio--state-primary > input:checked ~ span {
    border: 1px solid #5867dd;
}

.m-radio.m-radio--state-primary.m-radio--check-bold > input:checked ~ span {
    border: 2px solid #5867dd;
}

.m-radio.m-radio--state-primary > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-radio.m-radio--state-primary.m-radio--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-radio.m-radio--state-primary.m-radio--solid > span {
        background: #5867dd;
        border: 1px solid transparent !important;
    }

        .m-radio.m-radio--state-primary.m-radio--solid > span:after {
            border: solid #ffffff;
            background: #ffffff;
        }

    .m-radio.m-radio--state-primary.m-radio--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-radio.m-radio--state-primary.m-radio--solid > input:checked ~ span {
        background: #5867dd;
    }

.m-checkbox.m-checkbox--state-success.m-checkbox--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-checkbox.m-checkbox--state-success > span {
    border: 1px solid #34bfa3;
}

    .m-checkbox.m-checkbox--state-success > span:after {
        border: solid #34bfa3;
    }

.m-checkbox.m-checkbox--state-success > input:disabled ~ span:after {
    border-color: #34bfa3;
}

.m-checkbox.m-checkbox--state-success > input:checked ~ span {
    border: 1px solid #34bfa3;
}

.m-checkbox.m-checkbox--state-success.m-checkbox--check-bold > input:checked ~ span {
    border: 2px solid #34bfa3;
}

.m-checkbox.m-checkbox--state-success > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-checkbox.m-checkbox--state-success.m-checkbox--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-checkbox.m-checkbox--state-success.m-checkbox--solid > span {
        background: #34bfa3;
        border: 1px solid transparent !important;
    }

        .m-checkbox.m-checkbox--state-success.m-checkbox--solid > span:after {
            border: solid #ffffff;
        }

    .m-checkbox.m-checkbox--state-success.m-checkbox--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-checkbox.m-checkbox--state-success.m-checkbox--solid > input:checked ~ span {
        background: #34bfa3;
    }

.m-radio.m-radio--state-success.m-radio--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-radio.m-radio--state-success > span {
    border: 1px solid #34bfa3;
}

    .m-radio.m-radio--state-success > span:after {
        border: solid #34bfa3;
        background: #34bfa3;
    }

.m-radio.m-radio--state-success > input:disabled ~ span:after {
    border-color: #34bfa3;
}

.m-radio.m-radio--state-success > input:checked ~ span {
    border: 1px solid #34bfa3;
}

.m-radio.m-radio--state-success.m-radio--check-bold > input:checked ~ span {
    border: 2px solid #34bfa3;
}

.m-radio.m-radio--state-success > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-radio.m-radio--state-success.m-radio--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-radio.m-radio--state-success.m-radio--solid > span {
        background: #34bfa3;
        border: 1px solid transparent !important;
    }

        .m-radio.m-radio--state-success.m-radio--solid > span:after {
            border: solid #ffffff;
            background: #ffffff;
        }

    .m-radio.m-radio--state-success.m-radio--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-radio.m-radio--state-success.m-radio--solid > input:checked ~ span {
        background: #34bfa3;
    }

.m-checkbox.m-checkbox--state-info.m-checkbox--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-checkbox.m-checkbox--state-info > span {
    border: 1px solid #36a3f7;
}

    .m-checkbox.m-checkbox--state-info > span:after {
        border: solid #36a3f7;
    }

.m-checkbox.m-checkbox--state-info > input:disabled ~ span:after {
    border-color: #36a3f7;
}

.m-checkbox.m-checkbox--state-info > input:checked ~ span {
    border: 1px solid #36a3f7;
}

.m-checkbox.m-checkbox--state-info.m-checkbox--check-bold > input:checked ~ span {
    border: 2px solid #36a3f7;
}

.m-checkbox.m-checkbox--state-info > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-checkbox.m-checkbox--state-info.m-checkbox--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-checkbox.m-checkbox--state-info.m-checkbox--solid > span {
        background: #36a3f7;
        border: 1px solid transparent !important;
    }

        .m-checkbox.m-checkbox--state-info.m-checkbox--solid > span:after {
            border: solid #ffffff;
        }

    .m-checkbox.m-checkbox--state-info.m-checkbox--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-checkbox.m-checkbox--state-info.m-checkbox--solid > input:checked ~ span {
        background: #36a3f7;
    }

.m-radio.m-radio--state-info.m-radio--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-radio.m-radio--state-info > span {
    border: 1px solid #36a3f7;
}

    .m-radio.m-radio--state-info > span:after {
        border: solid #36a3f7;
        background: #36a3f7;
    }

.m-radio.m-radio--state-info > input:disabled ~ span:after {
    border-color: #36a3f7;
}

.m-radio.m-radio--state-info > input:checked ~ span {
    border: 1px solid #36a3f7;
}

.m-radio.m-radio--state-info.m-radio--check-bold > input:checked ~ span {
    border: 2px solid #36a3f7;
}

.m-radio.m-radio--state-info > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-radio.m-radio--state-info.m-radio--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-radio.m-radio--state-info.m-radio--solid > span {
        background: #36a3f7;
        border: 1px solid transparent !important;
    }

        .m-radio.m-radio--state-info.m-radio--solid > span:after {
            border: solid #ffffff;
            background: #ffffff;
        }

    .m-radio.m-radio--state-info.m-radio--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-radio.m-radio--state-info.m-radio--solid > input:checked ~ span {
        background: #36a3f7;
    }

.m-checkbox.m-checkbox--state-warning.m-checkbox--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-checkbox.m-checkbox--state-warning > span {
    border: 1px solid #ffb822;
}

    .m-checkbox.m-checkbox--state-warning > span:after {
        border: solid #ffb822;
    }

.m-checkbox.m-checkbox--state-warning > input:disabled ~ span:after {
    border-color: #ffb822;
}

.m-checkbox.m-checkbox--state-warning > input:checked ~ span {
    border: 1px solid #ffb822;
}

.m-checkbox.m-checkbox--state-warning.m-checkbox--check-bold > input:checked ~ span {
    border: 2px solid #ffb822;
}

.m-checkbox.m-checkbox--state-warning > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-checkbox.m-checkbox--state-warning.m-checkbox--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-checkbox.m-checkbox--state-warning.m-checkbox--solid > span {
        background: #ffb822;
        border: 1px solid transparent !important;
    }

        .m-checkbox.m-checkbox--state-warning.m-checkbox--solid > span:after {
            border: solid #111111;
        }

    .m-checkbox.m-checkbox--state-warning.m-checkbox--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-checkbox.m-checkbox--state-warning.m-checkbox--solid > input:checked ~ span {
        background: #ffb822;
    }

.m-radio.m-radio--state-warning.m-radio--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-radio.m-radio--state-warning > span {
    border: 1px solid #ffb822;
}

    .m-radio.m-radio--state-warning > span:after {
        border: solid #ffb822;
        background: #ffb822;
    }

.m-radio.m-radio--state-warning > input:disabled ~ span:after {
    border-color: #ffb822;
}

.m-radio.m-radio--state-warning > input:checked ~ span {
    border: 1px solid #ffb822;
}

.m-radio.m-radio--state-warning.m-radio--check-bold > input:checked ~ span {
    border: 2px solid #ffb822;
}

.m-radio.m-radio--state-warning > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-radio.m-radio--state-warning.m-radio--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-radio.m-radio--state-warning.m-radio--solid > span {
        background: #ffb822;
        border: 1px solid transparent !important;
    }

        .m-radio.m-radio--state-warning.m-radio--solid > span:after {
            border: solid #111111;
            background: #111111;
        }

    .m-radio.m-radio--state-warning.m-radio--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-radio.m-radio--state-warning.m-radio--solid > input:checked ~ span {
        background: #ffb822;
    }

.m-checkbox.m-checkbox--state-danger.m-checkbox--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-checkbox.m-checkbox--state-danger > span {
    border: 1px solid #f4516c;
}

    .m-checkbox.m-checkbox--state-danger > span:after {
        border: solid #f4516c;
    }

.m-checkbox.m-checkbox--state-danger > input:disabled ~ span:after {
    border-color: #f4516c;
}

.m-checkbox.m-checkbox--state-danger > input:checked ~ span {
    border: 1px solid #f4516c;
}

.m-checkbox.m-checkbox--state-danger.m-checkbox--check-bold > input:checked ~ span {
    border: 2px solid #f4516c;
}

.m-checkbox.m-checkbox--state-danger > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-checkbox.m-checkbox--state-danger.m-checkbox--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-checkbox.m-checkbox--state-danger.m-checkbox--solid > span {
        background: #f4516c;
        border: 1px solid transparent !important;
    }

        .m-checkbox.m-checkbox--state-danger.m-checkbox--solid > span:after {
            border: solid #ffffff;
        }

    .m-checkbox.m-checkbox--state-danger.m-checkbox--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-checkbox.m-checkbox--state-danger.m-checkbox--solid > input:checked ~ span {
        background: #f4516c;
    }

.m-radio.m-radio--state-danger.m-radio--disabled {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.m-radio.m-radio--state-danger > span {
    border: 1px solid #f4516c;
}

    .m-radio.m-radio--state-danger > span:after {
        border: solid #f4516c;
        background: #f4516c;
    }

.m-radio.m-radio--state-danger > input:disabled ~ span:after {
    border-color: #f4516c;
}

.m-radio.m-radio--state-danger > input:checked ~ span {
    border: 1px solid #f4516c;
}

.m-radio.m-radio--state-danger.m-radio--check-bold > input:checked ~ span {
    border: 2px solid #f4516c;
}

.m-radio.m-radio--state-danger > input:disabled ~ span {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.m-radio.m-radio--state-danger.m-radio--solid {
    /*
        &:hover > input:not([disabled]) ~ span {
            background: $color-solid-bg-hover; 
        }
        */
}

    .m-radio.m-radio--state-danger.m-radio--solid > span {
        background: #f4516c;
        border: 1px solid transparent !important;
    }

        .m-radio.m-radio--state-danger.m-radio--solid > span:after {
            border: solid #ffffff;
            background: #ffffff;
        }

    .m-radio.m-radio--state-danger.m-radio--solid > input:focus ~ span {
        border: 1px solid transparent !important;
    }

    .m-radio.m-radio--state-danger.m-radio--solid > input:checked ~ span {
        background: #f4516c;
    }

.m--skin-light .m-checkbox.m-checkbox--air,
.m--skin-light .m-radio.m-radio--air {
    color: #575962;
}

    .m--skin-light .m-checkbox.m-checkbox--air > span,
    .m--skin-light .m-radio.m-radio--air > span {
    }

    .m--skin-light .m-checkbox.m-checkbox--air .m-radio--solid > span,
    .m--skin-light .m-radio.m-radio--air .m-radio--solid > span {
    }

.m--skin-dark .m-checkbox.m-checkbox--air,
.m--skin-dark .m-radio.m-radio--air {
    color: #ffffff;
}

    .m--skin-dark .m-checkbox.m-checkbox--air > span,
    .m--skin-dark .m-radio.m-radio--air > span {
    }

    .m--skin-dark .m-checkbox.m-checkbox--air .m-radio--solid > span,
    .m--skin-dark .m-radio.m-radio--air .m-radio--solid > span {
    }

.form-control {
    font-family: sans-serif, Arial;
    border-radius: 0;
    border-radius: 0.25rem;
}

    .form-control.m-input--pill {
        border-radius: 1.3rem;
    }

        .form-control.m-input--pill.form-control-lg {
            border-radius: 2rem;
        }

        .form-control.m-input--pill.form-control-sm {
            border-radius: 1.1rem;
        }

    .form-control.m-input--square {
        border-radius: 0;
    }

    .form-control.m-input--fixed {
        display: inline-block;
        width: 200px;
    }

    .form-control.m-input--fixed-large {
        display: inline-block;
        width: 300px;
    }

    .form-control.m-input--fixed-small {
        display: inline-block;
        width: 150px;
    }

.input-group .input-group-text > i {
    line-height: 0;
    vertical-align: middle;
}

    .input-group .input-group-text > i [class^="la-"],
    .input-group .input-group-text > i [class*=" la-"] {
        font-size: 1.4em;
    }

    .input-group .input-group-text > i [class^="fa-"],
    .input-group .input-group-text > i [class*=" fa-"] {
        font-size: 1.2em;
    }

    .input-group .input-group-text > i [class^="flaticon-"],
    .input-group .input-group-text > i [class*=" flaticon-"] {
        font-size: 1.3em;
    }

.input-group .input-group-text > .m-checkbox,
.input-group .input-group-text > .m-radio {
    margin: 0;
    padding: 0;
    height: 0.9rem;
}

.input-group .btn > i {
    line-height: 0;
}

.input-group.input-group-lg .input-group-text [class^="la-"],
.input-group.input-group-lg .input-group-text [class*=" la-"] {
    font-size: 1.6em;
}

.input-group.input-group-lg .input-group-text [class^="fa-"],
.input-group.input-group-lg .input-group-text [class*=" fa-"] {
    font-size: 1.3em;
}

.input-group.input-group-lg .input-group-text [class^="flaticon-"],
.input-group.input-group-lg .input-group-text [class*=" flaticon-"] {
    font-size: 1.4em;
}

.input-group.input-group-sm .input-group-text [class^="la-"],
.input-group.input-group-sm .input-group-text [class*=" la-"] {
    font-size: 1.1em;
}

.input-group.input-group-sm .input-group-text [class^="fa-"],
.input-group.input-group-sm .input-group-text [class*=" fa-"] {
    font-size: 1em;
}

.input-group.input-group-sm .input-group-text [class^="flaticon-"],
.input-group.input-group-sm .input-group-text [class*=" flaticon-"] {
    font-size: 1em;
}

.input-group.m-input-group--fixed {
    width: 200px;
}

.input-group.m-input-group--fixed-large {
    width: 300px;
}

.input-group.m-input-group--fixed-small {
    width: 150px;
}

.input-group.m-input-group--square {
    border-radius: 0;
}

    .input-group.m-input-group--square > .form-control:first-child,
    .input-group.m-input-group--square > div:first-child > span,
    .input-group.m-input-group--square > div:first-child > .btn {
        border-radius: 0;
    }

    .input-group.m-input-group--square > .form-control:last-child,
    .input-group.m-input-group--square > div:last-child > span,
    .input-group.m-input-group--square > div:last-child > .btn {
        border-radius: 0;
    }

.input-group.m-input-group--pill {
    border-radius: 1.3rem;
}

    .input-group.m-input-group--pill > .form-control:first-child,
    .input-group.m-input-group--pill > div:first-child > span,
    .input-group.m-input-group--pill > div:first-child > .btn {
        -moz-border-top-left-radius: 1.3rem;
        border-top-left-radius: 1.3rem;
        -moz-border-bottom-left-radius: 1.3rem;
        border-bottom-left-radius: 1.3rem;
    }

    .input-group.m-input-group--pill > .form-control:last-child,
    .input-group.m-input-group--pill > div:last-child > span,
    .input-group.m-input-group--pill > div:last-child > .btn {
        -moz-border-top-right-radius: 1.3rem;
        border-top-right-radius: 1.3rem;
        -moz-border-bottom-right-radius: 1.3rem;
        border-bottom-right-radius: 1.3rem;
    }

.m-input-icon {
    position: relative;
    padding: 0;
    width: 100%;
}

    .m-input-icon > .m-input-icon__icon {
        position: absolute;
        height: 100%;
        display: inline-block;
        text-align: center;
        top: 0;
        width: 3.2rem;
    }

        .m-input-icon > .m-input-icon__icon.m-input-icon__icon--left {
            left: 0;
        }

        .m-input-icon > .m-input-icon__icon.m-input-icon__icon--right {
            right: 0;
        }

        .m-input-icon > .m-input-icon__icon > span {
            display: table;
            height: 100%;
            width: 100%;
        }

            .m-input-icon > .m-input-icon__icon > span > i {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                line-height: 0;
            }

        .m-input-icon > .m-input-icon__icon [class^="la-"],
        .m-input-icon > .m-input-icon__icon [class*=" la-"] {
            font-size: 1.4em;
        }

        .m-input-icon > .m-input-icon__icon [class^="fa-"],
        .m-input-icon > .m-input-icon__icon [class*=" fa-"] {
            font-size: 1.2em;
        }

        .m-input-icon > .m-input-icon__icon [class^="flaticon-"],
        .m-input-icon > .m-input-icon__icon [class*=" flaticon-"] {
            font-size: 1.3em;
        }

    .m-input-icon .form-control.form-control-lg + .m-input-icon__icon {
        width: 4.2rem;
    }

        .m-input-icon .form-control.form-control-lg + .m-input-icon__icon [class^="la-"],
        .m-input-icon .form-control.form-control-lg + .m-input-icon__icon [class*=" la-"] {
            font-size: 1.6em;
        }

        .m-input-icon .form-control.form-control-lg + .m-input-icon__icon [class^="fa-"],
        .m-input-icon .form-control.form-control-lg + .m-input-icon__icon [class*=" fa-"] {
            font-size: 1.3em;
        }

        .m-input-icon .form-control.form-control-lg + .m-input-icon__icon [class^="flaticon-"],
        .m-input-icon .form-control.form-control-lg + .m-input-icon__icon [class*=" flaticon-"] {
            font-size: 1.4em;
        }

    .m-input-icon .form-control.form-control-sm ~ .m-input-icon__icon {
        width: 2.7rem;
    }

        .m-input-icon .form-control.form-control-sm ~ .m-input-icon__icon [class^="la-"],
        .m-input-icon .form-control.form-control-sm ~ .m-input-icon__icon [class*=" la-"] {
            font-size: 1.1em;
        }

        .m-input-icon .form-control.form-control-sm ~ .m-input-icon__icon [class^="fa-"],
        .m-input-icon .form-control.form-control-sm ~ .m-input-icon__icon [class*=" fa-"] {
            font-size: 1em;
        }

        .m-input-icon .form-control.form-control-sm ~ .m-input-icon__icon [class^="flaticon-"],
        .m-input-icon .form-control.form-control-sm ~ .m-input-icon__icon [class*=" flaticon-"] {
            font-size: 1em;
        }

    .m-input-icon.m-input-icon--left .form-control {
        padding-left: 2.8rem;
    }

        .m-input-icon.m-input-icon--left .form-control.form-control-lg {
            padding-left: 3.6rem;
        }

        .m-input-icon.m-input-icon--left .form-control.form-control-sm {
            padding-left: 2.5rem;
        }

    .m-input-icon.m-input-icon--right .form-control {
        padding-right: 2.8rem;
    }

        .m-input-icon.m-input-icon--right .form-control.form-control-lg {
            padding-right: 3.6rem;
        }

        .m-input-icon.m-input-icon--right .form-control.form-control-sm {
            padding-right: 2.5rem;
        }

    .m-input-icon.m-input-icon--fixed {
        display: inline-block;
        width: 200px;
    }

    .m-input-icon.m-input-icon--fixed-large {
        display: inline-block;
        width: 300px;
    }

    .m-input-icon.m-input-icon--fixed-small {
        display: inline-block;
        width: 150px;
    }

.form-control[readonly], .form-control {
    border-color: #ebedf2;
    color: #575962;
}

    .form-control[readonly]::-moz-placeholder, .form-control::-moz-placeholder {
        color: #9699a2;
        opacity: 1;
    }

    .form-control[readonly]:-ms-input-placeholder, .form-control:-ms-input-placeholder {
        color: #9699a2;
    }

    .form-control[readonly]::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
        color: #9699a2;
    }

    .form-control[readonly] {
        background-color: transparent;
    }

    .form-control.focus, .form-control:focus {
        border-color: #716aca;
        color: #575962;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control.active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .form-control[disabled] {
        border-color: #f4f5f8;
        color: #6f727d;
        background-color: #f4f5f8;
    }

    .form-control.m-input--solid {
        background-color: #f4f5f8;
        border-color: #f4f5f8;
        color: #575962;
    }

        .form-control.m-input--solid::-moz-placeholder {
            color: #9699a2;
            opacity: 1;
        }

        .form-control.m-input--solid:-ms-input-placeholder {
            color: #9699a2;
        }

        .form-control.m-input--solid::-webkit-input-placeholder {
            color: #9699a2;
        }

        .form-control.m-input--solid:focus {
            background-color: #ebedf2;
            border-color: #716aca;
            color: #575962;
        }

        .form-control.m-input--solid[disabled] {
            border-color: #f7f8fa;
            color: #7b7e8a;
            background-color: #f7f8fa;
        }

    .form-control.m-input--air {
        -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
        box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
    }

        .form-control.m-input--air:focus {
            -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.17);
            box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.17);
        }

.input-group .input-group-append > .input-group-text,
.input-group .input-group-prepend > .input-group-text {
    border-color: #ebedf2;
    background-color: #f4f5f8;
    color: #575962;
}

    .input-group .input-group-append > .input-group-text > i,
    .input-group .input-group-prepend > .input-group-text > i {
        color: #a4a2bb;
    }

.input-group .input-group-append + .form-control:not(:focus):not(.focus) {
    border-left: 0;
}

.input-group.m-input-group--air {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
    box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
}

.input-group.m-input-group--solid .form-control {
    border-color: #ebedf2;
    background-color: #f4f5f8;
    color: #575962;
}

    .input-group.m-input-group--solid .form-control::-moz-placeholder {
        color: #9699a2;
        opacity: 1;
    }

    .input-group.m-input-group--solid .form-control:-ms-input-placeholder {
        color: #9699a2;
    }

    .input-group.m-input-group--solid .form-control::-webkit-input-placeholder {
        color: #9699a2;
    }

    .input-group.m-input-group--solid .form-control:focus {
        background-color: #ebedf2;
        border-color: #716aca;
        color: #575962;
    }

    .input-group.m-input-group--solid .form-control[disabled] {
        border-color: #f7f8fa;
        color: #7b7e8a;
        background-color: #f7f8fa;
    }

.m-input-icon .m-input-icon__icon i {
    color: #a4a2bb;
}

.custom-file .custom-file-label {
    border-color: #ebedf2;
    color: #575962;
}

    .custom-file .custom-file-label:after {
        cursor: pointer;
        background-color: #f4f5f8;
        border-left: 1px solid #ebedf2;
    }

.custom-file .custom-file-input:focus + .custom-file-label {
    border-color: #716aca;
    color: #575962;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*
    <span class="m-switch">
            <input type="checkbox" checked="checked" name="">
            <span></span>
        </label>
    </span>
*/
.m-switch {
    display: inline-block;
    font-size: 1rem;
}

    .m-switch input:empty {
        margin-left: -999px;
        height: 0;
        width: 0;
        overflow: hidden;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .m-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;
        }

            .m-switch input:empty ~ span:before,
            .m-switch input:empty ~ span:after {
                position: absolute;
                display: block;
                top: 0;
                bottom: 0;
                left: 0;
                content: ' ';
                -webkit-transition: all 100ms ease-in;
                transition: all 100ms ease-in;
            }

    .m-switch.m-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: "";
    }

    .m-switch.m-switch--icon input:checked ~ span:after {
        content: '\f17b';
    }

    .m-switch.m-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: "";
    }

    .m-switch input:empty ~ span {
        line-height: 30px;
        margin: 2px 0;
        height: 30px;
        width: 57px;
        border-radius: 15px;
    }

        .m-switch input:empty ~ span:before,
        .m-switch input:empty ~ span:after {
            width: 54px;
            border-radius: 15px;
        }

        .m-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;
        }

    .m-switch input:checked ~ span:after {
        margin-left: 26px;
    }

    .m-switch.m-switch--lg input:empty ~ span {
        line-height: 40px;
        margin: 2px 0;
        height: 40px;
        width: 75px;
        border-radius: 20px;
    }

        .m-switch.m-switch--lg input:empty ~ span:before,
        .m-switch.m-switch--lg input:empty ~ span:after {
            width: 72px;
            border-radius: 20px;
        }

        .m-switch.m-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;
        }

    .m-switch.m-switch--lg input:checked ~ span:after {
        margin-left: 34px;
    }

    .m-switch.m-switch--sm input:empty ~ span {
        line-height: 24px;
        margin: 2px 0;
        height: 24px;
        width: 40px;
        border-radius: 12px;
    }

        .m-switch.m-switch--sm input:empty ~ span:before,
        .m-switch.m-switch--sm input:empty ~ span:after {
            width: 38px;
            border-radius: 12px;
        }

        .m-switch.m-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;
        }

    .m-switch.m-switch--sm input:checked ~ span:after {
        margin-left: 16px;
    }

.m-form__group.row .m-switch {
    margin-top: 0.15rem;
}

    .m-form__group.row .m-switch.m-switch--lg {
        margin-top: 0rem;
        position: relative;
        top: -0.3rem;
    }

    .m-form__group.row .m-switch.m-switch--sm {
        margin-top: 0.3rem;
    }

.m-switch input:empty ~ span:before {
    background-color: #ebedf2;
}

.m-switch input:empty ~ span:after {
    color: #f7f8fa;
    background-color: #dfe2ea;
}

.m-switch input:checked ~ span:before {
    background-color: #ebedf2;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(235, 237, 242, 0.41);
    box-shadow: 0px 3px 20px 0px rgba(235, 237, 242, 0.41);
}

.m-switch input:checked ~ span:after {
    background-color: #716aca;
    color: #ffffff;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.41);
    box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.41);
}

.m-switch input[disabled] {
    cursor: not-allowed;
}

    .m-switch input[disabled] ~ span:after,
    .m-switch input[disabled] ~ span:before {
        cursor: not-allowed;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }

.m-switch.m-switch--brand:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #716aca;
}

.m-switch.m-switch--brand:not(.m-switch--outline) input:empty ~ span:after {
    color: #716aca;
    background-color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.m-switch.m-switch--brand:not(.m-switch--outline) input:checked ~ span:before {
    background-color: #716aca;
}

.m-switch.m-switch--brand:not(.m-switch--outline) input:checked ~ span:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--outline.m-switch--brand input:empty ~ span:before {
    border: 2px solid #ebedf2;
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--brand input:empty ~ span:after {
    color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--brand input:checked ~ span:before {
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--brand input:checked ~ span:after {
    background-color: #716aca;
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--metal:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #c4c5d6;
}

.m-switch.m-switch--metal:not(.m-switch--outline) input:empty ~ span:after {
    color: #c4c5d6;
    background-color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.m-switch.m-switch--metal:not(.m-switch--outline) input:checked ~ span:before {
    background-color: #c4c5d6;
}

.m-switch.m-switch--metal:not(.m-switch--outline) input:checked ~ span:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--outline.m-switch--metal input:empty ~ span:before {
    border: 2px solid #ebedf2;
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--metal input:empty ~ span:after {
    color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--metal input:checked ~ span:before {
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--metal input:checked ~ span:after {
    background-color: #c4c5d6;
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--light:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #ffffff;
}

.m-switch.m-switch--light:not(.m-switch--outline) input:empty ~ span:after {
    color: #ffffff;
    background-color: #282a3c;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.m-switch.m-switch--light:not(.m-switch--outline) input:checked ~ span:before {
    background-color: #ffffff;
}

.m-switch.m-switch--light:not(.m-switch--outline) input:checked ~ span:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--outline.m-switch--light input:empty ~ span:before {
    border: 2px solid #ebedf2;
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--light input:empty ~ span:after {
    color: #282a3c;
}

.m-switch.m-switch--outline.m-switch--light input:checked ~ span:before {
    background-color: #282a3c;
}

.m-switch.m-switch--outline.m-switch--light input:checked ~ span:after {
    background-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--accent:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #00c5dc;
}

.m-switch.m-switch--accent:not(.m-switch--outline) input:empty ~ span:after {
    color: #00c5dc;
    background-color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.m-switch.m-switch--accent:not(.m-switch--outline) input:checked ~ span:before {
    background-color: #00c5dc;
}

.m-switch.m-switch--accent:not(.m-switch--outline) input:checked ~ span:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--outline.m-switch--accent input:empty ~ span:before {
    border: 2px solid #ebedf2;
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--accent input:empty ~ span:after {
    color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--accent input:checked ~ span:before {
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--accent input:checked ~ span:after {
    background-color: #00c5dc;
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--focus:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #9816f4;
}

.m-switch.m-switch--focus:not(.m-switch--outline) input:empty ~ span:after {
    color: #9816f4;
    background-color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.m-switch.m-switch--focus:not(.m-switch--outline) input:checked ~ span:before {
    background-color: #9816f4;
}

.m-switch.m-switch--focus:not(.m-switch--outline) input:checked ~ span:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--outline.m-switch--focus input:empty ~ span:before {
    border: 2px solid #ebedf2;
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--focus input:empty ~ span:after {
    color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--focus input:checked ~ span:before {
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--focus input:checked ~ span:after {
    background-color: #9816f4;
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--primary:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #5867dd;
}

.m-switch.m-switch--primary:not(.m-switch--outline) input:empty ~ span:after {
    color: #5867dd;
    background-color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.m-switch.m-switch--primary:not(.m-switch--outline) input:checked ~ span:before {
    background-color: #5867dd;
}

.m-switch.m-switch--primary:not(.m-switch--outline) input:checked ~ span:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--outline.m-switch--primary input:empty ~ span:before {
    border: 2px solid #ebedf2;
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--primary input:empty ~ span:after {
    color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--primary input:checked ~ span:before {
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--primary input:checked ~ span:after {
    background-color: #5867dd;
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--success:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #34bfa3;
}

.m-switch.m-switch--success:not(.m-switch--outline) input:empty ~ span:after {
    color: #34bfa3;
    background-color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.m-switch.m-switch--success:not(.m-switch--outline) input:checked ~ span:before {
    background-color: #34bfa3;
}

.m-switch.m-switch--success:not(.m-switch--outline) input:checked ~ span:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--outline.m-switch--success input:empty ~ span:before {
    border: 2px solid #ebedf2;
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--success input:empty ~ span:after {
    color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--success input:checked ~ span:before {
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--success input:checked ~ span:after {
    background-color: #34bfa3;
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--info:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #36a3f7;
}

.m-switch.m-switch--info:not(.m-switch--outline) input:empty ~ span:after {
    color: #36a3f7;
    background-color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.m-switch.m-switch--info:not(.m-switch--outline) input:checked ~ span:before {
    background-color: #36a3f7;
}

.m-switch.m-switch--info:not(.m-switch--outline) input:checked ~ span:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--outline.m-switch--info input:empty ~ span:before {
    border: 2px solid #ebedf2;
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--info input:empty ~ span:after {
    color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--info input:checked ~ span:before {
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--info input:checked ~ span:after {
    background-color: #36a3f7;
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--warning:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #ffb822;
}

.m-switch.m-switch--warning:not(.m-switch--outline) input:empty ~ span:after {
    color: #ffb822;
    background-color: #111111;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.m-switch.m-switch--warning:not(.m-switch--outline) input:checked ~ span:before {
    background-color: #ffb822;
}

.m-switch.m-switch--warning:not(.m-switch--outline) input:checked ~ span:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--outline.m-switch--warning input:empty ~ span:before {
    border: 2px solid #ebedf2;
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--warning input:empty ~ span:after {
    color: #111111;
}

.m-switch.m-switch--outline.m-switch--warning input:checked ~ span:before {
    background-color: #111111;
}

.m-switch.m-switch--outline.m-switch--warning input:checked ~ span:after {
    background-color: #ffb822;
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--danger:not(.m-switch--outline) input:empty ~ span:before {
    background-color: #f4516c;
}

.m-switch.m-switch--danger:not(.m-switch--outline) input:empty ~ span:after {
    color: #f4516c;
    background-color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.m-switch.m-switch--danger:not(.m-switch--outline) input:checked ~ span:before {
    background-color: #f4516c;
}

.m-switch.m-switch--danger:not(.m-switch--outline) input:checked ~ span:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-switch.m-switch--outline.m-switch--danger input:empty ~ span:before {
    border: 2px solid #ebedf2;
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--danger input:empty ~ span:after {
    color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--danger input:checked ~ span:before {
    background-color: #ffffff;
}

.m-switch.m-switch--outline.m-switch--danger input:checked ~ span:after {
    background-color: #f4516c;
    opacity: 1;
    filter: alpha(opacity=100);
}

.m-form .form-control-label,
.m-form label {
    font-weight: 400;
    font-size: 1rem;
}

    .m-form .form-control-label.col-form-label,
    .m-form label.col-form-label {
        padding-top: 0.85rem;
    }

.m-form .m-form__group {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .m-form .m-form__group.m-form__group--md {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .m-form .m-form__group.m-form__group--sm {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .m-form .m-form__group .m-form__control-static {
        display: inline-block;
        font-weight: 300;
        font-size: 1rem;
        padding-top: 0.85rem;
    }

    .m-form .m-form__group.m-form__group--first {
        padding-top: 0;
    }

    .m-form .m-form__group.m-form__group--last {
        padding-bottom: 0;
    }

@media (min-width: 1025px) {
    .m-form .m-form__group:first-child {
        padding-top: 0;
    }

    .m-form .m-form__group:last-child {
        padding-bottom: 0;
    }
}

.m-form .m-form__group.m-form__group--inline {
    display: table;
    padding: 0;
}

    .m-form .m-form__group.m-form__group--inline > .m-form__label {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding-right: 0.5rem;
    }

        .m-form .m-form__group.m-form__group--inline > .m-form__label.m-form__label-no-wrap {
            white-space: nowrap;
        }

        .m-form .m-form__group.m-form__group--inline > .m-form__label > label {
            margin: 0;
        }

    .m-form .m-form__group.m-form__group--inline > .m-form__control {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        width: 100%;
    }

.m-form .m-form__help {
    font-weight: 300;
    font-size: 0.85rem;
    padding-top: 7px;
}

.m-form span.m-form__help {
    display: inline-block;
}

.m-form .m-form__section {
    margin: 40px 0 40px 0;
}

    .m-form .m-form__section:first-child, .m-form .m-form__section.m-form__section--first {
        margin-top: 0;
    }

    .m-form .m-form__section:last-child, .m-form .m-form__section.m-form__section--last {
        margin-bottom: 0;
    }

.m-form .m-form__seperator {
    display: block;
    height: 0;
}

    .m-form .m-form__seperator.m-form__seperator--space {
        margin: 20px 0;
    }

    .m-form .m-form__seperator.m-form__seperator--space-2x {
        margin: 30px 0;
    }

    .m-form .m-form__seperator.m-form__seperator--space-3x {
        margin: 40px 0;
    }

.m-form .m-form__heading {
    padding: 0;
    margin: 0 0 15px 0;
}

    .m-form .m-form__heading .m-form__heading-title {
        font-weight: 500;
        font-size: 1.3rem;
    }

        .m-form .m-form__heading .m-form__heading-title .m-form__heading-help-icon {
            line-height: 0;
            vertical-align: middle;
            padding-left: 5px;
        }

    .m-form .m-form__heading .m-form__heading-sub {
        margin: 5px 0 0 0;
        padding: 0;
        font-size: 1rem;
    }

    .m-form .m-form__heading.m-form__heading--bordered, .m-form .m-form__heading.m-form__heading--dashed {
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }

.m-form .m-form__actions {
    padding: 30px;
}

    .m-form .m-form__actions:before, .m-form .m-form__actions:after {
        content: " ";
        display: table;
    }

    .m-form .m-form__actions:after {
        clear: both;
    }

    .m-form .m-form__actions.m-form__actions--right {
        text-align: right;
    }

    .m-form .m-form__actions.m-form__actions--sm {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .m-form .m-form__actions.m-form__actions--paddingless-sides {
        padding-left: 0;
        padding-right: 0;
    }

.m-form.m-form--custom .m-form__actions {
    padding: 30px 0;
    margin-top: 30px;
}

    .m-form.m-form--custom .m-form__actions.m-form__actions--top {
        margin-top: 0;
        margin-bottom: 30px;
    }

.m-form.m-form--fit .m-form__content,
.m-form.m-form--fit .m-form__heading,
.m-form.m-form--fit .m-form__group {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 1025px) {
    .m-form .m-form__section.m-form__section--label-align-right .m-form__group > label, .m-form.m-form--label-align-right .m-form__group > label {
        text-align: right;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-form.m-form--label-align-right-tablet .m-form__group label {
        text-align: right;
    }
}

.m-form.m-form--group-seperator-dashed .m-portlet__body, .m-form.m-form--group-seperator .m-portlet__body {
    padding-top: 0;
    padding-bottom: 0;
}

.m-form.m-form--group-seperator-dashed .m-form__group, .m-form.m-form--group-seperator .m-form__group {
    padding-top: 25px;
    padding-bottom: 25px;
}

.m-form .form-control-feedback {
    margin-top: 0.2rem;
    font-size: 0.85rem;
}

.m-form .m-form__filtration {
    margin: 0 0 30px 0;
}

.m-form .m-form__group-action {
    margin: 0 0 30px 0;
}

.m-form .form-control-label,
.m-form .col-form-label,
.m-form .m-form__group > label {
    color: #3f4047;
}

.m-form .m-form__control-static {
    color: #6f727d;
}

.m-form.m-form--group-seperator .m-form__group {
    border-bottom: 1px solid #f4f5f8;
}

    .m-form.m-form--group-seperator .m-form__group.m-form__group--last, .m-form.m-form--group-seperator .m-form__group:last-child {
        border-bottom: 0;
    }

.m-form.m-form--group-seperator-dashed .m-form__group {
    border-bottom: 1px dashed #ebedf2;
}

    .m-form.m-form--group-seperator-dashed .m-form__group.m-form__group--last, .m-form.m-form--group-seperator-dashed .m-form__group:last-child {
        border-bottom: 0;
    }

.m-form .m-form__help {
    color: #7b7e8a;
}

.m-form .m-form__seperator {
    border-top: 1px solid #ebedf2;
}

    .m-form .m-form__seperator.m-form__seperator--dashed {
        border-top: 1px dashed #ebedf2;
    }

.m-form .m-form__heading .m-form__heading-title {
    color: #575962;
}

.m-form .m-form__heading .m-form__heading-sub {
    color: #6f727d;
}

.m-form .m-form__heading.m-form__heading--bordered {
    border-bottom: 1px solid #ebedf2;
}

.m-form .m-form__heading.m-form__heading--dashed {
    border-bottom: 1px dashed #ebedf2;
}

.m-form .m-form__section {
    color: #7b7e8a;
}

.m-form .m-form__actions.m-form__actions--line {
    border-top: 1px solid #ebedf2;
}

.m-form .m-form__actions.m-form__actions--top.m-form__actions--line {
    border-top: 0;
    border-bottom: 1px solid #ebedf2;
}

.m-form .m-form__actions.m-form__actions--solid {
    background-color: #f7f8fa;
    border-color: #f7f8fa;
}

.has-success label:not([class]),
.has-success label.col-form-label,
.has-success label.form-control-label {
    color: #34bfa3;
}

.has-success .form-control-feedback {
    color: #34bfa3;
}

.has-success .input-group-text,
.has-success .form-control {
    border-color: #ebedf2;
}

    .has-success .form-control:focus {
        border-color: #716aca;
    }

.m-form.m-form--state .has-success .input-group .input-group-text,
.m-form.m-form--state .has-success .input-group .btn.btn-secondary,
.m-form.m-form--state .has-success .form-control:focus,
.m-form.m-form--state .has-success .form-control {
    border-color: #34bfa3;
}

.m-form.m-form--state .has-success .bootstrap-select.btn-group.btn.btn-secondary,
.m-form.m-form--state .has-success .input-group-btn > .btn.btn-secondary {
    border-color: #34bfa3;
}

    .m-form.m-form--state .has-success .bootstrap-select.btn-group.btn.btn-secondary:hover,
    .m-form.m-form--state .has-success .input-group-btn > .btn.btn-secondary:hover {
        border-color: #34bfa3;
    }

.has-warning label:not([class]),
.has-warning label.col-form-label,
.has-warning label.form-control-label {
    color: #ffb822;
}

.has-warning .form-control-feedback {
    color: #ffb822;
}

.has-warning .input-group-text,
.has-warning .form-control {
    border-color: #ebedf2;
}

    .has-warning .form-control:focus {
        border-color: #716aca;
    }

.m-form.m-form--state .has-warning .input-group .input-group-text,
.m-form.m-form--state .has-warning .input-group .btn.btn-secondary,
.m-form.m-form--state .has-warning .form-control:focus,
.m-form.m-form--state .has-warning .form-control {
    border-color: #ffb822;
}

.m-form.m-form--state .has-warning .bootstrap-select.btn-group.btn.btn-secondary,
.m-form.m-form--state .has-warning .input-group-btn > .btn.btn-secondary {
    border-color: #ffb822;
}

    .m-form.m-form--state .has-warning .bootstrap-select.btn-group.btn.btn-secondary:hover,
    .m-form.m-form--state .has-warning .input-group-btn > .btn.btn-secondary:hover {
        border-color: #ffb822;
    }

.has-danger label:not([class]),
.has-danger label.col-form-label,
.has-danger label.form-control-label {
    color: #f4516c;
}

.has-danger .form-control-feedback {
    color: #f4516c;
}

.has-danger .input-group-text,
.has-danger .form-control {
    border-color: #ebedf2;
}

    .has-danger .form-control:focus {
        border-color: #716aca;
    }

.m-form.m-form--state .has-danger .input-group .input-group-text,
.m-form.m-form--state .has-danger .input-group .btn.btn-secondary,
.m-form.m-form--state .has-danger .form-control:focus,
.m-form.m-form--state .has-danger .form-control {
    border-color: #f4516c;
}

.m-form.m-form--state .has-danger .bootstrap-select.btn-group.btn.btn-secondary,
.m-form.m-form--state .has-danger .input-group-btn > .btn.btn-secondary {
    border-color: #f4516c;
}

    .m-form.m-form--state .has-danger .bootstrap-select.btn-group.btn.btn-secondary:hover,
    .m-form.m-form--state .has-danger .input-group-btn > .btn.btn-secondary:hover {
        border-color: #f4516c;
    }

.m-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.4em;
    border-radius: 6px;
}

    .m-option .m-option__control {
        width: 2.7rem;
        padding-top: 0.1rem;
    }

        .m-option .m-option__control .m-radio {
            display: block;
        }

    .m-option .m-option__label {
        width: 100%;
    }

        .m-option .m-option__label .m-option__head {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .m-option .m-option__label .m-option__head .m-option__title {
                font-size: 1.1rem;
            }

            .m-option .m-option__label .m-option__head .m-option__focus {
                font-size: 1.1rem;
                font-weight: 600;
            }

        .m-option .m-option__label .m-option__body {
            display: block;
            padding-top: 0.7rem;
            font-size: 0.85rem;
        }

    .m-option.m-option--plain {
        padding: 0;
        margin-top: -0.2rem;
        margin-bottom: 2rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .m-option.m-option--plain .m-option__control {
            vertical-align: middle;
            width: 2.7rem;
        }

            .m-option.m-option--plain .m-option__control .m-radio {
                margin-bottom: 1.6rem;
            }

        .m-option.m-option--plain .m-option__label .m-option__body {
            padding-top: 0.2rem;
        }

.m-option {
    border: 1px solid #ebedf2;
}

    .m-option .m-option__label .m-option__head .m-option__title {
        color: #3f4047;
    }

    .m-option .m-option__label .m-option__head .m-option__focus {
        color: #3f4047;
    }

    .m-option.m-option--plain {
        border: none;
    }

.has-success .m-option .m-option__label .m-option__head .m-option__title {
    color: #34bfa3;
}

.has-warning .m-option .m-option__label .m-option__head .m-option__title {
    color: #ffb822;
}

.has-danger .m-option .m-option__label .m-option__head .m-option__title {
    color: #f4516c;
}

.table th {
    font-weight: 500;
}

.table.table-striped thead th {
    border: 0;
}

.table.table-striped tbody th, .table.table-striped tbody td {
    border1: 0;
}

.m-table.m-table--head-no-border thead th {
    border-top: 0;
}

.m-table.m-table--head-bg-brand thead th {
    background: #716aca;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--head-separator-brand thead th {
    border-top: 0;
    border-bottom: 1px solid #716aca;
}

.m-table tr.m-table__row--brand th, .m-table tr.m-table__row--brand td {
    background: #716aca;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--border-brand,
.m-table.m-table--border-brand th, .m-table.m-table--border-brand td {
    border-color: #716aca;
}

.m-table.m-table--head-bg-metal thead th {
    background: #c4c5d6;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--head-separator-metal thead th {
    border-top: 0;
    border-bottom: 1px solid #c4c5d6;
}

.m-table tr.m-table__row--metal th, .m-table tr.m-table__row--metal td {
    background: #c4c5d6;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--border-metal,
.m-table.m-table--border-metal th, .m-table.m-table--border-metal td {
    border-color: #c4c5d6;
}

.m-table.m-table--head-bg-light thead th {
    background: #ffffff;
    color: #282a3c;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--head-separator-light thead th {
    border-top: 0;
    border-bottom: 1px solid #ffffff;
}

.m-table tr.m-table__row--light th, .m-table tr.m-table__row--light td {
    background: #ffffff;
    color: #282a3c;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--border-light,
.m-table.m-table--border-light th, .m-table.m-table--border-light td {
    border-color: #ffffff;
}

.m-table.m-table--head-bg-accent thead th {
    background: #00c5dc;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--head-separator-accent thead th {
    border-top: 0;
    border-bottom: 1px solid #00c5dc;
}

.m-table tr.m-table__row--accent th, .m-table tr.m-table__row--accent td {
    background: #00c5dc;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--border-accent,
.m-table.m-table--border-accent th, .m-table.m-table--border-accent td {
    border-color: #00c5dc;
}

.m-table.m-table--head-bg-focus thead th {
    background: #9816f4;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--head-separator-focus thead th {
    border-top: 0;
    border-bottom: 1px solid #9816f4;
}

.m-table tr.m-table__row--focus th, .m-table tr.m-table__row--focus td {
    background: #9816f4;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--border-focus,
.m-table.m-table--border-focus th, .m-table.m-table--border-focus td {
    border-color: #9816f4;
}

.m-table.m-table--head-bg-primary thead th {
    background: #5867dd;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--head-separator-primary thead th {
    border-top: 0;
    border-bottom: 1px solid #5867dd;
}

.m-table tr.m-table__row--primary th, .m-table tr.m-table__row--primary td {
    background: #5867dd;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--border-primary,
.m-table.m-table--border-primary th, .m-table.m-table--border-primary td {
    border-color: #5867dd;
}

.m-table.m-table--head-bg-success thead th {
    background: #34bfa3;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--head-separator-success thead th {
    border-top: 0;
    border-bottom: 1px solid #34bfa3;
}

.m-table tr.m-table__row--success th, .m-table tr.m-table__row--success td {
    background: #34bfa3;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--border-success,
.m-table.m-table--border-success th, .m-table.m-table--border-success td {
    border-color: #34bfa3;
}

.m-table.m-table--head-bg-info thead th {
    background: #36a3f7;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--head-separator-info thead th {
    border-top: 0;
    border-bottom: 1px solid #36a3f7;
}

.m-table tr.m-table__row--info th, .m-table tr.m-table__row--info td {
    background: #36a3f7;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--border-info,
.m-table.m-table--border-info th, .m-table.m-table--border-info td {
    border-color: #36a3f7;
}

.m-table.m-table--head-bg-warning thead th {
    background: #ffb822;
    color: #111111;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--head-separator-warning thead th {
    border-top: 0;
    border-bottom: 1px solid #ffb822;
}

.m-table tr.m-table__row--warning th, .m-table tr.m-table__row--warning td {
    background: #ffb822;
    color: #111111;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--border-warning,
.m-table.m-table--border-warning th, .m-table.m-table--border-warning td {
    border-color: #ffb822;
}

.m-table.m-table--head-bg-danger thead th {
    background: #f4516c;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--head-separator-danger thead th {
    border-top: 0;
    border-bottom: 1px solid #f4516c;
}

.m-table tr.m-table__row--danger th, .m-table tr.m-table__row--danger td {
    background: #f4516c;
    color: #ffffff;
    border-bottom: 0;
    border-top: 0;
}

.m-table.m-table--border-danger,
.m-table.m-table--border-danger th, .m-table.m-table--border-danger td {
    border-color: #f4516c;
}

.m-wizard .m-wizard__form .m-wizard__form-step {
    display: none;
}

    .m-wizard .m-wizard__form .m-wizard__form-step.m-wizard__form-step--current {
        display: block;
    }

.m-wizard [data-wizard-action="submit"] {
    display: none;
}

.m-wizard [data-wizard-action="prev"], .m-wizard.m-wizard--step-first [data-wizard-action="prev"] {
    display: none;
}

.m-wizard.m-wizard--step-last [data-wizard-action="submit"] {
    display: inline-block !important;
}

.m-wizard.m-wizard--step-last [data-wizard-action="next"] {
    display: none !important;
}

.m-wizard.m-wizard--step-last [data-wizard-action="prev"] {
    display: inline-block !important;
}

.m-wizard.m-wizard--step-between [data-wizard-action="next"] {
    display: inline-block !important;
}

.m-wizard.m-wizard--step-between [data-wizard-action="prev"] {
    display: inline-block !important;
}

.m-wizard.m-wizard--1 .m-wizard__head {
    margin: 3rem 0 3rem 0;
}

    .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__progress .progress {
        border-radius: 0.71rem;
        height: 0.71rem;
        position: relative;
        overflow: visible;
    }

        .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__progress .progress .progress-bar {
            position: relative;
            border-radius: 0.71rem;
        }

            .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__progress .progress .progress-bar:after {
                content: '';
                display: block;
                position: absolute;
                width: 1.3rem;
                height: 1.3rem;
                right: -0.65rem;
                border-radius: 50%;
                z-index: 1;
                top: -0.3rem;
            }

    .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps {
        margin-top: 3rem;
        width: 100%;
        display: table;
        table-layout: fixed;
    }

        .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
            display: table-cell;
            vertical-align: middle;
        }

            .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info {
                display: table;
            }

                .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number {
                    display: table-cell;
                    vertical-align: middle;
                    text-decoration: none;
                    outline: none !important;
                }

                    .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number > span {
                        width: 4rem;
                        height: 4rem;
                        border-radius: 100%;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                        .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number > span > span {
                            font-size: 1.7rem;
                            font-weight: 500;
                        }

            .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-line {
                display: table-cell;
                vertical-align: middle;
            }

                .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-line > span {
                    margin-left: 0.8rem;
                    margin-right: 0.7rem;
                    width: 2.5rem;
                    height: 0.3rem;
                    display: block;
                    border-radius: 0.6rem;
                }

            .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-label {
                display: table-cell;
                vertical-align: middle;
                font-weight: 500;
            }

        .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps:last-child {
            padding-right: 0;
        }

.m-wizard.m-wizard--1.m-wizard--nav-centered .m-wizard__head {
    margin: 3rem auto;
    width: 80%;
}

@media (max-width: 1200px) {
    .m-wizard.m-wizard--1 .m-wizard__head {
        position: relative;
        width: 100% !important;
    }

        .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__progress {
            padding-bottom: 3rem;
        }

        .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps {
            display: table;
            width: auto;
            margin: 0 auto;
        }

            .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
                display: table-cell;
                display: block;
                width: 100%;
                margin-bottom: 2.5rem;
                padding-right: 0;
            }

                .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step:last-child {
                    margin-bottom: 0;
                }

                .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-linc {
                    display: table-cell;
                    vertical-align: middle;
                    margin-bottom: 2rem;
                }

                .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: left;
                    padding-left: 0;
                    margin-bottom: 2rem;
                }

                    .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-title {
                        margin-bottom: 0;
                    }

                    .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info:last-child .m-wizard__step-info {
                        margin-bottom: 0;
                    }
}

.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-label {
    color: #9699a2;
}

.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #e2e5ec;
}

    .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number > span > span {
        color: white;
    }

.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #bdc3d4;
}

    .m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: white;
    }

.m-wizard.m-wizard--1 .m-wizard__head .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-line > span {
    background-color: #e2e5ec;
}

.m-wizard.m-wizard--1.m-wizard--brand .m-wizard__progress .progress .progress-bar {
    background-color: #716aca;
}

    .m-wizard.m-wizard--1.m-wizard--brand .m-wizard__progress .progress .progress-bar:after {
        background-color: #716aca;
    }

.m-wizard.m-wizard--1.m-wizard--brand .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #716aca;
}

    .m-wizard.m-wizard--1.m-wizard--brand .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--brand .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #5f57c3;
}

    .m-wizard.m-wizard--1.m-wizard--brand .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--brand .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #b9b5e5;
}

    .m-wizard.m-wizard--1.m-wizard--brand .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--brand .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #9590d7;
}

    .m-wizard.m-wizard--1.m-wizard--brand .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--metal .m-wizard__progress .progress .progress-bar {
    background-color: #c4c5d6;
}

    .m-wizard.m-wizard--1.m-wizard--metal .m-wizard__progress .progress .progress-bar:after {
        background-color: #c4c5d6;
    }

.m-wizard.m-wizard--1.m-wizard--metal .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #c4c5d6;
}

    .m-wizard.m-wizard--1.m-wizard--metal .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--metal .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #b5b6cc;
}

    .m-wizard.m-wizard--1.m-wizard--metal .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--metal .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
    background-color: white;
}

    .m-wizard.m-wizard--1.m-wizard--metal .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--metal .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #e2e3eb;
}

    .m-wizard.m-wizard--1.m-wizard--metal .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--light .m-wizard__progress .progress .progress-bar {
    background-color: #ffffff;
}

    .m-wizard.m-wizard--1.m-wizard--light .m-wizard__progress .progress .progress-bar:after {
        background-color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--light .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #ffffff;
}

    .m-wizard.m-wizard--1.m-wizard--light .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--1.m-wizard--light .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #f2f2f2;
}

    .m-wizard.m-wizard--1.m-wizard--light .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--1.m-wizard--light .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
    background-color: white;
}

    .m-wizard.m-wizard--1.m-wizard--light .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--1.m-wizard--light .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: white;
}

    .m-wizard.m-wizard--1.m-wizard--light .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--1.m-wizard--accent .m-wizard__progress .progress .progress-bar {
    background-color: #00c5dc;
}

    .m-wizard.m-wizard--1.m-wizard--accent .m-wizard__progress .progress .progress-bar:after {
        background-color: #00c5dc;
    }

.m-wizard.m-wizard--1.m-wizard--accent .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #00c5dc;
}

    .m-wizard.m-wizard--1.m-wizard--accent .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--accent .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #00aec3;
}

    .m-wizard.m-wizard--1.m-wizard--accent .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--accent .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #43ebff;
}

    .m-wizard.m-wizard--1.m-wizard--accent .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--accent .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #10e6ff;
}

    .m-wizard.m-wizard--1.m-wizard--accent .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--focus .m-wizard__progress .progress .progress-bar {
    background-color: #9816f4;
}

    .m-wizard.m-wizard--1.m-wizard--focus .m-wizard__progress .progress .progress-bar:after {
        background-color: #9816f4;
    }

.m-wizard.m-wizard--1.m-wizard--focus .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #9816f4;
}

    .m-wizard.m-wizard--1.m-wizard--focus .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--focus .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #8b0be6;
}

    .m-wizard.m-wizard--1.m-wizard--focus .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--focus .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #c377f9;
}

    .m-wizard.m-wizard--1.m-wizard--focus .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--focus .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #ae47f6;
}

    .m-wizard.m-wizard--1.m-wizard--focus .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--primary .m-wizard__progress .progress .progress-bar {
    background-color: #5867dd;
}

    .m-wizard.m-wizard--1.m-wizard--primary .m-wizard__progress .progress .progress-bar:after {
        background-color: #5867dd;
    }

.m-wizard.m-wizard--1.m-wizard--primary .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #5867dd;
}

    .m-wizard.m-wizard--1.m-wizard--primary .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--primary .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #4354d9;
}

    .m-wizard.m-wizard--1.m-wizard--primary .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--primary .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #adb4ee;
}

    .m-wizard.m-wizard--1.m-wizard--primary .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--primary .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #828ee6;
}

    .m-wizard.m-wizard--1.m-wizard--primary .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress .progress .progress-bar {
    background-color: #34bfa3;
}

    .m-wizard.m-wizard--1.m-wizard--success .m-wizard__progress .progress .progress-bar:after {
        background-color: #34bfa3;
    }

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #34bfa3;
}

    .m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #2fab92;
}

    .m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #7ddcc9;
}

    .m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #55d1b8;
}

    .m-wizard.m-wizard--1.m-wizard--success .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--info .m-wizard__progress .progress .progress-bar {
    background-color: #36a3f7;
}

    .m-wizard.m-wizard--1.m-wizard--info .m-wizard__progress .progress .progress-bar:after {
        background-color: #36a3f7;
    }

.m-wizard.m-wizard--1.m-wizard--info .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #36a3f7;
}

    .m-wizard.m-wizard--1.m-wizard--info .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--info .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #1d98f6;
}

    .m-wizard.m-wizard--1.m-wizard--info .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--info .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #98d0fb;
}

    .m-wizard.m-wizard--1.m-wizard--info .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--info .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #67b9f9;
}

    .m-wizard.m-wizard--1.m-wizard--info .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--warning .m-wizard__progress .progress .progress-bar {
    background-color: #ffb822;
}

    .m-wizard.m-wizard--1.m-wizard--warning .m-wizard__progress .progress .progress-bar:after {
        background-color: #ffb822;
    }

.m-wizard.m-wizard--1.m-wizard--warning .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #ffb822;
}

    .m-wizard.m-wizard--1.m-wizard--warning .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--1.m-wizard--warning .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #ffb009;
}

    .m-wizard.m-wizard--1.m-wizard--warning .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--1.m-wizard--warning .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #ffd988;
}

    .m-wizard.m-wizard--1.m-wizard--warning .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--1.m-wizard--warning .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #ffc855;
}

    .m-wizard.m-wizard--1.m-wizard--warning .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--1.m-wizard--danger .m-wizard__progress .progress .progress-bar {
    background-color: #f4516c;
}

    .m-wizard.m-wizard--1.m-wizard--danger .m-wizard__progress .progress .progress-bar:after {
        background-color: #f4516c;
    }

.m-wizard.m-wizard--1.m-wizard--danger .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #f4516c;
}

    .m-wizard.m-wizard--1.m-wizard--danger .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--danger .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #f23958;
}

    .m-wizard.m-wizard--1.m-wizard--danger .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--danger .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span {
    background-color: #fab1bd;
}

    .m-wizard.m-wizard--1.m-wizard--danger .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--1.m-wizard--danger .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #f78195;
}

    .m-wizard.m-wizard--1.m-wizard--danger .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2 .m-wizard__head {
    position: relative;
    margin: 7rem 0 3rem 0;
    padding: 0 5rem;
}

    .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__progress {
        width: 78%;
        margin: 0 auto;
    }

        .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__progress .progress {
            height: 0.36rem;
            border-radius: 0.71rem;
        }

            .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__progress .progress .progress-bar {
                border-radius: 0.71rem;
            }

    .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 2.85rem;
        padding: 0;
    }

        .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
            width: 20%;
            padding: 0 0.5rem 0 0.5rem;
        }

            .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-number {
                text-decoration: none;
                outline: none !important;
            }

                .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-number > span {
                    position: relative;
                    z-index: 1;
                    margin: -5.05rem auto 0 auto;
                    width: 4rem;
                    height: 4rem;
                    border-radius: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                    .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-number > span > i {
                        font-size: 1.8rem;
                    }

            .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info {
                text-align: center;
                padding-top: 0.5rem;
            }

                .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-title {
                    font-weight: 600;
                    font-size: 1.3rem;
                    margin: 0.6rem 0 0.7rem 0;
                }

@media (max-width: 1200px) {
    .m-wizard.m-wizard--2 {
        margin-top: 12rem;
        padding: 0;
    }

        .m-wizard.m-wizard--2 .m-wizard__head {
            padding: 0 2rem;
            display: table;
            width: auto;
            margin: 0 auto;
        }

            .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__progress {
                margin-bottom: -8rem;
                overflow: hidden;
            }

                .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__progress .progress {
                    top: -4rem;
                    position: absolute;
                    width: 0.36rem;
                    left: 4.15rem;
                    height: 100%;
                }

                    .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__progress .progress .progress-bar {
                        width: 0.36rem;
                        height: 0;
                    }

            .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps {
                display: table;
                margin-top: 0;
                width: auto;
                margin: 0 auto;
            }

                .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
                    display: table-cell;
                    display: block;
                    width: 100%;
                    margin-bottom: 2.5rem;
                    padding: 0;
                }

                    .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step:last-child {
                        margin-bottom: 0;
                    }

                    .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-number {
                        display: table-cell;
                        vertical-align: middle;
                    }

                        .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-number > span {
                            margin-top: 0;
                            left: 0.25rem;
                        }

                        .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-number:first-child {
                            content: none;
                        }

                    .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info {
                        display: table-cell;
                        vertical-align: middle;
                        text-align: left;
                        padding-left: 2rem;
                        padding-top: 0;
                    }

                        .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-title {
                            margin: 0;
                        }
}

.m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-number > span {
    background-color: #e2e5ec;
}

    .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-number > span > i {
        color: #fff;
    }

.m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step a.m-wizard__step-number:hover > span {
    background-color: #bdc3d4;
}

    .m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step a.m-wizard__step-number:hover > span > span {
        color: white;
    }

.m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-title {
    color: #898b96;
}

.m-wizard.m-wizard--2 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-desc {
    color: #6f727d;
}

.m-wizard.m-wizard--2.m-wizard--brand .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #716aca;
}

.m-wizard.m-wizard--2.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span {
    background-color: #716aca;
}

    .m-wizard.m-wizard--2.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span {
    background-color: #5f57c3;
}

    .m-wizard.m-wizard--2.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: #b9b5e5;
}

    .m-wizard.m-wizard--2.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: #9590d7;
}

    .m-wizard.m-wizard--2.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--metal .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #c4c5d6;
}

.m-wizard.m-wizard--2.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span {
    background-color: #c4c5d6;
}

    .m-wizard.m-wizard--2.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span {
    background-color: #b5b6cc;
}

    .m-wizard.m-wizard--2.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: white;
}

    .m-wizard.m-wizard--2.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: #e2e3eb;
}

    .m-wizard.m-wizard--2.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--light .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #ffffff;
}

.m-wizard.m-wizard--2.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span {
    background-color: #ffffff;
}

    .m-wizard.m-wizard--2.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--2.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span {
    background-color: #f2f2f2;
}

    .m-wizard.m-wizard--2.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--2.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: white;
}

    .m-wizard.m-wizard--2.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--2.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: white;
}

    .m-wizard.m-wizard--2.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--2.m-wizard--accent .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #00c5dc;
}

.m-wizard.m-wizard--2.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span {
    background-color: #00c5dc;
}

    .m-wizard.m-wizard--2.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span {
    background-color: #00aec3;
}

    .m-wizard.m-wizard--2.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: #43ebff;
}

    .m-wizard.m-wizard--2.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: #10e6ff;
}

    .m-wizard.m-wizard--2.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--focus .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #9816f4;
}

.m-wizard.m-wizard--2.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span {
    background-color: #9816f4;
}

    .m-wizard.m-wizard--2.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span {
    background-color: #8b0be6;
}

    .m-wizard.m-wizard--2.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: #c377f9;
}

    .m-wizard.m-wizard--2.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: #ae47f6;
}

    .m-wizard.m-wizard--2.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--primary .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #5867dd;
}

.m-wizard.m-wizard--2.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span {
    background-color: #5867dd;
}

    .m-wizard.m-wizard--2.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span {
    background-color: #4354d9;
}

    .m-wizard.m-wizard--2.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: #adb4ee;
}

    .m-wizard.m-wizard--2.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: #828ee6;
}

    .m-wizard.m-wizard--2.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #34bfa3;
}

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span {
    background-color: #34bfa3;
}

    .m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span {
    background-color: #2fab92;
}

    .m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: #7ddcc9;
}

    .m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: #55d1b8;
}

    .m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--info .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #36a3f7;
}

.m-wizard.m-wizard--2.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span {
    background-color: #36a3f7;
}

    .m-wizard.m-wizard--2.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span {
    background-color: #1d98f6;
}

    .m-wizard.m-wizard--2.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: #98d0fb;
}

    .m-wizard.m-wizard--2.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: #67b9f9;
}

    .m-wizard.m-wizard--2.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--warning .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #ffb822;
}

.m-wizard.m-wizard--2.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span {
    background-color: #ffb822;
}

    .m-wizard.m-wizard--2.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--2.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span {
    background-color: #ffb009;
}

    .m-wizard.m-wizard--2.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--2.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: #ffd988;
}

    .m-wizard.m-wizard--2.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--2.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: #ffc855;
}

    .m-wizard.m-wizard--2.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--2.m-wizard--danger .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #f4516c;
}

.m-wizard.m-wizard--2.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span {
    background-color: #f4516c;
}

    .m-wizard.m-wizard--2.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span {
    background-color: #f23958;
}

    .m-wizard.m-wizard--2.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--done a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span {
    background-color: #fab1bd;
}

    .m-wizard.m-wizard--2.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--2.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span {
    background-color: #f78195;
}

    .m-wizard.m-wizard--2.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3 {
    padding: 0;
}

    .m-wizard.m-wizard--3 .m-wizard__head {
        padding: 5rem 4rem;
    }

        .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__progress {
            margin: 0 0 3rem 0;
            height: 0.71rem;
        }

            .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__progress .progress {
                border-radius: 0.71rem;
                height: 0.71rem;
                position: relative;
            }

                .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__progress .progress .progress-bar {
                    position: absolute;
                    border-radius: 0.71rem;
                    height: 0.71rem;
                }

        .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
            margin-bottom: 2rem;
        }

            .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info {
                display: table;
            }

                .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number {
                    display: table-cell;
                    vertical-align: middle;
                    text-decoration: none;
                }

                    .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number > span {
                        width: 4rem;
                        height: 4rem;
                        border-radius: 100%;
                        -webkit-box-pack: center;
                        -ms-flex-pack: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                        .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number > span > span {
                            font-size: 1.7rem;
                            font-weight: 500;
                        }

                .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-line {
                    display: table-cell;
                    vertical-align: middle;
                }

                    .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-line > span {
                        margin-left: 0.8rem;
                        margin-right: 0.7rem;
                        width: 2.6rem;
                        height: 0.32rem;
                        display: block;
                        border-radius: 0.6rem;
                    }

                .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-label {
                    display: table-cell;
                    vertical-align: middle;
                    font-weight: 500;
                }

    .m-wizard.m-wizard--3 .m-wizard__form {
        padding: 5rem 4rem 3rem 4rem;
        border-left: 0.07rem solid #EBEDF2;
    }

        .m-wizard.m-wizard--3 .m-wizard__form .m-wizard__form-step1 .m-form__section .form-group {
            padding-bottom: 2rem;
        }

            .m-wizard.m-wizard--3 .m-wizard__form .m-wizard__form-step1 .m-form__section .form-group:last-child {
                padding-bottom: 0;
            }

        .m-wizard.m-wizard--3 .m-wizard__form .m-form__actions {
            padding-bottom: 1rem;
        }

    .m-wizard.m-wizard--3 .m-portlet__foot {
        margin: 0 -4rem;
    }

        .m-wizard.m-wizard--3 .m-portlet__foot .m-form__actions {
            padding: 3rem 4rem 0 4rem;
        }

@media (max-width: 1200px) {
    .m-wizard.m-wizard--3 {
        padding: 0;
    }

        .m-wizard.m-wizard--3 .m-wizard__head {
            padding: 2rem 2rem;
        }

        .m-wizard.m-wizard--3 .m-wizard__nav {
            padding-bottom: 2rem;
            display: table;
            width: auto;
            margin: 2rem auto 0 auto;
        }

            .m-wizard.m-wizard--3 .m-wizard__nav .m-wizard__steps .m-wizard__step {
                margin-bottom: 2rem;
            }

                .m-wizard.m-wizard--3 .m-wizard__nav .m-wizard__steps .m-wizard__step:last-child {
                    margin-bottom: 0;
                }

        .m-wizard.m-wizard--3 .m-wizard__form {
            padding: 2rem 2rem;
            border-top: 0.07rem solid #EBEDF2;
        }

            .m-wizard.m-wizard--3 .m-wizard__form .m-wizard__form-step {
                padding-top: 1rem;
            }

        .m-wizard.m-wizard--3 .m-portlet__foot {
            margin: 0 -2rem;
        }

            .m-wizard.m-wizard--3 .m-portlet__foot .m-form__actions {
                padding: 2rem 2rem 0 2rem;
            }
}

.m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-label {
    color: #9699a2;
}

.m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #e2e5ec;
}

    .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: white;
    }

.m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #bdc3d4;
}

    .m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: white;
    }

.m-wizard.m-wizard--3 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-line > span {
    background-color: #e2e5ec;
}

.m-wizard.m-wizard--3.m-wizard--brand .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #716aca;
}

.m-wizard.m-wizard--3.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #716aca;
}

    .m-wizard.m-wizard--3.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #5f57c3;
}

    .m-wizard.m-wizard--3.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #b9b5e5;
}

    .m-wizard.m-wizard--3.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #4d44bd;
}

    .m-wizard.m-wizard--3.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--metal .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #c4c5d6;
}

.m-wizard.m-wizard--3.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #c4c5d6;
}

    .m-wizard.m-wizard--3.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #b5b6cc;
}

    .m-wizard.m-wizard--3.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: white;
}

    .m-wizard.m-wizard--3.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #a6a7c1;
}

    .m-wizard.m-wizard--3.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--light .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #ffffff;
}

.m-wizard.m-wizard--3.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #ffffff;
}

    .m-wizard.m-wizard--3.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--3.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #f2f2f2;
}

    .m-wizard.m-wizard--3.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--3.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: white;
}

    .m-wizard.m-wizard--3.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--3.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #e6e6e6;
}

    .m-wizard.m-wizard--3.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #282a3c;
    }

.m-wizard.m-wizard--3.m-wizard--accent .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #00c5dc;
}

.m-wizard.m-wizard--3.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #00c5dc;
}

    .m-wizard.m-wizard--3.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #00aec3;
}

    .m-wizard.m-wizard--3.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #43ebff;
}

    .m-wizard.m-wizard--3.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #0097a9;
}

    .m-wizard.m-wizard--3.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--focus .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #9816f4;
}

.m-wizard.m-wizard--3.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #9816f4;
}

    .m-wizard.m-wizard--3.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #8b0be6;
}

    .m-wizard.m-wizard--3.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #c377f9;
}

    .m-wizard.m-wizard--3.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #7c0acd;
}

    .m-wizard.m-wizard--3.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--primary .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #5867dd;
}

.m-wizard.m-wizard--3.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #5867dd;
}

    .m-wizard.m-wizard--3.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #4354d9;
}

    .m-wizard.m-wizard--3.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #adb4ee;
}

    .m-wizard.m-wizard--3.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #2e40d4;
}

    .m-wizard.m-wizard--3.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--success .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #34bfa3;
}

.m-wizard.m-wizard--3.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #34bfa3;
}

    .m-wizard.m-wizard--3.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #2fab92;
}

    .m-wizard.m-wizard--3.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #7ddcc9;
}

    .m-wizard.m-wizard--3.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #299781;
}

    .m-wizard.m-wizard--3.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--info .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #36a3f7;
}

.m-wizard.m-wizard--3.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #36a3f7;
}

    .m-wizard.m-wizard--3.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #1d98f6;
}

    .m-wizard.m-wizard--3.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #98d0fb;
}

    .m-wizard.m-wizard--3.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #0a8cf0;
}

    .m-wizard.m-wizard--3.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--warning .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #ffb822;
}

.m-wizard.m-wizard--3.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #ffb822;
}

    .m-wizard.m-wizard--3.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--3.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #ffb009;
}

    .m-wizard.m-wizard--3.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--3.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #ffd988;
}

    .m-wizard.m-wizard--3.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--3.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #eea200;
}

    .m-wizard.m-wizard--3.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #111111;
    }

.m-wizard.m-wizard--3.m-wizard--danger .m-wizard__head .m-wizard__progress .progress .progress-bar {
    background-color: #f4516c;
}

.m-wizard.m-wizard--3.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #f4516c;
}

    .m-wizard.m-wizard--3.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #f23958;
}

    .m-wizard.m-wizard--3.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #fab1bd;
}

    .m-wizard.m-wizard--3.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--3.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #f12143;
}

    .m-wizard.m-wizard--3.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #ffffff;
    }

.m-wizard.m-wizard--4 .m-wizard__head {
    padding: 3rem 4rem;
}

    .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
        margin-bottom: 2rem;
        border-radius: 2.3rem;
    }

        .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info {
            display: table;
            width: 100%;
        }

            .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number {
                display: table-cell;
                vertical-align: middle;
                text-decoration: none;
                padding: 0.0715rem 0 0.0715rem 0;
            }

                .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number > span {
                    width: 4rem;
                    height: 4rem;
                    border-radius: 100%;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number > span > span {
                        font-size: 1.7rem;
                        font-weight: 500;
                    }

            .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-label {
                display: table-cell;
                vertical-align: middle;
                font-weight: 500;
                padding-left: 2rem;
                width: 100%;
            }

            .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-icon {
                display: table-cell;
                vertical-align: middle;
                text-align: right;
            }

                .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-icon > i {
                    font-size: 1.8rem;
                    font-weight: 600;
                }

        .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon {
            display: none;
        }

.m-wizard.m-wizard--4 .m-wizard__form {
    padding: 4.2rem 4rem 3rem 4rem;
    border-left: 0.07rem solid #EBEDF2;
}

    .m-wizard.m-wizard--4 .m-wizard__form .m-wizard__form-step1 .m-form__section .form-group {
        padding-bottom: 2rem;
    }

        .m-wizard.m-wizard--4 .m-wizard__form .m-wizard__form-step1 .m-form__section .form-group:last-child {
            padding-bottom: 0;
        }

    .m-wizard.m-wizard--4 .m-wizard__form .m-form__actions {
        padding-bottom: 1rem;
    }

.m-wizard.m-wizard--4 .m-portlet__foot {
    margin: 0 -4rem;
}

    .m-wizard.m-wizard--4 .m-portlet__foot .m-form__actions {
        padding: 3rem 4rem 0 4rem;
    }

@media (max-width: 1300px) {
    .m-wizard.m-wizard--4 .m-wizard__head {
        padding: 3rem 1rem;
    }
}

@media (max-width: 1200px) {
    .m-wizard.m-wizard--4 {
        padding-top: 0;
    }

        .m-wizard.m-wizard--4 .m-wizard__head {
            padding: 0;
        }

            .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav {
                padding-bottom: 2rem;
                display: table;
                width: auto;
                margin: 2rem auto 0 auto;
            }

                .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
                    border-radius: 2rem;
                    margin-bottom: 2rem;
                    padding: 0.02rem 1rem 0.05rem 0;
                }

                    .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step:last-child {
                        margin-bottom: 0;
                    }

                    .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info {
                        width: 100%;
                    }

                        .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-label {
                            width: 100%;
                        }

                        .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-icon {
                            text-align: right;
                            padding-left: 1rem;
                        }

        .m-wizard.m-wizard--4 .m-wizard__form {
            padding: 3rem 0 0 0;
            border-top: 0.07rem solid #EBEDF2;
            border-left: 0;
        }

            .m-wizard.m-wizard--4 .m-wizard__form .m-wizard__form-step {
                padding-top: 1rem;
            }
}

.m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-label {
    color: #9699a2;
}

.m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info a.m-wizard__step-number > span {
    background-color: #f4f5f8;
}

    .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info a.m-wizard__step-number > span > span {
        color: #a4a6ae;
    }

.m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info a.m-wizard__step-number:hover > span {
    background-color: #e2e5ec;
}

    .m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
        color: #fff;
    }

.m-wizard.m-wizard--4 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-icon > i {
    color: #fff;
}

.m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-icon > i {
    color: #716aca;
}

.m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    background-color: #716aca;
}

    .m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
        background-color: #3d3698;
    }

        .m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
        background-color: #4d44bd;
    }

        .m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-label {
        color: #ffffff;
    }

    .m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i {
        color: #716aca;
    }

.m-wizard.m-wizard--4.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-icon > i {
    color: #c4c5d6;
}

.m-wizard.m-wizard--4.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    background-color: #c4c5d6;
}

    .m-wizard.m-wizard--4.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
        background-color: #888aac;
    }

        .m-wizard.m-wizard--4.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
        background-color: #a6a7c1;
    }

        .m-wizard.m-wizard--4.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-label {
        color: #ffffff;
    }

    .m-wizard.m-wizard--4.m-wizard--metal .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i {
        color: #c4c5d6;
    }

.m-wizard.m-wizard--4.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-icon > i {
    color: #ffffff;
}

.m-wizard.m-wizard--4.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    background-color: #ffffff;
}

    .m-wizard.m-wizard--4.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
        background-color: #cccccc;
    }

        .m-wizard.m-wizard--4.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
            color: #282a3c;
        }

    .m-wizard.m-wizard--4.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
        background-color: #e6e6e6;
    }

        .m-wizard.m-wizard--4.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
            color: #282a3c;
        }

    .m-wizard.m-wizard--4.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-label {
        color: #282a3c;
    }

    .m-wizard.m-wizard--4.m-wizard--light .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i {
        color: #ffffff;
    }

.m-wizard.m-wizard--4.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-icon > i {
    color: #00c5dc;
}

.m-wizard.m-wizard--4.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    background-color: #00c5dc;
}

    .m-wizard.m-wizard--4.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
        background-color: #006a76;
    }

        .m-wizard.m-wizard--4.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
        background-color: #0097a9;
    }

        .m-wizard.m-wizard--4.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-label {
        color: #ffffff;
    }

    .m-wizard.m-wizard--4.m-wizard--accent .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i {
        color: #00c5dc;
    }

.m-wizard.m-wizard--4.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-icon > i {
    color: #9816f4;
}

.m-wizard.m-wizard--4.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    background-color: #9816f4;
}

    .m-wizard.m-wizard--4.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
        background-color: #5f079d;
    }

        .m-wizard.m-wizard--4.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
        background-color: #7c0acd;
    }

        .m-wizard.m-wizard--4.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-label {
        color: #ffffff;
    }

    .m-wizard.m-wizard--4.m-wizard--focus .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i {
        color: #9816f4;
    }

.m-wizard.m-wizard--4.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-icon > i {
    color: #5867dd;
}

.m-wizard.m-wizard--4.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    background-color: #5867dd;
}

    .m-wizard.m-wizard--4.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
        background-color: #2332ac;
    }

        .m-wizard.m-wizard--4.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
        background-color: #2e40d4;
    }

        .m-wizard.m-wizard--4.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-label {
        color: #ffffff;
    }

    .m-wizard.m-wizard--4.m-wizard--primary .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i {
        color: #5867dd;
    }

.m-wizard.m-wizard--4.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-icon > i {
    color: #34bfa3;
}

.m-wizard.m-wizard--4.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    background-color: #34bfa3;
}

    .m-wizard.m-wizard--4.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
        background-color: #1e6f5f;
    }

        .m-wizard.m-wizard--4.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
        background-color: #299781;
    }

        .m-wizard.m-wizard--4.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-label {
        color: #ffffff;
    }

    .m-wizard.m-wizard--4.m-wizard--success .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i {
        color: #34bfa3;
    }

.m-wizard.m-wizard--4.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-icon > i {
    color: #36a3f7;
}

.m-wizard.m-wizard--4.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    background-color: #36a3f7;
}

    .m-wizard.m-wizard--4.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
        background-color: #086fbf;
    }

        .m-wizard.m-wizard--4.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
        background-color: #0a8cf0;
    }

        .m-wizard.m-wizard--4.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-label {
        color: #ffffff;
    }

    .m-wizard.m-wizard--4.m-wizard--info .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i {
        color: #36a3f7;
    }

.m-wizard.m-wizard--4.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-icon > i {
    color: #ffb822;
}

.m-wizard.m-wizard--4.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    background-color: #ffb822;
}

    .m-wizard.m-wizard--4.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
        background-color: #bb7f00;
    }

        .m-wizard.m-wizard--4.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
            color: #111111;
        }

    .m-wizard.m-wizard--4.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
        background-color: #eea200;
    }

        .m-wizard.m-wizard--4.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
            color: #111111;
        }

    .m-wizard.m-wizard--4.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-label {
        color: #111111;
    }

    .m-wizard.m-wizard--4.m-wizard--warning .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i {
        color: #ffb822;
    }

.m-wizard.m-wizard--4.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-icon > i {
    color: #f4516c;
}

.m-wizard.m-wizard--4.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    background-color: #f4516c;
}

    .m-wizard.m-wizard--4.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span {
        background-color: #d20d2e;
    }

        .m-wizard.m-wizard--4.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span {
        background-color: #f12143;
    }

        .m-wizard.m-wizard--4.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info a.m-wizard__step-number:hover > span > span {
            color: #ffffff;
        }

    .m-wizard.m-wizard--4.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-label {
        color: #ffffff;
    }

    .m-wizard.m-wizard--4.m-wizard--danger .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-icon > i {
        color: #f4516c;
    }

.m-wizard.m-wizard--5 .m-wizard__head {
    margin: 1rem 0 1rem 0;
}

    .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps {
        margin-top: 5rem;
        margin-bottom: -0.07rem;
        width: 100%;
        display: table;
        table-layout: fixed;
    }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
            display: table-cell;
            vertical-align: middle;
            padding-bottom: 3rem;
        }

            .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info {
                padding-left: 2rem;
            }

                .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number {
                    text-decoration: none;
                    display: table;
                    margin: 0 auto;
                }

                    .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
                        display: table-cell;
                        font-weight: 500;
                        padding-right: 0.5rem;
                        padding-top: 0.2rem;
                        vertical-align: middle;
                    }

                    .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
                        font-weight: 500;
                        padding-right: 0.5rem;
                        display: table-cell;
                        vertical-align: middle;
                        font-size: 1.2rem;
                    }

                    .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number .m-wizard__step-icon {
                        display: table-cell;
                        vertical-align: middle;
                    }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps:last-child {
            padding-right: 0;
        }

.m-wizard.m-wizard--5.m-wizard--nav-centered .m-wizard__head {
    margin: 3rem auto;
    width: 80%;
}

@media (max-width: 1200px) {
    .m-wizard.m-wizard--5 .m-wizard__head {
        position: relative;
        width: 100% !important;
    }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav {
            border-bottom: 0;
        }

            .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps {
                width: auto;
                margin: 1.5rem auto 0 auto;
            }

                .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
                    padding: 0 0 0.5rem 0;
                    display: block;
                    margin: 1rem 0 2rem 0;
                    width: 100%;
                }

                    .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step:last-child {
                        margin-bottom: 0;
                    }

                    .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info {
                        padding-left: 0;
                    }

                        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number {
                            margin: 0;
                        }

                            .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
                                padding-right: 0.5rem;
                            }

                            .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
                                padding-right: 0.5rem;
                                width: 100%;
                            }

                            .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number .m-wizard__step-icon {
                                text-align: right;
                                display: block;
                            }
}

.m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav {
    border-bottom: 1px solid #ebedf2;
}

    .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
        border-bottom: 2px solid transparent;
    }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-label {
            color: #9699a2;
        }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
            color: #9699a2;
        }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step .m-wizard__step-info .m-wizard__step-number .m-wizard__step-icon {
            color: #fff;
        }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--done .m-wizard__step-info .m-wizard__step-number .m-wizard__step-icon {
            color: #9699a2;
        }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
            color: #0f0f11;
        }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
            color: #0f0f11;
        }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-icon {
            color: #fff;
        }

@media (max-width: 1200px) {
    .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav {
        border-bottom: 0;
    }

        .m-wizard.m-wizard--5 .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step {
            border-bottom: 2px solid transparent;
        }
}

.m-wizard.m-wizard--5.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid #716aca;
}

    .m-wizard.m-wizard--5.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
        color: #716aca;
    }

    .m-wizard.m-wizard--5.m-wizard--brand .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
        color: #716aca;
    }

.m-wizard.m-wizard--5.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid #c4c5d6;
}

    .m-wizard.m-wizard--5.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
        color: #c4c5d6;
    }

    .m-wizard.m-wizard--5.m-wizard--metal .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
        color: #c4c5d6;
    }

.m-wizard.m-wizard--5.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid #ffffff;
}

    .m-wizard.m-wizard--5.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
        color: #ffffff;
    }

    .m-wizard.m-wizard--5.m-wizard--light .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
        color: #ffffff;
    }

.m-wizard.m-wizard--5.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid #00c5dc;
}

    .m-wizard.m-wizard--5.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
        color: #00c5dc;
    }

    .m-wizard.m-wizard--5.m-wizard--accent .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
        color: #00c5dc;
    }

.m-wizard.m-wizard--5.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid #9816f4;
}

    .m-wizard.m-wizard--5.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
        color: #9816f4;
    }

    .m-wizard.m-wizard--5.m-wizard--focus .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
        color: #9816f4;
    }

.m-wizard.m-wizard--5.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid #5867dd;
}

    .m-wizard.m-wizard--5.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
        color: #5867dd;
    }

    .m-wizard.m-wizard--5.m-wizard--primary .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
        color: #5867dd;
    }

.m-wizard.m-wizard--5.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid #34bfa3;
}

    .m-wizard.m-wizard--5.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
        color: #34bfa3;
    }

    .m-wizard.m-wizard--5.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
        color: #34bfa3;
    }

.m-wizard.m-wizard--5.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid #36a3f7;
}

    .m-wizard.m-wizard--5.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
        color: #36a3f7;
    }

    .m-wizard.m-wizard--5.m-wizard--info .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
        color: #36a3f7;
    }

.m-wizard.m-wizard--5.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid #ffb822;
}

    .m-wizard.m-wizard--5.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
        color: #ffb822;
    }

    .m-wizard.m-wizard--5.m-wizard--warning .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
        color: #ffb822;
    }

.m-wizard.m-wizard--5.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current {
    border-bottom: 2px solid #f4516c;
}

    .m-wizard.m-wizard--5.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-seq {
        color: #f4516c;
    }

    .m-wizard.m-wizard--5.m-wizard--danger .m-wizard__head .m-wizard__steps .m-wizard__step.m-wizard__step--current .m-wizard__step-info .m-wizard__step-number .m-wizard__step-label {
        color: #f4516c;
    }

.m-accordion .m-accordion__item {
    overflow: hidden;
    border-radius: 6px;
}

    .m-accordion .m-accordion__item .m-accordion__item-head {
        display: table;
        padding: 1rem 2rem;
        width: 100%;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon {
            display: table-cell;
            vertical-align: middle;
            line-height: 0;
            padding-right: 1rem;
        }

            .m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-icon > i {
                display: inline-block;
                font-size: 2rem;
            }

        .m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-title {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            font-size: 1.2rem;
        }

        .m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
            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-size: 1.3rem;
        }

            .m-accordion .m-accordion__item .m-accordion__item-head .m-accordion__item-mode:before {
                content: "";
            }

        .m-accordion .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode {
            font-family: "LineAwesome";
            text-decoration: inherit;
            text-rendering: optimizeLegibility;
            text-transform: none;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
        }

            .m-accordion .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode:before {
                content: "";
            }

        .m-accordion .m-accordion__item .m-accordion__item-head:hover {
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            cursor: pointer;
        }

    .m-accordion .m-accordion__item .m-accordion__item-body > span,
    .m-accordion .m-accordion__item .m-accordion__item-body .m-accordion__item-content {
        padding: 1.5rem 2rem;
    }

        .m-accordion .m-accordion__item .m-accordion__item-body > span > p:last-child,
        .m-accordion .m-accordion__item .m-accordion__item-body .m-accordion__item-content > p:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .m-accordion .m-accordion__item:last-child {
        margin-bottom: 0;
    }

.m-accordion.m-accordion--default .m-accordion__item {
    margin-bottom: 1rem;
}

.m-accordion.m-accordion--bordered .m-accordion__item:not(:last-child) {
    border-bottom: 0;
}

.m-accordion.m-accordion--bordered .m-accordion__item:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.m-accordion.m-accordion--bordered .m-accordion__item:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.m-accordion.m-accordion--bordered .m-accordion__item:first-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.m-accordion.m-accordion--section .m-accordion__item {
    margin-bottom: 2rem;
}

    .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode > i:before {
        content: "\f2c2";
    }

    .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-body > span,
    .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-body .m-accordion__item-content {
        padding-top: 0rem;
    }

    .m-accordion.m-accordion--section .m-accordion__item:last-child {
        margin-bottom: 0;
    }

.m-accordion.m-accordion--toggle-arrow .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
    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-size: 1.3rem;
}

    .m-accordion.m-accordion--toggle-arrow .m-accordion__item .m-accordion__item-head .m-accordion__item-mode:before {
        content: "";
    }

.m-accordion.m-accordion--toggle-arrow .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode {
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

    .m-accordion.m-accordion--toggle-arrow .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode:before {
        content: "";
    }

.m-accordion.m-accordion--padding-lg .m-accordion__item .m-accordion__item-head {
    padding: 1.5rem 2rem;
}

.m-accordion.m-accordion--bordered .m-accordion__item, .m-accordion.m-accordion--default .m-accordion__item {
    border: 1px solid #ebedf2;
    background-color: #fff;
}

    .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head.collapsed, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head.collapsed {
        background-color: #fff;
    }

    .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head:hover, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head:hover {
        background-color: #f4f5f8;
    }

        .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head .m-accordion__item-mode, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
            color: #a4a6ae;
        }

    .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-body, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-body {
        border-top: 1px solid #ebedf2;
    }

    .m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head.collapsed + .m-accordion__item-body, .m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head.collapsed + .m-accordion__item-body {
        border-top: 0;
    }

.m-accordion.m-accordion--solid .m-accordion__item {
    background-color: #f7f8fa;
}

    .m-accordion.m-accordion--solid .m-accordion__item .m-accordion__item-head.collapsed {
        background-color: #f7f8fa;
    }

    .m-accordion.m-accordion--solid .m-accordion__item .m-accordion__item-head, .m-accordion.m-accordion--solid .m-accordion__item .m-accordion__item-head:hover {
        background-color: #f4f5f8;
    }

    .m-accordion.m-accordion--solid .m-accordion__item .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-accordion.m-accordion--section .m-accordion__item {
    border: none;
}

    .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head {
        background-color: #f7f8fa;
        color: #716aca !important;
    }

        .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head .m-accordion__item-mode {
            color: #716aca !important;
        }

        .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head.collapsed {
            color: #837dd1 !important;
        }

            .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #837dd1 !important;
            }

    .m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-body {
        border-top: none;
        background-color: #f7f8fa;
    }

.m-accordion .m-accordion__item--brand {
    border: 1px solid #716aca !important;
    background-color: #716aca !important;
}

    .m-accordion .m-accordion__item--brand .m-accordion__item-head, .m-accordion .m-accordion__item--brand .m-accordion__item-head:hover {
        background-color: #5f57c3 !important;
    }

        .m-accordion .m-accordion__item--brand .m-accordion__item-head .m-accordion__item-mode {
            color: #ffffff !important;
        }

        .m-accordion .m-accordion__item--brand .m-accordion__item-head.collapsed {
            background-color: #716aca !important;
        }

            .m-accordion .m-accordion__item--brand .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #ffffff !important;
            }

        .m-accordion .m-accordion__item--brand .m-accordion__item-head > span {
            color: #ffffff !important;
        }

    .m-accordion .m-accordion__item--brand .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-accordion .m-accordion__item--metal {
    border: 1px solid #c4c5d6 !important;
    background-color: #c4c5d6 !important;
}

    .m-accordion .m-accordion__item--metal .m-accordion__item-head, .m-accordion .m-accordion__item--metal .m-accordion__item-head:hover {
        background-color: #b5b6cc !important;
    }

        .m-accordion .m-accordion__item--metal .m-accordion__item-head .m-accordion__item-mode {
            color: #ffffff !important;
        }

        .m-accordion .m-accordion__item--metal .m-accordion__item-head.collapsed {
            background-color: #c4c5d6 !important;
        }

            .m-accordion .m-accordion__item--metal .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #ffffff !important;
            }

        .m-accordion .m-accordion__item--metal .m-accordion__item-head > span {
            color: #ffffff !important;
        }

    .m-accordion .m-accordion__item--metal .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-accordion .m-accordion__item--light {
    border: 1px solid #ffffff !important;
    background-color: #ffffff !important;
}

    .m-accordion .m-accordion__item--light .m-accordion__item-head, .m-accordion .m-accordion__item--light .m-accordion__item-head:hover {
        background-color: #f2f2f2 !important;
    }

        .m-accordion .m-accordion__item--light .m-accordion__item-head .m-accordion__item-mode {
            color: #282a3c !important;
        }

        .m-accordion .m-accordion__item--light .m-accordion__item-head.collapsed {
            background-color: #ffffff !important;
        }

            .m-accordion .m-accordion__item--light .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #282a3c !important;
            }

        .m-accordion .m-accordion__item--light .m-accordion__item-head > span {
            color: #282a3c !important;
        }

    .m-accordion .m-accordion__item--light .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-accordion .m-accordion__item--accent {
    border: 1px solid #00c5dc !important;
    background-color: #00c5dc !important;
}

    .m-accordion .m-accordion__item--accent .m-accordion__item-head, .m-accordion .m-accordion__item--accent .m-accordion__item-head:hover {
        background-color: #00aec3 !important;
    }

        .m-accordion .m-accordion__item--accent .m-accordion__item-head .m-accordion__item-mode {
            color: #ffffff !important;
        }

        .m-accordion .m-accordion__item--accent .m-accordion__item-head.collapsed {
            background-color: #00c5dc !important;
        }

            .m-accordion .m-accordion__item--accent .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #ffffff !important;
            }

        .m-accordion .m-accordion__item--accent .m-accordion__item-head > span {
            color: #ffffff !important;
        }

    .m-accordion .m-accordion__item--accent .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-accordion .m-accordion__item--focus {
    border: 1px solid #9816f4 !important;
    background-color: #9816f4 !important;
}

    .m-accordion .m-accordion__item--focus .m-accordion__item-head, .m-accordion .m-accordion__item--focus .m-accordion__item-head:hover {
        background-color: #8b0be6 !important;
    }

        .m-accordion .m-accordion__item--focus .m-accordion__item-head .m-accordion__item-mode {
            color: #ffffff !important;
        }

        .m-accordion .m-accordion__item--focus .m-accordion__item-head.collapsed {
            background-color: #9816f4 !important;
        }

            .m-accordion .m-accordion__item--focus .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #ffffff !important;
            }

        .m-accordion .m-accordion__item--focus .m-accordion__item-head > span {
            color: #ffffff !important;
        }

    .m-accordion .m-accordion__item--focus .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-accordion .m-accordion__item--primary {
    border: 1px solid #5867dd !important;
    background-color: #5867dd !important;
}

    .m-accordion .m-accordion__item--primary .m-accordion__item-head, .m-accordion .m-accordion__item--primary .m-accordion__item-head:hover {
        background-color: #4354d9 !important;
    }

        .m-accordion .m-accordion__item--primary .m-accordion__item-head .m-accordion__item-mode {
            color: #ffffff !important;
        }

        .m-accordion .m-accordion__item--primary .m-accordion__item-head.collapsed {
            background-color: #5867dd !important;
        }

            .m-accordion .m-accordion__item--primary .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #ffffff !important;
            }

        .m-accordion .m-accordion__item--primary .m-accordion__item-head > span {
            color: #ffffff !important;
        }

    .m-accordion .m-accordion__item--primary .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-accordion .m-accordion__item--success {
    border: 1px solid #34bfa3 !important;
    background-color: #34bfa3 !important;
}

    .m-accordion .m-accordion__item--success .m-accordion__item-head, .m-accordion .m-accordion__item--success .m-accordion__item-head:hover {
        background-color: #2fab92 !important;
    }

        .m-accordion .m-accordion__item--success .m-accordion__item-head .m-accordion__item-mode {
            color: #ffffff !important;
        }

        .m-accordion .m-accordion__item--success .m-accordion__item-head.collapsed {
            background-color: #34bfa3 !important;
        }

            .m-accordion .m-accordion__item--success .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #ffffff !important;
            }

        .m-accordion .m-accordion__item--success .m-accordion__item-head > span {
            color: #ffffff !important;
        }

    .m-accordion .m-accordion__item--success .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-accordion .m-accordion__item--info {
    border: 1px solid #36a3f7 !important;
    background-color: #36a3f7 !important;
}

    .m-accordion .m-accordion__item--info .m-accordion__item-head, .m-accordion .m-accordion__item--info .m-accordion__item-head:hover {
        background-color: #1d98f6 !important;
    }

        .m-accordion .m-accordion__item--info .m-accordion__item-head .m-accordion__item-mode {
            color: #ffffff !important;
        }

        .m-accordion .m-accordion__item--info .m-accordion__item-head.collapsed {
            background-color: #36a3f7 !important;
        }

            .m-accordion .m-accordion__item--info .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #ffffff !important;
            }

        .m-accordion .m-accordion__item--info .m-accordion__item-head > span {
            color: #ffffff !important;
        }

    .m-accordion .m-accordion__item--info .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-accordion .m-accordion__item--warning {
    border: 1px solid #ffb822 !important;
    background-color: #ffb822 !important;
}

    .m-accordion .m-accordion__item--warning .m-accordion__item-head, .m-accordion .m-accordion__item--warning .m-accordion__item-head:hover {
        background-color: #ffb009 !important;
    }

        .m-accordion .m-accordion__item--warning .m-accordion__item-head .m-accordion__item-mode {
            color: #111111 !important;
        }

        .m-accordion .m-accordion__item--warning .m-accordion__item-head.collapsed {
            background-color: #ffb822 !important;
        }

            .m-accordion .m-accordion__item--warning .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #111111 !important;
            }

        .m-accordion .m-accordion__item--warning .m-accordion__item-head > span {
            color: #111111 !important;
        }

    .m-accordion .m-accordion__item--warning .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-accordion .m-accordion__item--danger {
    border: 1px solid #f4516c !important;
    background-color: #f4516c !important;
}

    .m-accordion .m-accordion__item--danger .m-accordion__item-head, .m-accordion .m-accordion__item--danger .m-accordion__item-head:hover {
        background-color: #f23958 !important;
    }

        .m-accordion .m-accordion__item--danger .m-accordion__item-head .m-accordion__item-mode {
            color: #ffffff !important;
        }

        .m-accordion .m-accordion__item--danger .m-accordion__item-head.collapsed {
            background-color: #f4516c !important;
        }

            .m-accordion .m-accordion__item--danger .m-accordion__item-head.collapsed .m-accordion__item-mode {
                color: #ffffff !important;
            }

        .m-accordion .m-accordion__item--danger .m-accordion__item-head > span {
            color: #ffffff !important;
        }

    .m-accordion .m-accordion__item--danger .m-accordion__item-body {
        background-color: #fff !important;
    }

.m-blockui {
    border-radius: 4px;
    display: table;
    table-layout: fixed;
}

    .m-blockui > span {
        display: table-cell;
        vertical-align: middle;
        padding: 8px 15px;
        font-size: 1rem;
        font-weight: 400;
    }

        .m-blockui > span > .m-loader,
        .m-blockui > span > .m-spinner {
            margin-right: 10px;
        }

.m-blockui {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
}

    .m-blockui.m-blockui-no-shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .m-blockui > span {
        color: #6f727d;
    }

    .m-blockui.m-blockui--skin-dark {
        background: #2c2e3e;
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5);
    }

        .m-blockui.m-blockui--skin-dark.m-blockui-no-shadow {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .m-blockui.m-blockui--skin-dark > span {
            color: #9093ac;
        }

.m-scroller:not(.m-scrollable--track) > .ps__rail-x,
.m-scrollable:not(.m-scrollable--track) > .ps__rail-x {
    top: 4px !important;
    height: 4px !important;
}

    .m-scroller:not(.m-scrollable--track) > .ps__rail-x:hover, .m-scroller:not(.m-scrollable--track) > .ps__rail-x:focus,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-x:hover,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-x:focus {
        height: 4px !important;
    }

    .m-scroller:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x {
        top: 0 !important;
        height: 4px !important;
    }

        .m-scroller:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x:hover, .m-scroller:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x:focus,
        .m-scrollable:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x:hover,
        .m-scrollable:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x:focus {
            top: 0 !important;
            height: 4px !important;
        }

.m-scroller:not(.m-scrollable--track) > .ps__rail-y,
.m-scrollable:not(.m-scrollable--track) > .ps__rail-y {
    right: 4px !important;
    width: 4px !important;
}

    .m-scroller:not(.m-scrollable--track) > .ps__rail-y:hover, .m-scroller:not(.m-scrollable--track) > .ps__rail-y:focus,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-y:hover,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-y:focus {
        width: 4px !important;
    }

    .m-scroller:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y {
        right: 0 !important;
        width: 4px !important;
    }

        .m-scroller:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y:hover, .m-scroller:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y:focus,
        .m-scrollable:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y:hover,
        .m-scrollable:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y:focus {
            right: 0 !important;
            width: 4px !important;
        }

.m-scroller:not(.m-scrollable--track) > .ps__rail-x:hover, .m-scroller:not(.m-scrollable--track) > .ps__rail-x:focus,
.m-scrollable:not(.m-scrollable--track) > .ps__rail-x:hover,
.m-scrollable:not(.m-scrollable--track) > .ps__rail-x:focus {
    opacity: 1;
    background: transparent !important;
}

    .m-scroller:not(.m-scrollable--track) > .ps__rail-x:hover > .ps__thumb-x, .m-scroller:not(.m-scrollable--track) > .ps__rail-x:focus > .ps__thumb-x,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-x:hover > .ps__thumb-x,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-x:focus > .ps__thumb-x {
        background: #bdc3d4;
        opacity: 1;
    }

.m-scroller:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x,
.m-scrollable:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x {
    background: #bdc3d4;
    opacity: 1;
}

    .m-scroller:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x:hover, .m-scroller:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x:focus,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x:hover,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-x > .ps__thumb-x:focus {
        opacity: 1;
        background: #bdc3d4;
    }

.m-scroller:not(.m-scrollable--track) > .ps__rail-y:hover, .m-scroller:not(.m-scrollable--track) > .ps__rail-y:focus,
.m-scrollable:not(.m-scrollable--track) > .ps__rail-y:hover,
.m-scrollable:not(.m-scrollable--track) > .ps__rail-y:focus {
    background: transparent !important;
    opacity: 1;
}

    .m-scroller:not(.m-scrollable--track) > .ps__rail-y:hover > .ps__thumb-y, .m-scroller:not(.m-scrollable--track) > .ps__rail-y:focus > .ps__thumb-y,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-y:hover > .ps__thumb-y,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-y:focus > .ps__thumb-y {
        background: #bdc3d4;
        opacity: 1;
    }

.m-scroller:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y,
.m-scrollable:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y {
    background: #bdc3d4;
    opacity: 1;
}

    .m-scroller:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y:hover, .m-scroller:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y:focus,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y:hover,
    .m-scrollable:not(.m-scrollable--track) > .ps__rail-y > .ps__thumb-y:focus {
        opacity: 1;
        background: #bdc3d4;
    }

.ps {
    overflow: hidden;
    position: relative;
}

    .ps > .ps__rail-x > .ps__thumb-x {
        background: #adb5ca;
        opacity: 1;
    }

        .ps > .ps__rail-x > .ps__thumb-x:hover, .ps > .ps__rail-x > .ps__thumb-x:focus {
            opacity: 1;
            background: #adb5ca;
        }

    .ps > .ps__rail-y {
        right: 0;
    }

        .ps > .ps__rail-y > .ps__thumb-y {
            background: #adb5ca;
        }

            .ps > .ps__rail-y > .ps__thumb-y:hover, .ps > .ps__rail-y > .ps__thumb-y:focus {
                opacity: 1;
                background: #adb5ca;
            }

[direction="rtl"] .ps > .ps__rail-y {
    right: 4px;
}

.m-scrollable {
    overflow: hidden;
    margin-right: -14px;
    padding-right: 14px;
    position: relative;
}

.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-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: 0.25rem;
}

.jstree-default .jstree-anchor {
    color: #575962;
}

.jstree-default .jstree-icon {
    color: #c1bfd0;
}

.jstree-default .jstree-disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

    .jstree-default .jstree-disabled .jstree-icon {
        color: #c1bfd0;
    }

.jstree-default .jstree-clicked {
    border: 0;
    background: #ebedf2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jstree-default .jstree-hovered {
    border: 0;
    background-color: #f4f5f8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-clicked {
    background: #f4f5f8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jstree-default .jstree-wholerow-hovered,
.jstree-default.jstree-wholerow .jstree-wholerow-hovered {
    border: 0;
    background-color: #f4f5f8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.vakata-context,
.vakata-context ul {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    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: #f4f5f8;
        color: #575962;
        -webkit-box-shadow: none;
        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: #ffffff !important;
    border: 1px solid #ebedf2 !important;
}

.alert[data-notify] {
    min-width: 300px;
}

    .alert[data-notify] .close {
        right: 10px !important;
    }

@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] .close {
    padding: 0.25rem 0 0 2rem;
    font-size: 1rem;
}

.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-"] {
    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-"] {
    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;
}

    .alert[data-notify] .progress .progress-bar {
        height: 0.5rem;
    }

.toast {
    background-position: 15px center /*rtl:calc(100% - 15px) center*/ !important;
}

    .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;
    }

        .toast .toast-close-button:before {
            content: "";
        }

        .toast .toast-close-button:before {
            font-size: 1.1rem;
        }

.toast-success {
    background-color: #34bfa3;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

#toast-container > div:hover {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
}

.toast-warning {
    background-color: #ffb822;
    color: #111111;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

#toast-container > div:hover {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
}

.toast-info {
    background-color: #36a3f7;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

#toast-container > div:hover {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
}

.toast-error {
    background-color: #f4516c;
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

#toast-container > div:hover {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.3);
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: auto;
}

@media screen\0 {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
    html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow: visible;
    }
}

.swal2-popup {
    border-radius: 4px;
    padding: 3rem;
}

    .swal2-popup .swal2-title {
        font-weight: 500;
        font-size: 1.3rem;
        margin: 0 0 1rem;
    }

    .swal2-popup .swal2-content {
        font-weight: 300;
        font-size: 1rem;
    }

    .swal2-popup .btn {
        margin: 15px 5px 0;
    }

    .swal2-popup .swal2-styled:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.2);
}

.swal2-popup .swal2-title {
    color: #575962;
}

.swal2-popup .swal2-content {
    color: #6f727d;
}

.bootstrap-maxlength {
    z-index: 1040 !important;
}

.modal .bootstrap-maxlength {
    z-index: 1060 !important;
}

.datepicker {
    width: 265px;
    padding: 10px;
}

    .datepicker.datepicker-orient-top {
        margin-top: 8px;
    }

    .datepicker table {
        width: 100%;
    }

    .datepicker td, .datepicker th {
        width: 35px;
        height: 35px;
        border-radius: 3px;
    }

    .datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
        font-weight: 500;
    }

        .datepicker thead th.prev i, .datepicker thead th.datepicker-switch i, .datepicker thead th.next i {
            font-size: 0.85rem;
        }

    .datepicker thead th.dow {
        font-weight: 500;
    }

    .datepicker tbody tr > td.day.today {
        position: relative;
    }

        .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: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

    .datepicker tfoot tr > th.today, .datepicker tfoot tr > th.clear {
        border-radius: 3px;
        font-weight: 500;
    }

.input-daterange .input-group-addon {
    min-width: 44px;
}

.input-daterange input {
    text-align: left;
}

.datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
    background: #ebedf2;
}

.datepicker tbody tr > td.day {
    color: #575962;
}

    .datepicker tbody tr > td.day:hover {
        background: #ebedf2;
    }

    .datepicker tbody tr > td.day.old {
        color: #7b7e8a;
    }

    .datepicker tbody tr > td.day.new {
        color: #575962;
    }

    .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: #5867dd;
        color: #ffffff;
    }

    .datepicker tbody tr > td.day.today {
        background: #828ee6;
        color: #ffffff;
    }

        .datepicker tbody tr > td.day.today:before {
            border-bottom-color: #ffffff;
            border-top-color: rgba(0, 0, 0, 0.2);
        }

    .datepicker tbody tr > td.day.range {
        background: #f4f5f8;
    }

.datepicker tbody tr > td span.month {
    color: #575962;
}

    .datepicker tbody tr > td span.month.focused, .datepicker tbody tr > td span.month:hover {
        background: #ebedf2;
    }

    .datepicker tbody tr > td span.month.active:hover, .datepicker tbody tr > td span.month.active {
        background: #5867dd;
        color: #ffffff;
    }

.datepicker tfoot tr > th.today:hover, .datepicker tfoot tr > th.clear:hover {
    background: #ebedf2;
}

.datepicker.datepicker-inline {
    border: 1px solid #f4f5f8;
}

.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;
    }

    .datetimepicker thead th.prev, .datetimepicker thead th.switch, .datetimepicker thead th.next {
        font-weight: 500;
    }

    .datetimepicker thead th.dow {
        font-weight: 500;
    }

    .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: 0.85rem;
    }

        .datetimepicker thead th.next > span:before {
            content: "\f112";
        }

        .datetimepicker thead th.prev > span:before {
            content: "\f111";
        }

    .datetimepicker tbody tr > td.day.today {
        position: relative;
    }

        .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: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

    .datetimepicker tfoot tr > th.today, .datetimepicker tfoot tr > th.clear {
        border-radius: 3px;
        font-weight: 500;
    }

.input-daterange .input-group-addon {
    min-width: 44px;
}

.datetimepicker thead th.prev:hover, .datetimepicker thead th.switch:hover, .datetimepicker thead th.next:hover {
    background: #ebedf2;
}

.datetimepicker tbody tr > td.day {
    color: #575962;
}

    .datetimepicker tbody tr > td.day:hover {
        background: #ebedf2;
    }

    .datetimepicker tbody tr > td.day.old {
        color: #7b7e8a;
    }

    .datetimepicker tbody tr > td.day.new {
        color: #575962;
    }

    .datetimepicker tbody tr > td.day.selected, .datetimepicker tbody tr > td.day.active {
        background: #5867dd;
        color: #ffffff;
    }

    .datetimepicker tbody tr > td.day.today {
        background: #828ee6;
        color: #ffffff;
        position: relative;
    }

        .datetimepicker tbody tr > td.day.today:before {
            border-bottom-color: #ffffff;
            border-top-color: rgba(0, 0, 0, 0.2);
        }

    .datetimepicker tbody tr > td.day.range {
        background: #f4f5f8;
    }

.datetimepicker tbody tr > td span.hour,
.datetimepicker tbody tr > td span.minute,
.datetimepicker tbody tr > td span.month {
    color: #575962;
}

    .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: #ebedf2;
    }

    .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: #5867dd;
        color: #ffffff;
    }

.datetimepicker tfoot tr > th.today:hover, .datetimepicker tfoot tr > th.clear:hover {
    background-color: #ebedf2;
}

.datetimepicker.datetimepicker-inline {
    border: 1px solid #f4f5f8;
}

.daterangepicker {
    padding: 10px;
    margin-top: 5px;
}

    .daterangepicker .daterangepicker_input .input-mini {
        height: auto;
        padding: 0.85rem 1.15rem;
        padding-left: 2.35rem;
        line-height: 1.25;
    }

    .daterangepicker .daterangepicker_input i {
        top: 10px;
    }

    .daterangepicker td, .daterangepicker th {
        width: 35px;
        height: 35px;
        border-radius: 3px;
        border: 0;
        vertical-align: middle;
        line-height: 0;
    }

    .daterangepicker thead .fa.fa-chevron-right,
    .daterangepicker thead .fa.fa-chevron-left {
        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;
    }

        .daterangepicker thead .fa.fa-chevron-left:before {
            content: "" /*rtl:""*/;
        }

        .daterangepicker thead .fa.fa-chevron-right:before {
            content: "" /*rtl:""*/;
        }

    .daterangepicker thead th {
        font-weight: 500;
    }

        .daterangepicker thead th.prev, .daterangepicker thead th.next {
            font-size: 1.3rem;
        }

    .daterangepicker tbody td.in-range.start-date.today {
        -moz-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .daterangepicker tbody td.in-range.end-date.today {
        -moz-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .daterangepicker tbody td.today.in-range, .daterangepicker tbody td.today {
        border-radius: 3px;
        position: relative;
    }

        .daterangepicker tbody td.today.in-range:before, .daterangepicker tbody td.today:before {
            content: '';
            display: inline-block;
            border: solid transparent;
            border-width: 0 0 7px 7px;
            border-bottom-color: #ffffff;
            border-top-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            bottom: 4px;
            right: 4px;
        }

    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect,
    .daterangepicker select.hourselect,
    .daterangepicker select.minuteselect,
    .daterangepicker select.ampmselect {
        border-radius: 3px;
        padding: 0.45rem 0.8rem;
        outline: none !important;
    }

    .daterangepicker .calendar-time {
        margin: 15px 0 5px 0;
    }

        .daterangepicker .calendar-time select.hourselect,
        .daterangepicker .calendar-time select.minuteselect,
        .daterangepicker .calendar-time select.ampmselect {
            width: 70px;
        }

        .daterangepicker .calendar-time i {
            left: 3px;
            top: 5px;
            display: inline-block;
            font: normal normal normal 16px/1 "LineAwesome";
            font-size: 1.4rem;
            text-decoration: inherit;
            text-rendering: optimizeLegibility;
            text-transform: none;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
        }

            .daterangepicker .calendar-time i:before {
                content: "\f18f";
            }

    .daterangepicker .ranges {
        padding: 10px;
        margin: 5px 5px 5px 10px;
    }

        .daterangepicker .ranges ul {
            width: 210px;
        }

            .daterangepicker .ranges ul li {
                border-radius: 3px;
                background: transparent;
                padding: 8px 12px;
                margin-bottom: 10px;
                font-weight: 400;
                border-color: transparent;
            }

        .daterangepicker .ranges .range_inputs {
            margin-top: 0;
        }

            .daterangepicker .ranges .range_inputs .btn {
                padding: 0.6rem 1.6rem;
                border-radius: 40px;
                margin-right: 6px;
            }

    .daterangepicker .daterangepicker_input .input-mini {
        height: auto;
        border: 1px solid #ebedf2;
    }

        .daterangepicker .daterangepicker_input .input-mini.active, .daterangepicker .daterangepicker_input .input-mini:focus {
            border: 1px solid #716aca;
        }

    .daterangepicker .daterangepicker_input i {
        color: #b2b1c5;
    }

    .daterangepicker thead th.prev:hover, .daterangepicker thead th.next:hover {
        background: #ebedf2;
    }

    .daterangepicker tbody td.available:hover, .daterangepicker tbody td:hover {
        background: #ebedf2;
    }

    .daterangepicker tbody td.off {
        color: #7b7e8a;
    }

    .daterangepicker tbody td.available {
        color: #575962;
    }

    .daterangepicker tbody td.today {
        background: #828ee6;
        color: #ffffff;
    }

        .daterangepicker tbody td.today:before {
            border-bottom-color: #ffffff;
            border-top-color: rgba(0, 0, 0, 0.2);
        }

        .daterangepicker tbody td.today.in-range {
            border-radius: 0;
        }

    .daterangepicker tbody td.in-range, .daterangepicker tbody td.active {
        background: #5867dd;
        color: #ffffff;
    }

        .daterangepicker tbody td.in-range:hover, .daterangepicker tbody td.active:hover {
            background: #5867dd;
            color: #ffffff;
        }

    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect,
    .daterangepicker select.hourselect,
    .daterangepicker select.minuteselect,
    .daterangepicker select.ampmselect {
        border: 1px solid #ebedf2;
    }

        .daterangepicker select.monthselect.active, .daterangepicker select.monthselect:focus,
        .daterangepicker select.yearselect.active,
        .daterangepicker select.yearselect:focus,
        .daterangepicker select.hourselect.active,
        .daterangepicker select.hourselect:focus,
        .daterangepicker select.minuteselect.active,
        .daterangepicker select.minuteselect:focus,
        .daterangepicker select.ampmselect.active,
        .daterangepicker select.ampmselect:focus {
            border: 1px solid #716aca;
        }

    .daterangepicker .calendar-time i {
        color: #b2b1c5;
    }

    .daterangepicker .ranges li {
        border: 1px solid #ebedf2;
        color: #7b7e8a;
    }

        .daterangepicker .ranges li:hover {
            background: transparent;
            color: #7b7e8a;
            background: #f9f9fd;
        }

        .daterangepicker .ranges li.active {
            background: #716aca;
            color: #ffffff;
            border: 1px solid #716aca;
        }

.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;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-timepicker-widget table td > a {
        border: 0;
    }

        .bootstrap-timepicker-widget table td > a .la {
            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: #575962;
    }

    .bootstrap-timepicker-widget table td > a .la {
        color: #7b7e8a;
    }

    .bootstrap-timepicker-widget table td > a:hover {
        background: #ebedf2;
    }

.bootstrap-touchspin {
    -moz-border-top-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    -moz-border-bottom-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

    .bootstrap-touchspin .form-control.bootstrap-touchspin-vertical-btn {
        -moz-border-top-left-radius: 0.25rem !important;
        border-top-left-radius: 0.25rem !important;
        -moz-border-bottom-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

    .bootstrap-touchspin .input-group-btn-vertical {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .bootstrap-touchspin .input-group-btn-vertical .btn {
            padding: 0.13rem 0.3rem;
            line-height: 1;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .bootstrap-touchspin .input-group-btn-vertical i {
            top: 0;
            left: 0;
            text-align: center;
            font-size: .9rem;
            vertical-align: middle;
            position: static;
            line-height: 0;
        }

    .bootstrap-touchspin .input-group-addon {
        padding: 0.85rem 1.15rem;
        line-height: 1.25;
    }

        .bootstrap-touchspin .input-group-addon > i {
            line-height: 0;
            vertical-align: middle;
        }

    .bootstrap-touchspin .input-group-btn:first-child .btn {
        -moz-border-top-right-radius: 0;
        border-top-right-radius: 0;
        -moz-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0;
    }

    .bootstrap-touchspin .input-group-btn:first-child + .input-group-addon {
        border-right: 0 !important;
    }

    .bootstrap-touchspin .input-group-btn:last-child .btn {
        border-left: 0;
        -moz-border-top-left-radius: 0;
        border-top-left-radius: 0;
        -moz-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .bootstrap-touchspin .form-control + .input-group-addon {
        border-left: 0 !important;
    }

    .bootstrap-touchspin .input-group-btn-vertical .btn.focus, .bootstrap-touchspin .input-group-btn-vertical .btn:focus, .bootstrap-touchspin .input-group-btn-vertical .btn:hover {
        background: #ebedf2;
        border-color: #ebedf2;
    }

    .bootstrap-touchspin .input-group-addon {
        border: 1px solid #ebedf2;
    }

.m-bootstrap-touchspin-brand .bootstrap-touchspin .btn.focus, .m-bootstrap-touchspin-brand .bootstrap-touchspin .btn:focus, .m-bootstrap-touchspin-brand .bootstrap-touchspin .btn:hover {
    color: #ffffff !important;
    background: #716aca !important;
}

    .m-bootstrap-touchspin-brand .bootstrap-touchspin .btn.focus > i, .m-bootstrap-touchspin-brand .bootstrap-touchspin .btn:focus > i, .m-bootstrap-touchspin-brand .bootstrap-touchspin .btn:hover > i {
        color: #ffffff !important;
    }

.m-form--state .has-success .bootstrap-touchspin .input-group-btn-vertical .btn {
    border-color: #34bfa3;
}

    .m-form--state .has-success .bootstrap-touchspin .input-group-btn-vertical .btn.focus, .m-form--state .has-success .bootstrap-touchspin .input-group-btn-vertical .btn:focus, .m-form--state .has-success .bootstrap-touchspin .input-group-btn-vertical .btn:hover {
        border-color: #34bfa3;
    }

.m-form--state .has-warning .bootstrap-touchspin .input-group-btn-vertical .btn {
    border-color: #ffb822;
}

    .m-form--state .has-warning .bootstrap-touchspin .input-group-btn-vertical .btn.focus, .m-form--state .has-warning .bootstrap-touchspin .input-group-btn-vertical .btn:focus, .m-form--state .has-warning .bootstrap-touchspin .input-group-btn-vertical .btn:hover {
        border-color: #ffb822;
    }

.m-form--state .has-danger .bootstrap-touchspin .input-group-btn-vertical .btn {
    border-color: #f4516c;
}

    .m-form--state .has-danger .bootstrap-touchspin .input-group-btn-vertical .btn.focus, .m-form--state .has-danger .bootstrap-touchspin .input-group-btn-vertical .btn:focus, .m-form--state .has-danger .bootstrap-touchspin .input-group-btn-vertical .btn:hover {
        border-color: #f4516c;
    }

[data-switch=true] {
    opacity: 0;
    filter: alpha(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.85rem;
    padding-bottom: 0.85rem;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    letter-spacing: 0.1rem;
    line-height: 1.25;
    font-size: 0.85rem;
    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.8rem;
    line-height: 1.25;
}

.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.45rem;
    padding-bottom: 0.45rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    font-size: 0.85rem;
    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.25rem 1.65rem;
    font-size: 1.1rem;
    line-height: 1.5;
}

.m-bootstrap-switch {
    display: inline-block;
}

    .m-bootstrap-switch.m-bootstrap-switch--pill .bootstrap-switch {
        border-radius: 1.3rem;
    }

    .m-bootstrap-switch.m-bootstrap-switch--square .bootstrap-switch {
        border-radius: 0 !important;
    }

        .m-bootstrap-switch.m-bootstrap-switch--square .bootstrap-switch .bootstrap-switch-handle-off,
        .m-bootstrap-switch.m-bootstrap-switch--square .bootstrap-switch .bootstrap-switch-handle-on {
            border-radius: 0 !important;
        }

.bootstrap-switch {
    border-color: #ebedf2;
}

    .bootstrap-switch .bootstrap-switch-label {
        color: #575962;
        background: #fff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-brand,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-brand {
        background-color: #716aca;
        border-color: #716aca;
        color: #ffffff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-metal,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-metal {
        background-color: #c4c5d6;
        border-color: #c4c5d6;
        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: #282a3c;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-accent,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-accent {
        background-color: #00c5dc;
        border-color: #00c5dc;
        color: #ffffff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-focus,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-focus {
        background-color: #9816f4;
        border-color: #9816f4;
        color: #ffffff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
        background-color: #5867dd;
        border-color: #5867dd;
        color: #ffffff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
        background-color: #34bfa3;
        border-color: #34bfa3;
        color: #ffffff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
        background-color: #36a3f7;
        border-color: #36a3f7;
        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-danger,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
        background-color: #f4516c;
        border-color: #f4516c;
        color: #ffffff;
    }

    .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
    .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
        background-color: #ebedf2;
        border-color: #ebedf2;
        color: #575962;
    }

.m-bootstrap-switch.m-bootstrap-switch--air .bootstrap-switch {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.17);
    box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.17);
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    outline: none !important;
    padding: 0.85rem 1.15rem;
    padding-right: 2rem;
    border-radius: 0.25rem !important;
}

    .bootstrap-select > .dropdown-toggle:focus {
        outline: none !important;
    }

    .bootstrap-select > .dropdown-toggle: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: "";
        border: 0;
        top: 50%;
        position: absolute;
        margin-top: 0;
        font-size: 0.85rem;
        right: 2rem;
        display: inline-block;
    }

.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-"] {
            font-size: 1.1rem;
        }

        .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-"] {
            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.15rem;
        display: inline-block;
    }

        .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark:before {
            content: "";
        }

        .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;
}

select.m-bootstrap-select {
    opacity: 0;
    filter: alpha(opacity=0);
}

.m-bootstrap-select.bootstrap-select.m-bootstrap-select--pill > .dropdown-toggle {
    border-radius: 1.3rem !important;
}

.m-bootstrap-select.bootstrap-select.m-bootstrap-select--square > .dropdown-toggle {
    border-radius: 0 !important;
}

.input-group > .bootstrap-select.form-control {
    width: auto;
}

.input-group > .bootstrap-select.dropdown:first-child > .dropdown-toggle {
    -moz-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -moz-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group > .bootstrap-select.dropdown:not(:first-child):last-child > .btn.dropdown-toggle {
    -moz-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group > .bootstrap-select.dropdown:first-child + .input-group-text,
.input-group > .bootstrap-select.dropdown:not(:first-child) + .input-group-text {
    border-left: 0;
}

.input-group > .bootstrap-select.dropdown:not(:first-child):not(:last-child) > .btn.dropdown-toggle {
    -moz-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -moz-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -moz-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.input-group.m-input-group--pill > .bootstrap-select.dropdown:not(:first-child):last-child .btn.dropdown-toggle {
    -moz-border-top-right-radius: 1.3rem !important;
    border-top-right-radius: 1.3rem !important;
    -moz-border-bottom-right-radius: 1.3rem !important;
    border-bottom-right-radius: 1.3rem !important;
}

.input-group .input-group-btn:not(:first-child) > .btn:first-child,
.input-group .input-group-btn:not(:first-child) > .dropdown:first-child {
    margin-left: 0;
}

.bootstrap-select > .dropdown-toggle.btn-light, .bootstrap-select > .dropdown-toggle.btn-secondary {
    background-color: transparent;
    color: #575962;
    border-color: #ebedf2;
    -webkit-box-shadow: none;
    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: #716aca;
    }

    .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.bs-placeholder {
    color: #9699a2;
}

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-brand > .filter-option {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-metal {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-metal > .filter-option {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light {
        color: #282a3c;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light > .filter-option {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-accent {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-accent > .filter-option {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-focus {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-focus > .filter-option {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary > .filter-option {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success > .filter-option {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info > .filter-option {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning {
        color: #111111;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning > .filter-option {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger {
        color: #ffffff;
    }

        .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger > .filter-option {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

.bootstrap-select.show > .dropdown-toggle.btn-light, .bootstrap-select.show > .dropdown-toggle.btn-secondary {
    border-color: #716aca !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.bootstrap-select .dropdown-menu.inner > li > a .text {
    color: #3f4047;
}

    .bootstrap-select .dropdown-menu.inner > li > a .text small {
        color: #6f727d;
    }

.bootstrap-select .dropdown-menu.inner > li > a span.check-mark {
    color: #575962;
}

.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-"] {
    color: #575962;
}

.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: #3f4047;
    }

    .bootstrap-select .dropdown-menu.inner > li.selected > a span.check-mark, .bootstrap-select .dropdown-menu.inner > li:hover > a span.check-mark {
        color: #3f4047;
    }

.bootstrap-select .dropdown-menu.inner > li.selected > a {
    background: #f7f8fa;
}

.bootstrap-select .dropdown-menu.inner > li.disabled > a {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.bootstrap-select .dropdown-menu.inner > li.divider {
    border-bottom: 1px solid #f4f5f8;
}

.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a {
    background: #5867dd;
}

    .bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a .text {
        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: #575962;
}

.bootstrap-select .popover-title {
    background: #f7f8fa;
    border: 0;
}

.bootstrap-select .dropdown-menu {
    margin-top: 1px;
}

.m-bootstrap-select.bootstrap-select.m-bootstrap-select--air > .dropdown-toggle {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
    box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
}

.m-bootstrap-select.bootstrap-select.m-bootstrap-select--solid > .dropdown-toggle {
    background-color: #f4f5f8;
    border-color: #f4f5f8;
}

.m-form.m-form--state .has-success .bootstrap-select > .btn.btn-secondary,
.m-form.m-form--state .has-success .bootstrap-select > .btn.btn-light {
    border-color: #34bfa3;
}

    .m-form.m-form--state .has-success .bootstrap-select > .btn.btn-secondary:focus,
    .m-form.m-form--state .has-success .bootstrap-select > .btn.btn-light:focus {
        border-color: #34bfa3;
    }

.m-form.m-form--state .has-warning .bootstrap-select > .btn.btn-secondary,
.m-form.m-form--state .has-warning .bootstrap-select > .btn.btn-light {
    border-color: #ffb822;
}

    .m-form.m-form--state .has-warning .bootstrap-select > .btn.btn-secondary:focus,
    .m-form.m-form--state .has-warning .bootstrap-select > .btn.btn-light:focus {
        border-color: #ffb822;
    }

.m-form.m-form--state .has-danger .bootstrap-select > .btn.btn-secondary,
.m-form.m-form--state .has-danger .bootstrap-select > .btn.btn-light {
    border-color: #f4516c;
}

    .m-form.m-form--state .has-danger .bootstrap-select > .btn.btn-secondary:focus,
    .m-form.m-form--state .has-danger .bootstrap-select > .btn.btn-light:focus {
        border-color: #f4516c;
    }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    outline: none !important;
    border-radius: 0.25rem;
    height: auto;
    line-height: 0;
}

    .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;
        border: 0;
        top: 50%;
        position: absolute;
        margin-top: 0;
        margin-left: 0;
        font-size: 0.85rem;
        left: auto;
        right: 0;
        display: inline-block;
        width: 1.9rem;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow:before,
        .select2-container--default .select2-selection--multiple .select2-selection__arrow:before {
            content: "";
        }

        .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.85rem 1.15rem;
        line-height: 1.25;
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
            border: 0;
            position: absolute;
            top: 50%;
            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: "";
            font-size: 1.4rem;
            display: inline-block;
            left: auto;
            right: 2rem;
            margin-right: 0.4rem;
            margin-top: -0.8rem;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0.57rem 1.15rem;
        line-height: 1.25;
    }

        .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: "";
                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 0.25rem 0.25rem 0;
        }

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
    border-radius: 0.25rem;
}

.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: 500;
    }

    .select2-container--default .select2-results__option .select2-results__option {
        padding: 5px 30px;
    }

.select2-container .select2-search--inline .select2-search__field {
    margin: 0;
}

select.m-select2 {
    opacity: 0;
    filter: alpha(opacity=0);
}

.m-select2 > select.form-control {
    opacity: 0;
    filter: alpha(opacity=0);
}

.m-select2.m-select2--pill .select2-container--default .select2-selection--single,
.m-select2.m-select2--pill .select2-container--default .select2-selection--multiple {
    border-radius: 1.3rem;
}

.m-select2.m-select2--square .select2-container--default .select2-selection--single,
.m-select2.m-select2--square .select2-container--default .select2-selection--multiple {
    border-radius: 0;
}

.input-group > .select2-hidden-accessible:first-child + .select2-container > .selection .select2-selection--single {
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-bottom-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 {
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection--single {
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-bottom-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 {
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-bottom-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 {
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-bottom-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 {
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.m-input-group--pill > .select2-hidden-accessible:not(:first-child) + .select2-container:last-child > .selection .select2-selection--single {
    -moz-border-top-right-radius: 1.3rem;
    border-top-right-radius: 1.3rem;
    -moz-border-bottom-right-radius: 1.3rem;
    border-bottom-right-radius: 1.3rem;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #ebedf2;
}

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #9699a2;
    }

.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: #716aca;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #575962;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
        color: #575962;
    }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #575962;
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
        color: #575962;
        background: #ebedf2;
        border: 1px solid #ebedf2;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
            color: #575962;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
        color: #9699a2;
        opacity: 1;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
        color: #9699a2;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
        color: #9699a2;
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ebedf2;
}

.select2-container--default .select2-dropdown {
    border: 1px solid #ebedf2;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #e2e5ec;
    color: #3f4047;
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
    background: #f4f5f8;
    color: #3f4047;
}

.select2-container--default.select2-container--disabled {
    cursor: not-allowed;
}

    .select2-container--default.select2-container--disabled .select2-selection--multiple,
    .select2-container--default.select2-container--disabled .select2-selection--single {
        cursor: not-allowed;
        background: #f4f5f8;
        border-color: #f4f5f8;
    }

.m-select2.m-select2--air .select2-container--default .select2-selection--single,
.m-select2.m-select2--air .select2-container--default .select2-selection--multiple {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
    box-shadow: 0px 3px 20px 0px rgba(113, 106, 202, 0.11);
}

.m-select2.m-select2--solid .select2-container--default .select2-selection--multiple,
.m-select2.m-select2--solid .select2-container--default .select2-selection--single {
    background-color: #f4f5f8;
    border-color: #f4f5f8;
}

    .m-select2.m-select2--solid .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
    .m-select2.m-select2--solid .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #9699a2;
    }

.m-form.m-form--state .has-success .select2-container--default .select2-selection--multiple,
.m-form.m-form--state .has-success .select2-container--default .select2-selection--single {
    border-color: #34bfa3;
}

.m-form.m-form--state .has-success .select2-container--default.select2-container--focus .select2-selection--multiple,
.m-form.m-form--state .has-success .select2-container--default.select2-container--focus .select2-selection--single, .m-form.m-form--state .has-success .select2-container--default.select2-container--open .select2-selection--multiple,
.m-form.m-form--state .has-success .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #34bfa3;
}

.m-form.m-form--state .has-warning .select2-container--default .select2-selection--multiple,
.m-form.m-form--state .has-warning .select2-container--default .select2-selection--single {
    border-color: #ffb822;
}

.m-form.m-form--state .has-warning .select2-container--default.select2-container--focus .select2-selection--multiple,
.m-form.m-form--state .has-warning .select2-container--default.select2-container--focus .select2-selection--single, .m-form.m-form--state .has-warning .select2-container--default.select2-container--open .select2-selection--multiple,
.m-form.m-form--state .has-warning .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #ffb822;
}

.m-form.m-form--state .has-danger .select2-container--default .select2-selection--multiple,
.m-form.m-form--state .has-danger .select2-container--default .select2-selection--single {
    border-color: #f4516c;
}

.m-form.m-form--state .has-danger .select2-container--default.select2-container--focus .select2-selection--multiple,
.m-form.m-form--state .has-danger .select2-container--default.select2-container--focus .select2-selection--single, .m-form.m-form--state .has-danger .select2-container--default.select2-container--open .select2-selection--multiple,
.m-form.m-form--state .has-danger .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #f4516c;
}

.m-typeahead .twitter-typeahead {
    display: block !important;
}

.m-typeahead .tt-menu {
    border: 0;
    margin: 0;
    min-width: 275px;
    padding: 5px 0;
    left: auto /*rtl:ignore*/ !important;
    border-radius: 0;
    border-radius: 4px;
}

    .m-typeahead .tt-menu .tt-dataset .tt-suggestion {
        padding: 5px 15px;
        font-size: 1rem;
    }

.m-typeahead .form-control.tt-hint {
    color: #7b7e8a;
}

.m-typeahead .tt-menu {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

    .m-typeahead .tt-menu .tt-dataset .tt-suggestion {
        color: #575962;
        cursor: pointer;
    }

        .m-typeahead .tt-menu .tt-dataset .tt-suggestion .tt-highlight {
            color: #27282c;
            font-weight: 500;
        }

        .m-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
            background: #f4f5f8;
        }

.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;
}

.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.m-nouislider.m-nouislider--connect-brand .noUi-connect {
    background: #716aca;
}

.noUi-target.m-nouislider.m-nouislider--handle-brand .noUi-handle {
    border: 0;
    background: #716aca;
    -webkit-box-shadow: 0 3px 6px -3px #716aca;
    box-shadow: 0 3px 6px -3px #716aca;
}

.noUi-target.m-nouislider.m-nouislider--connect-metal .noUi-connect {
    background: #c4c5d6;
}

.noUi-target.m-nouislider.m-nouislider--handle-metal .noUi-handle {
    border: 0;
    background: #c4c5d6;
    -webkit-box-shadow: 0 3px 6px -3px #c4c5d6;
    box-shadow: 0 3px 6px -3px #c4c5d6;
}

.noUi-target.m-nouislider.m-nouislider--connect-light .noUi-connect {
    background: #ffffff;
}

.noUi-target.m-nouislider.m-nouislider--handle-light .noUi-handle {
    border: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 3px 6px -3px #ffffff;
    box-shadow: 0 3px 6px -3px #ffffff;
}

.noUi-target.m-nouislider.m-nouislider--connect-accent .noUi-connect {
    background: #00c5dc;
}

.noUi-target.m-nouislider.m-nouislider--handle-accent .noUi-handle {
    border: 0;
    background: #00c5dc;
    -webkit-box-shadow: 0 3px 6px -3px #00c5dc;
    box-shadow: 0 3px 6px -3px #00c5dc;
}

.noUi-target.m-nouislider.m-nouislider--connect-focus .noUi-connect {
    background: #9816f4;
}

.noUi-target.m-nouislider.m-nouislider--handle-focus .noUi-handle {
    border: 0;
    background: #9816f4;
    -webkit-box-shadow: 0 3px 6px -3px #9816f4;
    box-shadow: 0 3px 6px -3px #9816f4;
}

.noUi-target.m-nouislider.m-nouislider--connect-primary .noUi-connect {
    background: #5867dd;
}

.noUi-target.m-nouislider.m-nouislider--handle-primary .noUi-handle {
    border: 0;
    background: #5867dd;
    -webkit-box-shadow: 0 3px 6px -3px #5867dd;
    box-shadow: 0 3px 6px -3px #5867dd;
}

.noUi-target.m-nouislider.m-nouislider--connect-success .noUi-connect {
    background: #34bfa3;
}

.noUi-target.m-nouislider.m-nouislider--handle-success .noUi-handle {
    border: 0;
    background: #34bfa3;
    -webkit-box-shadow: 0 3px 6px -3px #34bfa3;
    box-shadow: 0 3px 6px -3px #34bfa3;
}

.noUi-target.m-nouislider.m-nouislider--connect-info .noUi-connect {
    background: #36a3f7;
}

.noUi-target.m-nouislider.m-nouislider--handle-info .noUi-handle {
    border: 0;
    background: #36a3f7;
    -webkit-box-shadow: 0 3px 6px -3px #36a3f7;
    box-shadow: 0 3px 6px -3px #36a3f7;
}

.noUi-target.m-nouislider.m-nouislider--connect-warning .noUi-connect {
    background: #ffb822;
}

.noUi-target.m-nouislider.m-nouislider--handle-warning .noUi-handle {
    border: 0;
    background: #ffb822;
    -webkit-box-shadow: 0 3px 6px -3px #ffb822;
    box-shadow: 0 3px 6px -3px #ffb822;
}

.noUi-target.m-nouislider.m-nouislider--connect-danger .noUi-connect {
    background: #f4516c;
}

.noUi-target.m-nouislider.m-nouislider--handle-danger .noUi-handle {
    border: 0;
    background: #f4516c;
    -webkit-box-shadow: 0 3px 6px -3px #f4516c;
    box-shadow: 0 3px 6px -3px #f4516c;
}

.noUi-target {
    border: 1px solid #ebedf2;
    background: #fafbfc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .noUi-target .noUi-connect {
        background: #716aca;
    }

    .noUi-target .noUi-handle {
        border: 1px solid #dfe2ea;
        -webkit-box-shadow: 0 3px 6px -3px #9ea7c0;
        box-shadow: 0 3px 6px -3px #9ea7c0;
    }

.m-dropzone {
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

    .m-dropzone .m-dropzone__msg-title {
        margin: 0 0 5px 0;
        padding: 0;
        font-weight: 400;
        font-size: 1.1rem;
    }

    .m-dropzone .m-dropzone__msg-desc {
        font-size: 0.85rem;
    }

    .m-dropzone .dz-preview .dz-image {
        border-radius: 6px;
    }

.m-dropzone {
    border: 2px dashed #ebedf2;
}

    .m-dropzone .m-dropzone__msg-title {
        color: #575962;
    }

    .m-dropzone .m-dropzone__msg-desc {
        color: #6f727d;
    }

    .m-dropzone.m-dropzone--brand {
        border-color: #716aca;
    }

    .m-dropzone.m-dropzone--metal {
        border-color: #c4c5d6;
    }

    .m-dropzone.m-dropzone--light {
        border-color: #ffffff;
    }

    .m-dropzone.m-dropzone--accent {
        border-color: #00c5dc;
    }

    .m-dropzone.m-dropzone--focus {
        border-color: #9816f4;
    }

    .m-dropzone.m-dropzone--primary {
        border-color: #5867dd;
    }

    .m-dropzone.m-dropzone--success {
        border-color: #34bfa3;
    }

    .m-dropzone.m-dropzone--info {
        border-color: #36a3f7;
    }

    .m-dropzone.m-dropzone--warning {
        border-color: #ffb822;
    }

    .m-dropzone.m-dropzone--danger {
        border-color: #f4516c;
    }

.m-recaptcha {
    padding: 15px;
    border-radius: 4px;
}

    .m-recaptcha .m-recaptcha__img {
        margin-bottom: 10px;
    }

    .m-recaptcha .input-group .form-control {
        -moz-border-top-left-radius: 0.25rem !important;
        border-top-left-radius: 0.25rem !important;
        -moz-border-bottom-left-radius: 0.25rem !important;
        border-bottom-left-radius: 0.25rem !important;
    }

.m-recaptcha {
    border: 1px solid #ebedf2;
}

    .m-recaptcha .recaptcha_only_if_incorrect_sol {
        color: #f4516c;
    }

.note-popover {
    display: none;
}

.note-editor {
    border-radius: 4px;
}

    .note-editor .note-toolbar-wrapper {
        position: relative;
        z-index: 1;
    }

    .note-editor .modal .modal-header .close {
        position: absolute;
        right: 25px;
    }

    .note-editor .panel-heading.note-toolbar {
        padding: 5px 10px 10px 10px;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

        .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 #ebedf2;
    }

        .note-editor.note-frame .panel-heading.note-toolbar {
            background: #f7f8fa;
        }

        .note-editor.note-frame .note-statusbar {
            background: #f7f8fa;
        }

.note-editable .table.table-bordered th, .note-editable .table.table-bordered td {
    border: 1px solid #e2e5ec;
}

.m-form.m-form--state .has-success .note-editor.note-frame {
    border: 1px solid #34bfa3;
}

.m-form.m-form--state .has-warning .note-editor.note-frame {
    border: 1px solid #ffb822;
}

.m-form.m-form--state .has-danger .note-editor.note-frame {
    border: 1px solid #f4516c;
}

.md-editor {
    border-radius: 4px;
    outline: none !important;
}

    .md-editor .md-footer,
    .md-editor .md-header {
        padding: 10px 10px;
    }

    .md-editor .md-header {
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

        .md-editor .md-header .btn-group {
            margin-right: 10px;
        }

    .md-editor .md-footer {
        -moz-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .md-editor > textarea {
        padding: 10px 10px;
        -moz-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.md-editor {
    border: 1px solid #ebedf2;
}

    .md-editor.active {
        border: 1px solid #ebedf2;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .md-editor .md-footer,
    .md-editor .md-header {
        background: #f4f5f8;
    }

    .md-editor > textarea {
        background: #f4f5f8;
    }

    .md-editor.active > textarea {
        background: #f7f8fa;
    }

.m-form.m-form--state .has-success .md-editor {
    border: 1px solid #34bfa3;
}

.m-form.m-form--state .has-warning .md-editor {
    border: 1px solid #ffb822;
}

.m-form.m-form--state .has-danger .md-editor {
    border: 1px solid #f4516c;
}

.m-gmaps {
    /* important!  bootstrap sets max-width on img to 100% which conflicts with google map canvas*/
}

    .m-gmaps img {
        max-width: none;
    }

    .m-gmaps.m-gmaps--static > div {
        background-repeat: no-repeat;
        background-position: 50% 50%;
        display: block;
    }

.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: #adb5ca;
    }

.dataTables_wrapper {
    padding: 0 !important;
}

    .dataTables_wrapper .dataTable {
        width: 100% !important;
        border-collapse: initial !important;
        border-spacing: 0 !important;
        margin: 1rem 0 !important;
    }

        .dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
            vertical-align: middle;
        }

            .dataTables_wrapper .dataTable th .m-checkbox, .dataTables_wrapper .dataTable td .m-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 .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 .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: 50%;
            cursor: pointer;
            display: inline-block;
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            /* NEW - Chrome */
            display: flex;
            -moz-justify-content: center;
            -ms-justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -moz-align-items: center;
            -ms-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            vertical-align: middle;
            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;
                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 {
        text-align: right;
    }

        .dataTables_wrapper .dataTables_pager .dataTables_length {
            margin-right: 0.5rem;
            display: inline-block;
        }

            .dataTables_wrapper .dataTables_pager .dataTables_length + .dataTables_paginate {
                margin-left: 1rem;
            }

        .dataTables_wrapper .dataTables_pager .dataTables_info {
            display: inline-block;
            margin-right: 0.5rem;
        }

        .dataTables_wrapper .dataTables_pager .dataTables_paginate {
            display: inline-block;
        }

@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 {
            -moz-justify-content: center !important;
            -ms-justify-content: center !important;
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
        }
}

.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    top: 50%;
    left: 8px;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    font-size: 18px;
    color: #716aca;
    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: "";
}

.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: "";
    color: #716aca;
    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;
        }

.dataTables_wrapper .dataTable th, .dataTables_wrapper .dataTable td {
    color: get-font-color(light, regular, "+");
}

.dataTables_wrapper .dataTable .selected th, .dataTables_wrapper .dataTable .selected td {
    background-color: #e2e5ec;
    color: #3f4047;
}

.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td {
    background-color: #f4f5f8;
}

.dataTables_wrapper .pagination .page-item > .page-link {
    color: #898b96;
    border: 0;
}

.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: #716aca;
        color: #ffffff;
    }

.dataTables_wrapper .pagination .page-item.active > .page-link {
    background: #716aca;
    color: #ffffff;
}

.dataTables_wrapper .pagination .page-item:hover > .page-link {
    background: #716aca;
    color: #ffffff;
}

.dataTables_wrapper .pagination .page-item.disabled > .page-link, .dataTables_wrapper .pagination .page-item.disabled:hover > .page-link {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.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: 4px;
}

    .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.85rem;
        text-transform: uppercase;
        font-weight: 600;
    }

    .fc-unthemed .fc-event .fc-title,
    .fc-unthemed .fc-event-dot .fc-title {
        font-size: 0.85rem;
        font-weight: 400;
    }

.fc-unthemed .fc-time-grid-event {
    margin-top: -0.5rem;
}

.fc-unthemed .fc-description {
    font-size: 0.85rem;
    margin-top: 0.25rem;
    font-weight: 300;
}

.fc-unthemed .fc-list-item-title > a {
    font-size: 1rem;
    font-weight: 500;
}

.fc-unthemed a.fc-more {
    font-size: 0.85rem;
    font-weight: 500;
}

.fc-unthemed .fc-popover {
    border-radius: 4px;
}

    .fc-unthemed .fc-popover .fc-header {
        padding: 0.75rem 1.25rem;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

        .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: 4px;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end {
            -moz-border-top-right-radius: 0;
            border-top-right-radius: 0;
            -moz-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-end {
            -moz-border-top-left-radius: 0;
            border-top-left-radius: 0;
            -moz-border-bottom-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 {
            -moz-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .fc-unthemed .fc-toolbar .fc-button.fc-corner-right {
            -moz-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -moz-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .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: "";
                }

            .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: "";
                }

.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: #f6f5fc;
    }

.fc-unthemed .fc-day-grid-event {
    margin: 0;
}

.fc-unthemed .fc-event,
.fc-unthemed .fc-event-dot {
    background: #fff;
    border: 1px solid #ebedf2;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

    .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 #ebedf2;
    }

    .fc-unthemed .fc-event.fc-start .fc-content:before,
    .fc-unthemed .fc-event-dot.fc-start .fc-content:before {
        background: #adb5ca;
    }

    .fc-unthemed .fc-event .fc-time,
    .fc-unthemed .fc-event-dot .fc-time {
        color: #333439;
    }

    .fc-unthemed .fc-event .fc-title,
    .fc-unthemed .fc-event-dot .fc-title {
        color: #3f4047;
    }

.fc-unthemed .fc-description {
    color: #7b7e8a;
}

.fc-unthemed .fc-list-item-title > a[href]:hover {
    color: #716aca;
    text-decoration: none;
}

.fc-unthemed .fc-more {
    color: #3f4047;
}

.fc-unthemed .fc-event.fc-start.m-fc-event--brand .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--brand .fc-content:before {
    background: #716aca;
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-brand, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-brand,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-brand,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-brand {
    background: #716aca;
}

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-brand .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-brand .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-brand .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-title,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-brand .fc-title {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-brand .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-brand .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-brand .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-description,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-brand .fc-description {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-brand .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-brand .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-brand .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-time,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-brand .fc-time {
        color: #ffffff;
    }

.fc-unthemed .fc-event.fc-start.m-fc-event--metal .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--metal .fc-content:before {
    background: #c4c5d6;
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-metal, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-metal,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-metal,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-metal {
    background: #c4c5d6;
}

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-metal .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-metal .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-metal .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-title,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-metal .fc-title {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-metal .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-metal .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-metal .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-description,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-metal .fc-description {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-metal .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-metal .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-metal .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-time,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-metal .fc-time {
        color: #ffffff;
    }

.fc-unthemed .fc-event.fc-start.m-fc-event--light .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--light .fc-content:before {
    background: #ffffff;
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-light, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-light,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-light,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-light {
    background: #ffffff;
}

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-light .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-light .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-light .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-title,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-light .fc-title {
        color: #282a3c;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-light .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-light .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-light .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-description,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-light .fc-description {
        color: #282a3c;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-light .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-light .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-light .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-time,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-light .fc-time {
        color: #282a3c;
    }

.fc-unthemed .fc-event.fc-start.m-fc-event--accent .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--accent .fc-content:before {
    background: #00c5dc;
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-accent, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-accent,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-accent,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-accent {
    background: #00c5dc;
}

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-accent .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-accent .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-accent .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-title,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-accent .fc-title {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-accent .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-accent .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-accent .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-description,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-accent .fc-description {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-accent .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-accent .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-accent .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-time,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-accent .fc-time {
        color: #ffffff;
    }

.fc-unthemed .fc-event.fc-start.m-fc-event--focus .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--focus .fc-content:before {
    background: #9816f4;
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-focus, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-focus,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-focus,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-focus {
    background: #9816f4;
}

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-focus .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-focus .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-focus .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-title,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-focus .fc-title {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-focus .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-focus .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-focus .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-description,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-focus .fc-description {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-focus .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-focus .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-focus .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-time,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-focus .fc-time {
        color: #ffffff;
    }

.fc-unthemed .fc-event.fc-start.m-fc-event--primary .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--primary .fc-content:before {
    background: #5867dd;
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-primary, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-primary,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-primary,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-primary {
    background: #5867dd;
}

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-primary .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-primary .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-primary .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-title,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-primary .fc-title {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-primary .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-primary .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-primary .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-description,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-primary .fc-description {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-primary .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-primary .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-primary .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-time,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-primary .fc-time {
        color: #ffffff;
    }

.fc-unthemed .fc-event.fc-start.m-fc-event--success .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--success .fc-content:before {
    background: #34bfa3;
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-success, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-success,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-success,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-success {
    background: #34bfa3;
}

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-success .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-success .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-success .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-title,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-success .fc-title {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-success .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-success .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-success .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-description,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-success .fc-description {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-success .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-success .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-success .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-time,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-success .fc-time {
        color: #ffffff;
    }

.fc-unthemed .fc-event.fc-start.m-fc-event--info .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--info .fc-content:before {
    background: #36a3f7;
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-info, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-info,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-info,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-info {
    background: #36a3f7;
}

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-info .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-info .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-info .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-title,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-info .fc-title {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-info .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-info .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-info .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-description,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-info .fc-description {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-info .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-info .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-info .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-time,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-info .fc-time {
        color: #ffffff;
    }

.fc-unthemed .fc-event.fc-start.m-fc-event--warning .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--warning .fc-content:before {
    background: #ffb822;
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-warning, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-warning,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-warning,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-warning {
    background: #ffb822;
}

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-warning .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-warning .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-warning .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-title,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-warning .fc-title {
        color: #111111;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-warning .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-warning .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-warning .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-description,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-warning .fc-description {
        color: #111111;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-warning .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-warning .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-warning .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-time,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-warning .fc-time {
        color: #111111;
    }

.fc-unthemed .fc-event.fc-start.m-fc-event--danger .fc-content:before,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--danger .fc-content:before {
    background: #f4516c;
}

.fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-danger, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-danger,
.fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-danger,
.fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger,
.fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-danger {
    background: #f4516c;
}

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-danger .fc-title, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-title, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-danger .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-danger .fc-title,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-title,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-danger .fc-title {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-danger .fc-description, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-description, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-danger .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-danger .fc-description,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-description,
    .fc-unthemed .fc-event-dot.fc-start.m-fc-event--solid-danger .fc-description {
        color: #ffffff;
    }

    .fc-unthemed .fc-event.fc-not-start.fc-end.m-fc-event--solid-danger .fc-time, .fc-unthemed .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-time, .fc-unthemed .fc-event.fc-start.m-fc-event--solid-danger .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-end.m-fc-event--solid-danger .fc-time,
    .fc-unthemed .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-time,
    .fc-unthemed .fc-event-dot.fc-start.m-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: #ebedf2;
}

.fc-unthemed .fc-popover {
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    background: #fff;
}

    .fc-unthemed .fc-popover .fc-header {
        background: #fff;
        border-bottom: 1px solid #f7f8fa;
    }

        .fc-unthemed .fc-popover .fc-header .fc-close {
            color: #cfcedb;
        }

            .fc-unthemed .fc-popover .fc-header .fc-close:hover {
                color: #a4a2bb;
            }

        .fc-unthemed .fc-popover .fc-header .fc-title {
            color: #575962;
        }

    .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: #adb5ca;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--brand .fc-content:before,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--brand .fc-content:before {
        background: #716aca;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand {
        background: #716aca;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-title,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-title {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-description,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-description {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-time,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-brand .fc-time {
            color: #ffffff;
        }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--metal .fc-content:before,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--metal .fc-content:before {
        background: #c4c5d6;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal {
        background: #c4c5d6;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-title,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-title {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-description,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-description {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-time,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-metal .fc-time {
            color: #ffffff;
        }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--light .fc-content:before,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--light .fc-content:before {
        background: #ffffff;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light {
        background: #ffffff;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-title,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-title {
            color: #282a3c;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-description,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-description {
            color: #282a3c;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-time,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-light .fc-time {
            color: #282a3c;
        }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--accent .fc-content:before,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--accent .fc-content:before {
        background: #00c5dc;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent {
        background: #00c5dc;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-title,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-title {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-description,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-description {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-time,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-accent .fc-time {
            color: #ffffff;
        }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--focus .fc-content:before,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--focus .fc-content:before {
        background: #9816f4;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus {
        background: #9816f4;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-title,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-title {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-description,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-description {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-time,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-focus .fc-time {
            color: #ffffff;
        }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--primary .fc-content:before,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--primary .fc-content:before {
        background: #5867dd;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary {
        background: #5867dd;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-title,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-title {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-description,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-description {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-time,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-primary .fc-time {
            color: #ffffff;
        }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--success .fc-content:before,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--success .fc-content:before {
        background: #34bfa3;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success {
        background: #34bfa3;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-title,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-title {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-description,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-description {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-time,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-success .fc-time {
            color: #ffffff;
        }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--info .fc-content:before,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--info .fc-content:before {
        background: #36a3f7;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info {
        background: #36a3f7;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-title,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-title {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-description,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-description {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-time,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-info .fc-time {
            color: #ffffff;
        }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--warning .fc-content:before,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--warning .fc-content:before {
        background: #ffb822;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning {
        background: #ffb822;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-title,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-title {
            color: #111111;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-description,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-description {
            color: #111111;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-time,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-warning .fc-time {
            color: #111111;
        }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--danger .fc-content:before,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--danger .fc-content:before {
        background: #f4516c;
    }

    .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger,
    .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger {
        background: #f4516c;
    }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-title,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-title {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-description,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-description {
            color: #ffffff;
        }

        .fc-unthemed .fc-popover .fc-body .fc-event.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-time,
        .fc-unthemed .fc-popover .fc-body .fc-event-dot.fc-not-start.fc-not-end.m-fc-event--solid-danger .fc-time {
            color: #ffffff;
        }

.fc-unthemed th.fc-day-header > a,
.fc-unthemed th.fc-day-header > span {
    color: #898b96;
}

.fc-unthemed .fc-list-heading td {
    background: #f4f5f8;
    border-color: #f4f5f8;
}

.fc-unthemed .fc-list-heading .fc-list-heading-main {
    color: #575962;
}

.fc-unthemed .fc-list-heading .fc-list-heading-alt {
    color: #7b7e8a;
}

.fc-unthemed .fc-list-item:hover td {
    background: transparent !important;
}

.fc-unthemed .fc-list-item .fc-event-dot {
    background: #adb5ca;
    border-color: #adb5ca;
}

.fc-unthemed .fc-list-item.m-fc-event--solid-brand .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--brand .fc-event-dot {
    background: #716aca;
    border-color: #716aca;
}

.fc-unthemed .fc-list-item.m-fc-event--solid-metal .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--metal .fc-event-dot {
    background: #c4c5d6;
    border-color: #c4c5d6;
}

.fc-unthemed .fc-list-item.m-fc-event--solid-light .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--light .fc-event-dot {
    background: #ffffff;
    border-color: #ffffff;
}

.fc-unthemed .fc-list-item.m-fc-event--solid-accent .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--accent .fc-event-dot {
    background: #00c5dc;
    border-color: #00c5dc;
}

.fc-unthemed .fc-list-item.m-fc-event--solid-focus .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--focus .fc-event-dot {
    background: #9816f4;
    border-color: #9816f4;
}

.fc-unthemed .fc-list-item.m-fc-event--solid-primary .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--primary .fc-event-dot {
    background: #5867dd;
    border-color: #5867dd;
}

.fc-unthemed .fc-list-item.m-fc-event--solid-success .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--success .fc-event-dot {
    background: #34bfa3;
    border-color: #34bfa3;
}

.fc-unthemed .fc-list-item.m-fc-event--solid-info .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--info .fc-event-dot {
    background: #36a3f7;
    border-color: #36a3f7;
}

.fc-unthemed .fc-list-item.m-fc-event--solid-warning .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--warning .fc-event-dot {
    background: #ffb822;
    border-color: #ffb822;
}

.fc-unthemed .fc-list-item.m-fc-event--solid-danger .fc-event-dot, .fc-unthemed .fc-list-item.m-fc-event--danger .fc-event-dot {
    background: #f4516c;
    border-color: #f4516c;
}

.fc-unthemed .fc-toolbar .fc-button {
    background: #f4f5f8;
    border: 0;
    text-shadow: none !important;
}

    .fc-unthemed .fc-toolbar .fc-button:hover {
        border: 0;
        background: #e2e5ec;
    }

    .fc-unthemed .fc-toolbar .fc-button:focus, .fc-unthemed .fc-toolbar .fc-button:active, .fc-unthemed .fc-toolbar .fc-button.fc-state-active {
        border: 0;
        background: #716aca;
        color: #ffffff;
        -webkit-box-shadow: none;
        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 {
        background: #f7f8fa;
        color: #afb2c1;
    }

#session-timeout-dialog .modal-header .close {
    position: absolute;
    right: 25px;
    top: 2.75rem;
}

#session-timeout-dialog .modal-header .modal-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.fa-lg {
    font-size: 1.33333em !important;
}

.fa-xs {
    font-size: .75em !important;
}

.fa-sm {
    font-size: .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;
}

.m-modal-purchase .m-purchase-steps {
    margin-bottom: 20px;
}

    .m-modal-purchase .m-purchase-steps .card {
        border: 0;
    }

        .m-modal-purchase .m-purchase-steps .card .card-header {
            background: #ffffff;
        }

        .m-modal-purchase .m-purchase-steps .card .card-block {
            padding: 20px 20px 0 20px;
        }

.m-quick-sidebar {
    padding: 20px 30px 30px 30px;
}

    .m-quick-sidebar .m-quick-sidebar__close {
        position: absolute;
        font-size: 1.4rem;
        cursor: pointer;
    }

    .m-quick-sidebar .mCSB_scrollTools {
        right: -13px !important;
    }

    .m-quick-sidebar.m-quick-sidebar--tabbed .m-quick-sidebar__close {
        top: 16px;
        right: 30px;
    }

    .m-quick-sidebar.m-quick-sidebar--tabbed .m-tabs.m-tabs-line {
        margin: 0 0 30px 0;
    }

        .m-quick-sidebar.m-quick-sidebar--tabbed .m-tabs.m-tabs-line > .m-tabs__item > .m-tabs__link {
            padding: 15px 0;
        }

.m-quick-sidebar {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

    .m-quick-sidebar .m-quick-sidebar__close {
        color: #cfcedb;
    }

        .m-quick-sidebar .m-quick-sidebar__close:hover {
            color: #716aca;
        }

    .m-quick-sidebar.m-quick-sidebar--skin-dark {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
        box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
    }

        .m-quick-sidebar.m-quick-sidebar--skin-dark .m-quick-sidebar__close {
            color: #dfdff1;
        }

            .m-quick-sidebar.m-quick-sidebar--skin-dark .m-quick-sidebar__close:hover {
                color: #716aca;
            }

.m-quick-sidebar-close {
    display: none;
}

.m-quick-sidebar {
    display: block !important;
    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: 455px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -465px;
}

    .m-quick-sidebar.m-quick-sidebar--on {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: 0;
    }

.m-quick-sidebar-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: m-offcanvas-overlay-fade-in .3s linear 1;
    animation: m-offcanvas-overlay-fade-in .3s linear 1;
}

@media (max-width: 455px) {
    .m-quick-sidebar {
        width: 90% !important;
    }
}

.m-pricing-table-1 {
    overflow: hidden;
}

    .m-pricing-table-1.m-pricing-table-1--fixed {
        width: 75%;
        margin: 0 auto;
    }

    .m-pricing-table-1 .m-pricing-table-1__items {
        background-color: #fff;
        position: relative;
        z-index: 1;
        text-align: center;
        padding: 2.14rem 0 2.14rem 0;
    }

        .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item {
            border-right: 0.07rem solid #ebedf2;
            padding: 0;
        }

            .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item:last-child {
                border-right: none;
            }

            .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__visual {
                margin-top: 10rem;
                position: relative;
                left: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
            }

                .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__visual .m-pricing-table-1__hexagon1 {
                    left: 50%;
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                    position: absolute;
                }

                    .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__visual .m-pricing-table-1__hexagon1:before {
                        left: 50%;
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                        content: "";
                        position: absolute;
                        top: -3.93rem;
                        width: 17.14rem;
                        height: 0;
                        border-left: 4.2rem solid transparent;
                        border-right: 4.2rem solid transparent;
                        border-bottom: 7.5rem solid #FCFCFE;
                    }

                    .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__visual .m-pricing-table-1__hexagon1:after {
                        left: 50%;
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                        content: "";
                        position: absolute;
                        top: 3.5rem;
                        width: 17.14rem;
                        height: 0;
                        border-left: 4.2rem solid transparent;
                        border-right: 4.2rem solid transparent;
                        border-top: 7.5rem solid #FCFCFE;
                    }

                .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__visual .m-pricing-table-1__hexagon2 {
                    left: 50%;
                    margin-top: -1.43rem;
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                    position: absolute;
                }

                    .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__visual .m-pricing-table-1__hexagon2:before {
                        left: 50%;
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                        content: "";
                        position: absolute;
                        top: -0.42rem;
                        width: 8.7rem;
                        height: 0;
                        border-left: 2.14rem solid transparent;
                        border-right: 2.14rem solid transparent;
                        border-bottom: 3.71rem solid #F8F7FD;
                    }

                    .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__visual .m-pricing-table-1__hexagon2:after {
                        left: 50%;
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                        content: "";
                        position: absolute;
                        top: 3.3rem;
                        width: 8.7rem;
                        height: 0;
                        border-left: 2.14rem solid transparent;
                        border-right: 2.14rem solid transparent;
                        border-top: 3.71rem solid #F8F7FD;
                    }

                .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__visual .m-pricing-table-1__icon {
                    left: 50%;
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                    position: absolute;
                }

                    .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__visual .m-pricing-table-1__icon > i {
                        font-size: 8.57rem;
                    }

            .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__price {
                font-size: 3rem;
                font-weight: 600;
                display: block;
                margin-top: 20rem;
            }

                .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__price .m-pricing-table-1__label {
                    margin-top: 0.64rem;
                    margin-left: 0.357rem;
                    position: absolute;
                    font-size: 1.64rem;
                    font-weight: 500;
                }

            .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item:nth-child(1) .m-pricing-table-1__price {
                font-size: 2.14rem;
                margin-bottom: 0.571rem;
                margin-top: 290px;
            }

            .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__subtitle {
                font-size: 1.07rem;
            }

            .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__description {
                margin: 1.785rem 0 1.785rem;
                line-height: 1.6;
                display: block;
                font-size: 0.93rem;
            }

            .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__btn {
                margin: 2.14rem 0 2.14rem 0;
            }

                .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__btn > .btn {
                    padding: 0.86rem 3.57rem 0.86rem 3.57rem;
                }

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-pricing-table-1.m-pricing-table-1--fixed {
        width: 100%;
    }

        .m-pricing-table-1.m-pricing-table-1--fixed .m-pricing-table-1__items .m-pricing-table-1__item {
            border-right: 1px solid #ebedf2;
        }

            .m-pricing-table-1.m-pricing-table-1--fixed .m-pricing-table-1__items .m-pricing-table-1__item:last-child {
                border-right: none;
            }
}

@media (max-width: 1024px) {
    .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item {
        border-bottom: 1px solid #ebedf2;
        border-right: none;
    }

        .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item:last-child {
            border-bottom: none;
        }

        .m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__btn {
            margin-bottom: 3.57rem;
        }
}

.m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__subtitle {
    color: #BCBBCB;
}

.m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__description {
    color: #3f4047;
}

.m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__price {
    color: #6f727d;
}

.m-pricing-table-1 .m-pricing-table-1__items .m-pricing-table-1__item .m-pricing-table-1__label {
    color: #a4a6ae;
}

.m-pricing-table-2 {
    padding: 0 0 2.86rem 0;
}

    .m-pricing-table-2 .m-pricing-table-2__head {
        text-align: center;
        background-color: #22B9FF;
        padding: 8.57rem 0 25rem 0;
    }

        .m-pricing-table-2 .m-pricing-table-2__head .m-pricing-table-2__title {
            text-align: center;
            margin-top: -3.57rem;
        }

        .m-pricing-table-2 .m-pricing-table-2__head .btn-group {
            text-align: center;
            display: inline-block;
            margin: 2.5rem auto 0 auto;
        }

            .m-pricing-table-2 .m-pricing-table-2__head .btn-group .btn {
                margin-right: -0.21rem;
                padding: 1rem 1.93rem 1rem 1.93rem;
            }

    .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container {
        margin: 0 auto;
        max-width: 75%;
        margin-top: -21.64rem;
    }

        .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items {
            background-color: #fff;
            position: relative;
            text-align: center;
            padding: 2.14rem 0.71rem 2.14rem 0.71rem;
        }

            .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item {
                border-right: 1px solid #e1f1ff;
                width: 100%;
            }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item:last-child {
                    border-right: none;
                }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__visual {
                    position: relative;
                    margin-top: 6.8rem;
                    left: 50%;
                    -webkit-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
                }

                    .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__visual .m-pricing-table-2__hexagon {
                        height: 0;
                        background: #F4FCFF;
                        left: 50%;
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                        position: absolute;
                    }

                        .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__visual .m-pricing-table-2__hexagon:before {
                            content: "";
                            position: absolute;
                            top: -2.14rem;
                            width: 13.2rem;
                            height: 0;
                            border-left: 3.35rem solid transparent;
                            border-right: 3.35rem solid transparent;
                            border-bottom: 5.71rem solid #F4FCFF;
                            left: 50%;
                            -webkit-transform: translateX(-50%) translateY(-50%);
                            transform: translateX(-50%) translateY(-50%);
                        }

                        .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__visual .m-pricing-table-2__hexagon:after {
                            content: "";
                            position: absolute;
                            top: 3.57rem;
                            width: 13.21rem;
                            height: 0;
                            border-left: 3.35rem solid transparent;
                            border-right: 3.35rem solid transparent;
                            border-top: 5.71rem solid #F4FCFF;
                            left: 50%;
                            -webkit-transform: translateX(-50%) translateY(-50%);
                            transform: translateX(-50%) translateY(-50%);
                        }

                    .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__visual .m-pricing-table-2__icon {
                        margin-top: 0.8rem;
                        left: 50%;
                        -webkit-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                        position: absolute;
                    }

                        .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__visual .m-pricing-table-2__icon > i {
                            font-size: 6.43rem;
                        }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__subtitle {
                    margin-top: 17.1rem;
                    font-size: 1.64rem;
                }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__features {
                    margin: 2.14rem 0 1.8rem;
                    line-height: 2.2;
                }

                    .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__features > span {
                        display: block;
                        font-weight: 500;
                    }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__price {
                    font-size: 3.21rem;
                    font-weight: 600;
                }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__label {
                    margin: 0.64rem 0 0 0.35rem;
                    font-size: 25px;
                    position: absolute;
                }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__btn {
                    margin: 2.14rem auto 2.14rem auto;
                }

                    .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__btn > .btn {
                        padding: 0.86rem 3.6rem 0.86rem 3.6rem;
                        font-size: 0.86rem;
                    }

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-pricing-table-2 .m-pricing-table-2__content {
        padding: 0 2.14rem 0 2.14rem;
    }

        .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container {
            max-width: 90%;
        }

            .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item {
                border-right: 1px solid #ebedf2;
                padding-left: 0.71rem;
                padding-right: 0.71rem;
            }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item:last-child {
                    border-right: none;
                }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__btn {
                    margin: 1.43rem auto 3.6rem auto;
                }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-pricing-table-2 .m-pricing-table-2__content {
        padding: 0 2.14rem 0 2.14rem;
    }

        .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container {
            max-width: 90%;
        }

            .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item {
                border-bottom: 1px solid #ebedf2;
                border-right: none;
                padding-left: 0.71rem;
                padding-right: 0.71rem;
            }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item:last-child {
                    border-bottom: none;
                }

                .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__btn {
                    margin: 1.43rem auto 3.6rem auto;
                }
}

@media (max-width: 768px) {
    .m-pricing-table-2 .m-pricing-table-2__head .m-pricing-table-2__title {
        top: 4%;
    }

        .m-pricing-table-2 .m-pricing-table-2__head .m-pricing-table-2__title > h1 {
            font-size: 1.8rem;
        }

    .m-pricing-table-2 .m-pricing-table-2__head .btn-group {
        top: 8%;
    }

        .m-pricing-table-2 .m-pricing-table-2__head .btn-group .btn {
            padding: 0.71rem 0.71rem 0.71rem 0.71rem;
        }

    .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container {
        width: 100%;
    }

        .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item {
            border-bottom: 1px solid #ebedf2;
            border-right: none;
            padding-left: 0.71rem;
            padding-right: 0.71rem;
        }

            .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item:last-child {
                border-bottom: none;
            }

            .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__btn {
                margin: 1.43rem auto 3.6rem auto;
            }
}

.m-pricing-table-2 .m-pricing-table-2__head .btn-group .btn {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.4);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.4);
    background: #fff;
    color: #898b96;
}

    .m-pricing-table-2 .m-pricing-table-2__head .btn-group .btn.active {
        background: #716aca;
        color: #ffffff;
    }

.m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
}

    .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__subtitle {
        color: #575962;
    }

    .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__features > span {
        color: #a4a6ae;
    }

    .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__price {
        color: #6f727d;
    }

    .m-pricing-table-2 .m-pricing-table-2__content .m-pricing-table-2__container .m-pricing-table-2__items .m-pricing-table-2__item .m-pricing-table-2__label {
        color: #9699a2;
    }

.m-pricing-table-3 {
    padding: 5.71rem 0 5.71rem 0;
}

    .m-pricing-table-3.m-pricing-table-3--fixed {
        width: 75%;
        margin: 0 auto;
    }

    .m-pricing-table-3 .m-pricing-table-3__items {
        width: 100%;
        text-align: center;
    }

        .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper {
            padding: 4.2rem 1rem;
            text-align: center;
        }

            .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__title {
                font-size: 1.3rem;
            }

            .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__price {
                border-radius: 1.07rem;
                margin-top: 2.83rem;
                display: inline-block;
                font-size: 1.8rem;
                font-weight: 500;
                padding: 0.83rem 1.43rem 0.83rem 1.43rem;
            }

                .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__price.m-pricing-table-3__price--padding {
                    padding: 1.4rem 1.43rem 1.4rem 1.43rem;
                }

                .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__price .m-pricing-table-3__label {
                    font-size: 1.5rem;
                    vertical-align: 33%;
                }

                .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__price .m-pricing-table-3__number {
                    font-size: 2.64rem;
                }

                .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__price .m-pricing-table-3__text {
                    font-size: 1.07rem;
                    vertical-align: 40%;
                }

            .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__description {
                text-align: center;
                font-size: 0.96rem;
                display: inline-block;
                margin-top: 2.85rem;
            }

                .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__description > span:nth-child(1) {
                    letter-spacing: 0.01rem;
                }

            .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__btn {
                margin: 2.83rem auto 0 auto;
            }

                .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__btn > .btn {
                    padding: 0.8rem 3.6rem 0.8rem 3.6rem;
                }

        .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus {
            margin-top: -3rem;
            margin-bottom: -3rem;
        }

            .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus .m-pricing-table-3__price {
                font-size: 1.8rem;
                padding: 0.86rem 1.43rem 0.86rem 1.43rem;
            }

            .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus .m-pricing-table-3__wrapper {
                padding: 7rem 1rem;
            }

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-pricing-table-3.m-pricing-table-3--fixed {
        width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .m-pricing-table-3 {
        padding: 2.14rem 0 2.14rem 0;
    }

        .m-pricing-table-3.m-pricing-table-3--fixed {
            width: 100%;
            margin: 0 auto;
        }

            .m-pricing-table-3.m-pricing-table-3--fixed .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper {
                padding: 3rem 1rem;
            }

            .m-pricing-table-3.m-pricing-table-3--fixed .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus {
                margin-top: 0;
                margin-bottom: 0;
            }

                .m-pricing-table-3.m-pricing-table-3--fixed .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus .m-pricing-table-3__wrapper {
                    padding: 3rem 1rem;
                }
}

.m-pricing-table-3 .m-pricing-table-3__items {
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

    .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__title {
        color: #7b7e8a;
    }

    .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__price {
        background-color: #FCFCFE;
        color: #7b7e8a;
    }

        .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__price .m-pricing-table-3__label {
            color: #9699a2;
        }

        .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__price .m-pricing-table-3__text {
            color: #9699a2;
        }

    .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item .m-pricing-table-3__wrapper .m-pricing-table-3__description {
        color: #7b7e8a;
    }

    .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus .m-pricing-table-3__wrapper {
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.25);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.25);
    }

    .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus .m-pricing-table-3__price {
        background-color: #756ECD;
    }

        .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus .m-pricing-table-3__price .m-pricing-table-3__label {
            color: #C4C2FF;
        }

        .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus .m-pricing-table-3__price .m-pricing-table-3__text {
            color: #C4C2FF;
        }

    .m-pricing-table-3 .m-pricing-table-3__items .m-pricing-table-3__item.m-pricing-table-3__item--focus .m-pricing-table-3__description {
        color: #C4C2FF;
    }

.m-pricing-table-4 {
    padding-bottom: 4rem;
}

    .m-pricing-table-4 .m-pricing-table-4__top {
        background-color: #E0306E;
    }

        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed {
            width: 80%;
            margin: 0 auto;
        }

            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-header .m-pricing-table-4__top-title {
                padding-top: 5rem;
                margin-bottom: 5rem;
                text-align: center;
            }

                .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-header .m-pricing-table-4__top-title > h1 {
                    font-size: 2.3rem;
                }

            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body {
                margin-left: 14.3rem;
            }

                .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items {
                    display: table;
                    width: 100%;
                    table-layout: fixed;
                    -webkit-box-shadow: 0 -1.3rem 1.07rem 0.71rem #D93371;
                    box-shadow: 0 -1.3rem 1.07rem 0.71rem #D93371;
                }

                    .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item {
                        display: table-cell;
                        text-align: center;
                        border-right: 1px solid #e1f1ff;
                    }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item:last-child {
                            border-right: none;
                        }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__icon > i {
                            font-size: 5rem;
                            margin-top: 3.6rem;
                        }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__subtitle {
                            font-size: 1.64rem;
                            margin-top: 2.14rem;
                        }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__features {
                            font-size: 0.9rem;
                            margin-top: 2.14rem;
                            margin-bottom: 1.43rem;
                            padding: 0 0.71rem 0 0.71rem;
                        }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__price {
                            font-size: 3.2rem;
                            font-weight: 600;
                        }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__label {
                            font-size: 1.64rem;
                            vertical-align: 43%;
                        }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__btn {
                            margin-top: 1.43rem;
                            margin-bottom: 3.6rem;
                        }

                            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__btn .btn {
                                padding: 0.8rem 3.6rem 0.8rem 3.6rem;
                            }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile {
                            display: none;
                        }

    .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed {
        width: 80%;
        margin: 0 auto;
    }

        .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items {
            display: table;
            width: 100%;
            text-align: center;
            table-layout: fixed;
        }

            .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items .m-pricing-table-4__bottom-item {
                display: table-cell;
                padding: 1.43rem 0 1.43rem 0;
                font-weight: 600;
            }

                .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items .m-pricing-table-4__bottom-item:first-child {
                    width: 14.3rem;
                    text-align: left;
                    padding-left: 1.43rem;
                    font-weight: 600;
                }

            .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items:nth-child(odd) {
                background-color: #FAFBFF;
            }

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed {
        width: 90%;
        margin: 0 auto;
    }

        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body {
            margin-left: 14.3rem;
        }

    .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed {
        width: 90%;
        margin: 0 auto;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-pricing-table-4 .m-pricing-table-4__top {
        background: none;
    }

        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed {
            width: 90%;
            margin: 0 auto;
        }

            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-header {
                background-color: #E0306E;
                padding-bottom: 21.43rem;
            }

            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body {
                width: 80%;
                margin: 0 auto;
                margin-top: -21.4rem;
            }

                .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                    .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item {
                        display: block;
                        border-right: none;
                        padding-bottom: 3.6rem;
                        border-bottom: 1px solid #e1f1ff;
                    }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__features {
                            padding: 0 0.71rem 0 0.71rem;
                        }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__btn {
                            display: none;
                        }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile {
                            display: block;
                            margin: 0 auto;
                        }

                            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile .m-pricing-table-4__top-item-mobile {
                                padding: 0.71rem 0 0.71rem 0;
                            }

                                .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile .m-pricing-table-4__top-item-mobile > span:first-child {
                                    font-weight: 600;
                                }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-btn {
                            margin-top: 2.86rem;
                        }

                            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-btn .btn {
                                padding: 0.8rem 3.6rem 0.8rem 3.6rem;
                            }

    .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed {
        display: none;
    }
}

@media (max-width: 768px) {
    .m-pricing-table-4 .m-pricing-table-4__top {
        background: none;
    }

        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed {
            width: 100%;
            margin: 0 auto;
        }

            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-header {
                background-color: #E0306E;
                padding-bottom: 21.43rem;
            }

                .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-header .m-pricing-table-4__top-title > h1 {
                    font-size: 1.8rem;
                }

            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body {
                width: 80%;
                margin: 0 auto;
                margin-top: -21.43rem;
            }

                .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                }

                    .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item {
                        display: block;
                        border-right: none;
                        padding-bottom: 1rem;
                        border-bottom: 1px solid #e1f1ff;
                    }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__btn {
                            display: none;
                        }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__features {
                            padding: 0 0.71rem 0 0.71rem;
                        }

                        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile {
                            display: block;
                            margin: 2.14rem auto;
                        }

                            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile .m-pricing-table-4__top-item-mobile {
                                padding: 0.71rem 0 0.71rem 0;
                            }

                                .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile .m-pricing-table-4__top-item-mobile > span:first-child {
                                    font-weight: 600;
                                }

                            .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile .m-pricing-table-4__top-btn {
                                margin-top: 2.86rem;
                            }

                                .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile .m-pricing-table-4__top-btn .btn {
                                    padding: 0.8rem 3.6rem 0.8rem 3.6rem;
                                }

    .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed {
        display: none;
    }
}

.m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item {
    background-color: white;
}

    .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__subtitle {
        color: #6f727d;
    }

    .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__features {
        color: #898b96;
    }

    .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__price {
        color: #6f727d;
    }

    .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__label {
        color: #9699a2;
    }

    .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile .m-pricing-table-4__top-item-mobile {
        color: #9699a2;
    }

        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile .m-pricing-table-4__top-item-mobile > span:first-child {
            color: #575962;
        }

        .m-pricing-table-4 .m-pricing-table-4__top .m-pricing-table-4__top-container.m-pricing-table-4__top-container--fixed .m-pricing-table-4__top-body .m-pricing-table-4__top-items .m-pricing-table-4__top-item .m-pricing-table-4__top-items-mobile .m-pricing-table-4__top-item-mobile:nth-child(odd) {
            background-color: #FAFBFF;
        }

.m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items .m-pricing-table-4__bottom-item {
    color: #a4a6ae;
}

    .m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items .m-pricing-table-4__bottom-item:first-child {
        color: #696B84;
    }

.m-pricing-table-4 .m-pricing-table-4__bottom .m-pricing-table-4__bottom-container.m-pricing-table-4__bottom-container--fixed .m-pricing-table-4__bottom-items:nth-child(odd) {
    background-color: #FAFBFF;
}

.m-invoice-1 .m-invoice__wrapper {
    overflow: hidden;
}

    .m-invoice-1 .m-invoice__wrapper .m-invoice__head {
        background-size: cover;
        background-repeat: no-repeat;
    }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container {
            padding-left: 5rem;
            padding-right: 5rem;
        }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container.m-invoice__container--centered {
                width: 70%;
                margin: 0 auto;
                padding: 0;
            }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo {
                display: table;
                width: 100%;
                padding-top: 10rem;
            }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a {
                    display: table-cell;
                    text-decoration: none;
                }

                    .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a > h1 {
                        font-weight: 600;
                        font-size: 2.7rem;
                    }

                    .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a:last-child {
                        text-align: right;
                    }

                    .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a:first-child {
                        vertical-align: top;
                    }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__desc {
                text-align: right;
                display: block;
                padding: 1rem 0 4rem 0;
            }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__desc > span {
                    display: block;
                }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items {
                display: table;
                width: 100%;
                padding: 5rem 0 6rem 0;
                table-layout: fixed;
            }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item {
                    display: table-cell;
                }

                    .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item .m-invoice__subtitle {
                        font-weight: 500;
                        padding-bottom: 0.5rem;
                    }

                    .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item > span {
                        display: block;
                    }

    .m-invoice-1 .m-invoice__wrapper .m-invoice__body {
        padding: 6rem 5rem 0 5rem;
    }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__body.m-invoice__body--centered {
            width: 70%;
            margin: 0 auto;
            padding: 6rem 0 0 0;
        }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__body table thead tr th {
            padding: 1rem 0 0.5rem 0;
            border-top: none;
        }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__body table thead tr th:not(:first-child) {
                text-align: right;
            }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__body table tbody tr td {
            padding: 1rem 0 1rem 0;
            vertical-align: middle;
            border-top: none;
            font-weight: 600;
            font-size: 1.1rem;
        }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__body table tbody tr td:not(:first-child) {
                text-align: right;
            }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__body table tbody tr:first-child td {
            padding-top: 1.8rem;
        }

    .m-invoice-1 .m-invoice__wrapper .m-invoice__footer {
        margin-top: 7rem;
    }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container {
            display: table;
            padding: 5rem 0 6rem 0;
        }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container.m-invoice__container--centered {
                width: 70%;
                margin: 0 auto;
            }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content {
                display: table-cell;
                font-weight: 500;
            }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content .m-invoice__price {
                    font-size: 1.9rem;
                    font-weight: 600;
                }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content > span {
                    display: block;
                    display: table;
                    width: 100%;
                    padding-bottom: 1rem;
                }

                    .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content > span > span {
                        display: table-cell;
                    }

                        .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content > span > span:last-child {
                            text-align: right;
                            font-size: 0.85rem;
                        }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content:first-child {
                    width: 35%;
                }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content:last-child {
                    text-align: right;
                }

@media (max-width: 768px) {
    .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container {
        width: 100% !important;
        padding: 0 2rem 0 2rem;
    }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container.m-invoice__container--centered {
            padding: 0 2rem 0 2rem;
        }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo {
            padding-top: 4rem;
        }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a {
                width: 100%;
                display: block;
            }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a:last-child {
                    padding-top: 1rem;
                    text-align: left;
                }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__desc {
            text-align: left;
            padding-bottom: 2rem;
        }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items {
            padding: 2rem 0 2rem 0;
        }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item {
                width: 100%;
                display: block;
                padding-bottom: 2rem;
            }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item:not(:first-child) {
                    padding-left: 0;
                }

    .m-invoice-1 .m-invoice__wrapper .m-invoice__body {
        width: 100% !important;
        padding: 3rem 2rem 0 2rem;
    }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__body.m-invoice__body--centered {
            padding: 3rem 2rem 0 2rem;
        }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__body table thead tr th:not(:first-child) {
            padding-right: 0.7rem;
        }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__body table thead tr th:last-child {
            padding-right: 0;
        }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__body table tbody tr td:not(:first-child) {
            padding-right: 0.7rem;
        }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__body table tbody tr td:last-child {
            padding-right: 0;
        }

    .m-invoice-1 .m-invoice__wrapper .m-invoice__footer {
        margin-top: 2rem;
    }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container {
            width: 100%;
            padding: 4rem 2rem 4rem 2rem;
        }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container.m-invoice__container--centered {
                width: 100%;
            }

            .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content {
                width: 100%;
                display: block;
            }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content:first-child {
                    width: 100%;
                }

                .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content:last-child {
                    padding-top: 2rem;
                    text-align: left;
                }
}

.m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a > h1 {
    color: #fff;
}

.m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__desc {
    color: #c3c1e9;
}

.m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items {
    border-top: 1px solid #837dd1;
}

    .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item {
        color: #fff;
    }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item .m-invoice__text {
            color: #c3c1e9;
        }

.m-invoice-1 .m-invoice__wrapper .m-invoice__body table thead tr th {
    color: #898b96;
}

.m-invoice-1 .m-invoice__wrapper .m-invoice__body table tbody tr td {
    color: #6f727d;
}

    .m-invoice-1 .m-invoice__wrapper .m-invoice__body table tbody tr td:last-child {
        color: #FE21BE;
    }

.m-invoice-1 .m-invoice__wrapper .m-invoice__footer {
    background-color: #f7f8fa;
}

    .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content > span {
        color: #3f4047;
    }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content > span:first-child {
            color: #7b7e8a;
        }

        .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content > span > span:last-child {
            color: #9699a2;
        }

    .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content .m-invoice__price {
        color: #FE21BE;
    }

    .m-invoice-1 .m-invoice__wrapper .m-invoice__footer .m-invoice__container .m-invoice__content:not(:first-child) > span:last-child {
        color: #9699a2;
    }

.m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__head .m-invoice__container {
    padding: 0;
}

    .m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__head .m-invoice__container.m-invoice__container--centered {
        width: 100%;
    }

.m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__body {
    padding: 2rem 0 0 0;
}

    .m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__body.m-invoice__body--centered {
        width: 100%;
    }

.m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__footer .m-invoice__table {
    padding: 0;
}

    .m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__footer .m-invoice__table.m-invoice__table--centered {
        width: 100%;
    }

.m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container {
    padding: 0 5rem 0 5rem;
}

    .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container.m-invoice__container--centered {
        width: 70%;
        margin: 0 auto;
        padding: 0;
    }

    .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo {
        display: table;
        width: 100%;
        padding-top: 10rem;
    }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a {
            display: table-cell;
            text-decoration: none;
        }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a > h1 {
                font-weight: 600;
                font-size: 2.7rem;
            }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a:last-child {
                text-align: right;
            }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a:first-child {
                vertical-align: top;
            }

    .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__desc {
        text-align: right;
        display: block;
        padding: 1rem 0 4rem 0;
    }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__desc > span {
            display: block;
        }

    .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items {
        display: table;
        width: 100%;
        padding: 6rem 0 3rem 0;
        table-layout: fixed;
    }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item {
            display: table-cell;
        }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item .m-invoice__subtitle {
                font-weight: 600;
                padding-bottom: 0.5rem;
            }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item > span {
                display: block;
            }

.m-invoice-2 .m-invoice__wrapper .m-invoice__body {
    padding: 2rem 5rem 0 5rem;
}

    .m-invoice-2 .m-invoice__wrapper .m-invoice__body.m-invoice__body--centered {
        width: 70%;
        margin: 0 auto;
        padding: 2rem 0 0 0;
    }

    .m-invoice-2 .m-invoice__wrapper .m-invoice__body table thead tr th {
        padding: 1rem 0 0.5rem 0;
        border-top: none;
    }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__body table thead tr th:not(:first-child) {
            text-align: right;
        }

    .m-invoice-2 .m-invoice__wrapper .m-invoice__body table tbody tr td {
        padding: 1rem 0 1rem 0;
        vertical-align: middle;
        border-top: none;
        font-weight: 600;
        font-size: 1.1rem;
    }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__body table tbody tr td:not(:first-child) {
            text-align: right;
        }

    .m-invoice-2 .m-invoice__wrapper .m-invoice__body table tbody tr:first-child td {
        padding-top: 1.8rem;
    }

.m-invoice-2 .m-invoice__wrapper .m-invoice__footer {
    margin-top: 9rem;
    padding: 5rem 0 7rem 0;
}

    .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table {
        padding: 0 5rem 0 5rem;
    }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table.m-invoice__table--centered {
            width: 70%;
            margin: 0 auto;
            padding: 0;
        }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table table thead tr th {
            padding: 1rem 0 0.5rem 0;
            border-top: none;
        }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table table thead tr th:last-child {
                text-align: right;
            }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table table tbody tr td {
            padding: 1.8rem 0 0 0;
            vertical-align: middle;
            border-top: none;
            font-weight: 600;
            font-size: 1.1rem;
        }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table table tbody tr td:last-child {
                text-align: right;
                font-size: 1.8rem;
                padding-top: 1rem;
            }

@media (max-width: 768px) {
    .m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__head .m-invoice__container {
        padding: 0;
    }

        .m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__head .m-invoice__container.m-invoice__container--centered {
            width: 100%;
            padding: 0;
        }

    .m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__body {
        padding: 2rem 0 0 0;
    }

        .m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__body.m-invoice__body--centered {
            width: 100%;
            padding: 0;
        }

    .m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__footer {
        padding: 3rem 0 4rem 0;
    }

        .m-invoice-2.m-invoice-2--fit .m-invoice__wrapper .m-invoice__footer .m-invoice__table.m-invoice__table--centered {
            width: 100%;
        }

    .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container {
        width: 100% !important;
        padding: 0 2rem 0 2rem;
    }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container.m-invoice__container--centered {
            padding: 0 2rem 0 2rem;
        }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo {
            padding-top: 4rem;
        }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a {
                width: 100%;
                display: block;
            }

                .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a:last-child {
                    padding-top: 1rem;
                    text-align: left;
                }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__desc {
            text-align: left;
            padding-bottom: 2rem;
        }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items {
            padding: 2rem 0 2rem 0;
        }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item {
                width: 100%;
                display: block;
                padding-bottom: 2rem;
            }

                .m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items .m-invoice__item:not(:first-child) {
                    padding-left: 0;
                }

    .m-invoice-2 .m-invoice__wrapper .m-invoice__body {
        width: 100% !important;
        padding: 0 2rem 0 2rem;
    }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__body.m-invoice__body--centered {
            padding: 0 2rem 0 2rem;
        }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__body table thead tr th:not(:first-child) {
            padding-right: 1.5rem;
        }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__body table thead tr th:last-child {
            padding-right: 0;
        }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__body table tbody tr td:not(:first-child) {
            padding-right: 1.5rem;
            vertical-align: top;
        }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__body table tbody tr td:last-child {
            padding-right: 0;
        }

    .m-invoice-2 .m-invoice__wrapper .m-invoice__footer {
        margin-top: 4rem;
        padding: 3rem 2rem 4rem 2rem;
    }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table.m-invoice__table--centered {
            width: 100%;
        }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table table thead tr th {
            vertical-align: top;
        }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table table thead tr th:not(:first-child) {
                padding-left: 2rem;
            }

        .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table table tbody tr td {
            vertical-align: top;
        }

            .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table table tbody tr td:not(:first-child) {
                padding-left: 2rem;
                vertical-align: top;
            }
}

.m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__logo > a > h1 {
    color: #3f4047;
}

.m-invoice-2 .m-invoice__wrapper .m-invoice__head .m-invoice__container .m-invoice__items {
    border-top: 1px solid #ebedf2;
}

.m-invoice-2 .m-invoice__wrapper .m-invoice__body table thead tr th {
    color: #898b96;
}

.m-invoice-2 .m-invoice__wrapper .m-invoice__body table tbody tr td {
    color: #6f727d;
}

.m-invoice-2 .m-invoice__wrapper .m-invoice__footer {
    background-color: #f7f8fa;
}

    .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table table thead tr th {
        color: #898b96;
        border-bottom: 1px solid #e2e5ec;
    }

    .m-invoice-2 .m-invoice__wrapper .m-invoice__footer .m-invoice__table table tbody tr td {
        color: #6f727d;
    }

.m-login.m-login--1 {
    background: white;
}

    .m-login.m-login--1 .m-login__aside {
        width: 700px;
        padding: 2rem 11rem;
    }

    .m-login.m-login--1 .m-login__content {
        background-attachment: fixed;
        background-size: cover;
    }

        .m-login.m-login--1 .m-login__content .m-login__welcome {
            color: #ffffff;
            font-size: 3.5rem;
            font-weight: 500;
            margin-bottom: 2rem;
        }

        .m-login.m-login--1 .m-login__content .m-login__msg {
            color: #ffffff;
            font-size: 1.1rem;
            font-weight: 200;
        }

    .m-login.m-login--1 .m-login__wrapper {
        overflow: hidden;
        padding: 35% 2rem 2rem 2rem;
    }

        .m-login.m-login--1 .m-login__wrapper .m-login__logo {
            text-align: center;
            margin: 0 auto 4rem auto;
        }

        .m-login.m-login--1 .m-login__wrapper .m-login__head {
            margin-top: 1rem;
        }

            .m-login.m-login--1 .m-login__wrapper .m-login__head .m-login__title {
                text-align: center;
                font-size: 1.5rem;
            }

            .m-login.m-login--1 .m-login__wrapper .m-login__head .m-login__desc {
                margin-top: 1.5rem;
                text-align: center;
                font-size: font-get-size(regular);
            }

        .m-login.m-login--1 .m-login__wrapper .m-login__form {
            margin-top: 4rem;
        }

            .m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group {
                margin: 0;
                padding: 0;
                position: relative;
            }

                .m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control {
                    border-radius: 0;
                    border: 0;
                    border-bottom: 1px solid #ebedf2;
                    padding: 1rem 0;
                    margin-top: 0.1rem;
                }

                    .m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control::-moz-placeholder {
                        color: #9496a0;
                        opacity: 1;
                    }

                    .m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control:-ms-input-placeholder {
                        color: #9496a0;
                    }

                    .m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control::-webkit-input-placeholder {
                        color: #9496a0;
                    }

                    .m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control.m-login__form-input--last {
                        border: 0;
                    }

                    .m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control:focus::-moz-placeholder {
                        color: #716aca;
                        opacity: 1;
                    }

                    .m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control:focus:-ms-input-placeholder {
                        color: #716aca;
                    }

                    .m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group .form-control:focus::-webkit-input-placeholder {
                        color: #716aca;
                    }

                .m-login.m-login--1 .m-login__wrapper .m-login__form .m-form__group.has-danger .form-control-feedback {
                    font-weight: 400;
                    font-size: 0.85rem;
                }

            .m-login.m-login--1 .m-login__wrapper .m-login__form .m-login__form-sub {
                margin-top: 2rem;
            }

                .m-login.m-login--1 .m-login__wrapper .m-login__form .m-login__form-sub .m-checkbox {
                    font-size: 1rem;
                }

                .m-login.m-login--1 .m-login__wrapper .m-login__form .m-login__form-sub .m-link {
                    font-size: 1rem;
                }

            .m-login.m-login--1 .m-login__wrapper .m-login__form .m-login__form-action {
                margin: 3rem 0 3rem 0;
                text-align: center;
            }

                .m-login.m-login--1 .m-login__wrapper .m-login__form .m-login__form-action .btn {
                    display: inline-block;
                    text-align: center;
                    padding: 1.2rem 3rem;
                }

    .m-login.m-login--1 .m-login__account {
        text-align: center;
    }

        .m-login.m-login--1 .m-login__account .m-login__account-msg {
            font-size: 1.1rem;
            font-weight: 400;
            color: #898b96;
        }

        .m-login.m-login--1 .m-login__account .m-login__account-link {
            font-size: 1.1rem;
            font-weight: 400;
        }

    .m-login.m-login--1.m-login--signin .m-login__signup {
        display: none;
    }

    .m-login.m-login--1.m-login--signin .m-login__signin {
        display: block;
    }

    .m-login.m-login--1.m-login--signin .m-login__forget-password {
        display: none;
    }

    .m-login.m-login--1.m-login--signup .m-login__signup {
        display: block;
    }

    .m-login.m-login--1.m-login--signup .m-login__signin {
        display: none;
    }

    .m-login.m-login--1.m-login--signup .m-login__forget-password {
        display: none;
    }

    .m-login.m-login--1.m-login--signup .m-login__account {
        display: none;
    }

    .m-login.m-login--1.m-login--forget-password .m-login__signup {
        display: none;
    }

    .m-login.m-login--1.m-login--forget-password .m-login__signin {
        display: none;
    }

    .m-login.m-login--1.m-login--forget-password .m-login__forget-password {
        display: block;
    }

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-login.m-login--1 .m-login__aside {
        width: 400px;
        margin: 0 auto;
        padding: 3rem 3rem;
    }

    .m-login.m-login--1 .m-login__content {
        padding: 2rem;
    }

        .m-login.m-login--1 .m-login__content .m-login__welcome {
            font-size: 1.5rem;
        }
}

@media (max-width: 1024px) {
    .m-login.m-login--1 .m-login__aside {
        width: 500px;
        margin: 0 auto;
        padding: 2rem 3rem;
    }

        .m-login.m-login--1 .m-login__aside .m-login__wrapper {
            padding-top: 3rem;
        }

            .m-login.m-login--1 .m-login__aside .m-login__wrapper .m-login__logo {
                margin: 2rem auto 3.5rem auto;
            }

    .m-login.m-login--1 .m-login__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

        .m-login.m-login--1 .m-login__content .m-login__welcome {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .m-login.m-login--1 .m-login__content .m-login__msg {
            font-size: 1rem;
            margin: 0;
        }
}

@media (max-width: 768px) {
    .m-login.m-login--1 .m-login__aside {
        width: 100%;
        padding: 2rem 3rem;
    }

        .m-login.m-login--1 .m-login__aside .m-login__wrapper {
            padding-top: 2rem;
        }
}

.m-login.m-login--2 {
    background-size: cover;
    background-repeat: no-repeat;
}

    .m-login.m-login--2 .m-login__wrapper {
        padding: 6% 2rem 1rem 2rem;
        margin: 0 auto 2rem auto;
        overflow: hidden;
    }

        .m-login.m-login--2 .m-login__wrapper .m-login__container {
            width: 430px;
            margin: 0 auto;
        }

            .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__logo {
                text-align: center;
                margin: 0 auto 4rem auto;
            }

            .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__head {
                margin-top: 1rem;
            }

                .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__head .m-login__title {
                    text-align: center;
                    font-size: 1.5rem;
                }

                .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__head .m-login__desc {
                    margin-top: 1.5rem;
                    text-align: center;
                    font-size: font-get-size(regular);
                }

            .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form {
                margin: 4rem auto;
            }

                .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-form__group {
                    margin: 0;
                    padding: 0;
                    margin: 0 auto;
                }

                    .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-form__group .form-control {
                        border-radius: 40px;
                        border: none;
                        padding: 1.5rem 1.5rem;
                        margin-top: 1.5rem;
                    }

                        .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-form__group .form-control.m-login__form-input--last {
                            border: 0;
                        }

                    .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-form__group.has-danger .form-control-feedback {
                        font-weight: 400;
                        font-size: 0.85rem;
                        padding-left: 1.6rem;
                    }

                .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-sub {
                    padding-left: 7px;
                    padding-right: 7px;
                    margin: 15px auto;
                }

                    .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-sub .m-checkbox {
                        font-size: 1rem;
                    }

                    .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-sub .m-link {
                        font-size: 1rem;
                    }

                .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-action {
                    text-align: center;
                    margin-top: 7%;
                }

                    .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-action .m-login__btn {
                        display: inline-block;
                        text-align: center;
                        padding: 1.4rem 4rem;
                        margin-top: 0.8rem;
                    }

            .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__account {
                text-align: center;
                margin-top: 5%;
            }

                .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__account .m-login__account-msg {
                    font-size: 1.1rem;
                    font-weight: 400;
                }

                .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__account .m-login__account-link {
                    font-size: 1.1rem;
                    font-weight: 400;
                }

    .m-login.m-login--2.m-login--signin .m-login__signup {
        display: none;
    }

    .m-login.m-login--2.m-login--signin .m-login__signin {
        display: block;
    }

    .m-login.m-login--2.m-login--signin .m-login__forget-password {
        display: none;
    }

    .m-login.m-login--2.m-login--signup .m-login__signup {
        display: block;
    }

    .m-login.m-login--2.m-login--signup .m-login__signin {
        display: none;
    }

    .m-login.m-login--2.m-login--signup .m-login__forget-password {
        display: none;
    }

    .m-login.m-login--2.m-login--signup .m-login__account {
        display: none;
    }

    .m-login.m-login--2.m-login--forget-password .m-login__signup {
        display: none;
    }

    .m-login.m-login--2.m-login--forget-password .m-login__signin {
        display: none;
    }

    .m-login.m-login--2.m-login--forget-password .m-login__forget-password {
        display: block;
    }

@media (max-width: 1024px) {
    .m-login.m-login--2 .m-login__wrapper {
        padding-top: 3rem;
    }

        .m-login.m-login--2 .m-login__wrapper .m-login__account {
            margin-top: 10rem;
        }
}

@media (max-width: 768px) {
    .m-login.m-login--2 .m-login__wrapper .m-login__container {
        width: 100%;
        margin: 0 auto;
    }

        .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form {
            width: 100%;
            margin: 0 auto;
        }

            .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-sub .m-login__form-left {
                padding-right: 0;
            }

            .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-sub .m-login__form-right {
                padding-left: 0;
            }

            .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-action {
                padding-top: 3rem;
            }

                .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-action .btn {
                    padding: 0.8rem 3rem;
                    margin-top: 10px;
                }

        .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form-action .btn {
            padding: 1rem 3rem;
        }

        .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__account {
            margin-top: 20%;
        }
}

@media (max-width: 1024px) {
    .m-login.m-login--2 .m-login__wrapper {
        width: 100%;
    }

        .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-action {
            padding-top: 0;
        }
}

@media (max-width: 768px) {
    .m-login.m-login--2 .m-login__wrapper .m-login__container .m-login__form .m-login__form-sub {
        padding-left: 0;
        padding-right: 0;
    }
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__head .m-login__title {
    color: #f9f5ff;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__head .m-login__desc {
    color: #c2acf4;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form {
    color: #c2acf4;
}

    .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control {
        color: #e3d9fa;
        background: rgba(67, 34, 167, 0.4);
    }

        .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control::-moz-placeholder {
            color: #b295f1;
            opacity: 1;
        }

        .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:-ms-input-placeholder {
            color: #b295f1;
        }

        .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control::-webkit-input-placeholder {
            color: #b295f1;
        }

        .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:focus {
            color: white;
        }

            .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:focus::-moz-placeholder {
                color: #e3d9fa;
                opacity: 1;
            }

            .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:focus:-ms-input-placeholder {
                color: #e3d9fa;
            }

            .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control:focus::-webkit-input-placeholder {
                color: #e3d9fa;
            }

    .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-sub .m-checkbox {
        color: #c2acf4;
    }

    .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-sub .m-link {
        color: #c2acf4;
    }

        .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-sub .m-link:hover {
            color: white;
        }

            .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-sub .m-link:hover:after {
                border-bottom: 1px solid white;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

    .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn {
        color: #b295f1;
        border-color: #9168eb;
        background-color: transparent;
    }

        .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn:focus, .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn:hover {
            border-color: white;
            color: white;
        }

        .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn.m-login__btn--primary {
            color: white;
            border-color: #c2acf4;
        }

            .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn.m-login__btn--primary:focus, .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .m-login__form-action .m-login__btn.m-login__btn--primary:hover {
                border-color: white;
                color: white;
            }

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__account .m-login__account-msg {
    color: #c2acf4;
}

.m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__account .m-login__account-link {
    color: #f3effd;
}

    .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__account .m-login__account-link:hover {
        color: white;
    }

        .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__account .m-login__account-link:hover:after {
            border-bottom: 1px solid white;
            opacity: 0.3;
            filter: alpha(opacity=30);
        }

@media (max-width: 1024px) {
    .m-login.m-login--2.m-login-2--skin-1 .m-login__container .m-login__form .form-control {
        background: rgba(67, 34, 167, 0.8);
    }
}

.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__head .m-login__title {
    color: #9e97aa;
}

.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__head .m-login__desc {
    color: #aba5b6;
}

.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form {
    color: #aba5b6;
}

    .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control {
        color: #91899f;
        background: #f7f6f9;
    }

        .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control::-moz-placeholder {
            color: #9e97aa;
            opacity: 1;
        }

        .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control:-ms-input-placeholder {
            color: #9e97aa;
        }

        .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control::-webkit-input-placeholder {
            color: #9e97aa;
        }

        .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control:focus {
            color: #776e87;
        }

            .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control:focus::-moz-placeholder {
                color: #91899f;
                opacity: 1;
            }

            .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control:focus:-ms-input-placeholder {
                color: #91899f;
            }

            .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .form-control:focus::-webkit-input-placeholder {
                color: #91899f;
            }

    .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .m-login__form-sub .m-checkbox {
        color: #aba5b6;
    }

    .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .m-login__form-sub .m-link {
        color: #aba5b6;
    }

        .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .m-login__form-sub .m-link:hover {
            color: #776e87;
        }

            .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__form .m-login__form-sub .m-link:hover:after {
                border-bottom: 1px solid #776e87;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__account .m-login__account-msg {
    color: #aba5b6;
}

.m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__account .m-login__account-link {
    color: #847b93;
}

    .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__account .m-login__account-link:hover {
        color: #6a6279;
    }

        .m-login.m-login--2.m-login-2--skin-2 .m-login__container .m-login__account .m-login__account-link:hover:after {
            border-bottom: 1px solid #6a6279;
            opacity: 0.3;
            filter: alpha(opacity=30);
        }

.m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__head .m-login__title {
    color: #5e5288;
}

.m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__head .m-login__desc {
    color: #5e5288;
}

.m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form {
    color: #5e5288;
}

    .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .form-control {
        color: #7668a4;
        background: #24143f;
    }

        .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .form-control::-moz-placeholder {
            color: #695b98;
            opacity: 1;
        }

        .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .form-control:-ms-input-placeholder {
            color: #695b98;
        }

        .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .form-control::-webkit-input-placeholder {
            color: #695b98;
        }

        .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .form-control:focus {
            color: #9388b8;
        }

            .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .form-control:focus::-moz-placeholder {
                color: #7668a4;
                opacity: 1;
            }

            .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .form-control:focus:-ms-input-placeholder {
                color: #7668a4;
            }

            .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .form-control:focus::-webkit-input-placeholder {
                color: #7668a4;
            }

    .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .m-login__form-sub .m-checkbox {
        color: #5e5288;
    }

    .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .m-login__form-sub .m-link {
        color: #5e5288;
    }

        .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .m-login__form-sub .m-link:hover {
            color: #9388b8;
        }

            .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__form .m-login__form-sub .m-link:hover:after {
                border-bottom: 1px solid #9388b8;
                opacity: 0.3;
                filter: alpha(opacity=30);
            }

.m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__account .m-login__account-msg {
    color: #5e5288;
}

.m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__account .m-login__account-link {
    color: #8478ae;
}

    .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__account .m-login__account-link:hover {
        color: #a198c1;
    }

        .m-login.m-login--2.m-login-2--skin-3 .m-login__container .m-login__account .m-login__account-link:hover:after {
            border-bottom: 1px solid #a198c1;
            opacity: 0.3;
            filter: alpha(opacity=30);
        }

.m-login.m-login--5 {
    height: 100%;
    display: table;
    width: 100%;
    background: white;
    overflow: hidden;
}

    .m-login.m-login--5 .m-login__wrapper-1 {
        display: table-cell;
        width: 50%;
    }

        .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 {
            display: table;
            margin: 0 auto;
            width: 100%;
        }

            .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier {
                margin: 0 auto;
                display: table-cell;
                padding-top: 50px;
                text-align: center;
            }

                .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier .m-login__content {
                    width: 500px;
                    margin: 0 auto;
                    padding: 1rem 1.5rem;
                }

                    .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier .m-login__content .m-login__title {
                        padding-top: 6rem;
                    }

                    .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier .m-login__content .m-login__desc {
                        padding-top: 2.2rem;
                    }

                    .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier .m-login__content .m-login__form-action {
                        margin: 3.4rem 0 3rem 0;
                        text-align: center;
                    }

                        .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier .m-login__content .m-login__form-action .btn {
                            display: inline-block;
                            text-align: center;
                            padding: 1.2rem 3rem;
                            margin-right: 2rem;
                        }

                            .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier .m-login__content .m-login__form-action .btn:last-child {
                                margin-right: 0;
                            }

            .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__border {
                display: table-cell;
                padding-top: 7rem;
            }

                .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__border > div {
                    height: 500px;
                    background: #ffffff;
                    width: 30px;
                    -webkit-box-shadow: -19px 0 35px -7px #F5F5F5;
                    box-shadow: -19px 0 35px -7px #F5F5F5;
                    margin-top: -100px;
                    position: absolute;
                }

    .m-login.m-login--5 .m-login__wrapper-2 {
        padding-top: 13%;
        display: table-cell;
        width: 50%;
    }

        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
            width: 430px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

            .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__logo {
                text-align: center;
                margin: 0 auto 4rem auto;
            }

            .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__head {
                margin-top: 1rem;
            }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__head .m-login__title {
                    text-align: center;
                    font-size: 1.5rem;
                }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__head .m-login__desc {
                    margin-top: 1.5rem;
                    text-align: center;
                    font-size: font-get-size(regular);
                }

            .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form {
                margin-top: 4rem;
            }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group {
                    margin: 0;
                    padding: 0;
                    position: relative;
                }

                    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control {
                        border-radius: 0;
                        border: 0;
                        border-bottom: 1px solid #ebedf2;
                        padding: 1rem 0;
                        margin-top: 0.1rem;
                    }

                        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control::-moz-placeholder {
                            color: #9496a0;
                            opacity: 1;
                        }

                        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control:-ms-input-placeholder {
                            color: #9496a0;
                        }

                        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control::-webkit-input-placeholder {
                            color: #9496a0;
                        }

                        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control.m-login__form-input--last {
                            border: 0;
                        }

                        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control:focus::-moz-placeholder {
                            color: #716aca;
                            opacity: 1;
                        }

                        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control:focus:-ms-input-placeholder {
                            color: #716aca;
                        }

                        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group .form-control:focus::-webkit-input-placeholder {
                            color: #716aca;
                        }

                    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-form__group.has-danger .form-control-feedback {
                        font-weight: 400;
                        font-size: 0.85rem;
                    }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub {
                    margin-top: 2rem;
                }

                    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub .m-checkbox {
                        font-size: 1rem;
                    }

                    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-sub .m-link {
                        font-size: 1rem;
                    }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action {
                    margin: 3rem 0 3rem 0;
                    text-align: center;
                }

                    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action .btn {
                        display: inline-block;
                        text-align: center;
                        padding: 1.2rem 3rem;
                        margin-right: 2rem;
                    }

                        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__form .m-login__form-action .btn:last-child {
                            margin-right: 0;
                        }

            .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__account {
                text-align: center;
            }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__account .m-login__account-msg {
                    font-size: 1.1rem;
                    font-weight: 400;
                }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__account .m-login__account-link {
                    font-size: 1.1rem;
                    font-weight: 400;
                }

    .m-login.m-login--5.m-login--signin .m-login__signup {
        display: none;
    }

    .m-login.m-login--5.m-login--signin .m-login__signin {
        display: block;
    }

    .m-login.m-login--5.m-login--signin .m-login__forget-password {
        display: none;
    }

    .m-login.m-login--5.m-login--signup .m-login__signup {
        display: block;
    }

    .m-login.m-login--5.m-login--signup .m-login__signin {
        display: none;
    }

    .m-login.m-login--5.m-login--signup .m-login__forget-password {
        display: none;
    }

    .m-login.m-login--5.m-login--signup .m-login__account {
        display: none;
    }

    .m-login.m-login--5.m-login--forget-password .m-login__signup {
        display: none;
    }

    .m-login.m-login--5.m-login--forget-password .m-login__signin {
        display: none;
    }

    .m-login.m-login--5.m-login--forget-password .m-login__forget-password {
        display: block;
    }

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-login.m-login--5 {
        padding: 2rem 1rem;
    }

        .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier .m-login__content {
            width: 100%;
        }

        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
            width: 100%;
        }

            .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__signup .m-login__form .m-login__form-action .btn {
                padding: 1.2rem 3rem;
                margin-right: 2rem;
            }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__signup .m-login__form .m-login__form-action .btn:last-child {
                    margin-right: 0;
                }

            .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__forget-password .m-login__form .m-login__form-action .btn {
                text-align: center;
                padding: 1.2rem 3rem;
                margin-right: 2rem;
            }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__forget-password .m-login__form .m-login__form-action .btn:last-child {
                    margin-right: 0;
                }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier .m-login__content {
        width: 100%;
        padding: 2rem 3rem;
    }

    .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
        width: 100%;
        padding: 0 3rem;
    }

        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__signup .m-login__form .m-login__form-action .btn {
            padding: 1.2rem 3rem;
            margin-right: 2rem;
        }

            .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__signup .m-login__form .m-login__form-action .btn:last-child {
                margin-right: 0;
            }

        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__forget-password .m-login__form .m-login__form-action .btn {
            text-align: center;
            padding: 1.2rem 3rem;
            margin-right: 2rem;
        }

            .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__forget-password .m-login__form .m-login__form-action .btn:last-child {
                margin-right: 0;
            }
}

@media (max-width: 768px) {
    .m-login.m-login--5 .m-login__wrapper-1 {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

        .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 {
            padding-bottom: 0;
            margin: 0 auto;
        }

            .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier {
                display: block;
                width: 100%;
            }

                .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__contanier .m-login__content {
                    width: 100%;
                }

            .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__border {
                display: block;
                margin-top: 150px;
                padding-top: 0;
            }

                .m-login.m-login--5 .m-login__wrapper-1 .m-login__wrapper-1-1 .m-login__border > div {
                    height: 30px;
                    background: #ffffff;
                    width: 100%;
                    -webkit-box-shadow: 0 -15px 30px -7px #F5F5F5;
                    box-shadow: 0 -15px 30px -7px #F5F5F5;
                    position: relative;
                }

    .m-login.m-login--5 .m-login__wrapper-2 {
        width: 100%;
        display: block;
    }

        .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier {
            width: 100%;
            margin: 0 auto;
        }

            .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__signup .m-login__form .m-login__form-action .btn {
                padding: 1rem 1.95rem;
                margin-right: 0.5rem;
            }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__signup .m-login__form .m-login__form-action .btn:last-child {
                    margin-right: 0;
                }

            .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__forget-password .m-login__form .m-login__form-action .btn {
                text-align: center;
                padding: 1rem 2rem;
                margin-right: 0.5rem;
            }

                .m-login.m-login--5 .m-login__wrapper-2 .m-login__contanier .m-login__forget-password .m-login__form .m-login__form-action .btn:last-child {
                    margin-right: 0;
                }
}

.m-login.m-login--6 .m-login__aside {
    width: 605px;
    padding: 3.64rem 3.35rem 3.64rem 3.64rem;
}

    .m-login.m-login--6 .m-login__aside .m-grid__item .m-grid__item > span {
        display: block;
    }

    .m-login.m-login--6 .m-login__aside .m-grid__item .m-grid__item .m-login__title {
        color: #ffffff;
        font-size: 2rem;
        font-weight: 500;
        line-height: 2;
    }

    .m-login.m-login--6 .m-login__aside .m-grid__item .m-grid__item .m-login__subtitle {
        font-size: 1.2rem;
        font-weight: 200;
        margin-top: 3rem;
        color: #BCACF1;
        font-weight: 500;
    }

    .m-login.m-login--6 .m-login__aside .m-grid__item .m-login__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .m-login.m-login--6 .m-login__aside .m-grid__item .m-login__info .m-login__section > a {
            text-decoration: none;
            color: #fff;
            margin-right: 2rem;
            display: inline-block;
        }

            .m-login.m-login--6 .m-login__aside .m-grid__item .m-login__info .m-login__section > a:last-child {
                margin-right: 0;
            }

            .m-login.m-login--6 .m-login__aside .m-grid__item .m-login__info .m-login__section > a:hover:after {
                border-bottom: 1px solid #fff !important;
                opacity: 0.6;
                filter: alpha(opacity=60);
            }

        .m-login.m-login--6 .m-login__aside .m-grid__item .m-login__info .m-login__section:first-child > a {
            color: #BEAFF1;
        }

.m-login.m-login--6 .m-login__wrapper {
    padding: 3rem 3rem;
}

    .m-login.m-login--6 .m-login__wrapper .m-login__head {
        right: 3.5rem;
        position: absolute;
        font-size: 1.1rem;
        font-weight: 500;
        color: #888A94;
    }

        .m-login.m-login--6 .m-login__wrapper .m-login__head > span {
            color: #a9a5b6;
            padding-right: 0.5rem;
        }

    .m-login.m-login--6 .m-login__wrapper .m-login__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

        .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin {
            max-width: 100%;
            width: 450px;
        }

            .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__title {
                display: block;
                text-align: center;
                margin-bottom: 5rem;
                text-decoration: none;
            }

                .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__title > h3 {
                    font-size: 2rem;
                    color: #67666e;
                }

            .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form {
                margin: 4rem auto;
            }

                .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form .m-form__group {
                    margin: 0;
                    padding: 0;
                    margin: 0 auto;
                }

                    .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form .m-form__group .form-control {
                        border-radius: 40px;
                        border: none;
                        padding: 1.5rem 2.14rem;
                        margin-top: 1.3rem;
                        background-color: #F7F7F9;
                    }

                        .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form .m-form__group .form-control:hover {
                            background-color: #F4F5F8;
                        }

                        .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form .m-form__group .form-control:focus {
                            background-color: #F4F5F8;
                        }

                        .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form .m-form__group .form-control.m-login__form-input--last {
                            border: 0;
                        }

            .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__action {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin: 3rem 0;
            }

                .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__action > a {
                    text-decoration: none;
                    display: inline-block;
                }

                    .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__action > a:first-child {
                        margin-left: 2.14rem;
                        color: #aba9b4;
                    }

                    .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__action > a .btn {
                        padding: 1.3rem 3.43rem;
                    }

                .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__action.m-login__action--fit > a:first-child {
                    margin-left: 0rem;
                }

            .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form-divider {
                margin: 2rem 0;
            }

                .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__form-divider:not(:first-child):not(:last-child) {
                    font-weight: 500;
                    color: #b5b2c3;
                    font-size: 1.2rem;
                }

            .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__options {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                max-width: 100%;
            }

                .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__options > a {
                    text-decoration: none;
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__options > a > span {
                        padding: 0.35rem;
                    }

                    .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__options > a:not(:first-child):not(:last-child) {
                        margin: 0 1.5rem;
                    }

@media (min-width: 1025px) {
    .m-login.m-login--6 .m-login__aside {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-login.m-login--6 .m-login__aside {
        width: 450px;
    }
}

@media (max-width: 1024px) {
    .m-login.m-login--6 .m-login__aside {
        width: 100%;
        height: auto;
        padding: 5rem 2rem;
    }

        .m-login.m-login--6 .m-login__aside .m-grid__item .m-login__logo {
            margin-bottom: 2.5rem;
        }

        .m-login.m-login--6 .m-login__aside .m-grid__item .m-login__info {
            margin-top: 2rem;
        }

        .m-login.m-login--6 .m-login__aside .m-grid__item .m-grid__item .m-login__subtitle {
            margin: 2rem 0;
        }

    .m-login.m-login--6 .m-login__wrapper {
        padding: 3rem 2rem;
    }

        .m-login.m-login--6 .m-login__wrapper .m-login__head {
            padding-left: 2rem;
            right: 2rem;
        }

        .m-login.m-login--6 .m-login__wrapper .m-login__body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 5rem;
        }

            .m-login.m-login--6 .m-login__wrapper .m-login__body .m-login__signin .m-login__options > a:not(:first-child):not(:last-child) {
                margin: 0 0.8rem;
            }
}

.m-error-1 {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .m-error-1 .m-error_container .m-error_number > h1 {
        font-size: 150px;
        margin-left: 80px;
        margin-top: 9rem;
        font-weight: 600;
    }

    .m-error-1 .m-error_container .m-error_desc {
        font-size: 1.5rem;
        margin-left: 80px;
    }

@media (max-width: 768px) {
    .m-error-1 .m-error_container .m-error_number > h1 {
        margin: 120px 0 0 3rem;
        font-size: 8rem;
    }

    .m-error-1 .m-error_container .m-error_desc {
        margin-left: 3rem;
        padding-right: 0.5rem;
    }
}

.m-error_container .m-error_number > h1 {
    color: #6587C6;
}

.m-error_container .m-error_desc {
    color: #898b96;
}

.m-error-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .m-error-2 .m-error_container .m-error_title2 > h1 {
        font-size: 6rem;
        text-align: center;
        margin-top: 45rem;
        font-weight: 500;
    }

    .m-error-2 .m-error_container .m-error_desc {
        font-size: 2.5rem;
        text-align: center;
        display: block;
        font-weight: 600;
    }

@media (max-width: 768px) {
    .m-error-2 .m-error_container .m-error_desc {
        padding-left: 0.6rem;
        padding-right: 0.6rem;
    }
}

.m-error-3 {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .m-error-3 .m-error_container .m-error_number > h1 {
        font-size: 15.7rem;
        margin-left: 7.85rem;
        margin-top: 11.4rem;
        font-weight: 500;
        -webkit-text-stroke-width: 0.35rem;
        -moz-text-stroke-width: 0.35rem;
        text-stroke-width: 0.35rem;
    }

    .m-error-3 .m-error_container .m-error_title {
        margin-left: 7.85rem;
        font-size: 2.5rem;
        font-weight: 600;
    }

    .m-error-3 .m-error_container .m-error_subtitle {
        margin-left: 7.85rem;
        margin-top: 3.57rem;
        font-size: 1.6rem;
        font-weight: 600;
    }

    .m-error-3 .m-error_container .m-error_description {
        margin-left: 7.85rem;
        font-size: 1.3rem;
        font-weight: 500;
    }

@media (max-width: 768px) {
    .m-error-3 .m-error_container .m-error_number > h1 {
        font-size: 8rem;
        margin-left: 4rem;
        margin-top: 3.5rem;
    }

    .m-error-3 .m-error_container .m-error_title {
        margin-left: 4rem;
    }

    .m-error-3 .m-error_container .m-error_subtitle {
        margin-left: 4rem;
        padding-right: 0.5rem;
    }

    .m-error-3 .m-error_container .m-error_description {
        margin-left: 4rem;
        padding-right: 0.5rem;
    }
}

.m-error-3 .m-error_container .m-error_number > h1 {
    color: #A3DCF0;
    -webkit-text-stroke-color: white;
    -moz-text-stroke-color: white;
    text-stroke-color: white;
}

@media screen\0 {
    .m-error-3 .m-error_container .m-error_number > h1 {
        color: white;
    }
}

.m-error-3 .m-error_container .m-error_subtitle {
    color: #1b1c1e;
}

.m-error-3 .m-error_container .m-error_description {
    color: #333439;
}

.m-error-4 {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .m-error-4 .m-error_container .m-error_number {
        font-size: 15.7rem;
        margin-left: 14.3rem;
        margin-top: 11.4rem;
        font-weight: 600;
    }

    .m-error-4 .m-error_container .m-error_title {
        margin: -70px 0 2% 14.3rem;
        font-size: 10rem;
        font-weight: 600;
    }

    .m-error-4 .m-error_container .m-error_description {
        margin-left: 15rem;
        font-size: 2.5rem;
        margin: -70px 0 2% 14.8rem;
        font-weight: 600;
    }

@media (min-width: 769px) and (max-width: 1024px) {
    .m-error-4 .m-error_container .m-error_number {
        font-size: 12rem;
        margin-left: 7rem;
        margin-top: 8rem;
        font-weight: 600;
    }

    .m-error-4 .m-error_container .m-error_title {
        margin: -40px 0 2% 7rem;
        font-size: 7rem;
        font-weight: 600;
    }

    .m-error-4 .m-error_container .m-error_description {
        margin-left: 15rem;
        font-size: 2rem;
        margin: -40px 0 2% 7.3rem;
        font-weight: 600;
    }
}

@media (max-width: 768px) {
    .m-error-4 .m-error_container {
        text-align: center;
    }

        .m-error-4 .m-error_container .m-error_number {
            font-size: 9rem;
            margin: 4rem auto 0 auto;
        }

        .m-error-4 .m-error_container .m-error_title {
            margin: 0.3rem auto;
            text-align: center;
            font-size: 5rem;
        }

        .m-error-4 .m-error_container .m-error_description {
            text-align: center;
            font-size: 2rem;
            margin: 0.3rem auto;
            padding: 0 0.5rem 0 0.5rem;
        }
}

.m-error_container .m-error_number {
    color: #84D49E;
}

.m-error_container .m-error_title {
    color: #84D49E;
}

.m-error_container .m-error_description {
    color: #CC6622;
}

.m-error-5 {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .m-error-5 .m-error_container .m-error_title > h1 {
        font-size: 14rem;
        margin-left: 25rem;
        margin-top: 18rem;
        font-weight: 600;
    }

    .m-error-5 .m-error_container .m-error_subtitle {
        margin-left: 26rem;
        margin-top: 3.57rem;
        font-size: 2.3rem;
        font-weight: 600;
    }

    .m-error-5 .m-error_container .m-error_description {
        margin-left: 26rem;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 130%;
    }

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-error-5 {
        background-position: bottom -80px left 1300px;
    }

        .m-error-5 .m-error_container .m-error_title > h1 {
            font-weight: 600;
            font-size: 12rem;
            margin-left: 7rem;
        }

        .m-error-5 .m-error_container .m-error_subtitle {
            margin-left: 7rem;
            font-size: 2.3rem;
            font-weight: 600;
        }

        .m-error-5 .m-error_container .m-error_description {
            margin-left: 7rem;
            font-size: 1.8rem;
            font-weight: 500;
            line-height: 130%;
        }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .m-error-5 .m-error_container .m-error_title > h1 {
        font-weight: 600;
        font-size: 12rem;
        margin-left: 7rem;
    }

    .m-error-5 .m-error_container .m-error_subtitle {
        margin-left: 7rem;
        font-size: 2.3rem;
        font-weight: 600;
    }

    .m-error-5 .m-error_container .m-error_description {
        margin-left: 7rem;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 130%;
    }
}

@media (max-width: 768px) {
    .m-error-5 .m-error_container .m-error_title > h1 {
        font-size: 6rem;
        margin-top: 5rem;
        margin-left: 4rem;
    }

    .m-error-5 .m-error_container .m-error_subtitle {
        margin-top: 2rem;
        margin-left: 4rem;
        font-size: 2rem;
        line-height: 2rem;
    }

    .m-error-5 .m-error_container .m-error_description {
        font-size: 1.4rem;
        margin-left: 4rem;
    }
}

.m-error-5 .m-error_container .m-error_title > h1 {
    color: #314DA7;
    -webkit-text-stroke-color: white;
}

.m-error-5 .m-error_container .m-error_subtitle {
    color: #1b1c1e;
}

.m-error-5 .m-error_container .m-error_description {
    color: #333439;
}

.m-error-6 {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .m-error-6 .m-error_container {
        text-align: center;
    }

        .m-error-6 .m-error_container .m-error_subtitle > h1 {
            font-size: 10rem;
            margin-top: 12rem;
            font-weight: 600;
        }

        .m-error-6 .m-error_container .m-error_description {
            margin-top: 3rem;
            font-size: 2.3rem;
            font-weight: 500;
            line-height: 3rem;
        }

@media (max-width: 768px) {
    .m-error-6 .m-error_container .m-error_subtitle > h1 {
        font-size: 5rem;
    }

    .m-error-6 .m-error_container .m-error_description {
        font-size: 1.7rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.m-mail .m-mail__aside {
    background-color: #ffffff;
}

    .m-mail .m-mail__aside .m-mail__compose-button {
        padding: 0 3rem;
        text-align: center;
        margin-top: 4.5rem;
    }

        .m-mail .m-mail__aside .m-mail__compose-button .btn {
            width: 100%;
            border-radius: 0.3rem;
            outline: none;
            border: none;
            font-size: 0.85rem;
            font-weight: 600;
            padding: 1.05rem 0;
        }

    .m-mail .m-mail__aside .m-mail__menu .m-menu__nav .m-menu__item.m-mail__menu-label .m-menu__link-icon {
        font-size: 1.3rem;
        padding-left: 0.3rem;
        font-weight: 600;
    }

        .m-mail .m-mail__aside .m-mail__menu .m-menu__nav .m-menu__item.m-mail__menu-label .m-menu__link-icon.m-menu__link-icon--size {
            font-size: 1rem;
            padding-left: 0.2rem;
        }

    .m-mail .m-mail__aside .m-mail__menu .m-menu__nav .m-menu__item .m-menu__link .m-menu__link-title .m-menu__link-wrap .m-menu__link-text {
        font-size: 0.9rem;
        font-weight: 600;
    }

    .m-mail .m-mail__aside .m-mail__menu .m-menu__nav .m-menu__item .m-menu__link .m-menu__link-title .m-menu__link-wrap .m-badge {
        font-weight: 600;
    }

    .m-mail .m-mail__aside .m-mail__menu .m-menu__nav .m-mail_menu-space {
        margin-top: 2rem;
    }

.m-mail .m-mail__list {
    background-color: #ffffff;
}

    .m-mail .m-mail__list .m-mail__list-head {
        padding: 4.5rem 2rem 1.5rem 2rem;
    }

        .m-mail .m-mail__list .m-mail__list-head .m-mail__list-search {
            margin-bottom: 1.5rem;
        }

            .m-mail .m-mail__list .m-mail__list-head .m-mail__list-search .form-control {
                border: none;
                padding: 0.9rem 1.7rem;
                border-radius: 2rem;
            }

        .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            /* NEW - Chrome */
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools .m-mail__list-check {
                min-width: 3.2rem;
                text-align: center;
            }

                .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools .m-mail__list-check .m-checkbox {
                    margin-bottom: 0;
                }

                    .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools .m-mail__list-check .m-checkbox > span {
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%, -75%);
                        transform: translate(-50%, -75%);
                    }

            .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools .m-mail__list-actions > a {
                margin-right: 0.7rem;
            }

                .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools .m-mail__list-actions > a > i {
                    font-size: 1rem;
                }

            .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools .m-mail__list-sort {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                text-align: right;
                font-weight: 600;
                font-size: 0.85rem;
            }

                .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools .m-mail__list-sort > span > span {
                    padding: 0 0.4rem;
                }

    .m-mail .m-mail__list .m-mail__list-item {
        padding: 2.3rem 2rem;
    }

        .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            /* NEW - Chrome */
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 0.7rem;
        }

            .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section:last-child {
                margin-bottom: 0;
            }

            .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-pic {
                min-width: 3.2rem;
                text-align: center;
            }

                .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-pic > img {
                    width: 2.14rem;
                }

            .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-no-pic {
                min-width: 3.2rem;
                text-align: center;
            }

                .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-no-pic > span {
                    width: 2.14rem;
                    height: 2.14rem;
                    border-radius: 100%;
                    display: inline-block;
                    padding-top: 0.3rem;
                    font-weight: 600;
                }

            .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section > a {
                text-decoration: none;
                padding-left: 0.5rem;
                display: inline-block;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
            }

                .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section > a .m-mail__list-username {
                    font-weight: 600;
                    font-size: 0.9rem;
                }

                .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section > a .m-mail__list-title {
                    font-weight: 600;
                    font-size: 1.2rem;
                }

            .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-datetime {
                font-weight: 500;
                font-size: 0.9rem;
                -webkit-box-flex: 0.5;
                -ms-flex: 0.5;
                flex: 0.5;
                text-align: right;
                font-size: 0.85rem;
            }

            .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-checkbox {
                min-width: 3.2rem;
                text-align: center;
            }

                .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-checkbox .m-checkbox {
                    margin-bottom: 0;
                }

                    .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-checkbox .m-checkbox > span {
                        top: 50%;
                        left: 50%;
                        -webkit-transform: translate(-50%, -75%);
                        transform: translate(-50%, -75%);
                    }

            .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-text {
                font-weight: 500;
                font-size: 0.9rem;
                display: inline-block;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding-left: 0.5rem;
            }

            .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-desc {
                font-size: 0.9rem;
                font-weight: 600;
            }

            .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-icon {
                text-align: center;
                min-width: 3.2rem;
                display: inline-block;
            }

                .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-icon.m-mail__list-icon--right {
                    text-align: right;
                    -webkit-box-flex: 0.2;
                    -ms-flex: 0.2;
                    flex: 0.2;
                }

            .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-icon-cricle {
                margin: 0.35rem 0.42rem 0.1rem 3.7rem;
            }

                .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-icon-cricle > i {
                    font-weight: 600;
                    font-size: 1.2rem;
                }

.m-mail .m-mail__item {
    background-color: #ffffff;
    padding: 4.6rem 3.3rem;
}

    .m-mail .m-mail__item .m-mail__item-head {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .m-mail .m-mail__item .m-mail__item-head .m-mail__item-pic {
            min-width: 5rem;
            padding-right: 1rem;
        }

            .m-mail .m-mail__item .m-mail__item-head .m-mail__item-pic > img {
                width: 3.8rem;
            }

        .m-mail .m-mail__item .m-mail__item-head .m-mail__item-user .m-mail__item-username {
            font-weight: 600;
            font-size: 1.1rem;
            text-decoration: none;
        }

        .m-mail .m-mail__item .m-mail__item-head .m-mail__item-user .m-mail__item-date {
            font-size: 0.8rem;
            font-weight: 600;
        }

            .m-mail .m-mail__item .m-mail__item-head .m-mail__item-user .m-mail__item-date > span:first-child {
                width: 0.45rem;
                height: 0.45rem;
                display: inline-block;
                border-radius: 100%;
                margin-bottom: 0.05rem;
            }

            .m-mail .m-mail__item .m-mail__item-head .m-mail__item-user .m-mail__item-date > span:last-child {
                padding-left: 0.4rem;
            }

        .m-mail .m-mail__item .m-mail__item-head .m-mail__item-actions {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            text-align: right;
        }

            .m-mail .m-mail__item .m-mail__item-head .m-mail__item-actions > a {
                margin-left: 0.7rem;
            }

                .m-mail .m-mail__item .m-mail__item-head .m-mail__item-actions > a > i {
                    border-radius: 100%;
                    width: 2.5rem;
                    height: 2.5rem;
                    text-align: center;
                    padding-top: 0.7rem;
                    font-weight: 600;
                    font-size: 1.1rem;
                }

                .m-mail .m-mail__item .m-mail__item-head .m-mail__item-actions > a:first-child {
                    margin-left: 0;
                }

    .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details {
        padding-bottom: 1.7rem;
    }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-summary {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            /* NEW - Chrome */
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 1.2rem 0;
        }

            .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-summary .m-mail__item-toggle {
                font-weight: 600;
                font-size: 0.9rem;
            }

            .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-summary .m-mail__item-labels {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                text-align: right;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: reverse;
                -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            }

                .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-summary .m-mail__item-labels .m-mail__item-label {
                    font-weight: 600;
                    font-size: 0.9rem;
                }

                    .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-summary .m-mail__item-labels .m-mail__item-label > i {
                        font-weight: 600;
                        font-size: 1.2rem;
                        padding-right: 0.5rem;
                        margin-bottom: 0.1rem;
                        vertical-align: middle;
                    }

                    .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-summary .m-mail__item-labels .m-mail__item-label:first-child {
                        padding-right: 1rem;
                    }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-more {
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            /* NEW - Chrome */
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-more .m-mail__item-label {
                font-weight: 600;
                font-size: 0.9rem;
            }

                .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-more .m-mail__item-label:last-child {
                    padding-left: 1rem;
                }

                .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-more .m-mail__item-label > span {
                    display: block;
                }

    .m-mail .m-mail__item .m-mail__item-body .m-mail__item-title {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-title .m-mail__item-text {
            font-weight: 600;
            font-size: 2.1rem;
            margin: 1.6rem 0;
            display: block;
        }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-title .m-mail__item-actions {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            text-align: right;
        }

    .m-mail .m-mail__item .m-mail__item-body .m-mail__item-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-actions > a:first-child {
            padding-right: 0.8rem;
        }

    .m-mail .m-mail__item .m-mail__item-body .m-mail__item-content {
        margin-bottom: 2rem;
        font-weight: 600;
    }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-content > h3 {
            font-size: 0.95rem;
        }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-content > p {
            font-size: 0.95rem;
            margin-top: 2rem;
        }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-content > b {
            font-weight: 500;
        }

    .m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment {
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        /* NEW - Chrome */
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.7rem 0;
        border-radius: 0.3rem;
    }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment .m-mail__item-attachment-icon {
            padding-right: 0.5rem;
            line-height: 0;
            font-weight: 600;
        }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment .m-mail__item-attachment-filename {
            font-weight: 600;
            font-size: 0.9rem;
        }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment .m-mail__item-attachment-actions {
            display: none;
            line-height: 0;
            padding-left: 0.5rem;
        }

            .m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment .m-mail__item-attachment-actions > a {
                padding-left: 0.8rem;
            }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment:hover .m-mail__item-attachment-actions {
            display: block;
            margin-left: 0.8rem;
        }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment:hover {
            margin: 0 -0.8rem;
            padding-left: 0.8rem;
            cursor: pointer;
        }

@media (min-width: 1025px) {
    .m-mail .m-mail__aside {
        width: 245px;
    }

    .m-mail .m-mail__list {
        width: 36%;
    }

    .m-mail-aside-toggle {
        display: none;
    }
}

@media (max-width: 1024px) {
    .m-mail .m-mail-aside-toggle {
        display: block;
    }

    .m-mail .m-mail__list .m-mail__list-head {
        padding: 3rem 1rem 1.5rem 1rem;
        border-left: 1px solid #FAFBFC !important;
        border-right: 1px solid #FAFBFC !important;
    }

    .m-mail .m-mail__list .m-mail__list-item {
        padding: 2.3rem 1rem;
        border-left: 1px solid #FAFBFC !important;
        border-right: 1px solid #FAFBFC !important;
    }

        .m-mail .m-mail__list .m-mail__list-item:last-child {
            border-bottom: 1px solid #EBECF1 !important;
        }

    .m-mail .m-mail__item {
        padding: 3rem 1.5rem;
        max-width: 100%;
    }

    .m-mail-aside-toggle {
        display: inline-block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 26px;
        height: 26px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        background: none;
        outline: none !important;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .m-mail-aside-toggle span {
            display: block;
            position: absolute;
            top: 12px;
            height: 2px;
            min-height: 2px;
            width: 100%;
            border-radius: 2px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .m-mail-aside-toggle span::before, .m-mail-aside-toggle span::after {
                position: absolute;
                display: block;
                left: 0;
                width: 100%;
                height: 2px;
                min-height: 2px;
                content: "";
                border-radius: 2px;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .m-mail-aside-toggle span::before {
                top: -8px;
            }

            .m-mail-aside-toggle span::after {
                bottom: -8px;
            }

        .m-mail-aside-toggle.m-mail-aside-toggle--left span:before {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            left: auto;
            right: 0px;
            width: 50%;
        }

        .m-mail-aside-toggle.m-mail-aside-toggle--left span:after {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            left: auto;
            right: 0px;
            width: 75%;
        }

        .m-mail-aside-toggle.m-mail-aside-toggle--left:hover span:after, .m-mail-aside-toggle.m-mail-aside-toggle--left:hover span:before {
            width: 100%;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .m-mail-aside-toggle.m-mail-aside-toggle--left.m-mail-aside-toggle--active span:before {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            left: 0px;
            right: auto;
            width: 50%;
        }

        .m-mail-aside-toggle.m-mail-aside-toggle--left.m-mail-aside-toggle--active span:after {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            left: 0px;
            right: auto;
            width: 75%;
        }

        .m-mail-aside-toggle.m-mail-aside-toggle--right span:before {
            left: 0px;
            right: auto;
            width: 50%;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

        .m-mail-aside-toggle.m-mail-aside-toggle--right span:after {
            left: 0px;
            right: auto;
            width: 75%;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

        .m-mail-aside-toggle.m-mail-aside-toggle--right:hover span:after, .m-mail-aside-toggle.m-mail-aside-toggle--right:hover span:before {
            width: 100%;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

        .m-mail-aside-toggle.m-mail-aside-toggle--right.m-mail-aside-toggle--active span:before {
            left: auto;
            right: 0px;
            width: 50%;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

        .m-mail-aside-toggle.m-mail-aside-toggle--right.m-mail-aside-toggle--active span:after {
            left: auto;
            right: 0px;
            width: 75%;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

    .m-mail-aside-toggle {
        display: inline-block;
    }

        .m-mail-aside-toggle span {
            background: #5d5f77;
        }

            .m-mail-aside-toggle span::before, .m-mail-aside-toggle span::after {
                background: #5d5f77;
            }

        .m-mail-aside-toggle:hover span {
            background: #716aca;
        }

            .m-mail-aside-toggle:hover span::before, .m-mail-aside-toggle:hover span::after {
                background: #716aca;
            }

        .m-mail-aside-toggle.m-mail-aside-toggle--active span {
            background: #716aca;
        }

            .m-mail-aside-toggle.m-mail-aside-toggle--active span::before, .m-mail-aside-toggle.m-mail-aside-toggle--active span::after {
                background: #716aca;
            }
}

.m-mail .m-mail__aside .m-mail__menu .m-menu__nav .m-menu__item .m-menu__link .m-menu__link-title .m-menu__link-wrap .m-menu__link-badge1 {
    color: #9699a2;
}

.m-mail .m-mail__aside .m-mail__menu .m-menu__nav .m-mail_menu-space {
    color: #9699a2;
}

.m-mail .m-mail__list .m-mail__list-head {
    border: 1px solid #ebedf2;
    border-top: 1px solid #fafbfc;
    background-color: #fafbfc;
}

    .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools .m-mail__list-check .m-checkbox > span {
        background-color: #E7E7EC !important;
    }

    .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools .m-mail__list-actions {
        color: #CFD1E2;
    }

    .m-mail .m-mail__list .m-mail__list-head .m-mail__list-tools .m-mail__list-sort {
        color: #A8A8B6;
    }

.m-mail .m-mail__list .m-mail__list-item {
    border: 1px solid #ebedf2;
    background-color: #fafbfc;
}

    .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-no-pic > span {
        background-color: #E8E7F7;
        color: #ADAADD;
    }

    .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-username {
        color: #A8A8B6;
    }

    .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-datetime {
        color: #A8A8B6;
    }

    .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-checkbox .m-checkbox > span {
        background-color: #E7E7EC !important;
    }

    .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-title {
        color: #4D4C51;
    }

    .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-text {
        color: #A8A8B6;
    }

    .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-icon {
        color: #E7E7EC !important;
    }

    .m-mail .m-mail__list .m-mail__list-item .m-mail__list-section .m-mail__list-desc {
        color: #767680;
    }

    .m-mail .m-mail__list .m-mail__list-item.m-mail__list-item--active {
        border-right: none;
        background-color: #fff;
    }

    .m-mail .m-mail__list .m-mail__list-item:nth-child(even) {
        border-top: none;
        border-bottom: none;
    }

    .m-mail .m-mail__list .m-mail__list-item:last-child {
        border-bottom: 1px solid #fafbfc;
    }

.m-mail .m-mail__item .m-mail__item-head .m-mail__item-user .m-mail__item-username {
    color: #454449;
}

.m-mail .m-mail__item .m-mail__item-head .m-mail__item-user .m-mail__item-date:last-child > span {
    color: #B7B7C2;
}

.m-mail .m-mail__item .m-mail__item-head .m-mail__item-actions > a > i {
    background-color: #F5F5FA;
    color: #B8B7D8;
}

.m-mail .m-mail__item .m-mail__item-body .m-mail__item-details {
    border-bottom: 1px solid #ebedf2;
}

    .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-summary .m-mail__item-toggle {
        color: #B2B2BE;
    }

        .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-summary .m-mail__item-toggle .m-mail__item-labels .m-mail__item-label {
            color: #807F88;
        }

    .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-more .m-mail__item-label:first-child {
        color: #797983;
    }

    .m-mail .m-mail__item .m-mail__item-body .m-mail__item-details .m-mail__item-more .m-mail__item-label:last-child {
        color: #B2B2BE;
    }

.m-mail .m-mail__item .m-mail__item-body .m-mail__item-title .m-mail__item-text {
    color: #45464A;
}

.m-mail .m-mail__item .m-mail__item-body .m-mail__item-title .m-mail__item-actions {
    color: #CFD1E2;
}

.m-mail .m-mail__item .m-mail__item-body .m-mail__item-content {
    color: #9F9FA4;
}

.m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment .m-mail__item-attachment-icon {
    color: #CFD1E2;
}

.m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment .m-mail__item-attachment-filename {
    color: #9F9FA4;
}

.m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment .m-mail__item-attachment-actions {
    color: #CFD1E2;
}

.m-mail .m-mail__item .m-mail__item-body .m-mail__item-attachments .m-mail__item-attachment:hover {
    background-color: #FBFCFE;
}

.m-mail__aside-close {
    display: none;
}

@media (max-width: 1024px) {
    .m-mail__aside {
        display: block !important;
        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: 225px !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: -235px;
    }

        .m-mail__aside.m-mail__aside--on {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            left: 0;
        }

    .m-mail__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: m-offcanvas-overlay-fade-in .3s linear 1;
        animation: m-offcanvas-overlay-fade-in .3s linear 1;
    }

    .m-mail__aside-close {
        left: -25px;
        width: 25px;
        height: 25px;
        top: 1px;
        z-index: 1002;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 3px;
        cursor: pointer;
        outline: none !important;
        text-align: center;
        vertical-align: center;
        display: inline-block;
    }

        .m-mail__aside-close:hover {
            text-decoration: none;
        }

        .m-mail__aside-close > i {
            line-height: 0;
            font-size: 1.4rem;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .m-mail__aside--on .m-mail__aside-close {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 199px;
    }

    .m-mail__aside-close.m-mail__aside-close--skin-dark {
        background-color: #323446;
    }

        .m-mail__aside-close.m-mail__aside-close--skin-dark > i {
            color: #968ad4;
        }

        .m-mail__aside-close.m-mail__aside-close--skin-dark:hover {
            background-color: #716aca;
        }

            .m-mail__aside-close.m-mail__aside-close--skin-dark:hover > i {
                color: #ffffff;
            }

    .m-mail__aside-close.m-mail__aside-close--skin-light {
        background-color: #eeeef5;
    }

        .m-mail__aside-close.m-mail__aside-close--skin-light > i {
            color: #777c9d;
        }

        .m-mail__aside-close.m-mail__aside-close--skin-light:hover {
            background-color: #716aca;
        }

            .m-mail__aside-close.m-mail__aside-close--skin-light:hover > i {
                color: #ffffff;
            }
}

@media (max-width: 225px) {
    .m-mail__aside {
        width: 90% !important;
    }
}

.m-mail__menu .m-menu__nav {
    list-style: none;
    padding: 30px 0 30px 0;
}

    .m-mail__menu .m-menu__nav:before, .m-mail__menu .m-menu__nav:after {
        content: " ";
        display: table;
    }

    .m-mail__menu .m-menu__nav:after {
        clear: both;
    }

    .m-mail__menu .m-menu__nav .m-menu__subnav {
        padding: 0;
        width: 100%;
        margin: 0;
        list-style: none !important;
    }

    .m-mail__menu .m-menu__nav .m-menu__inner,
    .m-mail__menu .m-menu__nav .m-menu__submenu {
        display: none;
        float: none;
        margin: 0;
        padding: 0;
    }

        .m-mail__menu .m-menu__nav .m-menu__inner .m-menu__content,
        .m-mail__menu .m-menu__nav .m-menu__submenu .m-menu__content {
            padding: 0;
            margin: 0;
        }

            .m-mail__menu .m-menu__nav .m-menu__inner .m-menu__content > .m-menu__item,
            .m-mail__menu .m-menu__nav .m-menu__submenu .m-menu__content > .m-menu__item {
                padding: 0;
                margin: 0;
                list-style: none;
            }

                .m-mail__menu .m-menu__nav .m-menu__inner .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner,
                .m-mail__menu .m-menu__nav .m-menu__submenu .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner {
                    display: block;
                }

                    .m-mail__menu .m-menu__nav .m-menu__inner .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner > li > .m-menu__link,
                    .m-mail__menu .m-menu__nav .m-menu__submenu .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner > li > .m-menu__link {
                        margin: 0;
                    }

    .m-mail__menu .m-menu__nav .m-menu__item {
        display: block;
        float: none;
        height: auto;
        padding: 0;
    }

        .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading,
        .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link {
            display: table;
            table-layout: fixed;
            width: 100%;
            margin: 0;
            text-decoration: none;
            position: relative;
            outline: none;
            padding: 0;
        }

            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading:hover,
            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link:hover {
                text-decoration: none;
                cursor: pointer;
            }

            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-text,
            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-text {
                display: table-cell;
                height: 100%;
                width: 100%;
                padding: 0;
                vertical-align: middle;
            }

            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-title,
            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-title {
                display: table-cell;
                height: 100%;
                padding: 0;
                vertical-align: middle;
            }

                .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-title > .m-menu__link-wrap,
                .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-title > .m-menu__link-wrap {
                    display: table;
                    height: 100%;
                    width: 100%;
                    padding: 0;
                    vertical-align: middle;
                }

                    .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-title > .m-menu__link-wrap > .m-menu__link-badge,
                    .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-title > .m-menu__link-wrap > .m-menu__link-badge {
                        display: table-cell;
                        height: 100%;
                        vertical-align: middle;
                        white-space: nowrap;
                    }

            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-icon,
            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-icon {
                display: table-cell;
                height: 100%;
                vertical-align: middle;
                line-height: 0;
            }

            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-bullet,
            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-bullet {
                display: table-cell;
                height: 100%;
                vertical-align: middle;
                line-height: 0;
            }

            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__ver-arrow {
                display: table-cell;
                vertical-align: middle;
                line-height: 0;
                height: 100%;
            }

                .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
                .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                    -webkit-transform: translate3d(0, 0, 0);
                }

            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__hor-arrow,
            .m-mail__menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__hor-arrow {
                display: none;
            }

        .m-mail__menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__heading > .m-menu__ver-arrow:before,
        .m-mail__menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__link > .m-menu__ver-arrow:before {
            -webkit-transform: rotateZ(90deg) /*rtl:ignore*/;
            transform: rotateZ(90deg) /*rtl:ignore*/;
        }

[direction="rtl"] .m-mail__menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__heading > .m-menu__ver-arrow:before, [direction="rtl"]
.m-mail__menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__link > .m-menu__ver-arrow:before {
    -webkit-transform: rotateZ(-90deg) /*rtl:ignore*/;
    transform: rotateZ(-90deg) /*rtl:ignore*/;
}

.m-mail__menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__submenu,
.m-mail__menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__inner {
    display: block;
}

.m-mail__menu .m-menu__nav .m-menu__item .m-menu__submenu .m-menu__item--parent {
    display: none;
}

.m-mail__menu .m-menu__nav .m-menu__section {
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 0 27px;
}

    .m-mail__menu .m-menu__nav .m-menu__section.m-menu__section--first {
        margin-top: 0 !important;
    }

    .m-mail__menu .m-menu__nav .m-menu__section .m-menu__section-text {
        display: table-cell;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    .m-mail__menu .m-menu__nav .m-menu__section .m-menu__section-icon {
        display: none;
        text-align: center;
        vertical-align: middle;
    }

.m-mail__menu .m-menu__nav .m-menu__separator {
    height: 0;
    overflow: hidden;
}

    .m-mail__menu .m-menu__nav .m-menu__separator.m-menu__separator--marginles {
        margin: 0;
    }

.m-mail__menu .m-menu__nav > .m-menu__item {
    position: relative;
    margin: 0;
}

    .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading,
    .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link {
        cursor: pointer;
        height: 44px;
    }

        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
            font-weight: 500;
            font-size: 1rem;
            text-transform: initial;
        }

        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
            text-align: left;
            width: 35px;
            font-size: 1.2rem;
        }

        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet,
        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet {
            vertical-align: middle;
            text-align: left;
            width: 15px;
        }

            .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet > span,
            .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                vertical-align: middle;
                display: inline-block;
            }

            .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                width: 4px;
                height: 4px;
                border-radius: 100%;
            }

            .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                width: 5px;
                height: 1px;
            }

        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-badge,
        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-badge {
            padding: 0px 0px 0px 5px;
            text-align: right;
        }

        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
            text-align: right;
            width: 20px;
            font-size: 0.7rem;
        }

            .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
            .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                display: inline-block;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

[direction="rtl"] .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before, [direction="rtl"]
.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
    content: "" !important;
}

.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__item-here,
.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__item-here {
    display: none;
}

.m-mail__menu .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow:before,
.m-mail__menu .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__arrow {
    position: relative;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 40px;
    left: auto /*rtl:ignore*/;
    right: 0 /*rtl:ignore*/;
    margin-left: auto /*rtl:ignore*/;
    margin-right: -9px /*rtl:ignore*/;
    position: absolute;
    top: 2px;
    left: auto;
    right: -2px;
    margin: 0px -7px 0 0;
    display: none;
}

    .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__arrow:before {
        display: inline-block;
        font-family: "Metronic";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 0px;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        content: "";
    }

    .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__arrow:before {
        position: relative;
        top: 0;
        margin-top: 20px;
        font-size: 40px;
    }

.m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item {
    margin: 0;
}

    .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading,
    .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link {
        cursor: pointer;
        height: 40px;
    }

        .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
            font-weight: 400;
            font-size: 1rem;
            text-transform: initial;
        }

        .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-icon {
            text-align: left;
            width: 35px;
            font-size: 1.35rem;
        }

        .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet,
        .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet {
            vertical-align: middle;
            text-align: left;
            width: 20px;
        }

            .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet > span,
            .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                vertical-align: middle;
                display: inline-block;
            }

            .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                width: 4px;
                height: 4px;
                border-radius: 100%;
            }

            .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                width: 5px;
                height: 1px;
            }

        .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-badge,
        .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-badge {
            padding: 0px 0px 0px 5px;
            text-align: right;
        }

        .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow {
            text-align: right;
            width: 20px;
            font-size: 0.7rem;
        }

            .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
            .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                display: inline-block;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

[direction="rtl"] .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before, [direction="rtl"]
.m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
    content: "" !important;
}

.m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__item-here,
.m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__item-here {
    display: none;
}

.m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow:before,
.m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
}

    .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-text {
        font-size: 0.8rem;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-icon {
        font-size: 1.1rem;
    }

.m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator {
    margin: 15px 0;
}

    .m-mail__menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator .m-menu__separator--marginles {
        margin: 0;
    }

.m-mail__menu .m-menu__nav > .m-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
}

    .m-mail__menu .m-menu__nav > .m-menu__section .m-menu__section-text {
        font-size: 0.83rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .m-mail__menu .m-menu__nav > .m-menu__section .m-menu__section-icon {
        font-size: 1.1rem;
    }

.m-mail__menu .m-menu__nav > .m-menu__separator {
    margin: 15px 0;
}

    .m-mail__menu .m-menu__nav > .m-menu__separator .m-menu__separator--marginles {
        margin: 0;
    }

.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__link {
    padding: 0.8rem 3rem;
}

.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav .m-menu__content .m-menu__heading {
    padding: 0 30px;
    padding-left: 60px;
}

.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav .m-menu__content .m-menu__inner {
    padding: 0;
    margin: 0;
}

    .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav .m-menu__content .m-menu__inner .m-menu__link {
        padding: 0 30px;
        padding-left: 75px;
    }

.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
    padding: 0 30px;
    padding-left: 45px;
}

.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
    padding: 0;
}

    .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
        padding: 0 30px;
        padding-left: 60px;
    }

    .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
        padding: 0;
    }

        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
            padding: 0 30px;
            padding-left: 75px;
        }

.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__section {
    padding-left: 45px;
}

.m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
    padding: 0;
}

    .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__section {
        padding-left: 60px;
    }

    .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
        padding: 0;
    }

        .m-mail__menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__section {
            padding-left: 75px;
        }

.m-mail__menu.m-mail__menu--skin-light {
    background-color: #ffffff;
}

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
        color: #8084a4;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
        color: #c5c6d1;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #a8aabb;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #a8aabb;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
        color: #a8aabb;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading,
        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
                color: #7d81a2;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
                color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
                color: #9a9caf;
            }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading,
        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-text,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-text {
                color: #545874;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-icon,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-icon {
                color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__ver-arrow,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__ver-arrow {
                color: #9a9caf;
            }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading,
        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
                color: #716aca;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
                color: #716aca;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #716aca;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #716aca;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
                color: #716aca;
            }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading,
        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
                color: #545874;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
                color: #b7b8c6;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
                color: #9a9caf;
            }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__arrow {
        color: #ffffff;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__section .m-menu__section-text {
        color: #a4a7bd;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__section .m-menu__section-icon {
        color: #aaacc2;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__separator {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text,
    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
        color: #777c9d;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-icon,
    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-icon {
        color: #a8aabb;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #a8aabb;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #a8aabb;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow {
        color: #a8aabb;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading,
        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
                color: #696e92;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
                color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
                color: #9a9caf;
            }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__heading,
        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading,
        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
                color: #716aca;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
                color: #716aca;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #716aca;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #716aca;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
                color: #716aca;
            }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading,
        .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
                color: #696e92;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
                color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
            .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
                color: #9a9caf;
            }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-text {
        color: #a4a7bd;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-icon {
        color: #aaacc2;
    }

    .m-mail__menu.m-mail__menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

@media (min-width: 1025px) {
    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']) > .m-menu__link > .m-menu__ver-arrow:before,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']) > .m-menu__link > .m-menu__ver-arrow:before {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
    }

    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']) > .m-menu__submenu,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']) > .m-menu__submenu {
        display: none !important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
    }

    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover {
        position: relative;
        z-index: 100;
    }

        .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu,
        .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu {
            top: -10px;
            position: absolute;
            display: block !important;
            width: 245px;
            margin-left: 245px;
            -webkit-animation: m-aside-menu-submenu-fade-in .3s ease 1, m-aside-menu-submenu-move-up .3s ease-out 1;
            animation: m-aside-menu-submenu-fade-in .3s ease 1, m-aside-menu-submenu-move-up .3s ease-out 1;
        }

            .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up,
            .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up {
                bottom: 0;
                top: auto;
            }

            .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up,
            .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up {
                top: auto;
                bottom: -10px;
                -webkit-animation: m-aside-menu-submenu-fade-in .3s ease 1, m-aside-menu-submenu-move-down .3s ease-out 1;
                animation: m-aside-menu-submenu-fade-in .3s ease 1, m-aside-menu-submenu-move-down .3s ease-out 1;
            }
}

@media screen\0 and (min-width: 1025px) {
    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up {
        -webkit-animation: none;
        animation: none;
    }
}

@media (min-width: 1025px) {
    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav {
        padding: 20px 0;
        border-radius: 4px;
    }

        .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item,
        .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item {
            margin: 0;
        }

            .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link,
            .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link {
                text-align: left;
                padding: 7px 30px;
            }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-title,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-title {
                    display: table-cell;
                    width: 100%;
                }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu_link-text,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu_link-text {
                    -webkit-transform: translateZ(0);
                    transform: translateZ(0);
                    -webkit-transform-style: preserve-3d;
                }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-icon,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-icon {
                    display: table-cell;
                }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-bullet,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-bullet {
                    display: table-cell;
                }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-badge,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-badge {
                    display: table-cell;
                }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__ver-arrow,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__ver-arrow {
                    display: table-cell;
                }

            .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav,
            .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav {
                padding: 20px 0;
            }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
                    padding: 7px 30px;
                }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav {
                    padding: 20px 0;
                }

                    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link,
                    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
                        padding: 7px 30px;
                    }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__section,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__section {
                    padding: 0 25px;
                }

            .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading,
            .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link,
            .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading,
            .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
                cursor: pointer;
                height: 40px;
            }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-text,
                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-text,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
                    font-weight: 400;
                    font-size: 1rem;
                    text-transform: initial;
                }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-icon,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-icon {
                    text-align: left;
                    width: 35px;
                    font-size: 1.35rem;
                }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet,
                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet {
                    vertical-align: middle;
                    text-align: left;
                    width: 20px;
                }

                    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet > span,
                    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet > span,
                    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet > span,
                    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                        vertical-align: middle;
                        display: inline-block;
                    }

                    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                        width: 4px;
                        height: 4px;
                        border-radius: 100%;
                    }

                    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
                    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                        width: 5px;
                        height: 1px;
                    }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-badge,
                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-badge,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-badge,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-badge {
                    padding: 0px 0px 0px 5px;
                    text-align: right;
                }

                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
                .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
                .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
                    text-align: right;
                    width: 20px;
                    font-size: 0.7rem;
                }

                    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
                    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before,
                    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
                    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                        display: inline-block;
                        -webkit-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

    [direction="rtl"] .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before, [direction="rtl"]
    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before, [direction="rtl"]
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before, [direction="rtl"]
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
        content: "" !important;
    }

    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__item-here,
    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__item-here,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__item-here,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__item-here {
        display: none;
    }

    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow:before,
    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow:before,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow:before,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow:before {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section {
        margin: 20px 0 0 0;
        height: 40px;
    }

        .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section .m-menu__section-text,
        .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section .m-menu__section-text {
            font-size: 0.8rem;
            font-weight: 300;
            text-transform: uppercase;
        }

        .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section .m-menu__section-icon,
        .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section .m-menu__section-icon {
            font-size: 1.1rem;
        }

    .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__separator,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__separator {
        margin: 15px 0;
    }

        .m-mail__aside--minimize .m-mail__menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__separator .m-menu__separator--marginles,
        .m-mail__menu.m-mail__menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__separator .m-menu__separator--marginles {
            margin: 0;
        }

    .m-mail__aside--minimize .m-mail__menu .m-menu__nav > .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav > .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu {
        margin-left: 245px;
        top: -5px;
    }

        .m-mail__aside--minimize .m-mail__menu .m-menu__nav > .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up,
        .m-mail__menu.m-mail__menu--dropdown .m-menu__nav > .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up {
            bottom: -10px;
        }

    .m-mail__aside--minimize .m-mail__menu .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav {
        margin-left: 9px;
    }

    .m-mail__aside--minimize .m-mail__menu .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow {
        position: relative;
        line-height: 0;
        display: inline-block;
        overflow: hidden;
        width: 10px;
        height: 40px;
        left: 0 /*rtl:ignore*/;
        margin-left: -9px /*rtl:ignore*/;
        left: 1px;
        top: 10px;
        position: absolute;
        margin: 0;
    }

        .m-mail__aside--minimize .m-mail__menu .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before,
        .m-mail__menu.m-mail__menu--dropdown .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before {
            display: inline-block;
            font-family: "Metronic";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            line-height: 0px;
            text-decoration: inherit;
            text-rendering: optimizeLegibility;
            text-transform: none;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            content: "";
        }

        .m-mail__aside--minimize .m-mail__menu .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before,
        .m-mail__menu.m-mail__menu--dropdown .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before {
            position: relative;
            top: 0;
            margin-top: 20px;
            font-size: 40px;
        }

    .m-mail__aside--minimize .m-mail__menu .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up > .m-menu__arrow,
    .m-mail__menu.m-mail__menu--dropdown .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up > .m-menu__arrow {
        top: auto;
        bottom: 20px;
    }

    .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav,
    .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
        box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
    }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-text,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-text {
            color: #696e92;
        }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-icon,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-icon {
            color: #a8aabb;
        }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #a8aabb;
        }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #a8aabb;
        }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__ver-arrow,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__ver-arrow {
            color: #a8aabb;
        }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading,
            .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link,
            .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading,
            .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
                    color: #5e6383;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
                    color: #9a9caf;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
                    color: #9a9caf;
                }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading,
            .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link,
            .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading,
            .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading,
            .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link,
            .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading,
            .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
                    color: #716aca;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
                    color: #716aca;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #716aca;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #716aca;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
                    color: #716aca;
                }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading,
            .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link,
            .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading,
            .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
                    color: #5e6383;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
                    color: #9a9caf;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
                .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
                .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
                    color: #9a9caf;
                }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-text,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-text {
            color: #a4a7bd;
        }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-icon,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-icon {
            color: #aaacc2;
        }

        .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__separator,
        .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__separator {
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        }

    .m-mail__aside--minimize .m-mail__menu.m-mail__menu--submenu-skin-light .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow,
    .m-mail__menu.m-mail__menu--dropdown.m-mail__menu--submenu-skin-light .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow {
        color: #fff;
    }
}

@-webkit-keyframes m-mail__menu-submenu-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes m-mail__menu-submenu-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes m-mail__menu-submenu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes m-mail__menu-submenu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes m-mail__menu-submenu-move-up {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes m-mail__menu-submenu-move-up {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0;
    }
}

@-webkit-keyframes m-mail__menu-submenu-move-down {
    from {
        margin-bottom: 10px;
    }

    to {
        margin-bottom: 0;
    }
}

@keyframes m-mail__menu-submenu-move-down {
    from {
        margin-bottom: 10px;
    }

    to {
        margin-bottom: 0;
    }
}

body.m-page--boxed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.m-page--loading-enabled .m-page {
    -webkit-animation: m-animate-fade-in 0.5s;
    animation: m-animate-fade-in 0.5s;
}

.m-page--loading .m-page {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: m-animate-fade-out 0.5s both;
    animation: m-animate-fade-out 0.5s both;
}

@media (min-width: 1400px) {
    .m-page--boxed .m-page {
        width: 1340px;
        margin-left: auto;
        margin-right: auto;
    }
}

.m-body .m-content {
    padding: 30px 30px;
}

.m-content--skin-light .m-body {
    background-color: #ffffff;
}

.m-content--skin-light2 .m-body {
    background-color: #f2f3f8;
}

body.m-content--skin-light {
    background-color: #ffffff;
}

body.m-content--skin-light2 {
    background-color: #f2f3f8;
}

@media (min-width: 1025px) {
    .m-header--fixed .m-body {
        padding-top: 70px !important;
    }
}

@media (max-width: 1024px) {
    .m-header--fixed-mobile .m-body {
        -webkit-transition: padding-top;
        transition: padding-top;
        padding-top: 60px !important;
    }

    .m-body .m-content {
        padding: 20px 20px;
    }

    .m-aside-right--enabled .m-body .m-content {
        padding-bottom: 0;
    }
}

.m-brand {
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
    height: 70px;
    width: 255px;
    padding: 0px 30px;
}

.m-brand--hidden .m-brand {
    display: none;
}

.m-brand .m-brand__logo {
    vertical-align: middle;
    line-height: 0;
}

    .m-brand .m-brand__logo .m-brand__logo-wrapper {
        display: inline-block;
    }

.m-brand .m-brand__tools {
    line-height: 0;
    vertical-align: middle;
    text-align: right;
}

    .m-brand .m-brand__tools .m-brand__toggler {
        display: inline-block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 26px;
        height: 26px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        background: none;
        outline: none !important;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .m-brand .m-brand__tools .m-brand__toggler span {
            display: block;
            position: absolute;
            top: 13px;
            height: 1px;
            min-height: 1px;
            width: 100%;
            border-radius: 0px;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

            .m-brand .m-brand__tools .m-brand__toggler span::before, .m-brand .m-brand__tools .m-brand__toggler span::after {
                position: absolute;
                display: block;
                left: 0;
                width: 100%;
                height: 1px;
                min-height: 1px;
                content: "";
                border-radius: 0px;
                -webkit-transition: all 0.4s ease;
                transition: all 0.4s ease;
            }

            .m-brand .m-brand__tools .m-brand__toggler span::before {
                top: -7px;
            }

            .m-brand .m-brand__tools .m-brand__toggler span::after {
                bottom: -7px;
            }

        .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--left span:before {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            left: auto;
            right: 0px;
            width: 50%;
        }

        .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--left span:after {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            left: auto;
            right: 0px;
            width: 75%;
        }

        .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--left:hover span:after, .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--left:hover span:before {
            width: 100%;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--left.m-brand__toggler--active span:before {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            left: 0px;
            right: auto;
            width: 50%;
        }

        .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--left.m-brand__toggler--active span:after {
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            left: 0px;
            right: auto;
            width: 75%;
        }

        .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--right span:before {
            left: 0px;
            right: auto;
            width: 50%;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

        .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--right span:after {
            left: 0px;
            right: auto;
            width: 75%;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

        .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--right:hover span:after, .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--right:hover span:before {
            width: 100%;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

        .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--right.m-brand__toggler--active span:before {
            left: auto;
            right: 0px;
            width: 50%;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

        .m-brand .m-brand__tools .m-brand__toggler.m-brand__toggler--right.m-brand__toggler--active span:after {
            left: auto;
            right: 0px;
            width: 75%;
            -webkit-transition: width 0.4s ease;
            transition: width 0.4s ease;
        }

    .m-brand .m-brand__tools .m-brand__icon {
        display: inline-block;
        line-height: 0;
        vertical-align: middle;
        cursor: pointer;
    }

        .m-brand .m-brand__tools .m-brand__icon > i {
            font-size: 1.4rem;
        }

        .m-brand .m-brand__tools .m-brand__icon:hover {
            text-decoration: none;
        }

.m-brand.m-brand--skin-dark {
    background: #282a3c;
}

    .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span {
        background: #5d5f77;
    }

        .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::before, .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler span::after {
            background: #5d5f77;
        }

    .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span {
        background: #716aca;
    }

        .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span::before, .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler:hover span::after {
            background: #716aca;
        }

    .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler.m-brand__toggler--active span {
        background: #716aca;
    }

        .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler.m-brand__toggler--active span::before, .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__toggler.m-brand__toggler--active span::after {
            background: #716aca;
        }

    .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__icon > i {
        color: #5d5f77;
    }

    .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__icon:hover {
        text-decoration: none;
    }

        .m-brand.m-brand--skin-dark .m-brand__tools .m-brand__icon:hover > i {
            color: #9193a9;
        }

.m-brand.m-brand--skin-light {
    background: #ffffff;
}

    .m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler span {
        background: #678098;
    }

        .m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler span::before, .m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler span::after {
            background: #678098;
        }

    .m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler:hover span {
        background: #716aca;
    }

        .m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler:hover span::before, .m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler:hover span::after {
            background: #716aca;
        }

    .m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler.m-brand__toggler--active span {
        background: #716aca;
    }

        .m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler.m-brand__toggler--active span::before, .m-brand.m-brand--skin-light .m-brand__tools .m-brand__toggler.m-brand__toggler--active span::after {
            background: #716aca;
        }

    .m-brand.m-brand--skin-light .m-brand__tools .m-brand__icon > i {
        color: #678098;
    }

    .m-brand.m-brand--skin-light .m-brand__tools .m-brand__icon:hover {
        text-decoration: none;
    }

        .m-brand.m-brand--skin-light .m-brand__tools .m-brand__icon:hover > i {
            color: #716aca;
        }

@media (min-width: 1025px) {
    .m-brand .m-brand__logo,
    .m-brand .m-brand__tools {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
        height: 70px !important;
    }

    .m-brand--minimize .m-brand {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
        width: 78px;
        padding-left: 0;
        padding-right: 0;
    }

        .m-brand--minimize .m-brand .m-brand__logo {
            display: none !important;
        }

        .m-brand--minimize .m-brand .m-brand__tools {
            text-align: center;
        }

    .m-header--static.m-aside-left--fixed .m-brand {
        position: fixed;
        height: 70px !important;
        top: 0;
        bottom: auto;
    }

        .m-header--static.m-aside-left--fixed .m-brand .m-brand__tools,
        .m-header--static.m-aside-left--fixed .m-brand .m-brand__logo {
            height: 70px !important;
            -webkit-transition: width 0.2s ease;
            transition: width 0.2s ease;
        }
}

@media (max-width: 1024px) {
    .m-brand {
        width: 100%;
        position: relative;
        height: 60px !important;
        padding: 0px 25px;
        z-index: 2;
    }

        .m-brand .m-brand__tools .m-brand__icon {
            margin-left: 15px;
        }

            .m-brand .m-brand__tools .m-brand__icon .flaticon-more {
                position: relative;
                top: 1px;
            }
}

.m-page--wide .m-header,
.m-page--fluid .m-header {
    background-color: #ffffff;
}

.m-page--boxed .m-header .m-header-head {
    background-color: #ffffff;
}

@media (min-width: 1025px) {
    .m-header {
        height: 70px;
    }

    .m-header--fixed .m-header {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .m-header .m-header-head {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
    }

    .m-header--static.m-aside-left--fixed .m-header .m-header-head {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
        padding-left: 255px;
    }

    .m-header--static.m-aside-left--fixed.m-aside-left--minimize .m-header .m-header-head {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
        padding-left: 78px;
    }

    .m-header--fixed.m-header--hide .m-header {
        height: 70px;
        -webkit-transition: all 0.3s ease 0.5s;
        transition: all 0.3s ease 0.5s;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .m-header--fixed.m-header--show .m-header {
        height: 70px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    body.m-aside-left--skin-dark .m-header .m-header-head {
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    }

    body.m-aside-left--skin-light .m-header {
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    }
}

@media (max-width: 1024px) {
    .m-header {
        height: 60px !important;
    }

        .m-header .m-header__nav {
            top: -100%;
            position: relative;
        }

        .m-header > .m-container > .m-grid {
            height: 60px;
        }

            .m-header > .m-container > .m-grid > .m-grid__col {
                height: 60px;
            }

    .m-header--fixed-mobile .m-header {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 99;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .m-header--fixed-mobile.m-header--hide .m-header {
        height: 60px;
        -webkit-transition: all 0.3s ease 0.5s;
        transition: all 0.3s ease 0.5s;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .m-header--fixed-mobile.m-header--show .m-header {
        height: 60px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .m-header--fixed-mobile .m-header .m-header-head {
        -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
        box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    }
}

.m-topbar {
    width: auto;
    height: 100%;
    float: right;
    padding: 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

    .m-topbar.m-topbar--pushed {
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .m-topbar .m-topbar__nav.m-nav {
        margin: 0 20px 0 30px;
    }

        .m-topbar .m-topbar__nav.m-nav > .m-nav__item {
            padding: 0 12px;
        }

            .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link {
                position: relative;
                margin: 0 auto;
            }

                .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-badge {
                    left: 50%;
                    margin-left: -2px;
                    position: absolute;
                    top: 11px;
                }

                .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon {
                    text-align: center;
                    line-height: 0;
                    vertical-align: middle;
                    padding: 0;
                    color: #ad5beb;
                }

                    .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon > i {
                        font-size: 1.5rem;
                    }

                        .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon > i:before {
                            background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #ad5beb), color-stop(50%, #c678db), color-stop(75%, #da6ea9), to(#e76e92));
                            background: linear-gradient(180deg, #ad5beb 25%, #c678db 50%, #da6ea9 75%, #e76e92 100%);
                            background-clip: text;
                            text-fill-color: transparent;
                            -webkit-background-clip: text;
                            -webkit-text-fill-color: transparent;
                        }

@media screen\0 {
    .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon > i:before {
        background: transparent;
    }
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon i:before {
    font-weight: bold;
    padding: 1px;
}

@media screen\0 {
    .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-icon i:before {
        font-weight: normal;
    }
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__username {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: left;
    color: #fff;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__userpic {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

    .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__userpic img {
        display: block;
        vertical-align: middle;
        max-width: 41px !important;
        margin: 0 0 0 5px;
    }

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__notifications.m-topbar__notifications--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #7e55dd;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__languages.m-dropdown--header-bg-fill.m-dropdown--arrow .m-dropdown__arrow {
    color: #6f47d0;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__quick-actions.m-topbar__quick-actions--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #6f47d0;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__user-profile.m-topbar__user-profile--img.m-dropdown--arrow .m-dropdown__arrow {
    color: #7948e1;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown.m-dropdown--offcanvas.m-dropdown--header-bg-fil.m-dropdown--arrow.m-dropdown--arrow .m-dropdown__arrow {
    color: #fff;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__languages .m-topbar__language-selected-img {
    width: 26px;
    border-radius: 50% !important;
}

.m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-topbar__languages .m-nav__item .m-topbar__language-img {
    width: 22px;
    border-radius: 50% !important;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-topbar {
        padding: 0;
    }

        .m-topbar .m-topbar__nav.m-nav {
            margin: 0 5px 0 5px;
        }

            .m-topbar .m-topbar__nav.m-nav > .m-nav__item {
                padding: 0 6px;
            }
}

@media (max-width: 1024px) {
    .m-topbar {
        width: 100% !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        height: 50px !important;
        margin-top: -50px;
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
    }

    .m-topbar--on .m-topbar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin-top: 0;
    }

    .m-header--fixed-mobile .m-topbar {
        margin-top: 0;
        top: -50px;
    }

    .m-header--fixed-mobile.m-topbar--on .m-topbar {
        margin-top: 0;
        top: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .m-topbar .m-topbar__nav.m-nav {
        float: right;
    }

        .m-topbar .m-topbar__nav.m-nav > .m-nav__item {
            padding: 0 4px;
        }

            .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-nav__link-badge {
                margin-left: -2px;
                top: 5px;
            }

            .m-topbar .m-topbar__nav.m-nav > .m-nav__item > .m-nav__link .m-topbar__userpic img {
                max-width: 31px !important;
            }
}

@media (max-width: 768px) {
    .m-topbar .m-topbar__nav.m-nav > .m-nav__item.m-dropdown {
        position: static;
    }
}

.m-header-search .m-header-search__form {
    display: inline-block;
    float: right;
}

    .m-header-search .m-header-search__form.m-loader:before {
        right: 10px;
    }

.m-header-search .m-header-search__wrapper {
    display: table;
    table-layout: fixed;
    text-align: right;
    background-color: #f0f1f6;
    border-radius: 30px;
}

.m-header-search .m-header-search__input-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.m-header-search .m-header-search__input {
    border: 0;
    background: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 0.9rem;
    padding: 7px 10px 7px 5px;
    display: block;
    color: #333333;
}

    .m-header-search .m-header-search__input::-moz-placeholder {
        color: #666666;
        opacity: 1;
    }

    .m-header-search .m-header-search__input:-ms-input-placeholder {
        color: #666666;
    }

    .m-header-search .m-header-search__input::-webkit-input-placeholder {
        color: #666666;
    }

.m-header-search .m-header-search__icon-search,
.m-header-search .m-header-search__icon-close,
.m-header-search .m-header-search__icon-cancel {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 0 !important;
    cursor: pointer;
}

.m-header-search .m-header-search__icon-search {
    width: 30px;
    padding: 0 0 0 10px;
    font-size: 1rem;
    color: #bcc0cd;
}

.m-header-search .m-header-search__icon-close {
    display: none;
    padding: 0 10px 0 0;
}

.m-header-search .m-header-search__icon-cancel {
    visibility: hidden;
    font-size: 1.2rem;
    width: 30px;
    padding: 0 10px 0 0;
    color: #bcc0cd;
}

@media (min-width: 1025px) {
    .m-header-search {
        width: 180px;
    }

        .m-header-search.m-header-search--expandable {
            width: 240px;
        }

            .m-header-search.m-header-search--expandable .m-header-search__input {
                -webkit-transition: width 0.4s ease-out;
                transition: width 0.4s ease-out;
                width: 100px;
            }

                .m-header-search.m-header-search--expandable .m-header-search__input:focus {
                    -webkit-transition: width 0.4s ease-out;
                    transition: width 0.4s ease-out;
                    width: 180px;
                }
}

@media (max-width: 1024px) {
    .m-header-search .m-header-search__form {
        padding: 0 10px;
        float: none;
    }

    .m-header-search .m-header-search__wrapper {
        background-color: transparent;
        float: none;
    }

    .m-header-search .m-header-search__input-wrapper {
        display: none;
    }

    .m-header-search .m-header-search__input {
        background-color: transparent;
        color: #333333;
    }

        .m-header-search .m-header-search__input::-moz-placeholder {
            color: #666666;
            opacity: 1;
        }

        .m-header-search .m-header-search__input:-ms-input-placeholder {
            color: #666666;
        }

        .m-header-search .m-header-search__input::-webkit-input-placeholder {
            color: #666666;
        }

    .m-header-search .m-header-search__icon-search {
        width: 30px;
        padding: 0 0 0 0;
        font-size: 1.3rem;
        text-align: left;
        color: #bcc0cd;
    }

    .m-header-search .m-header-search__icon-close {
        display: none;
        width: 30px;
        padding: 0 20px 0 0;
        font-size: 1.3rem;
        color: #bcc0cd;
    }

    .m-header-search .m-header-search__icon-cancel {
        display: none !important;
    }

    .m-header-search--mobile-expanded .m-header-search {
        width: 100%;
        position: static;
    }

        .m-header-search--mobile-expanded .m-header-search .m-header-search__wrapper {
            width: 100%;
        }

        .m-header-search--mobile-expanded .m-header-search .m-header-search__input-wrapper,
        .m-header-search--mobile-expanded .m-header-search .m-header-search__icon-search,
        .m-header-search--mobile-expanded .m-header-search .m-header-search__icon-close {
            display: table-cell;
        }

    .m-header-search--mobile-expanded .m-topbar__nav-wrapper {
        display: none !important;
    }
}

.m-aside-left {
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
    width: 255px;
}

    .m-aside-left.m-aside-left--skin-dark {
        background-color: #2c2e3e;
    }

    .m-aside-left.m-aside-left--skin-light {
        background-color: #ffffff;
    }

    .m-aside-left.m-aside-left-offcanvas-default .m-aside-left {
        top: !important;
    }

    .m-aside-left.m-aside-left-offcanvas-default .m-body {
        padding-left: 0 !important;
    }

.m-aside-left--hide .m-aside-left {
    width: 0;
    overflow: hidden;
}

.m-aside-left--hide .m-body {
    padding-left: 0 !important;
}

@media (min-width: 1025px) {
    .m-aside-left--minimize .m-aside-left {
        width: 78px;
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
    }

    .m-aside-left--fixed .m-aside-left {
        top: 0;
        bottom: 0;
        position: fixed;
        height: auto !important;
        left: 0;
        z-index: 98;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-x:hover, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-x:focus {
            opacity: 1;
            background: transparent !important;
        }

            .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-x:hover > .ps__thumb-x, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-x:focus > .ps__thumb-x {
                background: #5f6386;
                opacity: 1;
            }

        .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-x > .ps__thumb-x {
            background: #5f6386;
            opacity: 1;
        }

            .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-x > .ps__thumb-x:hover, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-x > .ps__thumb-x:focus {
                opacity: 1;
                background: #5f6386;
            }

        .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-y:hover, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-y:focus {
            background: transparent !important;
            opacity: 1;
        }

            .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-y:hover > .ps__thumb-y, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-y:focus > .ps__thumb-y {
                background: #5f6386;
                opacity: 1;
            }

        .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-y > .ps__thumb-y {
            background: #5f6386;
            opacity: 1;
        }

            .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-y > .ps__thumb-y:hover, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-dark .ps > .ps__rail-y > .ps__thumb-y:focus {
                opacity: 1;
                background: #5f6386;
            }

        .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-x:hover, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-x:focus {
            opacity: 1;
            background: transparent !important;
        }

            .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-x:hover > .ps__thumb-x, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-x:focus > .ps__thumb-x {
                background: #d9d9d9;
                opacity: 1;
            }

        .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-x > .ps__thumb-x {
            background: #d9d9d9;
            opacity: 1;
        }

            .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-x > .ps__thumb-x:hover, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-x > .ps__thumb-x:focus {
                opacity: 1;
                background: #d9d9d9;
            }

        .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-y:hover, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-y:focus {
            background: transparent !important;
            opacity: 1;
        }

            .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-y:hover > .ps__thumb-y, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-y:focus > .ps__thumb-y {
                background: #d9d9d9;
                opacity: 1;
            }

        .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-y > .ps__thumb-y {
            background: #d9d9d9;
            opacity: 1;
        }

            .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-y > .ps__thumb-y:hover, .m-aside-left--fixed .m-aside-left.m-aside-left--skin-light .ps > .ps__rail-y > .ps__thumb-y:focus {
                opacity: 1;
                background: #d9d9d9;
            }

    .m-aside-left--fixed.m-page--wide .m-aside-left {
        left: auto;
    }

    .m-aside-left--fixed.m-header--static .m-aside-left, .m-aside-left--fixed.m-header--fixed .m-aside-left {
        top: 70px;
    }

    .m-aside-left--fixed.m-header--fixed.m-header--fixed-hidable.m-header--hide .m-aside-left {
        -webkit-transition: all 0.3s ease 0.5s;
        transition: all 0.3s ease 0.5s;
    }

    .m-aside-left--fixed.m-header--fixed.m-header--fixed-hidable.m-header--show .m-aside-left {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .m-aside-left--fixed .m-body {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
        padding-left: 255px;
    }

    .m-aside-left--fixed.m-page--wide.m-aside-left--fixed .m-body {
        padding-left: 0;
    }

    .m-aside-left--fixed.m-aside-left--minimize .m-body {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
        padding-left: 78px;
    }

    .m-aside-left--fixed.m-page--boxed .m-aside-left {
        left: auto;
        margin-left: -255px;
    }

    .m-aside-left--fixed.m-page--boxed.m-aside-left--minimize .m-aside-left {
        margin-left: -78px;
    }

    .m-aside-left--fixed.m-aside-left--minimize-hover {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
    }

        .m-aside-left--fixed.m-aside-left--minimize-hover .m-aside-left {
            width: 255px;
            -webkit-transition: width 0.2s ease;
            transition: width 0.2s ease;
        }

        .m-aside-left--fixed.m-aside-left--minimize-hover .m-body {
            -webkit-transition: width 0.2s ease;
            transition: width 0.2s ease;
            padding-left: 78px;
        }
}

@media (max-width: 1024px) {
    .m-aside-left.m-aside-left-offcanvas-default .m-aside-left {
        top: 0 !important;
    }

    .m-aside-left {
        padding-top: 10px;
    }
}

.m-aside-left-close {
    display: none;
}

@media (max-width: 1024px) {
    .m-aside-left {
        display: block !important;
        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: 255px !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: -265px;
    }

        .m-aside-left.m-aside-left--on {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            left: 0;
        }

    .m-aside-left-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: m-offcanvas-overlay-fade-in .3s linear 1;
        animation: m-offcanvas-overlay-fade-in .3s linear 1;
    }

    .m-aside-left-close {
        left: -25px;
        width: 25px;
        height: 25px;
        top: 1px;
        z-index: 1002;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 3px;
        cursor: pointer;
        outline: none !important;
        text-align: center;
        vertical-align: center;
        display: inline-block;
    }

        .m-aside-left-close:hover {
            text-decoration: none;
        }

        .m-aside-left-close > i {
            line-height: 0;
            font-size: 1.4rem;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .m-aside-left--on .m-aside-left-close {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 229px;
    }

    .m-aside-left-close.m-aside-left-close--skin-dark {
        background-color: #323446;
    }

        .m-aside-left-close.m-aside-left-close--skin-dark > i {
            color: #968ad4;
        }

        .m-aside-left-close.m-aside-left-close--skin-dark:hover {
            background-color: #716aca;
        }

            .m-aside-left-close.m-aside-left-close--skin-dark:hover > i {
                color: #ffffff;
            }

    .m-aside-left-close.m-aside-left-close--skin-light {
        background-color: #eeeef5;
    }

        .m-aside-left-close.m-aside-left-close--skin-light > i {
            color: #777c9d;
        }

        .m-aside-left-close.m-aside-left-close--skin-light:hover {
            background-color: #716aca;
        }

            .m-aside-left-close.m-aside-left-close--skin-light:hover > i {
                color: #ffffff;
            }
}

@media (max-width: 255px) {
    .m-aside-left {
        width: 90% !important;
    }
}

.m-aside-right {
    width: 230px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: -5px 0 30px -12px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 0 30px -12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
    .m-aside-right {
        width: auto;
        padding: 20px;
        margin: 20px;
    }
}

@media (max-width: 1024px) {
    .m-aside-header-menu-mobile {
        width: 255px;
        z-index: 103;
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark {
            background-color: #2c2e3e;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light {
            background-color: #ffffff;
        }
}

.m-aside-header-menu-mobile-close {
    display: none;
}

@media (max-width: 1024px) {
    .m-aside-header-menu-mobile {
        display: block !important;
        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: 255px !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: -265px;
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--on {
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            right: 0;
        }

    .m-aside-header-menu-mobile-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: m-offcanvas-overlay-fade-in .3s linear 1;
        animation: m-offcanvas-overlay-fade-in .3s linear 1;
    }

    .m-aside-header-menu-mobile-close {
        right: -25px;
        width: 25px;
        height: 25px;
        top: 1px;
        z-index: 1002;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 3px;
        cursor: pointer;
        outline: none !important;
        text-align: center;
        vertical-align: center;
        display: inline-block;
    }

        .m-aside-header-menu-mobile-close:hover {
            text-decoration: none;
        }

        .m-aside-header-menu-mobile-close > i {
            line-height: 0;
            font-size: 1.4rem;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .m-aside-header-menu-mobile--on .m-aside-header-menu-mobile-close {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        right: 229px;
    }

    .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-dark {
        background-color: #323446;
    }

        .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-dark > i {
            color: #968ad4;
        }

        .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-dark:hover {
            background-color: #716aca;
        }

            .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-dark:hover > i {
                color: #ffffff;
            }

    .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-light {
        background-color: #eeeef5;
    }

        .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-light > i {
            color: #777c9d;
        }

        .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-light:hover {
            background-color: #716aca;
        }

            .m-aside-header-menu-mobile-close.m-aside-header-menu-mobile-close--skin-light:hover > i {
                color: #ffffff;
            }
}

@media (max-width: 255px) {
    .m-aside-header-menu-mobile {
        width: 90% !important;
    }
}

@media (min-width: 1025px) {
    .m-header-menu {
        display: table;
        width: 100%;
        height: 100%;
        margin: 0 0 0 10px;
    }

        .m-header-menu .m-menu__nav {
            list-style: none;
            margin: 0;
            padding: 0;
            display: table-row;
            height: 100%;
        }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link {
                display: table;
                table-layout: fixed;
                text-decoration: none;
                position: relative;
                vertical-align: middle;
                height: 100%;
                outline: none !important;
                text-decoration: none;
                cursor: pointer;
            }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link .m-menu__link-text {
                    display: table-cell;
                    height: 100%;
                    width: 100%;
                    padding: 0;
                    vertical-align: middle;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link .m-menu__link-title {
                    display: table-cell;
                    height: 100%;
                    padding: 0;
                    vertical-align: middle;
                }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link .m-menu__link-title > .m-menu__link-wrap {
                        display: table;
                        height: 100%;
                        width: 100%;
                        padding: 0;
                        vertical-align: middle;
                    }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link .m-menu__link-title > .m-menu__link-wrap > .m-menu__link-badge {
                            line-height: 0;
                            display: table-cell;
                            height: 100%;
                            vertical-align: middle;
                            white-space: nowrap;
                        }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link .m-menu__link-icon {
                    display: table-cell;
                    vertical-align: middle;
                    font-size: 18px;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link .m-menu__hor-arrow {
                    vertical-align: middle;
                    display: table-cell;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link .m-menu__ver-arrow {
                    display: none;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link:hover, .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link:active, .m-header-menu .m-menu__nav > .m-menu__item .m-menu__link:focus {
                    text-decoration: none;
                }

            .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link > .m-menu__link-text {
                width: auto;
            }

            .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--icon-only > .m-menu__link {
                text-align: center;
            }

                .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--icon-only > .m-menu__link > .m-menu__link-icon {
                    text-align: center;
                }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu {
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                -webkit-transform-style: preserve-3d;
                display: none;
                z-index: 100;
                position: absolute;
                top: 100%;
            }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__subnav {
                    background-color: #eee;
                    list-style: none !important;
                    padding: 0;
                    margin: 0;
                    border-radius: 4px;
                }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu {
                width: 275px;
                margin: 0 auto;
                left: auto;
                right: auto;
            }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--full {
                    margin: 0 auto;
                    width: auto;
                    left: 20px;
                    right: 20px;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--fixed {
                    left: auto;
                    right: auto;
                    width: auto;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--right {
                    right: 0;
                    left: auto;
                }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--right.m-menu__submenu--pull {
                        margin-right: -40px;
                    }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--left {
                    right: auto;
                    left: 0;
                }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--left.m-menu__submenu--pull {
                        margin-left: -40px;
                    }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--center {
                    margin: 0 auto;
                    left: 0;
                    right: 0;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu {
                    position: relative;
                    padding: 0;
                    margin: 0;
                }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu > .m-menu__submenu {
                        top: 0;
                        display: none;
                        margin-top: 0;
                    }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu > .m-menu__submenu.m-menu__submenu--left {
                            right: 100%;
                            left: auto;
                        }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu > .m-menu__submenu.m-menu__submenu--right {
                            left: 100%;
                            right: auto;
                        }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__content {
                    display: table-row;
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__content > .m-menu__item {
                        padding: 0;
                        margin: 0;
                        display: table-cell;
                        width: 1%;
                    }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__content > .m-menu__item:last-child {
                            border-right: 0;
                        }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__heading {
                    padding: 0;
                    margin: 0;
                    display: table;
                    table-layout: fixed;
                    text-decoration: none;
                    position: relative;
                    vertical-align: middle;
                }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__heading .m-menu__link-text {
                        display: table-cell;
                        vertical-align: middle;
                        font-size: 14px;
                    }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__heading .m-menu__link-title {
                        width: 100%;
                        display: table-cell;
                        height: 100%;
                        padding: 0;
                        vertical-align: middle;
                    }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__heading .m-menu__link-title > .m-menu__link-wrap {
                            display: table;
                            height: 100%;
                            width: 100%;
                            padding: 0;
                            vertical-align: middle;
                        }

                            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__heading .m-menu__link-title > .m-menu__link-wrap > .m-menu__link-badge {
                                display: table-cell;
                                height: 100%;
                                vertical-align: middle;
                                white-space: nowrap;
                            }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__heading .m-menu__link-icon {
                        display: table-cell;
                        vertical-align: middle;
                        font-size: 18px;
                        padding: 0 10px 0 0;
                    }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__heading .m-menu__hor-arrow {
                        vertical-align: middle;
                        display: table-cell;
                        padding: 0 0 0 10px;
                    }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__heading .m-menu__ver-arrow {
                        display: none;
                    }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner,
            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav {
                list-style: none;
                margin: 0;
                padding: 0;
            }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item,
                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item {
                    display: block;
                    margin: 0;
                    padding: 10px 20px;
                }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link,
                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link {
                        display: table;
                        table-layout: fixed;
                        text-decoration: none;
                        position: relative;
                        vertical-align: middle;
                        width: 100%;
                    }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link:hover, .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link:active, .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link:focus,
                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link:hover,
                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link:active,
                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link:focus {
                            outline: none;
                            text-decoration: none;
                        }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link .m-menu__link-text,
                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-text {
                            display: table-cell;
                            vertical-align: middle;
                            font-weight: 400;
                            font-size: 1rem;
                            text-transform: initial;
                        }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link .m-menu__link-title,
                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-title {
                            width: 100%;
                            display: table-cell;
                            height: 100%;
                            padding: 0;
                            vertical-align: middle;
                        }

                            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link .m-menu__link-title > .m-menu__link-wrap,
                            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-title > .m-menu__link-wrap {
                                display: table;
                                height: 100%;
                                width: 100%;
                                padding: 0;
                                vertical-align: middle;
                            }

                                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link .m-menu__link-title > .m-menu__link-wrap > .m-menu__link-badge,
                                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-title > .m-menu__link-wrap > .m-menu__link-badge {
                                    display: table-cell;
                                    height: 100%;
                                    vertical-align: middle;
                                    white-space: nowrap;
                                    padding: 0px 0px 0px 5px;
                                    text-align: right;
                                }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link .m-menu__link-icon,
                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-icon {
                            display: table-cell;
                            vertical-align: middle;
                            padding: 0;
                            font-size: 1.4rem;
                            width: 33px;
                            text-align: left;
                        }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link .m-menu__link-bullet,
                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-bullet {
                            display: table-cell;
                            height: 100%;
                            vertical-align: middle;
                            line-height: 0;
                        }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link .m-menu__hor-arrow,
                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__hor-arrow {
                            vertical-align: middle;
                            display: table-cell;
                            padding: 0px 0px 0px 10px;
                        }

                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner > .m-menu__item .m-menu__link .m-menu__ver-arrow,
                        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__ver-arrow {
                            display: none;
                        }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__inner {
                padding: 0;
            }

            .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--submenu.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu > .m-menu__submenu {
                top: 100%;
            }

                .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--submenu.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu > .m-menu__submenu.m-menu__submenu--left {
                    right: 100%;
                    left: 0;
                }

                .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--submenu.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu > .m-menu__submenu.m-menu__submenu--right {
                    left: 100%;
                    right: 0;
                }

            .m-header-menu .m-menu__nav > .m-menu__item {
                padding: 0px 20px;
                height: 100%;
                display: table-cell;
                vertical-align: middle;
                padding: 0px 20px;
            }

                .m-header-menu .m-menu__nav > .m-menu__item.m-menu__item--rel {
                    position: relative;
                }

                .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link {
                    cursor: pointer;
                    padding: 0px;
                }

                    .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
                        font-size: 1.4rem;
                        width: 30px;
                        text-align: left;
                        padding: 0;
                        line-height: 0;
                    }

                    .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet {
                        vertical-align: middle;
                        text-align: left;
                        width: 20px;
                    }

                        .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                            vertical-align: middle;
                            display: inline-block;
                        }

                        .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                            width: 4px;
                            height: 4px;
                            border-radius: 100%;
                        }

                        .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                            width: 5px;
                            height: 1px;
                        }

                    .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
                        font-weight: 400;
                        font-size: 1.07rem;
                        text-transform: initial;
                    }

                    .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-badge {
                        padding: 0px 0px 0px 5px;
                        text-align: right;
                    }

                    .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__hor-arrow {
                        font-size: 0.8rem;
                        width: 20px;
                        text-align: right;
                    }

                    .m-header-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__item-here {
                        display: none;
                    }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav {
                    padding: 0px;
                }

    .m--style-rounded .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav {
        border-radius: 4px;
    }

    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item {
        padding: 0px;
    }

        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link {
            cursor: pointer;
            padding: 9px 30px;
        }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-icon {
                font-size: 1.4rem;
                width: 33px;
                text-align: left;
                padding: 0;
                line-height: 0;
            }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet {
                vertical-align: middle;
                text-align: left;
                width: 20px;
            }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                    vertical-align: middle;
                    display: inline-block;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    width: 4px;
                    height: 4px;
                    border-radius: 100%;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    width: 9px;
                    height: 1px;
                }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
                font-weight: 400;
                font-size: 1rem;
                text-transform: initial;
            }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-badge {
                padding: 0px 0px 0px 5px;
                text-align: right;
            }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__hor-arrow {
                font-size: 0.8rem;
                width: 20px;
                text-align: right;
                padding: 0px 0px 0px 10px;
            }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__item-here {
                display: none;
            }

    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content > .m-menu__item:last-child {
        border-right: 0 !important;
    }

    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__heading {
        padding: 30px 30px 10px 30px;
    }

        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__heading > .m-menu__link-text {
            font-weight: 500;
            font-size: 1.07rem;
            text-transform: initial;
        }

        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__heading > .m-menu__link-icon {
            font-size: 1.35rem;
            width: 30px;
            text-align: left;
            padding: 0;
        }

        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__heading .m-menu__link-badge {
            padding: 0px 0px 0px 5px;
            text-align: right;
        }

    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner {
        padding: 0 0 20px 0;
    }

        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item {
            padding: 0px;
        }

            .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link {
                cursor: pointer;
                padding: 9px 30px;
            }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-icon {
                    font-size: 1.4rem;
                    width: 33px;
                    text-align: left;
                    padding: 0;
                    line-height: 0;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-bullet {
                    vertical-align: middle;
                    text-align: left;
                    width: 20px;
                }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                        vertical-align: middle;
                        display: inline-block;
                    }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                        width: 4px;
                        height: 4px;
                        border-radius: 100%;
                    }

                    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                        width: 9px;
                        height: 1px;
                    }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-text {
                    font-weight: 400;
                    font-size: 1rem;
                    text-transform: initial;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-badge {
                    padding: 0px 0px 0px 5px;
                    text-align: right;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__hor-arrow {
                    font-size: 0.8rem;
                    width: 20px;
                    text-align: right;
                    padding: 0px 0px 0px 10px;
                }

                .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__item-here {
                    display: none;
                }

    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--classic > .m-menu__subnav {
        padding: 20px 0px;
    }

    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--inline {
        display: table;
        width: auto;
    }

        .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--inline > .m-menu__subnav > .m-menu__item {
            display: table-cell;
            padding: 5px 0;
        }

    .m-header-menu .m-menu__nav .m-menu__item.m-menu__item--resize {
        display: none;
    }

    .m-header-menu .m-menu__nav .m-menu__item.m-menu__item--active-tab .m-menu__submenu, .m-header-menu .m-menu__nav .m-menu__item.m-menu__item--hover .m-menu__submenu {
        display: block;
        -webkit-animation: m-header-menu-submenu-fade-in 0.3s ease 1, m-header-menu-submenu-move-up 0.3s ease-out 1;
        animation: m-header-menu-submenu-fade-in 0.3s ease 1, m-header-menu-submenu-move-up 0.3s ease-out 1;
    }
}

@media screen\0 and (min-width: 1025px) {
    .m-header-menu .m-menu__nav .m-menu__item.m-menu__item--active-tab .m-menu__submenu, .m-header-menu .m-menu__nav .m-menu__item.m-menu__item--hover .m-menu__submenu {
        -webkit-animation: none;
        animation: none;
    }
}

@media (min-width: 1025px) {
    .m-header-menu .m-menu__nav .m-menu__item.m-menu__item--active-tab .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__submenu, .m-header-menu .m-menu__nav .m-menu__item.m-menu__item--hover .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__submenu {
        display: block;
        -webkit-animation: m-header-menu-submenu-fade-in 0.3s ease 1, m-header-menu-submenu-move-up 0.3s ease-out 1;
        animation: m-header-menu-submenu-fade-in 0.3s ease 1, m-header-menu-submenu-move-up 0.3s ease-out 1;
    }
}

@media screen\0 and (min-width: 1025px) {
    .m-header-menu .m-menu__nav .m-menu__item.m-menu__item--active-tab .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__submenu, .m-header-menu .m-menu__nav .m-menu__item.m-menu__item--hover .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__submenu {
        -webkit-animation: none;
        animation: none;
    }
}

@media (min-width: 1025px) {
    .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu,
    .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu {
        padding-top: 10px;
    }

        .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow,
        .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow {
            position: absolute;
            line-height: 0;
            display: inline-block;
            overflow: hidden;
            height: 11px;
            width: 40px;
            position: relative;
            left: 50%;
            margin-left: -20px;
            position: absolute;
            margin-top: -10px;
        }

            .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before,
            .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before {
                display: inline-block;
                font-family: "Metronic";
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                line-height: 0px;
                text-decoration: inherit;
                text-rendering: optimizeLegibility;
                text-transform: none;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                font-smoothing: antialiased;
                content: "";
            }

            .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before,
            .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before {
                position: relative;
                top: 100%;
                margin-top: 11px;
                font-size: 40px;
            }
}

@media screen\0 and (min-width: 1025px) {
    .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--tabs > .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before,
    .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before {
        margin-top: 13px;
    }
}

@media (min-width: 1025px) {
    .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu > .m-menu__submenu .m-menu__submenu.m-menu__submenu--right {
        top: -10px;
    }

        .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu > .m-menu__submenu .m-menu__submenu.m-menu__submenu--right > .m-menu__subnav {
            margin-left: 9px /*rtl:ignore*/;
        }

        .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu > .m-menu__submenu .m-menu__submenu.m-menu__submenu--right > .m-menu__arrow {
            position: relative;
            line-height: 0;
            display: inline-block;
            overflow: hidden;
            width: 10px;
            height: 40px;
            left: 0 /*rtl:ignore*/;
            margin-left: -9px /*rtl:ignore*/;
            left: 1px /*rtl:ignore*/;
            position: absolute;
            margin-left: 0 /*rtl:ignore*/;
            margin-top: 13px;
        }

            .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu > .m-menu__submenu .m-menu__submenu.m-menu__submenu--right > .m-menu__arrow:before {
                display: inline-block;
                font-family: "Metronic";
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                line-height: 0px;
                text-decoration: inherit;
                text-rendering: optimizeLegibility;
                text-transform: none;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                font-smoothing: antialiased;
                content: "";
            }

            .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu > .m-menu__submenu .m-menu__submenu.m-menu__submenu--right > .m-menu__arrow:before {
                position: relative;
                top: 0;
                margin-top: 20px;
                font-size: 40px;
            }

    .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu > .m-menu__submenu .m-menu__submenu.m-menu__submenu--left {
        top: -10px;
    }

        .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu > .m-menu__submenu .m-menu__submenu.m-menu__submenu--left > .m-menu__subnav {
            margin-right: 9px /*rtl:ignore*/;
        }

        .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu > .m-menu__submenu .m-menu__submenu.m-menu__submenu--left > .m-menu__arrow {
            position: relative;
            line-height: 0;
            display: inline-block;
            overflow: hidden;
            width: 10px;
            height: 40px;
            left: auto /*rtl:ignore*/;
            right: 0 /*rtl:ignore*/;
            margin-left: auto /*rtl:ignore*/;
            margin-right: -9px /*rtl:ignore*/;
            right: 0 /*rtl:ignore*/;
            left: auto /*rtl:ignore*/;
            position: absolute;
            margin-left: 0 /*rtl:ignore*/;
            margin-right: 0 /*rtl:ignore*/;
            margin-top: 13px;
        }

            .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu > .m-menu__submenu .m-menu__submenu.m-menu__submenu--left > .m-menu__arrow:before {
                display: inline-block;
                font-family: "Metronic";
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                line-height: 0px;
                text-decoration: inherit;
                text-rendering: optimizeLegibility;
                text-transform: none;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                font-smoothing: antialiased;
                content: "";
            }

            .m-header-menu .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu > .m-menu__submenu .m-menu__submenu.m-menu__submenu--left > .m-menu__arrow:before {
                position: relative;
                top: 0;
                margin-top: 20px;
                font-size: 40px;
            }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
        color: #b8bece;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #b8bece;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #b8bece;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
        color: #676c7b;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__hor-arrow {
        color: #b9c1d4;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
        color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
        color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__hor-arrow {
        color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__link-icon, .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-icon {
        color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span, .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span, .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__link-text, .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-text {
        color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item:hover > .m-menu__link > .m-menu__hor-arrow, .m-header-menu.m-header-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link > .m-menu__hor-arrow {
        color: #716aca;
    }

    .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
        box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-icon {
            color: #b8bece;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #b8bece;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #b8bece;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
            color: #676c7b;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__hor-arrow {
            color: #b9c1d4;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__hor-arrow {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-icon, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-icon {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-text, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-text {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link > .m-menu__hor-arrow, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link > .m-menu__hor-arrow {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content > .m-menu__item {
            border-right: 1px solid #f6f7fa;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__heading > .m-menu__link-text {
            color: #5f6281;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__heading > .m-menu__link-icon {
            color: #5f6281;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-icon {
            color: #b8bece;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #b8bece;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #b8bece;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-text {
            color: #676c7b;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__hor-arrow {
            color: #b9c1d4;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__hor-arrow {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-icon, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-icon {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-text, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-text {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link > .m-menu__hor-arrow, .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link > .m-menu__hor-arrow {
            color: #716aca;
        }

    .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--active-tab > .m-menu__submenu .m-menu__arrow,
    .m-header-menu.m-header-menu--submenu-skin-light .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu .m-menu__arrow {
        color: #ffffff;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
        color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
        color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__hor-arrow {
        color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
        color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
        color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__hor-arrow {
        color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__link-icon, .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-icon {
        color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span, .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span, .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #676a8a;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item:hover > .m-menu__link .m-menu__link-text, .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-text {
        color: #716aca;
    }

    .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item:hover > .m-menu__link > .m-menu__hor-arrow, .m-header-menu.m-header-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link > .m-menu__hor-arrow {
        color: #676a8a;
    }

    .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav {
        background-color: #2c2e3e;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
        box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
    }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-icon {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
            color: #5f6281;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__hor-arrow {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__hor-arrow {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-icon, .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-icon {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span, .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span, .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link .m-menu__link-text, .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-text {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item:hover > .m-menu__link > .m-menu__hor-arrow, .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav > .m-menu__item.m-menu__item--hover > .m-menu__link > .m-menu__hor-arrow {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content > .m-menu__item {
            border-right: 1px solid #323444;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__heading > .m-menu__link-text {
            color: #5f6281;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__heading > .m-menu__link-icon {
            color: #5f6281;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-icon {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__link-text {
            color: #5f6281;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item > .m-menu__link .m-menu__hor-arrow {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__hor-arrow {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-icon, .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-icon {
            color: #676a8a;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span, .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span, .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #404356;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link .m-menu__link-text, .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-text {
            color: #716aca;
        }

        .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item:hover > .m-menu__link > .m-menu__hor-arrow, .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu > .m-menu__subnav .m-menu__content .m-menu__inner > .m-menu__item.m-menu__item--hover > .m-menu__link > .m-menu__hor-arrow {
            color: #676a8a;
        }

    .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--active-tab > .m-menu__submenu .m-menu__arrow,
    .m-header-menu.m-header-menu--submenu-skin-dark .m-menu__nav.m-menu__nav--submenu-arrow > .m-menu__item.m-menu__item--submenu.m-menu__item--hover > .m-menu__submenu .m-menu__arrow {
        color: #2c2e3e;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--full, .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--fixed, .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--auto, .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--auto.m-menu__submenu--mimimal-desktop-wide, .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--fixed-xl, .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--fixed-xxl {
        margin: 0 auto;
        width: auto;
        left: 20px;
        right: 20px;
    }
}

@media (min-width: 576px) {
    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--fixed-sm {
        width: 576px;
    }
}

@media (min-width: 768px) {
    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--fixed-md {
        width: 720px;
    }
}

@media (min-width: 1024px) {
    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--fixed-lg {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--fixed-xl {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--fixed-xxl {
        width: 1340px;
    }
}

@media (min-width: 1600px) {
    .m-header-menu .m-menu__nav > .m-menu__item .m-menu__submenu.m-menu__submenu--fixed-xxxl {
        width: 1540px;
    }
}

@-webkit-keyframes m-header-menu-submenu-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes m-header-menu-submenu-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes m-header-menu-submenu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes m-header-menu-submenu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes m-header-menu-submenu-move-up {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes m-header-menu-submenu-move-up {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0;
    }
}

@-webkit-keyframes m-header-menu-submenu-arrow-move-up {
    from {
        margin-bottom: -10px;
    }

    to {
        margin-bottom: 0;
    }
}

@keyframes m-header-menu-submenu-arrow-move-up {
    from {
        margin-bottom: -10px;
    }

    to {
        margin-bottom: 0;
    }
}

@-webkit-keyframes m-header-menu-submenu-move-down {
    from {
        margin-bottom: 10px;
    }

    to {
        margin-bottom: 0;
    }
}

@keyframes m-header-menu-submenu-move-down {
    from {
        margin-bottom: 10px;
    }

    to {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .m-aside-header-menu-mobile .m-menu__nav {
        list-style: none;
        padding: 30px 0 30px 0;
    }

        .m-aside-header-menu-mobile .m-menu__nav:before, .m-aside-header-menu-mobile .m-menu__nav:after {
            content: " ";
            display: table;
        }

        .m-aside-header-menu-mobile .m-menu__nav:after {
            clear: both;
        }

        .m-aside-header-menu-mobile .m-menu__nav .m-menu__subnav {
            padding: 0;
            width: 100%;
            margin: 0;
            list-style: none !important;
        }

        .m-aside-header-menu-mobile .m-menu__nav .m-menu__inner,
        .m-aside-header-menu-mobile .m-menu__nav .m-menu__submenu {
            display: none;
            float: none;
            margin: 0;
            padding: 0;
            width: auto !important;
        }

            .m-aside-header-menu-mobile .m-menu__nav .m-menu__inner .m-menu__content,
            .m-aside-header-menu-mobile .m-menu__nav .m-menu__submenu .m-menu__content {
                padding: 0;
                margin: 0;
            }

                .m-aside-header-menu-mobile .m-menu__nav .m-menu__inner .m-menu__content > .m-menu__item,
                .m-aside-header-menu-mobile .m-menu__nav .m-menu__submenu .m-menu__content > .m-menu__item {
                    padding: 0;
                    margin: 0;
                    list-style: none;
                }

                    .m-aside-header-menu-mobile .m-menu__nav .m-menu__inner .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner,
                    .m-aside-header-menu-mobile .m-menu__nav .m-menu__submenu .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner {
                        display: block;
                    }

                        .m-aside-header-menu-mobile .m-menu__nav .m-menu__inner .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner > li > .m-menu__link,
                        .m-aside-header-menu-mobile .m-menu__nav .m-menu__submenu .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner > li > .m-menu__link {
                            margin: 0;
                        }

        .m-aside-header-menu-mobile .m-menu__nav .m-menu__item {
            display: block;
            float: none;
            height: auto;
            padding: 0;
        }

            .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading,
            .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link {
                display: table;
                table-layout: fixed;
                width: 100%;
                margin: 0;
                text-decoration: none;
                position: relative;
                outline: none;
                padding: 0;
            }

                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading:hover,
                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link:hover {
                    text-decoration: none;
                    cursor: pointer;
                }

                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-text,
                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-text {
                    display: table-cell;
                    height: 100%;
                    width: 100%;
                    padding: 0;
                    vertical-align: middle;
                }

                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-title,
                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-title {
                    display: table-cell;
                    height: 100%;
                    padding: 0;
                    vertical-align: middle;
                }

                    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-title > .m-menu__link-wrap,
                    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-title > .m-menu__link-wrap {
                        display: table;
                        height: 100%;
                        width: 100%;
                        padding: 0;
                        vertical-align: middle;
                    }

                        .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-title > .m-menu__link-wrap > .m-menu__link-badge,
                        .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-title > .m-menu__link-wrap > .m-menu__link-badge {
                            display: table-cell;
                            height: 100%;
                            vertical-align: middle;
                            white-space: nowrap;
                        }

                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-icon,
                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-icon {
                    display: table-cell;
                    height: 100%;
                    vertical-align: middle;
                    line-height: 0;
                }

                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-bullet,
                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-bullet {
                    display: table-cell;
                    height: 100%;
                    vertical-align: middle;
                    line-height: 0;
                }

                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link .m-menu__ver-arrow {
                    display: table-cell;
                    vertical-align: middle;
                    line-height: 0;
                    height: 100%;
                }

                    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
                    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                        -webkit-transform: translate3d(0, 0, 0);
                    }

                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__hor-arrow,
                .m-aside-header-menu-mobile .m-menu__nav .m-menu__item > .m-menu__link .m-menu__hor-arrow {
                    display: none;
                }

            .m-aside-header-menu-mobile .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__heading > .m-menu__ver-arrow:before,
            .m-aside-header-menu-mobile .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__link > .m-menu__ver-arrow:before {
                -webkit-transform: rotateZ(90deg) /*rtl:ignore*/;
                transform: rotateZ(90deg) /*rtl:ignore*/;
            }

    [direction="rtl"] .m-aside-header-menu-mobile .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__heading > .m-menu__ver-arrow:before, [direction="rtl"]
    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__link > .m-menu__ver-arrow:before {
        -webkit-transform: rotateZ(-90deg) /*rtl:ignore*/;
        transform: rotateZ(-90deg) /*rtl:ignore*/;
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__submenu,
    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__inner {
        display: block;
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__item .m-menu__submenu .m-menu__item--parent {
        display: none;
    }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__section {
        display: table;
        width: 100%;
        vertical-align: middle;
        padding: 0 27px;
    }

        .m-aside-header-menu-mobile .m-menu__nav .m-menu__section.m-menu__section--first {
            margin-top: 0 !important;
        }

        .m-aside-header-menu-mobile .m-menu__nav .m-menu__section .m-menu__section-text {
            display: table-cell;
            margin: 0;
            padding: 0;
            vertical-align: middle;
        }

        .m-aside-header-menu-mobile .m-menu__nav .m-menu__section .m-menu__section-icon {
            display: none;
            text-align: center;
            vertical-align: middle;
        }

    .m-aside-header-menu-mobile .m-menu__nav .m-menu__separator {
        height: 0;
        overflow: hidden;
    }

        .m-aside-header-menu-mobile .m-menu__nav .m-menu__separator.m-menu__separator--marginles {
            margin: 0;
        }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item {
        position: relative;
        margin: 0;
    }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading,
        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link {
            cursor: pointer;
            height: 44px;
        }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
                font-weight: 400;
                font-size: 1.02rem;
                text-transform: initial;
            }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
                text-align: left;
                width: 35px;
                font-size: 1.4rem;
            }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet,
            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet {
                vertical-align: middle;
                text-align: left;
                width: 15px;
            }

                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet > span,
                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                    vertical-align: middle;
                    display: inline-block;
                }

                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    width: 4px;
                    height: 4px;
                    border-radius: 100%;
                }

                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    width: 5px;
                    height: 1px;
                }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-badge,
            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-badge {
                padding: 0px 0px 0px 5px;
                text-align: right;
            }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
                text-align: right;
                width: 20px;
                font-size: 0.7rem;
            }

                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                    display: inline-block;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

    [direction="rtl"] .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before, [direction="rtl"]
    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
        content: "" !important;
    }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__item-here,
    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__item-here {
        display: none;
    }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow:before,
    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow:before {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__arrow {
        position: relative;
        line-height: 0;
        display: inline-block;
        overflow: hidden;
        width: 10px;
        height: 40px;
        left: auto /*rtl:ignore*/;
        right: 0 /*rtl:ignore*/;
        margin-left: auto /*rtl:ignore*/;
        margin-right: -9px /*rtl:ignore*/;
        position: absolute;
        top: 2px;
        left: auto;
        right: -2px;
        margin: 0px -7px 0 0;
        display: none;
    }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__arrow:before {
            display: inline-block;
            font-family: "Metronic";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            line-height: 0px;
            text-decoration: inherit;
            text-rendering: optimizeLegibility;
            text-transform: none;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            content: "";
        }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__arrow:before {
            position: relative;
            top: 0;
            margin-top: 20px;
            font-size: 40px;
        }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item {
        margin: 0;
    }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading,
        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link {
            cursor: pointer;
            height: 40px;
        }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text,
            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
                font-weight: 400;
                font-size: 1rem;
                text-transform: initial;
            }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-icon,
            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-icon {
                text-align: left;
                width: 35px;
                font-size: 1.35rem;
            }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet,
            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet {
                vertical-align: middle;
                text-align: left;
                width: 20px;
            }

                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet > span,
                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                    vertical-align: middle;
                    display: inline-block;
                }

                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    width: 4px;
                    height: 4px;
                    border-radius: 100%;
                }

                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    width: 5px;
                    height: 1px;
                }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-badge,
            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-badge {
                padding: 0px 0px 0px 5px;
                text-align: right;
            }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow {
                text-align: right;
                width: 20px;
                font-size: 0.7rem;
            }

                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
                .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                    display: inline-block;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

    [direction="rtl"] .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before, [direction="rtl"]
    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
        content: "" !important;
    }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__item-here,
    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__item-here {
        display: none;
    }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow:before,
    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow:before {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section {
        margin: 20px 0 0 0;
        height: 40px;
    }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-text {
            font-size: 0.8rem;
            font-weight: 300;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-icon {
            font-size: 1.1rem;
        }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator {
        margin: 15px 0;
    }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator .m-menu__separator--marginles {
            margin: 0;
        }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__section {
        margin: 20px 0 0 0;
        height: 40px;
    }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__section .m-menu__section-text {
            font-size: 0.83rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.3px;
        }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__section .m-menu__section-icon {
            font-size: 1.1rem;
        }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__separator {
        margin: 15px 0;
    }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__separator .m-menu__separator--marginles {
            margin: 0;
        }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__link {
        padding: 9px 30px;
    }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav .m-menu__content .m-menu__heading {
        padding: 0 30px;
        padding-left: 60px;
    }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav .m-menu__content .m-menu__inner {
        padding: 0;
        margin: 0;
    }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav .m-menu__content .m-menu__inner .m-menu__link {
            padding: 0 30px;
            padding-left: 75px;
        }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
        padding: 0 30px;
        padding-left: 45px;
    }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
        padding: 0;
    }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
            padding: 0 30px;
            padding-left: 60px;
        }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
            padding: 0;
        }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
                padding: 0 30px;
                padding-left: 75px;
            }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__section {
        padding-left: 45px;
    }

    .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
        padding: 0;
    }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__section {
            padding-left: 60px;
        }

        .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
            padding: 0;
        }

            .m-aside-header-menu-mobile .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__section {
                padding-left: 75px;
            }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
        color: #868aa8;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
        color: #525672;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #525672;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #525672;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
        color: #525672;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        background-color: #292b3a;
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
            color: #868aa8;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
            color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
            color: #8c8ea4;
        }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        background-color: #292b3a;
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-text,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-text {
            color: #868aa8;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-icon,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-icon {
            color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__ver-arrow {
            color: #8c8ea4;
        }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
            color: #716aca;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
            color: #716aca;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #716aca;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #716aca;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
            color: #716aca;
        }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
        background-color: #292b3a;
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
            color: #868aa8;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
            color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
            color: #8c8ea4;
        }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__section .m-menu__section-text {
        color: #464b66;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__section .m-menu__section-icon {
        color: #424554;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__separator {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
        color: #686c89;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-icon,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-icon {
        color: #525672;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #525672;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #525672;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow {
        color: #525672;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
            color: #868aa8;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
            color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
            color: #8c8ea4;
        }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
            color: #716aca;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
            color: #716aca;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #716aca;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #716aca;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
            color: #716aca;
        }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
            color: #868aa8;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
            color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #8c8ea4;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
            color: #8c8ea4;
        }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-text {
        color: #464b66;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-icon {
        color: #424554;
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light {
        background-color: #ffffff;
    }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
            color: #5e6383;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
            color: #a8aabb;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #a8aabb;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #a8aabb;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
            color: #a8aabb;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading,
            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
                    color: #545874;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
                    color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
                    color: #9a9caf;
                }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading,
            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-text,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-text {
                    color: #545874;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-icon,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-icon {
                    color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__ver-arrow {
                    color: #9a9caf;
                }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading,
            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
                    color: #716aca;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
                    color: #716aca;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #716aca;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #716aca;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
                    color: #716aca;
                }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading,
            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
                    color: #545874;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
                    color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
                    color: #9a9caf;
                }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item > .m-menu__arrow {
            color: #ffffff;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__section .m-menu__section-text {
            color: #a4a7bd;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__section .m-menu__section-icon {
            color: #aaacc2;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__separator {
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
            color: #777c9d;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-icon {
            color: #a8aabb;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #a8aabb;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #a8aabb;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow {
            color: #a8aabb;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading,
            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
                    color: #696e92;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
                    color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
                    color: #9a9caf;
                }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__heading,
            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading,
            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
                    color: #716aca;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
                    color: #716aca;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #716aca;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #716aca;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
                    color: #716aca;
                }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading,
            .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
                    color: #696e92;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
                    color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
                    color: #9a9caf;
                }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-text {
            color: #a4a7bd;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-icon {
            color: #aaacc2;
        }

        .m-aside-header-menu-mobile.m-aside-header-menu-mobile--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator {
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        }
}

@media (min-width: 1025px) {
    .m-header-menu {
        width: auto;
        float: left;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-header-menu .m-menu__nav > .m-menu__item {
        padding: 0px 7px;
    }
}

@media (max-width: 1024px) {
    .m-header-menu {
        display: none;
    }

    .m-aside-header-menu-mobile--offcanvas-on .m-header-menu {
        display: block;
    }
}

.m-aside-menu .m-menu__nav {
    list-style: none;
    padding: 30px 0 30px 0;
}

    .m-aside-menu .m-menu__nav:before, .m-aside-menu .m-menu__nav:after {
        content: " ";
        display: table;
    }

    .m-aside-menu .m-menu__nav:after {
        clear: both;
    }

    .m-aside-menu .m-menu__nav .m-menu__subnav {
        padding: 0;
        width: 100%;
        margin: 0;
        list-style: none !important;
    }

    .m-aside-menu .m-menu__nav .m-menu__inner,
    .m-aside-menu .m-menu__nav .m-menu__submenu {
        display: none;
        float: none;
        margin: 0;
        padding: 0;
    }

        .m-aside-menu .m-menu__nav .m-menu__inner .m-menu__content,
        .m-aside-menu .m-menu__nav .m-menu__submenu .m-menu__content {
            padding: 0;
            margin: 0;
        }

            .m-aside-menu .m-menu__nav .m-menu__inner .m-menu__content > .m-menu__item,
            .m-aside-menu .m-menu__nav .m-menu__submenu .m-menu__content > .m-menu__item {
                padding: 0;
                margin: 0;
                list-style: none;
            }

                .m-aside-menu .m-menu__nav .m-menu__inner .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner,
                .m-aside-menu .m-menu__nav .m-menu__submenu .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner {
                    display: block;
                }

                    .m-aside-menu .m-menu__nav .m-menu__inner .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner > li > .m-menu__link,
                    .m-aside-menu .m-menu__nav .m-menu__submenu .m-menu__content > .m-menu__item.m-menu--no-heading > .m-menu__inner > li > .m-menu__link {
                        margin: 0;
                    }

    .m-aside-menu .m-menu__nav .m-menu__item {
        display: block;
        float: none;
        height: auto;
        padding: 0;
    }

        .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading,
        .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link {
            display: table;
            table-layout: fixed;
            width: 100%;
            margin: 0;
            text-decoration: none;
            position: relative;
            outline: none;
            padding: 0;
        }

            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading:hover,
            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link:hover {
                text-decoration: none;
                cursor: pointer;
            }

            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-text,
            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-text {
                display: table-cell;
                height: 100%;
                width: 100%;
                padding: 0;
                vertical-align: middle;
            }

            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-title,
            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-title {
                display: table-cell;
                height: 100%;
                padding: 0;
                vertical-align: middle;
            }

                .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-title > .m-menu__link-wrap,
                .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-title > .m-menu__link-wrap {
                    display: table;
                    height: 100%;
                    width: 100%;
                    padding: 0;
                    vertical-align: middle;
                }

                    .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-title > .m-menu__link-wrap > .m-menu__link-badge,
                    .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-title > .m-menu__link-wrap > .m-menu__link-badge {
                        display: table-cell;
                        height: 100%;
                        vertical-align: middle;
                        white-space: nowrap;
                    }

            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-icon {
                display: table-cell;
                height: 100%;
                vertical-align: middle;
                line-height: 0;
            }

            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__link-bullet,
            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__link-bullet {
                display: table-cell;
                height: 100%;
                vertical-align: middle;
                line-height: 0;
            }

            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__ver-arrow {
                display: table-cell;
                vertical-align: middle;
                line-height: 0;
                height: 100%;
            }

                .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
                .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                    -webkit-transform: translate3d(0, 0, 0);
                }

            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__heading .m-menu__hor-arrow,
            .m-aside-menu .m-menu__nav .m-menu__item > .m-menu__link .m-menu__hor-arrow {
                display: none;
            }

        .m-aside-menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__heading > .m-menu__ver-arrow:before,
        .m-aside-menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__link > .m-menu__ver-arrow:before {
            -webkit-transform: rotateZ(90deg) /*rtl:ignore*/;
            transform: rotateZ(90deg) /*rtl:ignore*/;
        }

[direction="rtl"] .m-aside-menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__heading > .m-menu__ver-arrow:before, [direction="rtl"]
.m-aside-menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__link > .m-menu__ver-arrow:before {
    -webkit-transform: rotateZ(-90deg) /*rtl:ignore*/;
    transform: rotateZ(-90deg) /*rtl:ignore*/;
}

.m-aside-menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__submenu,
.m-aside-menu .m-menu__nav .m-menu__item.m-menu__item--open > .m-menu__inner {
    display: block;
}

.m-aside-menu .m-menu__nav .m-menu__item .m-menu__submenu .m-menu__item--parent {
    display: none;
}

.m-aside-menu .m-menu__nav .m-menu__section {
    display: table;
    width: 100%;
    vertical-align: middle;
    padding: 0 27px;
}

    .m-aside-menu .m-menu__nav .m-menu__section.m-menu__section--first {
        margin-top: 0 !important;
    }

    .m-aside-menu .m-menu__nav .m-menu__section .m-menu__section-text {
        display: table-cell;
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }

    .m-aside-menu .m-menu__nav .m-menu__section .m-menu__section-icon {
        display: none;
        text-align: center;
        vertical-align: middle;
    }

.m-aside-menu .m-menu__nav .m-menu__separator {
    height: 0;
    overflow: hidden;
}

    .m-aside-menu .m-menu__nav .m-menu__separator.m-menu__separator--marginles {
        margin: 0;
    }

.m-aside-menu .m-menu__nav > .m-menu__item {
    position: relative;
    margin: 0;
}

    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading,
    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link {
        cursor: pointer;
        height: 44px;
    }

        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
            font-weight: 400;
            font-size: 1.02rem;
            text-transform: initial;
        }

        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
            text-align: left;
            width: 35px;
            font-size: 1.4rem;
        }

        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet,
        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet {
            vertical-align: middle;
            text-align: left;
            width: 15px;
        }

            .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet > span,
            .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                vertical-align: middle;
                display: inline-block;
            }

            .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                width: 4px;
                height: 4px;
                border-radius: 100%;
            }

            .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                width: 5px;
                height: 1px;
            }

        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-badge,
        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-badge {
            padding: 0px 0px 0px 5px;
            text-align: right;
        }

        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
            text-align: right;
            width: 20px;
            font-size: 0.7rem;
        }

            .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
            .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                display: inline-block;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

[direction="rtl"] .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before, [direction="rtl"]
.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
    content: "" !important;
}

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__item-here,
.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__item-here {
    display: none;
}

.m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow:before,
.m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__arrow {
    position: relative;
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    width: 10px;
    height: 40px;
    left: auto /*rtl:ignore*/;
    right: 0 /*rtl:ignore*/;
    margin-left: auto /*rtl:ignore*/;
    margin-right: -9px /*rtl:ignore*/;
    position: absolute;
    top: 2px;
    left: auto;
    right: -2px;
    margin: 0px -7px 0 0;
    display: none;
}

    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__arrow:before {
        display: inline-block;
        font-family: "Metronic";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 0px;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        content: "";
    }

    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__arrow:before {
        position: relative;
        top: 0;
        margin-top: 20px;
        font-size: 40px;
    }

.m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item {
    margin: 0;
}

    .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading,
    .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link {
        cursor: pointer;
        height: 40px;
    }

        .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
            font-weight: 400;
            font-size: 1rem;
            text-transform: initial;
        }

        .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-icon {
            text-align: left;
            width: 35px;
            font-size: 1.35rem;
        }

        .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet,
        .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet {
            vertical-align: middle;
            text-align: left;
            width: 20px;
        }

            .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet > span,
            .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                vertical-align: middle;
                display: inline-block;
            }

            .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                width: 4px;
                height: 4px;
                border-radius: 100%;
            }

            .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                width: 5px;
                height: 1px;
            }

        .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-badge,
        .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-badge {
            padding: 0px 0px 0px 5px;
            text-align: right;
        }

        .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow {
            text-align: right;
            width: 20px;
            font-size: 0.7rem;
        }

            .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
            .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                display: inline-block;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

[direction="rtl"] .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before, [direction="rtl"]
.m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
    content: "" !important;
}

.m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__item-here,
.m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__item-here {
    display: none;
}

.m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow:before,
.m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
}

    .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-text {
        font-size: 0.8rem;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-icon {
        font-size: 1.1rem;
    }

.m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator {
    margin: 15px 0;
}

    .m-aside-menu .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator .m-menu__separator--marginles {
        margin: 0;
    }

.m-aside-menu .m-menu__nav > .m-menu__section {
    margin: 20px 0 0 0;
    height: 40px;
}

    .m-aside-menu .m-menu__nav > .m-menu__section .m-menu__section-text {
        font-size: 0.83rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .m-aside-menu .m-menu__nav > .m-menu__section .m-menu__section-icon {
        font-size: 1.1rem;
    }

.m-aside-menu .m-menu__nav > .m-menu__separator {
    margin: 15px 0;
}

    .m-aside-menu .m-menu__nav > .m-menu__separator .m-menu__separator--marginles {
        margin: 0;
    }

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link {
    padding: 9px 30px;
}

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav .m-menu__content .m-menu__heading {
    padding: 0 30px;
    padding-left: 60px;
}

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav .m-menu__content .m-menu__inner {
    padding: 0;
    margin: 0;
}

    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav .m-menu__content .m-menu__inner .m-menu__link {
        padding: 0 30px;
        padding-left: 75px;
    }

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
    padding: 0 30px;
    padding-left: 45px;
}

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
    padding: 0;
}

    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
        padding: 0 30px;
        padding-left: 60px;
    }

    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
        padding: 0;
    }

        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
            padding: 0 30px;
            padding-left: 75px;
        }

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__section {
    padding-left: 45px;
}

.m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
    padding: 0;
}

    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__section {
        padding-left: 60px;
    }

    .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav {
        padding: 0;
    }

        .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__submenu .m-menu__subnav > .m-menu__section {
            padding-left: 75px;
        }

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #868aa8;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
    color: #525672;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
    background-color: #525672;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
    background-color: #525672;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
    color: #525672;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #292b3a;
}

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
        color: #868aa8;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
        color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
        color: #8c8ea4;
    }

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #292b3a;
}

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-text {
        color: #868aa8;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-icon {
        color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__ver-arrow {
        color: #8c8ea4;
    }

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
        color: #716aca;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
        color: #716aca;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #716aca;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #716aca;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
        color: #716aca;
    }

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #292b3a;
}

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
        color: #868aa8;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
        color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
        color: #8c8ea4;
    }

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__section .m-menu__section-text {
    color: #464b66;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__section .m-menu__section-icon {
    color: #424554;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__separator {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
    color: #686c89;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-icon,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-icon {
    color: #525672;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
    background-color: #525672;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
    background-color: #525672;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow {
    color: #525672;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
        color: #868aa8;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
        color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
        color: #8c8ea4;
    }

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
        color: #716aca;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
        color: #716aca;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #716aca;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #716aca;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
        color: #716aca;
    }

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
        color: #868aa8;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
        color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #8c8ea4;
    }

    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
        color: #8c8ea4;
    }

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-text {
    color: #464b66;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-icon {
    color: #424554;
}

.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.m-aside-menu.m-aside-menu--skin-light {
    background-color: #ffffff;
}

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
        color: #5e6383;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
        color: #a8aabb;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #a8aabb;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #a8aabb;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
        color: #a8aabb;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading,
        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
                color: #545874;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
                color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
                color: #9a9caf;
            }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading,
        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-text,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-text {
                color: #545874;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-icon {
                color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__ver-arrow {
                color: #9a9caf;
            }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading,
        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
                color: #716aca;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
                color: #716aca;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #716aca;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #716aca;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
                color: #716aca;
            }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading,
        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
                color: #545874;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
                color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
                color: #9a9caf;
            }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__arrow {
        color: #ffffff;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__section .m-menu__section-text {
        color: #a4a7bd;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__section .m-menu__section-icon {
        color: #aaacc2;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__separator {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-text,
    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-text {
        color: #777c9d;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-icon,
    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-icon {
        color: #a8aabb;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
        background-color: #a8aabb;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
        background-color: #a8aabb;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item > .m-menu__link .m-menu__ver-arrow {
        color: #a8aabb;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading,
        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
                color: #696e92;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
                color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
                color: #9a9caf;
            }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__heading,
        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading,
        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
                color: #716aca;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
                color: #716aca;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #716aca;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #716aca;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
                color: #716aca;
            }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading,
        .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link {
            background-color: #f8f8fb;
        }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
                color: #696e92;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
                color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #9a9caf;
            }

            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
                color: #9a9caf;
            }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-text {
        color: #a4a7bd;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__section .m-menu__section-icon {
        color: #aaacc2;
    }

    .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item .m-menu__submenu .m-menu__separator {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

@media (min-width: 1025px) {
    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']) > .m-menu__link > .m-menu__ver-arrow:before,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']) > .m-menu__link > .m-menu__ver-arrow:before {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
    }

    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']) > .m-menu__submenu,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']) > .m-menu__submenu {
        display: none !important;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-style: preserve-3d;
    }

    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover {
        position: relative;
        z-index: 98;
    }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu,
        .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu {
            top: -10px;
            position: absolute;
            display: block !important;
            width: 245px;
            margin-left: 245px;
            -webkit-animation: m-aside-menu-submenu-fade-in .3s ease 1, m-aside-menu-submenu-move-up .3s ease-out 1;
            animation: m-aside-menu-submenu-fade-in .3s ease 1, m-aside-menu-submenu-move-up .3s ease-out 1;
        }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up,
            .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up {
                bottom: 0;
                top: auto;
            }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up,
            .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up {
                top: auto;
                bottom: -10px;
                -webkit-animation: m-aside-menu-submenu-fade-in .3s ease 1, m-aside-menu-submenu-move-down .3s ease-out 1;
                animation: m-aside-menu-submenu-fade-in .3s ease 1, m-aside-menu-submenu-move-down .3s ease-out 1;
            }
}

@media screen\0 and (min-width: 1025px) {
    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up {
        -webkit-animation: none;
        animation: none;
    }
}

@media (min-width: 1025px) {
    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav {
        padding: 20px 0;
        border-radius: 4px;
    }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item,
        .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item {
            margin: 0;
        }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link,
            .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link {
                text-align: left;
                padding: 7px 30px;
            }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-title,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-title {
                    display: table-cell;
                    width: 100%;
                }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu_link-text,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu_link-text {
                    -webkit-transform: translateZ(0);
                    transform: translateZ(0);
                    -webkit-transform-style: preserve-3d;
                }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-icon,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-icon {
                    display: table-cell;
                }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-bullet,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-bullet {
                    display: table-cell;
                }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-badge,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__link-badge {
                    display: table-cell;
                }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__ver-arrow,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__link .m-menu__ver-arrow {
                    display: table-cell;
                }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav,
            .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav {
                padding: 20px 0;
            }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
                    padding: 7px 30px;
                }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav {
                    padding: 20px 0;
                }

                    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link,
                    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
                        padding: 7px 30px;
                    }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__section,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item .m-menu__submenu .m-menu__subnav > .m-menu__section {
                    padding: 0 25px;
                }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading,
            .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link,
            .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading,
            .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link {
                cursor: pointer;
                height: 40px;
            }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-text,
                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-text,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-text {
                    font-weight: 400;
                    font-size: 1rem;
                    text-transform: initial;
                }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-icon,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-icon,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-icon {
                    text-align: left;
                    width: 35px;
                    font-size: 1.35rem;
                }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet,
                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet {
                    vertical-align: middle;
                    text-align: left;
                    width: 20px;
                }

                    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet > span,
                    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet > span,
                    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet > span,
                    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet > span {
                        vertical-align: middle;
                        display: inline-block;
                    }

                    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                        width: 4px;
                        height: 4px;
                        border-radius: 100%;
                    }

                    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
                    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                        width: 5px;
                        height: 1px;
                    }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-badge,
                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-badge,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__link-badge,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__link-badge {
                    padding: 0px 0px 0px 5px;
                    text-align: right;
                }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
                    text-align: right;
                    width: 20px;
                    font-size: 0.7rem;
                }

                    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
                    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before,
                    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before,
                    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
                        display: inline-block;
                        -webkit-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

    [direction="rtl"] .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before, [direction="rtl"]
    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before, [direction="rtl"]
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__ver-arrow:before, [direction="rtl"]
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__ver-arrow:before {
        content: "" !important;
    }

    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__item-here,
    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__item-here,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__heading .m-menu__item-here,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item > .m-menu__link .m-menu__item-here {
        display: none;
    }

    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow:before,
    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow:before,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow:before,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow:before {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section {
        margin: 20px 0 0 0;
        height: 40px;
    }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section .m-menu__section-text,
        .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section .m-menu__section-text {
            font-size: 0.8rem;
            font-weight: 300;
            text-transform: uppercase;
        }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section .m-menu__section-icon,
        .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__section .m-menu__section-icon {
            font-size: 1.1rem;
        }

    .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__separator,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__separator {
        margin: 15px 0;
    }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__separator .m-menu__separator--marginles,
        .m-aside-menu.m-aside-menu--dropdown .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__separator .m-menu__separator--marginles {
            margin: 0;
        }

    .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav > .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu {
        margin-left: 255px;
        top: -5px;
    }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up,
        .m-aside-menu.m-aside-menu--dropdown .m-menu__nav > .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up {
            bottom: -10px;
        }

    .m-aside-left--minimize .m-aside-menu .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav {
        margin-left: 9px;
    }

    .m-aside-left--minimize .m-aside-menu .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow {
        position: relative;
        line-height: 0;
        display: inline-block;
        overflow: hidden;
        width: 10px;
        height: 40px;
        left: 0 /*rtl:ignore*/;
        margin-left: -9px /*rtl:ignore*/;
        left: 1px;
        top: 10px;
        position: absolute;
        margin: 0;
    }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before,
        .m-aside-menu.m-aside-menu--dropdown .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before {
            display: inline-block;
            font-family: "Metronic";
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            line-height: 0px;
            text-decoration: inherit;
            text-rendering: optimizeLegibility;
            text-transform: none;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
            content: "";
        }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before,
        .m-aside-menu.m-aside-menu--dropdown .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow:before {
            position: relative;
            top: 0;
            margin-top: 20px;
            font-size: 40px;
        }

    .m-aside-left--minimize .m-aside-menu .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up > .m-menu__arrow,
    .m-aside-menu.m-aside-menu--dropdown .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu.m-menu__submenu--up > .m-menu__arrow {
        top: auto;
        bottom: 20px;
    }

    .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav,
    .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav {
        background-color: #2c2e3e;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
        box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
    }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-text,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-text {
            color: #717594;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-icon,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-icon {
            color: #5f627e;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #525672;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #525672;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__ver-arrow,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__ver-arrow {
            color: #525672;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
                color: #868aa8;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
                color: #8c8ea4;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #525672;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #8c8ea4;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
                color: #8c8ea4;
            }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
                color: #716aca;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
                color: #716aca;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #716aca;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #716aca;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
                color: #716aca;
            }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
                color: #868aa8;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
                color: #8c8ea4;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                background-color: #8c8ea4;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                background-color: #8c8ea4;
            }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
                color: #8c8ea4;
            }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-text,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-text {
            color: #3F4052;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-icon,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-icon {
            color: #424554;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__separator,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__separator {
            border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        }

    .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-dark .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow,
    .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-dark .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow {
        color: #2c2e3e;
    }

    .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav,
    .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
        box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.4);
    }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-text,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-text,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-text {
            color: #696e92;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-icon,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-icon,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-icon {
            color: #a8aabb;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
            background-color: #a8aabb;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
            background-color: #a8aabb;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__ver-arrow,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__heading .m-menu__ver-arrow,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item > .m-menu__link .m-menu__ver-arrow {
            color: #a8aabb;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-text,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-text {
                    color: #5e6383;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-icon,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-icon {
                    color: #9a9caf;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--open > .m-menu__link .m-menu__ver-arrow {
                    color: #9a9caf;
                }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--expanded > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
                    color: #716aca;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-icon,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-icon {
                    color: #716aca;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #716aca;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #716aca;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__ver-arrow {
                    color: #716aca;
                }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover {
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading,
            .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading,
            .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link {
                background-color: #f8f8fb;
            }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-text,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-text {
                    color: #5e6383;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-icon,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-icon {
                    color: #9a9caf;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--dot > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--dot > span {
                    background-color: #9a9caf;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__link-bullet.m-menu__link-bullet--line > span,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__link-bullet.m-menu__link-bullet--line > span {
                    background-color: #9a9caf;
                }

                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__heading .m-menu__ver-arrow,
                .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__item:not(.m-menu__item--parent):not(.m-menu__item--open):not(.m-menu__item--expanded):not(.m-menu__item--active):hover > .m-menu__link .m-menu__ver-arrow {
                    color: #9a9caf;
                }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-text,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-text {
            color: #a4a7bd;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-icon,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__section .m-menu__section-icon {
            color: #aaacc2;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__separator,
        .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav .m-menu__item:not([m-menu-submenu-mode='accordion']).m-menu__item--hover > .m-menu__submenu .m-menu__subnav .m-menu__separator {
            border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        }

    .m-aside-left--minimize .m-aside-menu.m-aside-menu--submenu-skin-light .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow,
    .m-aside-menu.m-aside-menu--dropdown.m-aside-menu--submenu-skin-light .m-menu__nav.m-menu__nav--dropdown-submenu-arrow .m-menu__item.m-menu__item--hover > .m-menu__submenu > .m-menu__arrow {
        color: #fff;
    }
}

@-webkit-keyframes m-aside-menu-submenu-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes m-aside-menu-submenu-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes m-aside-menu-submenu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes m-aside-menu-submenu-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes m-aside-menu-submenu-move-up {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0;
    }
}

@keyframes m-aside-menu-submenu-move-up {
    from {
        margin-top: 10px;
    }

    to {
        margin-top: 0;
    }
}

@-webkit-keyframes m-aside-menu-submenu-move-down {
    from {
        margin-bottom: 10px;
    }

    to {
        margin-bottom: 0;
    }
}

@keyframes m-aside-menu-submenu-move-down {
    from {
        margin-bottom: 10px;
    }

    to {
        margin-bottom: 0;
    }
}

@media (min-width: 1025px) {
    .m-aside-left--minimize .m-aside-menu .m-menu__nav {
        padding: 30px 0 30px 0;
    }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-icon {
                width: 100%;
                text-align: center;
            }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-bullet {
                display: none;
            }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-text {
                display: none;
            }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-title {
                padding: 0;
                position: relative;
                left: -50%;
            }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__link-title .m-badge {
                    text-indent: -9999px;
                    position: relative;
                    padding: 0;
                    min-width: 6px;
                    width: 6px;
                    min-height: 6px;
                    height: 6px;
                    right: -15px;
                }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__link .m-menu__ver-arrow {
                display: none;
            }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item > .m-menu__submenu {
            display: none !important;
        }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__arrow {
            display: inline-block;
        }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover {
            position: relative;
            z-index: 98;
            width: 324px;
        }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover.m-menu__item--open {
                background: transparent;
            }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link {
                width: 78px;
            }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-icon {
                    width: table-cell;
                }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link .m-menu__link-title {
                    display: none;
                }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__submenu {
                top: 0;
                bottom: auto;
                display: block !important;
                margin-left: 79px !important;
            }

                .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--parent {
                    display: block;
                    margin: 0;
                }

                    .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--parent > .m-menu__link {
                        height: 40px;
                        padding: 0 30px 10px 30px;
                    }

                        .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--parent > .m-menu__link .m-menu__link-text {
                            font-weight: 400;
                            font-size: 1.05rem;
                            text-transform: initial;
                            cursor: text !important;
                        }

                        .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--parent > .m-menu__link .m-menu__link-badge {
                            padding: 0px 0px 0px 5px;
                            text-align: right;
                        }

                    .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--parent + .m-menu__item {
                        margin-top: 0px;
                    }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__arrow {
                display: none;
            }

        .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__section {
            padding-left: 0;
            padding-right: 0;
            text-align: center;
        }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__section .m-menu__section-text {
                display: none;
            }

            .m-aside-left--minimize .m-aside-menu .m-menu__nav > .m-menu__section .m-menu__section-icon {
                display: table-cell;
                vertical-align: middle;
            }

    .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item {
        background: transparent;
    }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item > .m-menu__link > .m-menu__link-icon {
            color: #646885;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--hover, .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open {
            background: transparent !important;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link > .m-menu__link-icon, .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link > .m-menu__link-icon {
                color: #716aca;
            }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded, .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active {
            background: transparent !important;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link > .m-menu__link-icon, .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__link-icon {
                color: #716aca;
            }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:hover {
            background: transparent;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item:hover > .m-menu__link > .m-menu__link-icon {
                color: #8c8ea4 !important;
            }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--parent {
            display: block;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--parent > .m-menu__link > .m-menu__link-text {
                color: #7b7f9e;
            }

    .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item {
        background: transparent;
    }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item > .m-menu__link > .m-menu__link-icon {
            color: #a8aabb;
        }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover, .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open {
            background: transparent !important;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__link > .m-menu__link-icon, .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--open > .m-menu__link > .m-menu__link-icon {
                color: #9a9caf;
            }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded, .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active {
            background: transparent !important;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--expanded > .m-menu__link > .m-menu__link-icon, .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link > .m-menu__link-icon {
                color: #716aca;
            }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:hover {
            background: transparent;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item:hover > .m-menu__link > .m-menu__link-icon {
                color: #9a9caf !important;
            }

        .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--parent {
            display: block;
        }

            .m-aside-left--minimize .m-aside-menu.m-aside-menu--skin-light .m-menu__nav > .m-menu__item.m-menu__item--hover > .m-menu__submenu .m-menu__subnav > .m-menu__item.m-menu__item--parent > .m-menu__link > .m-menu__link-text {
                color: #777c9d;
            }
}

.m-subheader {
    padding: 30px 30px 0 30px;
}

    .m-subheader .m-subheader__title {
        display: inline-block;
        padding: 7px 25px 7px 0;
        font-family: Roboto;
        font-weight: 300;
        font-size: 1.55rem;
        font-weight: 500;
        vertical-align: middle;
        margin: 0 15px 0 0;
        color: #3f4047;
    }

        .m-subheader .m-subheader__title.m-subheader__title--separator {
            border-right: 1px solid #e2e5ec;
        }

    .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item {
        padding: 0;
    }

        .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item > .m-nav__link > .m-nav__link-text {
            color: #898b96;
        }

        .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item > .m-nav__link > .m-nav__link-icon {
            font-size: 1.3rem;
            color: #898b96;
        }

        .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item > .m-nav__link:hover > .m-nav__link-text {
            color: #716aca;
        }

        .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item > .m-nav__link:hover > .m-nav__link-icon {
            color: #716aca;
        }

        .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__item.m-nav__item--home > .m-nav__link > .m-nav__link-icon {
            padding-right: 0;
        }

    .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__separator {
        padding: 0 3px;
        color: #898b96;
    }

    .m-subheader .m-subheader__daterange {
        display: inline-block;
        border-radius: 2rem;
        padding: 5px;
        cursor: pointer;
        background: #fff;
    }

        .m-subheader .m-subheader__daterange .m-subheader__daterange-label {
            padding: 0.7rem 0.75rem 0.7rem 1.5rem;
        }

            .m-subheader .m-subheader__daterange .m-subheader__daterange-label .m-subheader__daterange-title {
                display: inline-block;
                font-weight: 400;
                color: #aaaeb8;
            }

            .m-subheader .m-subheader__daterange .m-subheader__daterange-label .m-subheader__daterange-date {
                display: inline-block;
                font-weight: 500;
            }

        .m-subheader .m-subheader__daterange > .btn {
            width: 32px !important;
            height: 32px !important;
        }

            .m-subheader .m-subheader__daterange > .btn > i {
                font-size: 0.8rem !important;
            }

@media (max-width: 1024px) {
    .m-subheader {
        padding: 30px 20px 0 20px;
    }
}

@media (max-width: 768px) {
    .m-subheader {
        padding: 20px 20px 0 20px;
    }

        .m-subheader .m-subheader__title {
            display: block;
            margin: 0 0 0 0;
            padding: 0;
        }

            .m-subheader .m-subheader__title.m-subheader__title--separator {
                border-right: 0;
            }

        .m-subheader .m-subheader__breadcrumbs.m-nav {
            margin-top: 0.75rem;
        }

            .m-subheader .m-subheader__breadcrumbs.m-nav > .m-nav__separator {
                padding: 0 3px;
            }
}

.m-footer {
    padding: 7px 30px;
    height: 60px;
    min-height: 60px;
    background: #ffffff;
    -webkit-box-shadow: -2px -8px 41px -14px rgba(202, 210, 222, 0.61);
    box-shadow: -2px -8px 41px -14px rgba(202, 210, 222, 0.61);
}

    .m-footer .m-footer__copyright {
        font-size: 0.9rem;
        font-weight: 400;
        color: #a9a9aa;
    }

@media (min-width: 1025px) {
    .m-footer--fixed .m-footer {
        z-index: 102;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: padding-top width 0.2s ease;
        transition: padding-top width 0.2s ease;
    }

    .m-footer--fixed .m-body {
        padding-bottom: 60px;
    }

    .m-footer--fixed .m-content {
        padding-bottom: 60px;
    }

    .m-footer--fixed.m-footer--push .m-body {
        padding-bottom: 0;
    }

    .m-footer--fixed.m-footer--push.m-aside-left--enabled .m-footer {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
        left: 255px;
    }

    .m-footer--fixed.m-footer--push.m-aside-left--enabled.m-aside-left--minimize .m-footer {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
        left: 78px;
    }

    .m-aside-left--hide .m-footer {
        margin-left: 0 !important;
    }

    .m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-footer {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
        margin-left: 255px;
        margin-top: -60px;
    }

    .m-footer--push.m-aside-left--enabled:not(.m-footer--fixed).m-aside-left--minimize .m-footer {
        -webkit-transition: width 0.2s ease;
        transition: width 0.2s ease;
        margin-left: 78px;
    }

    .m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-aside-right,
    .m-footer--push.m-aside-left--enabled:not(.m-footer--fixed) .m-wrapper {
        margin-bottom: 60px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .m-footer .m-footer__nav .m-nav__item {
        padding: 0 0 0 5px;
    }

        .m-footer .m-footer__nav .m-nav__item:first-child {
            padding-left: 0;
        }
}

@media (max-width: 1024px) {
    .m-footer {
        height: auto;
        padding: 7px 20px;
    }

        .m-footer .m-stack__item {
            text-align: center;
        }

        .m-footer .m-footer__copyright {
            display: inline-block;
            margin-bottom: 1rem;
        }

        .m-footer .m-footer__nav {
            text-align: center;
            float: none;
            margin: 0 auto;
        }

            .m-footer .m-footer__nav .m-nav__item {
                padding: 0 0 0 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 {
  -webkit-box-sizing: content-box;
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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 {
  -webkit-box-sizing: content-box;
  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; }

@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21; }

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3; }

div.dt-button-info > div {
  padding: 1em; }

ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }

ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px; }

ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px; }

ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px; }

ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0; }

ul.dt-button-collection {
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px; }

ul.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0; }

ul.dt-button-collection.fixed.two-column {
  margin-left: -150px; }

ul.dt-button-collection.fixed.three-column {
  margin-left: -225px; }

ul.dt-button-collection.fixed.four-column {
  margin-left: -300px; }

ul.dt-button-collection > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

ul.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2; }

ul.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3; }

ul.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4; }

ul.dt-button-collection .dt-button {
  border-radius: 0; }

ul.dt-button-collection.fixed {
  max-width: none; }

ul.dt-button-collection.fixed:before, ul.dt-button-collection.fixed:after {
  display: none; }

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }

@media screen and (max-width: 767px) {
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em; }
  div.dt-buttons a.btn {
    float: none; } }

div.dt-buttons button.btn.processing, div.dt-buttons div.btn.processing, div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2); }

div.dt-buttons button.btn.processing:after, div.dt-buttons div.btn.processing:after, div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear; }

div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #0275d8;
  background: #0275d8; }

div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #0275d8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px); }

div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px; }

div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px; }

div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 5px #555;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em 2em; }

div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%; }

div.dt-autofill-list ul li {
  display: table-row; }

div.dt-autofill-list ul li:last-child div.dt-autofill-question, div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none; }

div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6; }

div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc; }

div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0; }

div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc; }

div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10; }

div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 60px;
  margin: -2px 0; }

table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202; }

div.DTCR_pointer {
  width: 1px;
  background-color: #0275d8;
  z-index: 201; }

table.DTFC_Cloned tr {
  background-color: white;
  margin-bottom: 0; }

div.DTFC_LeftHeadWrapper table, div.DTFC_RightHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background-color: white; }

div.DTFC_LeftBodyWrapper table, div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0 !important; }

div.DTFC_LeftBodyWrapper table thead .sorting:after, div.DTFC_LeftBodyWrapper table thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table thead .sorting_desc:after, div.DTFC_LeftBodyWrapper table thead .sorting:after, div.DTFC_LeftBodyWrapper table thead .sorting_asc:after, div.DTFC_LeftBodyWrapper table thead .sorting_desc:after, div.DTFC_RightBodyWrapper table thead .sorting:after, div.DTFC_RightBodyWrapper table thead .sorting_asc:after, div.DTFC_RightBodyWrapper table thead .sorting_desc:after, div.DTFC_RightBodyWrapper table thead .sorting:after, div.DTFC_RightBodyWrapper table thead .sorting_asc:after, div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
  display: none; }

div.DTFC_LeftBodyWrapper table tbody tr:first-child th, div.DTFC_LeftBodyWrapper table tbody tr:first-child td, div.DTFC_RightBodyWrapper table tbody tr:first-child th, div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  border-top: none; }

div.DTFC_LeftFootWrapper table, div.DTFC_RightFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
  background-color: white; }

div.DTFC_Blocker {
  background-color: white; }

table.dataTable.table-striped.DTFC_Cloned tbody {
  background-color: white; }

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

table.dataTable.fixedHeader-floating {
  position: fixed !important; }

table.dataTable.fixedHeader-locked {
  position: absolute !important; }

@media print {
  table.fixedHeader-floating {
    display: none; } }

table.dataTable tbody th.focus, table.dataTable tbody td.focus {
  -webkit-box-shadow: inset 0 0 1px 2px #0275d8;
  box-shadow: inset 0 0 1px 2px #0275d8; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px; }

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px; }

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer; }

table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 3px #444;
  box-shadow: 0 0 3px #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #0275d8; }

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333; }

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em; }

table.dataTable > tbody > tr.child:hover {
  background: transparent !important; }

table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0; }

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold; }

div.dtr-modal {
  position: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em; }

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6); }

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em; }

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12; }

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea; }

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%; } }

div.dtr-bs-modal table.table tr:first-child td {
  border-top: none; }

table.dataTable tr.group td {
  font-weight: bold;
  background-color: #e0e0e0; }

table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #0275d8;
  outline-offset: -2px;
  z-index: 2001; }

tr.dt-rowReorder-moving {
  outline: 2px solid #888888;
  outline-offset: -2px; }

body.dt-rowReorder-noOverflow {
  overflow-x: hidden; }

table.dataTable td.reorder {
  text-align: center;
  cursor: move; }

div.DTS {
  display: block !important; }

div.DTS tbody th, div.DTS tbody td {
  white-space: nowrap; }

div.DTS div.DTS_Loading {
  z-index: 1; }

div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px); }

div.DTS div.dataTables_scrollBody table {
  z-index: 2; }

div.DTS div.dataTables_paginate, div.DTS div.dataTables_length {
  display: none; }

div.DTS div.dataTables_scrollBody table {
  background-color: white; }

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #0275d8; }

table.dataTable.stripe tbody > tr.odd.selected, table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected, table.dataTable.display tbody > tr.odd > .selected {
  background-color: #0172d2; }

table.dataTable.hover tbody > tr.selected:hover, table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover, table.dataTable.display tbody > tr > .selected:hover {
  background-color: #0170d0; }

table.dataTable.order-column tbody > tr.selected > .sorting_1, table.dataTable.order-column tbody > tr.selected > .sorting_2, table.dataTable.order-column tbody > tr.selected > .sorting_3, table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1, table.dataTable.display tbody > tr.selected > .sorting_2, table.dataTable.display tbody > tr.selected > .sorting_3, table.dataTable.display tbody > tr > .selected {
  background-color: #0172d3; }

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #016ecc; }

table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #016fcd; }

table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #0170cf; }

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #0172d3; }

table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #0173d5; }

table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #0174d7; }

table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #016ecc; }

table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #0172d3; }

table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #016bc6; }

table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #016cc7; }

table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #016dca; }

table.dataTable.display tbody > tr:hover > .selected, table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected, table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #016bc6; }

table.dataTable tbody td.select-checkbox, table.dataTable tbody th.select-checkbox {
  position: relative; }

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after, table.dataTable tbody th.select-checkbox:before, table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px; }

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9; }

div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
  margin-left: 0.5em; }

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info, div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block; } }

table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
  color: white; }

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
  color: #a2d4ed; }

@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.redactor-animate-hide{display:none!important}.redactor-fadeIn{opacity:0;animation:fadeIn .2s ease-in-out}.redactor-fadeOut{opacity:1;animation:fadeOut .2s ease-in-out}@font-face{font-family:Redactor;src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkcAAAC8AAAAYGNtYXAXVtKwAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zuxdz/8AAAF4AAAkQGhlYWQPMte3AAAluAAAADZoaGVhB7gD6wAAJfAAAAAkaG10eK4BD60AACYUAAAAuGxvY2GyjqiGAAAmzAAAAF5tYXhwADkBcwAAJywAAAAgbmFtZVDOJQoAACdMAAABknBvc3QAAwAAAAAo4AAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpKQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sn//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjO7AooZIiIZ/XYZIiIZgAOKGSIiGfx2GCMiGYACihkiIhn9dhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEwApAD4AABMhMhYVMRUUBiMhIiY1MTU0NjMxESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzMTsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjP7AsoZIiIZ/TYZIiIZwAOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADARkARwLnAwAAKwA0AFUAACU+ATU0JjUxNjQ1NCYvAT4BNzE8ATU0JicxLgEjKgEjMSIHETMyFjMyNjcHAzIVFCMiIzUzAzoBMzIWFyceARUcARU1HAEVFAYHFQ4BIyImIzMiJzUzAp8hJwEBSDcCJjABIRshUS0CBQI4iM8DBgMwWCQByWp3HxxGBwUJBRw0FgEQEhUSFjQcBAkEARcmQIAZSiwBBAEDBwM9XRABEEUrAQMBJj8WGBsG/U4BHxsBAhdPWqb+/w4OAQ4oFwIFAgECBQIZLA4BDQ8BA+MAAAIAwAAAA0ADgAAsADgAACUiJicxJwcOASM4ATkBKgEjIiYnNRE+ATM6ATMxIToBMzIWFzERDgEjKgEjMQERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcBAxAYICEX/PAXIQMQ/ZhlBgYGBmUCaAAABQBAAAADwAOAABMAFwAnADcARwAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhBSEyFhUUBiMxISImNTQ2MxUhMhYVFAYjMSEiJjU0NjMVITIWFRQGIzEhIiY1NDYzA0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJRsDgEs1/YA1S0s1AoA1S/0AAoBAJRsbJSUbGyXAJRsbJSUbGyXAJRsbJSUbGyUAAAMAQAAAA8ADgAATABcAWQAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhAzEHDgEjOAE5ASoBIyImJzE0NjcxNyMwIjEiJicxNDY3MTc+ATM4ATkBOgEzMhYXMRQGBzEHMzAyMTIWFzEUBgcxA0D9gDVLSzUCgDVLSzX9gAKAiMAFEAkBAQEOFAIEBJTpAg4VAQQEwAUQCQEBAQ4UAgQElOkCDhUBBAQDgEs1/YA1S0s1AoA1S/0AAoD+reAGBxIOBQoErRIOBQoE4AYHEg4FCgStEg4FCgQAAAEAgAA8A4ADAQCDAAABIy4BJyMnLgEnFy4BJzUuATUwNDUxPAE1NDY3MT4BMzoBMzEeARcjHgEXIzcuASMqAQczKgEjIgYHMQ4BFRwBFTEcARUUFhc1HgEfAiEVIRceARUxHAEVFAYHMQ4BIyoBIzEuAScXLgEnFwceATM6ATMjMhYzMjY3MT4BNzEuAScXMwOA9BIoFwI5FSMRAQgOBQUFDw0NIxMCBAITJBECEB0NARscQiQHDgYBAgQCJkQaGR0PDRIxHQIv/p0BxAQJChIPESoYAQQBEyQRAhIhDgEiH0wpAgQDAQMHAyxOIB0iAQEIBwHTAYASHQsbChUNAQcSCgEKFw0BAQEBARQiDQsOAQYGBA4IURETARsYFz8lAQMBAQICHDUXARkmCwEWQAQOIREBAQEWJg4OEAEHBgEGEAsBVhUWAR0aF0QoFCYSAgAAAAACAEAAAAPAA4AAHQA9AAABBzMyFhUUBisBIiY1MTU0NjMyFhUxFTceARcVFDY/ASMiJjU0NjMxMzIWFTEVFAYjIiY1MTUHLgEnNTQGNwHA50cTGhoTsxMaGhMSG+YYIgYGeudHExoaE7MTGhoTEhvmGCIGBgYBQOYbEhMaGhOzExoaE0fnBSMXAQkP+uYbEhMaGhOzExoaE0fnBSMXAQkPBgAAAAMAQABAA8ADgAAbAB4AIgAAASMVMxEhETM1IyIGFTERFBYzMSEyNjUxETQmIwEHISczESMDQICA/YCAgDVLSzUCgDVLSzX+wIABAKpUVAKAgP7AAUCASzX+wDVLSzUBQDVLAQDaIP66AAAAAAMAQAAAA8ADgAADABcAHwAAATMnBwEhIgYVMREUFjMxITI2NTERNCYjAycjByMTMxMBuI1GRwGI/YA1S0s1AoA1S0s1sivIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAABAA/AMADvwL/AAcACgB5ALAAACUDIwMzNzMXJyM3AREwNDU0JicXLgEnMS4BJyMuASMqATkBOAExIgYHMwYHBgcGBxU+ATczPgEzMToBMzIWFzEeARUwFBUxFSMmIiMiBgczDgEVHAEVNRQwFRQWFyceARcxHgEXMx4BMzoBMzE4ATEyNjcjPgE3MRczJw4BDwEOAQcjMCIjIiYnMS4BJzEuASc1LgE1OAE5ATQwNTQ2NzE+ATcxPgE3Mz4BMzoBMzEzFQJA6i7pcynIK0mMRgKABgUBBQ8JChcNAQ0eDwECChMKAhMREBAPDA0fEQMOIBACBAIQHgwKC04DBwQfOBgBFBcEBAEECwcIEwoBCxoOAQIBEiIQAhMfDQE7Qg0eEQELGg4BAQEHDgYGCQQEBQICAQMCAwgGBg4IAQgUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwBDBMIBwwDBAQBAQIEAwQEBTsGCgQEBAsJChoPAgEhARIPDiwaAQICAQEBCxUKAQoRBwcLBAQFCAYIFg4zaAwWCAEGBwEDAgIGBAQIBQEECwUBAQcOBgYLBAUHAgMCQwAAAAAHAD8AQAPRA0AABwAKAA4AEgAWABoAHgAAJQMjAzM3MxcnIzclMxEjExcHJzcHFzcDNycHFyc3FwJA6i7pcynIK0mMRgHBQEAkLbUtrS21La0ttS2tLbUtwAI//cFzc8DR7/0AAvEttS21LbUt/dMttS21LbUtAAABAMAAQANAA0AAMgAAASEqASMiBgczDgEHMw4BBxUOARUcARUxFBYXNR4BFzEeARczHgEzOgEzMREzETMRMxEzA0D+YAIFAhgsFQIUJA8BDxYIBgcJBwgXDg4hEwEULRgCBAFcgFxoA0AHBgYUDAwdEQEPIhICBQITJBABER4MDRUHCAf+cwKr/VUCqwAAAAAC//EAswQEAtwABQALAAABLQEnCQEBDQEXCQEBn/8AAQBR/qMBXQEJAQD/AFABXf6jAQDIxk7+7P7rAdzIxk0BFAEUAAYAQABAA8ADQAADAB8AIgAlADgATAAAAREhEQU6ATMyFhcxDgEjKgEjMSoBIyImJzE+ATM6ATMHNxcxNxcBITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIzEhIiY1MTU0NjMBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiIZAoD+gAGAShwUFRsbFRQc9lBQgIACACIZChkiIhkKGSL9gCIZChkiIhkKGSIAAAAHAEAAgAPAAwAAEgApAD0AQQBeAGEAZAAAATMyFhUxFRQGKwEiJjUxNTQ2MxEzMhYVMRUUBiMxIzgBMSImPQE0NjMxASEyFhUxFRQGIzEhIiY1MTU0NjMDESERBTAyMzIWFzEOASMqATkBKgExIiYnMT4BMzAyMzEHNxcjNxcCu8oZIiIZyhkiIhnJGSIiGckYIyIZ/cADChkiIhn89hkiIhk7AcD+1gEBFB0BAR0UAQEBARQdAQEdFAEBUUNAA2hgAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAgD+gAGAShwUFBwcFBQc9lBQgIAAAAAHAEAAgAPAAwAAEwAtAEEARQBaAF0AYAAAEzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIWFTEVFDAxFAYjOAExIyImNTE1NDYzMREhMhYVMRUUBiMxISImNTE1NDYzAREhEQUwMjMyFhcxDgEjIiYnMT4BMzoBMwc3Fyc3F3vKGSIiGcoZIiIZyhkiIhnKGSIiGQMKGSIiGfz2GSIiGQGFAcD+1gEBFB0BAx0VFB0DAR0UAQEBUURABGVjAwAiGQoZIiIZChki/wAiGQkBGSIiGQoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQbGxQUHPZPUAGAgAAABAAAAAAEAAOAAAMAIAAjACYAABMRIREFOgEzMhYXMQ4BIyoBIzEqASMiJicxPgEzOgEzMQM3FzUbAQAEAP1UAQEBL0MBAUMvAQEBAQEBL0MBAUMvAQEBt5uR6NoDgPyAA4CsQS8vQUEvL0H9xbe7BAEn/tQAAAAABQAAAIAEAAMAABMAKgA+AEEARQAAEyEyFhUxFRQGIyEiJjUxNTQ2MzEBITIWFTEVFAYjMSE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzJwcRBzMVIzsDihkiIhn8dhkiIhkBwAHJGSIiGf43GCMiGQHKGSIiGf42GSIiGbvAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAAAgDAAAADgAOAACQASQAAJTEqASMiJy4BJyYnNDc+ATc2MzIXHgEXFhUxBgcOAQcGIyoBIzU6ATMyNz4BNzY3MTQnLgEnJiMiBw4BBwYVFhceARcWMzoBMzECIAEDAUc/P14bHAExMHw5OREROTl8MDEBHBtePz9HAQMBAQIBNS8vRxQVASYlXisqCgoqK14lJgEVFEcvLzUBAgEAGxpdPj5HR2BfrTw8PDytX2BHRz4+XRobVRQURi4vNTVKSYUvLy8vhUlKNTUvLkYUFAAAAAEBswBIAowC9gADAAAlEyMDAhN5X3pIAq79UgABAAABgQQAAgAAFQAAEyEyFhUxFRQGIyE4ATEiJj0BNDYzMTsDihkiIhn8dhgjIhkCACIZCRkiIhgKGSIAAAAAAwAAAL8EAALBADgAPAB5AAAlIiYnFzUzHgE7ATIWMzI2PwEuASMqASMzDgEHNyM1PgE7ATI2MzIXHgEXFhcVBgcOAQcGIyImIzMBIRUhJw4BBzcjFQ4BFRQWFzEVMx4BMzI2NwczFQ4BKwEiBiMiJy4BJyYnNTY3PgE3NjMyFjMjMhYXJxUjLgEnIwLcKUshAj0TKxcBAwkEQF4IAQhfQAQJBAEYLBQCPSBKKAEDCQU2MTBKFxcEBBcXSjAxNgUJBAH+kQEl/ttJFywUAjwSExMSPBMrFxgsFAI9IEooAQMJBTYxMEoXFwQEFxdKMDE2BQkEASlLIQI9EysXAcAUEgFbCAoBVD4BP1QBCgkBWxEUARQURS8vNQE2Ly9FFBQBAUCA0wEKCQEpES0ZGi0RKAgKCgkBWxEUARQURS8vNQE2Ly9FFBQBFBIBWwkJAQAABQAaAIAEAAMAABIAKAA8AEYAdAAAASEyFhUxFRQGIyEiJjUxNTQ2MxEhMhYVMRUUBiMhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MwM1Iw4BByMVNxUTNSM3PgE3MTY0NTQmJzEuASMiBiMzMCIxIgYHMQ4BBzEXPgE7ATIVDgEHMQcVATsCihkiIhn9dhkiIhkCihkiIhn9dhgjIhkCihkiIhn9dhkiIhm2EA4kFAEvVVYvCg0CAQsJCxkOAgICAQEKFAgIDQQbBRUMAR8CCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBA4JFgsOGhAbC2kMAAUAAACABAADAAATACoAPgBBAEUAABMhMhYVMRUUBiMhIiY1MTU0NjMxASEyFhUxFRQGIzEhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MyUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIhn+BcCAgAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIiGhAUCAQAAAAAYAAP/ABAADwAAdADsAPwBDAEcASwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjAyEVIREhFSEbARcDNxMXAwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQwAGA/oABgP6AQEo2SkpKN0sDwCgoi15dampdXosoKCgoi15dampdXosoKPyAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAUBAAQBA/tsB5Rv+GxsB5Rr+GgAAAAUAAACABAADAAATADMASABoAH8AABMhMhYVMRUUBiMhIiY1MTU0NjMxATMyMDEyFhU4ATkBFRQwMRQGIzgBMSMiJjUxNTQ2MzEBITIWFTEVFAYjMSEiJjUxNTQ2MzEBMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMTsBMhYVMRUUBiMxIzgBMSImPQE0NjMxOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABHAAA3MDIxMjY1OAE5ATU0NjMxIQcOARUUFjMyNjcxNz4BNTQmLwEuASMiBhUUFh8BITgBMSIHDgEHBhU4ATkBFTgBMRQWMzgBOQHoARAYXUMBB4QGBhgQCA8FyAYGBgbIBQ8IEBgGBoT++DIrLEETExcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEExJCKywyoBEXAAAAAAIAQAAAA4ADgAAeADwAAAEHMzIWFRQGKwEiJjUxNTQ2MzIWFTEVNx4BFxUUNgcBNyMiJjU0NjsBMhYVMRUUBiMiJj0BBy4BJzU0BjcDgOdHExoaE7MTGhoTEhvmGCIGBgb8wOdHExoaE7MTGhoTEhvmGCIGBgYDQOYbEhMaGhOzExoaE0fnBSMXAQkPBv0A5hsSExoaE7MTGhoTR+cFIxcBCQ8GAAAAAAEAgAA+A38DQADGAAAlIiMHPgE3Iz4BNzU+AT8BPgE1PAE1MTwBNTQmJxcuAScjLgEnIy4BIyoBIzEqASMiBgc3DgEHMQ4BDwEOARUcARU1FDAxFBYXNR4BFyceAR8BHgEfASciKwEVMBQxFBYXMR4BMzoBOQEhNS4BJxUuAS8BLgEnNS4BNTwBOQE8ATU0NjcVPgE3MT4BNzM+ATMyFhcjHgEXIx4BHwEeARUcARUxMBQVFAYHNw4BBzUOAQ8BDgEHIxUhOgExMjY3MT4BNTA0OQE1AvYXFy0ZLBQBFCIPDhcIAQcJEA8BDikYARk6IAIgSSYBAgEBAgEmSSICIjwZGSgOAQ4PCQgIFw8BDyITARMsFwItFxaKBgYFDwgBAQEZFSYQER4MAQwVBwcICwoJHBERJxYBFjEZGjEYAxgoEQESGwkBCQsIBwEIFA0MHhEBECUVAQEZAQEJDgYFBqgFCRgPDyQUARQuGAMXNhwBAQEBAQEmRyACITcXFiMMDQ0ODQENJBcXNx8CH0YmAQIBAQEdNxoCGi8UARUkDwEOGAkBBkABCA4FBQaRBA8MAQ0eEQESKBcCFjEaAQEBAwEcNBgBFicPDxcICAgICAcYDw8mFgEXNBwBAwEBARoyGAMYKhIBEh4MAQsPBI8GBQUOCAFAAAAAAAIBFQAWA+kCnQALAD0AACUnNyMHJyMXBzM3FwU1Izc+ATc1PAE1NCYnIy4BIyoBIzMqASMiBgc3DgEPARc+ATcxPgEzMTIVDgEHMQcVAsy7q111al2dq2FygAGBj1IQFQMQDQEPJxUCBAIBAQEBEB0NAQwRBAEgBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0BAQMBEyEMCw0IBwEHFAwBGgkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsAPQAAJSc3IwcnIxcHMzcXATUjNz4BNzU8ATU0JicjLgEjKgEjMTAiIyIGBzMOAQcVFz4BNzE+ATcxMhUOAQc1BxUCzLurXXVqXZ2rYXKAAYGPUhAVAxANARAoFgEDAQIBEB0NAQwRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0BAQMBEyEMDQ4IBwYUDAEaCA4FBQUBMxsvFAGxCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALgBfAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATkBFAYjIiYnNScuATU0NjcxNz4BMwExFx4BFRQGBzEHDgEjMSImNTA0MTQ2NzE3IQYmNTQ2MyEnLgE1PAE5ATQ2MzIWFxUBEBQcCAYOAiwUHBwU/dQOBwccFAsRBmAGCAgGYAYRCwIAYAcHBwdgBhELFBwIBg791hQcHBQCLA4HBxwUCxEGA0AmGgEBDBYKARMmGhomEwkWDAEBGiYKCAGACRcNDBcKgAgL/m2ACRcNDBcKgAgKJRsBDRYJEwEmGhomEwkWDAEBGiYKCAEAAAQBAACAAwEDAAADAAcACwAPAAABJzcXFzcnBwMHFzc3FwcnASkp6ynDKuwpwynrKcMq7CkCACfZJtom2ib+pibaJ9kn2ScAAAIA0P/AAxADDgA5AD0AAAEcARUUFhcxHgEzMjYzIzoBMzI2NxU+ATU8ATUVESMRHAEVFAYHMQ4BIyoBIzEqASMiJjU0NjUxESMDNSEVARIfGx5LKgUKBQEDBwMsTR8cIVgUERIxGwIEAgEEAzVLAVhCAkABTAMHAylJGhgcAR0aARtIKgMGAwEBwP5GAQQCGy8SERRLNQIDAgG2/Lc4OAABAMAAgANAAwAANgAAJSImNTE1NCYjMSEXHgEVFAYjIiYnMScuATU0Nj8BPgEzMhYVFAYHMQchMhceARcWFTEVFAYjMQMYEBdeQv73hAYGGBAIDwXIBgYGBsgFDwgQGAYGhAEIMissQRMTFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQTE0EsLDGgERcABgAAAIAEAAMAABIAKAA8AFAAcACEAAATITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzIzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMREzMhYVMRUUBiMxIyImNTE1NDYz+wLKGSIiGf02GSIiGQLKGSIiGf02GCMiGQLKGSIiGf02GSIiGcAKGSIiGQoZIiIZCQEZIiIZChkiIhkKGSIiGQoZIiIZAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAAAAwBeAE4DrwMdAKcBUgFwAAAlMzUjKgEjIiYnMS4BNTwBNTE0NzY1NjQ1NCYnFS4BJzE1PgE3MT4BNTwBJxU0JyY1PAE1NDY3MT4BMzIWMzEzNSMwIiMiBgczDgEHMQ4BDwEOARUcARU1FBcWFxYXFhUwFDEUBgcxDgEHMQ4BByMOASMqASMxFToBMzIWFyMeARcxHgEXFR4BFzEUBwYHBgcGFRwBFRQWFyceARcxHgEXMx4BMzoBMyMFMzoBMTI2NyM+ATcxPgE3MT4BNTQmNTE0JyYnJicmNTgBMTQ2NxU+ATcxPgE3NT4BMzAyMzE1KgExIiYnFy4BJzEuASc1LgE1OAE5ATQ3Njc2NzY3PAE1NCYnFS4BJzEuAS8BLgEjKgEjMSMVMzoBMzIWFzEeARUUBhUxFAcGFRwBFRQWFyMeARczFQ4BBzEOARUcARU1FBcWFRwBFRQGBzcOASMqASMxIxUlMzc2NzY3MxYXFh8BMyc3IwcGBwYHIyYnJi8BIxcBBC0TAQMCChIGBQYCAgEIBgcWDQ0WBwcHAQICBgUGEgoCAwETLQIBCxYKAQoQBgYKAgEDAwECAQEBAQECAgYEBAsGAQcQCAEBAQEBAQgRBwEHCwUDBgICAQECAQECAQEDBAEDCgYGEAkBCRYLAQIBAQHXLQEBDBYLAgoQBgcJAwMEAQEBAQIBAQIBAgYEBAsHBxAJAgEBAgkQCAEGCwUEBgIBAgECAQEBAQEEAwMJBwYQCQEJFgsBAQEtEwIDAQsRBwUGAQICBwcBCBUNAQ4VCAYHAgIFBgEHEQsBAwIT/mVcOgkJCAoDCwkKCjtgioJcNAgICAkDCwgJCTZgglE0CAcKFgwCBAIkISIoAgQDDx0NAQsPAwMDDwsMHRACBQIBKCIiJAEFAgwWCgYJATUDAwIKBwcSCQEMGg0BAgIBFxITEhESEhQBBgsFBgkEBQcDAwM6AwMDBwUECgUBBQsHFBESEhETExYBAgEOGwwBChIHBwkDAgMDAwIDCQcHEgoMGg4BAgEWExISERISFAYMBgEGCgQFBwIBAgM7AwMBAwcFBAoFAQQMBhUREhIRExMWAQIBDhoNAgsSBwYKAgECAzQIBwkXCwMEAiQhIigCBAMPHQ0KDwMDAw8LDB0QAgQDASgiISQCBAMMFgoBBwg0c2kSERIUFBIREmnj3WMQEBEUFBARD2TaAAAEAAAAQAQAA0AAIwA3AFwAXwAAASEiBw4BBwYVMREUFx4BFxYzMSEyNz4BNzY1MRE0Jy4BJyYjExQGIzEhIiY1MRE0NjMxITIWFTEFMQcOASMwIjkBKgEjIiYnMTU+ATM6ATMxMhYXIxceARUUBgcVJzcnAwD+ADUvLkYUFBQURi4vNQIANS8uRhQUFBRGLi81gEs1/gA1S0s1AgA1S/7pmgYNCAEBAgESGwICGxIBAgEIDgcBmgoNDQqACAsDQBQURi4vNf8ANS8uRhQUFBRGLi81AQA1Ly5GFBT+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQBHgUGAAAACgBAAAADwAOAAA8AJQAzAEEAUgBnAHgAjgCfALUAAAEjIiY1NDYzMTMyFhUUBiMnDgEjIiY1NDY3MTc+ATMyFhUUBgcxASImNTQ2MzIWFTEUBiM1IgYVFBYzMjY1MTQmIzUiJjUxNTQ2MzIWFTEVFAYjBycuATU0NjMyFh8BHgEVFAYjIiYnFxQGIzEjIiY1NDYzMTMyFhUHPgEzMhYVFAYHMQcOASMiJjU0NjcxJTIWFTEVFAYjIiY1MTU0NjM3Fx4BFRQGIyImJzEnLgE1NDYzMhYXA4hwFyEhF3AXISEXmggUCxchCAdQBxULFyEJB/7DRmJiRkZiYkYXISEXFyEhFxchIRcXISEX7k8HCSEXCxUHUAcIIRcLFAgOIRdwFyEhF3AXIQ4IFAsXIQgHUAcVCxchCQcBPRchIRcXISEX7k8HCCEXCxQHUAcIIRcLFAgBiCEXFyEhFxch1gcIIRcLFAhPBwkhFwsVB/5qYkZGYmJGRmLgIRcXISEXFyGoIRdwFyEhF3AXIUJQBxULFyEJB08IFAsXIQgHnhchIRcXISEXngcIIRcLFAhPBwkhFwsVBw4hF3AXISEXcBchQlAHFAsXIQgHTwgUCxchCAcAAAAAAQAAAAEAAIeeNh1fDzz1AAsEAAAAAADWD0mdAAAAANYPSZ3/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALgQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAABeBAAAAAQAAEAAAAAAAAoAFAAeAGwAugEIAXgBxAImApIDPAOOA8QD+ATUBRAFWAV6BeIGYAbaBxYHcAfYB+YIBgiuCUAJmgoSCpwK8AtEDEAMmAzwDSANnA3ADhAOWg7wELYRNhIgAAAAAQAAAC4BcQAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");font-weight:400;font-style:normal}[class*=" re-icon-"],[class^=re-icon-]{font-family:Redactor!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.re-icon-aligncenter:before{content:"\e900"}.re-icon-alignleft:before,.re-icon-alignment:before{content:"\e901"}.re-icon-alignright:before{content:"\e902"}.re-icon-bold:before{content:"\e903"}.re-icon-bookmark:before{content:"\e904"}.re-icon-clips:before{content:"\e905"}.re-icon-codesnippets:before{content:"\e906"}.re-icon-deleted:before{content:"\e907"}.re-icon-expand:before{content:"\e908"}.re-icon-file:before{content:"\e909"}.re-icon-fontcolor:before{content:"\e90a"}.re-icon-fontfamily:before{content:"\e90b"}.re-icon-fontsize:before{content:"\e90c"}.re-icon-format:before{content:"\e90d"}.re-icon-html:before{content:"\e90e"}.re-icon-imagecenter:before{content:"\e90f"}.re-icon-imageleft:before{content:"\e910"}.re-icon-imageright:before{content:"\e911"}.re-icon-image:before{content:"\e912"}.re-icon-indent:before{content:"\e913"}.re-icon-inline:before{content:"\e914"}.re-icon-italic:before{content:"\e915"}.re-icon-horizontalrule:before,.re-icon-line:before{content:"\e916"}.re-icon-link:before{content:"\e917"}.re-icon-ol:before,.re-icon-ordered:before{content:"\e918"}.re-icon-outdent:before{content:"\e919"}.re-icon-properties:before{content:"\e91a"}.re-icon-readmore:before{content:"\e91b"}.re-icon-redo:before{content:"\e91c"}.re-icon-retract:before{content:"\e91d"}.re-icon-specialcharacters:before{content:"\e91e"}.re-icon-sub:before{content:"\e91f"}.re-icon-sup:before{content:"\e920"}.re-icon-table:before{content:"\e921"}.re-icon-textdirection:before{content:"\e922"}.re-icon-toggle:before{content:"\e923"}.re-icon-underline:before{content:"\e924"}.re-icon-undo:before{content:"\e925"}.re-icon-lists:before,.re-icon-ul:before,.re-icon-unordered:before{content:"\e926"}.re-icon-variable:before{content:"\e927"}.re-icon-video:before{content:"\e928"}.re-icon-widget:before{content:"\e929"}.redactor-box,.redactor-box textarea{z-index:auto}.redactor-box{position:relative;box-sizing:border-box}.redactor-box.redactor-styles-on{margin:0;padding:0;background:#fff;border:1px solid rgba(0,0,0,.075);border-radius:3px;box-shadow:none}.redactor-box.redactor-inline{position:static}.redactor-focus.redactor-styles-on,.redactor-focus:focus.redactor-styles-on{border-color:#82b7ec!important}.redactor-over:hover.redactor-styles-on{border-color:#ee698a!important}.redactor-source-view,.redactor-source-view.redactor-styles-on{border-color:#000!important}.redactor-in{position:relative;overflow:auto;white-space:normal;box-sizing:border-box}.redactor-in:focus{outline:0}.redactor-inline .redactor-in{overflow:hidden}.redactor-in *,.redactor-read-only *{outline:0!important}.redactor-in blockquote:empty,.redactor-in h1:empty,.redactor-in h2:empty,.redactor-in h3:empty,.redactor-in h4:empty,.redactor-in h5:empty,.redactor-in h6:empty,.redactor-in p:empty{min-height:1.5em}.redactor-in b:empty,.redactor-in em:empty,.redactor-in i:empty,.redactor-in ins:empty,.redactor-in span:empty,.redactor-in strong:empty,.redactor-in sub:empty,.redactor-in sup:empty,.redactor-in u:empty{display:inline-block;min-width:1px;min-height:1rem}.redactor-in table{empty-cells:show}.redactor-in li figure{width:auto;display:inline-block;margin:0;vertical-align:top}.redactor-in figcaption:focus,.redactor-in figure code:focus,.redactor-in figure pre:focus,.redactor-in table td:focus,.redactor-in table th:focus{outline:0}.redactor-in figure[data-redactor-type=line]{margin-top:1em;padding:6px 0;vertical-align:baseline}.redactor-in figure[data-redactor-type=line] hr{margin:0;height:3px;border:none;background:rgba(0,0,0,.1)}.redactor-script-tag{display:none!important}.redactor-component{position:relative}.redactor-component[data-redactor-type=video]:before,.redactor-component[data-redactor-type=widget]:before{width:100%;height:100%;content:"";display:block;position:absolute;z-index:1}.redactor-component[data-redactor-type=image],.redactor-component[data-redactor-type=widget]{clear:both}.redactor-component[data-redactor-type=variable]{white-space:nowrap;background:rgba(0,125,255,.75);color:#fff;display:inline-block;padding:3px 6px;line-height:1;border-radius:4px;cursor:pointer}.redactor-component-active{outline:5px solid rgba(0,125,255,.5)!important}.redactor-component-active[data-redactor-type=image]{outline:0!important}.redactor-component-active[data-redactor-type=image] img{outline:5px solid rgba(0,125,255,.5)!important}.redactor-component-active[data-redactor-type=variable]{outline:0!important;background:#ee698a}.redactor-component-active[data-redactor-type=video]{outline:0!important}.redactor-component-active[data-redactor-type=video] iframe{outline:5px solid rgba(0,125,255,.5)!important}.redactor-blur.redactor-styles-on .redactor-component-active{outline:5px solid #ddd!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image]{outline:0!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img{outline:5px solid #ddd!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video]{outline:0!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe{outline:5px solid #ddd!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable]{outline:0!important;background:#ddd}.redactor-component-caret{position:absolute;left:-9999px}.redactor-textnodes-wrapper{display:inline-block}#redactor-image-resizer{position:absolute;z-index:1050;background-color:rgba(0,125,255,.9);width:13px;height:13px;border:1px solid #fff;cursor:move;cursor:nwse-resize}.redactor-file-item{display:inline-block;line-height:1;padding:4px 12px;border-radius:16px;border:1px solid rgba(0,0,0,.2)}.redactor-file-remover{margin-left:2px;position:relative;right:-3px;display:inline-block;padding:0 3px;cursor:pointer;opacity:.5}.redactor-file-remover:hover{opacity:1}#redactor-overlay{position:fixed;z-index:1051;top:0;left:0;right:0;bottom:0;background-color:rgba(16,16,18,.3)}#redactor-overlay>.redactor-close{position:fixed;top:1rem;right:1rem}.redactor-source,.redactor-source:focus,.redactor-source:hover{text-align:left;box-sizing:border-box;font-family:Consolas,Menlo,Monaco,"Courier New",monospace;width:100%;display:block;margin:0;border:none;box-shadow:none;border-radius:0;background:#252525;color:#ccc;font-size:15px;outline:0;padding:10px 18px 20px 18px;line-height:1.5;resize:vertical}.redactor-box[dir=rtl] .redactor-source{direction:ltr}.redactor-placeholder:before{position:absolute;content:attr(placeholder);color:rgba(0,0,0,.4);font-weight:400}.redactor-in figcaption[placeholder]:empty:before{content:attr(placeholder);color:rgba(0,0,0,.4);font-weight:400}.redactor-in figcaption[placeholder]:empty:focus:before{content:""}.redactor-statusbar{font-family:Consolas,Menlo,Monaco,"Courier New",monospace;margin:0;padding:8px 10px;position:relative;overflow:hidden;list-style:none;background:#f8f8f8;box-sizing:border-box;border:none}.redactor-statusbar li{float:left;font-size:12px;color:rgba(0,0,0,.5);padding:0 10px;line-height:16px;border-right:1px solid rgba(0,0,0,.1)}.redactor-statusbar li:last-child{border-right-color:transparent}.redactor-statusbar a{color:rgba(0,0,0,.5);text-decoration:underline}.redactor-statusbar a:hover{color:#f03c69;text-decoration:underline}.redactor-statusbar:empty{display:none}.redactor-toolbar-wrapper{position:relative}.redactor-air,.redactor-toolbar{z-index:100;font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Tahoma,sans-serif;position:relative;margin:0!important;padding:0;list-style:none!important;line-height:1!important;background:0 0;border:none;box-sizing:border-box}.redactor-box.redactor-styles-on .redactor-toolbar{background:#eef1f5;box-shadow:0 1px 2px rgba(0,0,0,.2)}.redactor-air a,.redactor-toolbar a{display:inline-block;box-sizing:border-box;font-size:14px;text-align:center;padding:10px 15px 9px 15px;cursor:pointer;outline:0;border:none;vertical-align:middle;text-decoration:none;zoom:1;position:relative;color:rgba(0,0,0,.85);border-radius:2px;background:rgba(255,255,255,.97);margin-right:5px;margin-bottom:4px}.redactor-air a.re-button-icon,.redactor-toolbar a.re-button-icon{font-size:14px;width:28px;display:inline-flex;justify-content:center;background:0 0}.redactor-air a:hover,.redactor-toolbar a:hover{outline:0;color:#fff;background:#449aef}.redactor-toolbar a.redactor-button-active{background:rgba(245,245,245,.95);color:rgba(0,0,0,.4)}.redactor-air a.redactor-button-disabled,.redactor-toolbar a.redactor-button-disabled{opacity:.3}.redactor-air a.redactor-button-disabled:hover,.redactor-toolbar a.redactor-button-disabled:hover{color:#333;outline:0;background-color:transparent!important;cursor:default}.redactor-source-view .redactor-toolbar{background:#252525}.redactor-source-view .redactor-toolbar a{background:#000;color:#fff}.redactor-source-view .redactor-toolbar a:hover{background:#449aef}.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover{color:#fff!important;background-color:#000!important}.re-button-tooltip{display:none;position:absolute;white-space:nowrap;top:0;z-index:10001;background:rgba(0,0,0,.9);border-radius:3px;padding:5px 9px;color:rgba(255,255,255,.8);font-size:12px;line-height:1;font-family:Consolas,Menlo,Monaco,"Courier New",monospace}.re-button-tooltip:after{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:none;border-bottom-color:rgba(0,0,0,.9);border-width:4px;margin-left:-4px}.redactor-toolbar-wrapper-air{position:absolute;z-index:100}.redactor-air{padding:6px 3px 2px 8px;max-width:576px;min-width:200px;border-radius:4px;background:rgba(0,0,0,.97)}.redactor-air a{background:rgba(37,37,37,.95);box-shadow:none;color:rgba(255,255,255,.9)}.redactor-air a:hover{background:#3d79f2}.redactor-air a.redactor-button-active{background-color:rgba(255,255,255,.15);color:#fff}.redactor-air a.redactor-button-disabled:hover{color:#fff}.redactor-air-helper{position:absolute;right:0;top:0;line-height:1;font-size:15px;color:#000;background:rgba(255,255,255,.85);border-bottom-left-radius:4px;padding:7px 10px 6px 10px;cursor:pointer}.redactor-air-helper:hover{background:#fff}.redactor-voice-label{display:none}.redactor-context-toolbar{position:absolute;top:0;left:0;z-index:1051;background-color:rgba(0,0,0,.95);color:#555;border-radius:4px;padding:6px 18px 7px 18px;line-height:1.5;font-family:Consolas,Menlo,Monaco,"Courier New",monospace}.redactor-context-toolbar a{font-size:12px;color:#ccc;text-decoration:none;display:inline-block;padding:2px 0 1px 12px}.redactor-context-toolbar a:first-child{padding-left:0}.redactor-context-toolbar a i{position:relative;top:3px;font-size:16px}.redactor-context-toolbar a:before{content:'';padding-left:10px;border-left:1px solid rgba(255,255,255,.3)}.redactor-context-toolbar a:hover{color:#fff}.redactor-context-toolbar a:first-child:before{padding-left:0;border-left:none}.redactor-context-toolbar[dir=rtl] a{padding:2px 12px 1px 0}.redactor-context-toolbar[dir=rtl] a:first-child{padding-right:0}.redactor-context-toolbar[dir=rtl] a:before{padding-left:0;padding-right:10px;border-right:1px solid rgba(255,255,255,.3);border-left:none}.redactor-context-toolbar[dir=rtl] a:first-child:before{padding-right:0;border-right:none}.redactor-dropdown{font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Tahoma,sans-serif;display:none;position:absolute;z-index:10000;background-color:#fff;box-shadow:0 4px 14px rgba(0,0,0,.2);border-radius:2px;width:264px;max-height:250px;margin:0;margin-top:-1px;overflow:auto;font-size:15px;padding:0}.redactor-dropdown a span{display:inline-block;line-height:1;padding:2px 4px;border-radius:3px}.redactor-dropdown a{display:block;text-decoration:none;padding:10px 8px;white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.05)}.redactor-dropdown a:last-child{border-bottom-color:transparent}.redactor-dropdown a{color:#000}.redactor-dropdown a:hover{color:#fff!important;background-color:#449aef!important}.redactor-dropdown a.redactor-dropdown-item-disabled{color:rgba(0,0,0,.4);background:#fff}.redactor-dropdown-cells{margin:10px auto}.redactor-dropdown-cells a,.redactor-dropdown-cells span{float:left;cursor:pointer;box-sizing:border-box;text-align:center;padding:0;margin:0;font-size:14px}.redactor-dropdown-selector{display:flex;text-align:center}.redactor-dropdown-selector span{flex-grow:1;font-size:12px;padding:8px;cursor:pointer}.redactor-dropdown-selector span:hover{background:#eee}.redactor-dropdown-selector span.active{cursor:text;color:rgba(0,0,0,.3);background:#eee}.redactor-dropdown-format .redactor-dropdown-item-blockquote{color:rgba(0,0,0,.4);font-style:italic}.redactor-dropdown-format .redactor-dropdown-item-pre{font-family:monospace,sans-serif}.redactor-dropdown-format .redactor-dropdown-item-h1{font-size:40px;font-weight:700;line-height:32px}.redactor-dropdown-format .redactor-dropdown-item-h2{font-size:32px;font-weight:700;line-height:32px}.redactor-dropdown-format .redactor-dropdown-item-h3{font-size:24px;font-weight:700;line-height:24px}.redactor-dropdown-format .redactor-dropdown-item-h4{font-size:21px;font-weight:700;line-height:24px}.redactor-dropdown-format .redactor-dropdown-item-h5{font-size:18px;font-weight:700;line-height:24px}.redactor-dropdown-format .redactor-dropdown-item-h6{font-size:14px;text-transform:uppercase;font-weight:700;line-height:24px}#redactor-modal{position:fixed;top:0;left:0;bottom:0;right:0;overflow-x:hidden;overflow-y:auto;z-index:1057;font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Tahoma,sans-serif;line-height:24px}.redactor-modal{position:relative;margin:16px auto;padding:0;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.07),0 2px 15px rgba(80,80,80,.25);border-radius:3px;color:#000}.redactor-modal form{margin:0;padding:0;box-sizing:border-box}.redactor-modal input,.redactor-modal select,.redactor-modal textarea{box-sizing:border-box;display:block;width:100%;font-family:inherit;font-size:16px;height:40px;outline:0;vertical-align:middle;background-color:#fff;border:1px solid #cacfd4;border-radius:.1875em;box-shadow:none;padding:0 .5em}.redactor-modal textarea{padding:.5em;height:auto;line-height:1.5;vertical-align:top}.redactor-modal select{-webkit-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');background-repeat:no-repeat;background-position:right .65em center;padding-right:28px}.redactor-modal select[multiple]{background-image:none;height:auto;padding:.5em .75em}.redactor-modal input[type=file]{width:auto;border:none;padding:0;height:auto;background:0 0;box-shadow:none;display:inline-block}.redactor-modal input[type=checkbox],.redactor-modal input[type=radio]{display:inline-block;width:auto;height:auto;padding:0;vertical-align:middle;position:relative;bottom:.15rem;font-size:115%;margin-right:3px}.redactor-modal .form-item{margin-bottom:20px}.redactor-modal .form-item:last-child{margin-bottom:0}.redactor-modal fieldset{border:1px solid rgba(0,0,0,.1);border-radius:3px;padding:16px;padding-bottom:20px;margin-bottom:20px}.redactor-modal fieldset .form-item{margin-bottom:12px}.redactor-modal label{display:block;color:#555;margin-bottom:.25em;font-size:14px}.redactor-modal label .desc,.redactor-modal label .error,.redactor-modal label .success{text-transform:none;font-weight:400}.redactor-modal label.checkbox{font-size:16px;line-height:1.5;cursor:pointer;color:inherit}.redactor-modal .form-checkboxes label.checkbox{display:inline-block;margin-right:1em}.redactor-modal input:hover,.redactor-modal select:hover,.redactor-modal textarea:hover{outline:0;background-color:#fff;border-color:#969fa9;box-shadow:none}.redactor-modal input:focus,.redactor-modal select:focus,.redactor-modal textarea:focus{transition:all linear .2s;outline:0;background-color:#fff;border-color:rgba(0,125,255,.5);box-shadow:0 0 3px rgba(0,125,255,.5)}.redactor-modal input.error,.redactor-modal select.error,.redactor-modal textarea.error{background-color:rgba(255,50,101,.1);border:1px solid #ff7f9e}.redactor-modal input.error:focus,.redactor-modal select.error:focus,.redactor-modal textarea.error:focus{border-color:#ff3265;box-shadow:0 0 1px #ff3265}.redactor-modal input.success,.redactor-modal select.success,.redactor-modal textarea.success{background-color:rgba(47,196,182,.1);border:1px solid #65dacf}.redactor-modal input.success:focus,.redactor-modal select.success:focus,.redactor-modal textarea.success:focus{border-color:#2fc4b6;box-shadow:0 0 1px #2fc4b6}.redactor-modal input.disabled,.redactor-modal input.disabled:hover,.redactor-modal input:disabled,.redactor-modal input:disabled:hover,.redactor-modal select.disabled,.redactor-modal select.disabled:hover,.redactor-modal select:disabled,.redactor-modal select:disabled:hover,.redactor-modal textarea.disabled,.redactor-modal textarea.disabled:hover,.redactor-modal textarea:disabled,.redactor-modal textarea:disabled:hover{resize:none;opacity:.6;cursor:default;font-style:italic;color:rgba(0,0,0,.5);border:1px solid #cacfd4;box-shadow:none;background-color:#fff}.redactor-modal .req{position:relative;top:1px;font-weight:700;color:#ff3265;font-size:110%}.redactor-modal .desc{color:rgba(51,51,51,.5);font-size:12px}.redactor-modal span.desc{margin-left:.25em}.redactor-modal div.desc{margin-top:.25em}.redactor-modal span.error,.redactor-modal span.success{font-size:12px;margin-left:.25em}.redactor-modal div.desc{margin-bottom:-.5em}.redactor-modal .redactor-close{position:absolute;top:16px;right:12px;font-size:30px;line-height:30px;padding:0 4px;color:#000;opacity:.3;cursor:pointer}.redactor-modal .redactor-close:hover{opacity:1}.redactor-modal .redactor-close:before{content:'\00d7'}.redactor-modal button{display:inline-flex;align-items:center;text-decoration:none;text-align:center;font-family:inherit;font-size:15px;font-weight:500;color:#007dff;background-color:#fff;border-radius:3px;border:2px solid #007dff;min-height:40px;outline:0;padding:.5em 1.25em;cursor:pointer;line-height:1.2;vertical-align:middle;-webkit-appearance:none}.redactor-modal button:hover{outline:0;text-decoration:none;background:0 0;color:rgba(0,125,255,.6);border-color:rgba(0,125,255,.5)}.redactor-modal button.redactor-button-secondary{border-color:#2a2e34;color:#2a2e34}.redactor-modal button.redactor-button-secondary:hover{color:rgba(42,46,52,.6);border-color:rgba(42,46,52,.5)}.redactor-modal button.redactor-button-danger,.redactor-modal button.redactor-button-unstyled{background:0 0;border-color:transparent;color:rgba(42,46,52,.6)}.redactor-modal button.redactor-button-danger:hover,.redactor-modal button.redactor-button-unstyled:hover{background:0 0;border-color:transparent;color:#ff3265;text-decoration:underline}.redactor-modal .redactor-modal-group:after{content:"";display:table;clear:both}.redactor-modal .redactor-modal-side{float:left;width:30%;margin-right:4%}.redactor-modal .redactor-modal-side img{max-width:100%;height:auto;display:block}.redactor-modal .redactor-modal-area{float:left;width:66%}.redactor-modal[dir=rtl] .redactor-close{left:12px;right:auto}.redactor-modal[dir=rtl] textarea{direction:ltr;text-align:left}.redactor-modal[dir=rtl] .redactor-modal-footer button.redactor-button-unstyled{float:left;margin-left:0}.redactor-modal-header{padding:20px;font-size:18px;line-height:24px;font-weight:700;color:#000;border-bottom:1px solid rgba(0,0,0,.05)}.redactor-modal-header:empty{display:none}.redactor-modal-body{padding:32px 48px;padding-bottom:40px}.redactor-modal-footer{padding:24px;border-top:1px solid rgba(0,0,0,.05);overflow:hidden}.redactor-modal-footer button{margin-right:4px}.redactor-modal-footer button.redactor-button-unstyled{margin-right:0;float:right}.redactor-modal-footer:empty{display:none}.redactor-modal-tabs{display:flex;border-bottom:2px solid rgba(0,0,0,.05);margin-bottom:1em}.redactor-modal-tabs a{font-size:15px;padding:2px 0;text-decoration:none;color:rgba(0,0,0,.5);border-bottom:2px solid transparent;margin-bottom:-2px;margin-right:14px}.redactor-modal-tabs a:hover{transition:all linear .2s}.redactor-modal-tabs a.active,.redactor-modal-tabs a:hover{font-weight:500;color:#007dff;border-bottom-color:#007dff}.redactor-styles{margin:0;padding:16px 18px;color:#333;font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Tahoma,sans-serif;font-size:1em;line-height:1.5;box-sizing:border-box}.redactor-styles *,.redactor-styles :after,.redactor-styles :before{box-sizing:inherit}.redactor-styles[dir=rtl]{direction:rtl;unicode-bidi:embed}.redactor-styles[dir=rtl] ol li,.redactor-styles[dir=rtl] ul li{text-align:right}.redactor-styles[dir=rtl] ol,.redactor-styles[dir=rtl] ol ol,.redactor-styles[dir=rtl] ol ul,.redactor-styles[dir=rtl] ul,.redactor-styles[dir=rtl] ul ol,.redactor-styles[dir=rtl] ul ul{margin:0 1.5em 0 0}.redactor-styles[dir=rtl] figcaption{text-align:right}.redactor-styles a,.redactor-styles a:hover{color:#3397ff}.redactor-styles address,.redactor-styles blockquote,.redactor-styles dl,.redactor-styles figure,.redactor-styles hr,.redactor-styles p,.redactor-styles pre,.redactor-styles table{padding:0;margin:0;margin-bottom:1em}.redactor-styles ol,.redactor-styles ul{padding:0}.redactor-styles ol,.redactor-styles ol ol,.redactor-styles ol ul,.redactor-styles ul,.redactor-styles ul ol,.redactor-styles ul ul{margin:0 0 0 1.5em}.redactor-styles ol li,.redactor-styles ul li{text-align:left}.redactor-styles ol ol li{list-style-type:lower-alpha}.redactor-styles ol ol ol li{list-style-type:lower-roman}.redactor-styles ol,.redactor-styles ul{margin-bottom:1em}.redactor-styles h1,.redactor-styles h2,.redactor-styles h3,.redactor-styles h4,.redactor-styles h5,.redactor-styles h6{font-weight:700;color:#111;text-rendering:optimizeLegibility;margin:0;padding:0;margin-bottom:.5em;line-height:1.2}.redactor-styles h1{font-size:2.0736em}.redactor-styles h2{font-size:1.728em}.redactor-styles h3{font-size:1.44em}.redactor-styles h4{font-size:1.2em}.redactor-styles h5{font-size:1em}.redactor-styles h6{font-size:.83333em;text-transform:uppercase;letter-spacing:.035em}.redactor-styles blockquote{font-style:italic;color:rgba(0,0,0,.5);border:none}.redactor-styles table{width:100%}.redactor-styles code,.redactor-styles kbd,.redactor-styles mark,.redactor-styles small,.redactor-styles time,.redactor-styles var{display:inline-block;font-family:Consolas,Menlo,Monaco,"Courier New",monospace;font-size:87.5%;line-height:1;color:rgba(51,51,51,.9)}.redactor-styles cite,.redactor-styles var{opacity:.6}.redactor-styles var{font-style:normal}.redactor-styles abbr,.redactor-styles dfn{text-transform:uppercase}.redactor-styles abbr[title],.redactor-styles dfn[title]{text-decoration:none;border-bottom:1px dotted rgba(0,0,0,.5);cursor:help}.redactor-styles code,.redactor-styles kbd{position:relative;top:-1px;padding:.25em;padding-bottom:.2em;border-radius:2px}.redactor-styles code{background-color:#eff1f2}.redactor-styles mark{border-radius:2px;padding:.125em .25em;background-color:#fdb833}.redactor-styles kbd{border:1px solid #e5e7e9}.redactor-styles sub,.redactor-styles sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.redactor-styles sub{bottom:-.25em}.redactor-styles sup{top:-.5em}.redactor-styles pre{font-family:Consolas,Menlo,Monaco,"Courier New",monospace;font-size:.9em}.redactor-styles pre,.redactor-styles pre code{background-color:#f6f7f8;padding:0;top:0;display:block;line-height:1.5;color:rgba(51,51,51,.85);overflow:none;white-space:pre-wrap}.redactor-styles pre{padding:1rem}.redactor-styles table{border-collapse:collapse;max-width:100%;width:100%}.redactor-styles table caption{text-transform:uppercase;padding:0;color:rgba(0,0,0,.5);font-size:11px}.redactor-styles table td,.redactor-styles table th{border:1px solid #eee;padding:16px;padding-bottom:15px}.redactor-styles table tfoot td,.redactor-styles table tfoot th{color:rgba(0,0,0,.5)}.redactor-styles audio,.redactor-styles embed,.redactor-styles img,.redactor-styles object,.redactor-styles video{max-width:100%}.redactor-styles embed,.redactor-styles img,.redactor-styles object,.redactor-styles video{height:auto!important}.redactor-styles img{vertical-align:middle;-ms-interpolation-mode:bicubic}.redactor-styles figcaption{display:block;opacity:.6;font-size:12px;font-style:italic;text-align:left}.upload-redactor-box{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;border:5px dashed rgba(0,125,255,.15);position:relative;width:100%;min-height:220px;background:#fff;cursor:pointer;overflow:hidden;text-align:center}.upload-redactor-placeholder{font-size:15px;line-height:1.5;color:rgba(0,0,0,.3);font-style:italic}.upload-redactor-hover{background-color:rgba(0,125,255,.075)}.upload-redactor-error{background-color:rgba(255,50,101,.075)}.upload-redactor-box-hover{outline:5px dashed rgba(0,125,255,.3)}.upload-redactor-box-error{outline:5px dashed rgba(255,50,101,.3)}.redactor-structure div,.redactor-structure h1,.redactor-structure h2,.redactor-structure h3,.redactor-structure h4,.redactor-structure h5,.redactor-structure h6{position:relative}.redactor-structure div:before,.redactor-structure h1:before,.redactor-structure h2:before,.redactor-structure h3:before,.redactor-structure h4:before,.redactor-structure h5:before,.redactor-structure h6:before{width:24px;position:absolute;font-size:10px;font-weight:400;opacity:.5;left:-26px;top:50%;margin-top:-7px;text-align:right}.redactor-structure h1:before{content:"h1"}.redactor-structure h2:before{content:"h2"}.redactor-structure h3:before{content:"h3"}.redactor-structure h4:before{content:"h4"}.redactor-structure h5:before{content:"h5"}.redactor-structure h6:before{content:"h6"}.redactor-structure div:before{content:"div"}#redactor-progress{position:fixed;top:0;left:0;width:100%;z-index:1000000;height:10px}#redactor-progress span{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;display:block;width:100%;height:100%;background-color:#007dff;background-size:40px 40px}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.redactor-box-fullscreen{z-index:1051;position:fixed;top:0;left:0;width:100%}.redactor-box-fullscreen-target{position:absolute!important}.redactor-body-fullscreen .redactor-context-toolbar,.redactor-body-fullscreen .redactor-dropdown{z-index:1052}.redactor-body-fullscreen #redactor-overlay{z-index:1098}.redactor-body-fullscreen #redactor-modal{z-index:1099}
.redactor-variables-list{list-style:none;margin:0;padding:0}.redactor-variables-list li{display:inline-block;margin-right:4px;margin-bottom:4px}.redactor-variables-list span{white-space:nowrap;background:rgba(0,125,255,.75);color:#fff;display:inline-block;padding:3px 6px;line-height:1;border-radius:4px;cursor:pointer}.redactor-variables-list span.redactor-variables-item-selected{background:#ee698a}
/*!
 * Cropper.js v1.4.3
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-10-24T13:07:11.429Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: .5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: .5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: .75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: .1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: .75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: .75;
    width: 5px;
  }
}

.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url(/node_modules/cropperjs/dist/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz/TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC);
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

@charset "UTF-8";
/*!
 * (The MIT License)
 * 
 * Copyright (c) 2012-2014 Marcin Warpechowski
 * Copyright (c) 2015 Handsoncode sp. z o.o. <hello@handsoncode.net>
 * 
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * 'Software'), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 * 
 * Version: 6.2.2
 * Release date: 19/12/2018 (built at 18/12/2018 14:43:44)
 */.handsontable .table td,.handsontable .table th{border-top:none}.handsontable tr{background:#fff}.handsontable td{background-color:inherit}.handsontable .table caption+thead tr:first-child td,.handsontable .table caption+thead tr:first-child th,.handsontable .table colgroup+thead tr:first-child td,.handsontable .table colgroup+thead tr:first-child th,.handsontable .table thead:first-child tr:first-child td,.handsontable .table thead:first-child tr:first-child th{border-top:1px solid #ccc}.handsontable .table-bordered{border:0;border-collapse:separate}.handsontable .table-bordered td,.handsontable .table-bordered th{border-left:none}.handsontable .table-bordered td:first-child,.handsontable .table-bordered th:first-child{border-left:1px solid #ccc}.handsontable .table>tbody>tr>td,.handsontable .table>tbody>tr>th,.handsontable .table>tfoot>tr>td,.handsontable .table>tfoot>tr>th,.handsontable .table>thead>tr>td,.handsontable .table>thead>tr>th{line-height:21px;padding:0 4px}.col-lg-1.handsontable,.col-lg-2.handsontable,.col-lg-3.handsontable,.col-lg-4.handsontable,.col-lg-5.handsontable,.col-lg-6.handsontable,.col-lg-7.handsontable,.col-lg-8.handsontable,.col-lg-9.handsontable,.col-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-md-1.handsontable,.col-md-2.handsontable,.col-md-3.handsontable,.col-md-4.handsontable,.col-md-5.handsontable,.col-md-6.handsontable,.col-md-7.handsontable,.col-md-8.handsontable,.col-md-9.handsontable .col-sm-1.handsontable,.col-md-10.handsontable,.col-md-11.handsontable,.col-md-12.handsontable,.col-sm-2.handsontable,.col-sm-3.handsontable,.col-sm-4.handsontable,.col-sm-5.handsontable,.col-sm-6.handsontable,.col-sm-7.handsontable,.col-sm-8.handsontable,.col-sm-9.handsontable .col-xs-1.handsontable,.col-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-12.handsontable,.col-xs-2.handsontable,.col-xs-3.handsontable,.col-xs-4.handsontable,.col-xs-5.handsontable,.col-xs-6.handsontable,.col-xs-7.handsontable,.col-xs-8.handsontable,.col-xs-9.handsontable,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.handsontable{padding-left:0;padding-right:0}.handsontable .table-striped>tbody>tr:nth-of-type(2n){background-color:#fff}.handsontable{position:relative}.handsontable .hide{display:none}.handsontable .relative{position:relative}.handsontable.htAutoSize{visibility:hidden;left:-99000px;position:absolute;top:-99000px}.handsontable .wtHider{width:0}.handsontable .wtSpreader{position:relative;width:0;height:auto}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable td,.handsontable textarea,.handsontable th,.handsontable thead{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:0}.handsontable table.htCore{border-collapse:separate;border-spacing:0;margin:0;border-width:0;table-layout:fixed;width:0;outline-width:0;cursor:default;max-width:none;max-height:none}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable td,.handsontable th{border-top-width:0;border-left-width:0;border-right:1px solid #ccc;border-bottom:1px solid #ccc;height:22px;empty-cells:show;line-height:21px;padding:0 4px;background-color:#fff;vertical-align:top;overflow:hidden;outline-width:0;white-space:pre-line;background-clip:padding-box}.handsontable td.htInvalid{background-color:#ff4c42!important}.handsontable td.htNoWrap{white-space:nowrap}.handsontable th:last-child{border-right:1px solid #ccc;border-bottom:1px solid #ccc}.handsontable th.htNoFrame,.handsontable th:first-child.htNoFrame,.handsontable tr:first-child th.htNoFrame{border-left-width:0;background-color:#fff;border-color:#fff}.handsontable .htNoFrame+td,.handsontable .htNoFrame+th,.handsontable.htRowHeaders thead tr th:nth-child(2),.handsontable td:first-of-type,.handsontable th:first-child,.handsontable th:nth-child(2){border-left:1px solid #ccc}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top:1px solid #ccc}.ht_master:not(.innerBorderLeft):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child,.ht_master:not(.innerBorderLeft):not(.emptyColumns)~.handsontable tbody tr th{border-right-width:0}.ht_master:not(.innerBorderTop) thead tr.lastChild th,.ht_master:not(.innerBorderTop) thead tr:last-child th,.ht_master:not(.innerBorderTop)~.handsontable thead tr.lastChild th,.ht_master:not(.innerBorderTop)~.handsontable thead tr:last-child th{border-bottom-width:0}.handsontable th{background-color:#f0f0f0;color:#222;text-align:center;font-weight:400;white-space:nowrap}.handsontable thead th{padding:0}.handsontable th.active{background-color:#ccc}.handsontable thead th .relative{padding:2px 4px}#hot-display-license-info{font-size:10px;color:#323232;padding:5px 0 3px;font-family:Helvetica,Arial,sans-serif;text-align:left}.handsontable .manualColumnResizer{position:fixed;top:0;cursor:col-resize;z-index:110;width:5px;height:25px}.handsontable .manualRowResizer{position:fixed;left:0;cursor:row-resize;z-index:110;height:5px;width:50px}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover,.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{background-color:#34a9db}.handsontable .manualColumnResizerGuide{position:fixed;right:0;top:0;background-color:#34a9db;display:none;width:0;border-right:1px dashed #777;margin-left:5px}.handsontable .manualRowResizerGuide{position:fixed;left:0;bottom:0;background-color:#34a9db;display:none;height:0;border-bottom:1px dashed #777;margin-top:5px}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:199}.handsontable .columnSorting{position:relative}.handsontable .columnSorting.sortAction:hover{text-decoration:underline;cursor:pointer}.handsontable span.colHeader{display:inline-block;line-height:1.1}.handsontable span.colHeader.columnSorting:before{top:50%;margin-top:-6px;padding-left:8px;position:absolute;right:-9px;content:"";height:10px;width:5px;background-size:contain;background-repeat:no-repeat;background-position-x:right}.handsontable span.colHeader.columnSorting.ascending:before{background-image:url(/node_modules/handsontable/dist/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC)}.handsontable span.colHeader.columnSorting.descending:before{background-image:url(/node_modules/handsontable/dist/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=)}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):after{content:"*";display:inline-block;position:relative;padding-right:20px}.handsontable .wtBorder{position:absolute;font-size:0}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{z-index:6}.handsontable td.area,.handsontable td.area-1,.handsontable td.area-2,.handsontable td.area-3,.handsontable td.area-4,.handsontable td.area-5,.handsontable td.area-6,.handsontable td.area-7{position:relative}.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;bottom:-100%\9;background:#005eff}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{bottom:-100%}}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.2}.handsontable td.area-2:before{opacity:.27}.handsontable td.area-3:before{opacity:.35}.handsontable td.area-4:before{opacity:.41}.handsontable td.area-5:before{opacity:.47}.handsontable td.area-6:before{opacity:.54}.handsontable td.area-7:before{opacity:.58}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight{background-color:#dcdcdc}.handsontable tbody th.ht__active_highlight,.handsontable thead th.ht__active_highlight{background-color:#8eb0e7;color:#000}.handsontable .wtBorder.corner{font-size:0;cursor:crosshair}.handsontable .htBorder.htFillBorder{background:red;width:1px;height:1px}.handsontableInput{border:none;outline-width:0;margin:0;padding:1px 5px 0;font-family:inherit;line-height:21px;font-size:inherit;box-shadow:inset 0 0 0 2px #5292f7;resize:none;display:block;color:#000;border-radius:0;background-color:#fff}.handsontableInputHolder{position:absolute;top:0;left:0;z-index:104}.htSelectEditor{-webkit-appearance:menulist-button!important;position:absolute;width:auto}.handsontable .htDimmed{color:#777}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu :after{content:"\25B6";color:#777;position:absolute;right:5px;font-size:9px}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htPlaceholder{color:#999}.handsontable .htAutocompleteArrow{float:right;font-size:10px;color:#eee;cursor:default;width:16px;text-align:center}.handsontable td .htAutocompleteArrow:hover{color:#777}.handsontable td.area .htAutocompleteArrow{color:#d3d3d3}.handsontable .htCheckboxRendererInput{display:inline-block;vertical-align:middle}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{cursor:pointer;display:inline-block;width:100%}.handsontable .handsontable.ht_clone_top .wtHider{padding:0 0 5px}.handsontable .autocompleteEditor.handsontable{padding-right:17px}.handsontable .autocompleteEditor.handsontable.htMacScroll{padding-right:15px}.handsontable.listbox{margin:0}.handsontable.listbox .ht_master table{border:1px solid #ccc;border-collapse:separate;background:#fff}.handsontable.listbox td,.handsontable.listbox th,.handsontable.listbox tr:first-child td,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th{border-color:transparent}.handsontable.listbox td,.handsontable.listbox th{white-space:nowrap;text-overflow:ellipsis}.handsontable.listbox td.htDimmed{cursor:default;color:inherit;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr:hover td,.handsontable.listbox tr td.current{background:#eee}.ht_clone_top{z-index:101}.ht_clone_left{z-index:102}.ht_clone_bottom_left_corner,.ht_clone_debug,.ht_clone_top_left_corner{z-index:103}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.htBordered{border-width:1px}.htBordered.htTopBorderSolid{border-top-style:solid;border-top-color:#000}.htBordered.htRightBorderSolid{border-right-style:solid;border-right-color:#000}.htBordered.htBottomBorderSolid{border-bottom-style:solid;border-bottom-color:#000}.htBordered.htLeftBorderSolid{border-left-style:solid;border-left-color:#000}.handsontable tbody tr th:nth-last-child(2){border-right:1px solid #ccc}.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer{border-bottom:1px solid #ccc;padding-bottom:5px}.ht_clone_top_left_corner thead tr th:nth-last-child(2){border-right:1px solid #ccc}.htCollapseButton{width:10px;height:10px;line-height:10px;text-align:center;border-radius:5px;border:1px solid #f3f3f3;box-shadow:1px 1px 3px rgba(0,0,0,.4);cursor:pointer;margin-bottom:3px;position:relative}.htCollapseButton:after{content:"";height:300%;width:1px;display:block;background:#ccc;margin-left:4px;position:absolute;bottom:10px}thead .htCollapseButton{right:5px;position:absolute;top:5px;background:#fff}thead .htCollapseButton:after{height:1px;width:700%;right:10px;top:4px}.handsontable tr th .htExpandButton{position:absolute;width:10px;height:10px;line-height:10px;text-align:center;border-radius:5px;border:1px solid #f3f3f3;box-shadow:1px 1px 3px rgba(0,0,0,.4);cursor:pointer;top:0;display:none}.handsontable thead tr th .htExpandButton{top:5px}.handsontable tr th .htExpandButton.clickable{display:block}.collapsibleIndicator{position:absolute;top:50%;transform:translateY(-50%);right:5px;border:1px solid #a6a6a6;line-height:10px;color:#222;border-radius:10px;font-size:10px;width:10px;height:10px;cursor:pointer;box-shadow:0 0 0 6px #eee;background:#eee}.handsontable col.hidden{width:0!important}.handsontable table tr th.lightRightBorder{border-right:1px solid #e6e6e6}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.ht_clone_bottom,.ht_clone_left,.ht_clone_top,.ht_master{overflow:hidden}.ht_master .wtHolder{overflow:auto}.handsontable .ht_clone_left thead,.handsontable .ht_master thead,.handsontable .ht_master tr th{visibility:hidden}.ht_clone_bottom .wtHolder,.ht_clone_left .wtHolder,.ht_clone_top .wtHolder{overflow:hidden}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.htMobileEditorContainer{display:none;position:absolute;top:0;width:70%;height:54pt;background:#f8f8f8;border-radius:20px;border:1px solid #ebebeb;z-index:999;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-text-size-adjust:none}.topLeftSelectionHandle-HitArea:not(.ht_master .topLeftSelectionHandle-HitArea),.topLeftSelectionHandle:not(.ht_master .topLeftSelectionHandle){z-index:9999}.bottomRightSelectionHandle,.bottomRightSelectionHandle-HitArea,.topLeftSelectionHandle,.topLeftSelectionHandle-HitArea{left:-10000px;top:-10000px}.htMobileEditorContainer.active{display:block}.htMobileEditorContainer .inputs{position:absolute;right:210pt;bottom:10pt;top:10pt;left:14px;height:34pt}.htMobileEditorContainer .inputs textarea{font-size:13pt;border:1px solid #a1a1a1;-webkit-appearance:none;box-shadow:none;position:absolute;left:14px;right:14px;top:0;bottom:0;padding:7pt}.htMobileEditorContainer .cellPointer{position:absolute;top:-13pt;height:0;width:0;left:30px;border-left:13pt solid transparent;border-right:13pt solid transparent;border-bottom:13pt solid #ebebeb}.htMobileEditorContainer .cellPointer.hidden{display:none}.htMobileEditorContainer .cellPointer:before{content:"";display:block;position:absolute;top:2px;height:0;width:0;left:-13pt;border-left:13pt solid transparent;border-right:13pt solid transparent;border-bottom:13pt solid #f8f8f8}.htMobileEditorContainer .moveHandle{position:absolute;top:10pt;left:5px;width:30px;bottom:0;cursor:move;z-index:9999}.htMobileEditorContainer .moveHandle:after{content:"..\A..\A..\A..";white-space:pre;line-height:10px;font-size:20pt;display:inline-block;margin-top:-8px;color:#ebebeb}.htMobileEditorContainer .positionControls{width:205pt;position:absolute;right:5pt;top:0;bottom:0}.htMobileEditorContainer .positionControls>div{width:50pt;height:100%;float:left}.htMobileEditorContainer .positionControls>div:after{content:" ";display:block;width:15pt;height:15pt;text-align:center;line-height:50pt}.htMobileEditorContainer .downButton:after,.htMobileEditorContainer .leftButton:after,.htMobileEditorContainer .rightButton:after,.htMobileEditorContainer .upButton:after{transform-origin:5pt 5pt;-webkit-transform-origin:5pt 5pt;margin:21pt 0 0 21pt}.htMobileEditorContainer .leftButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(-45deg)}.htMobileEditorContainer .leftButton:active:after{border-color:#cfcfcf}.htMobileEditorContainer .rightButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(135deg)}.htMobileEditorContainer .rightButton:active:after{border-color:#cfcfcf}.htMobileEditorContainer .upButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(45deg)}.htMobileEditorContainer .upButton:active:after{border-color:#cfcfcf}.htMobileEditorContainer .downButton:after{border-top:2px solid #288ffe;border-left:2px solid #288ffe;-webkit-transform:rotate(225deg)}.htMobileEditorContainer .downButton:active:after{border-color:#cfcfcf}.handsontable.hide-tween{animation:opacity-hide .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */.pika-single{z-index:9999;display:block;position:relative;color:#333;background:#fff;border:1px solid #ccc;border-bottom-color:#bbb;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.pika-single:after,.pika-single:before{content:" ";display:table}.pika-single:after{clear:both}.pika-single{*zoom:1}.pika-single.is-hidden{display:none}.pika-single.is-bound{position:absolute;box-shadow:0 5px 15px -5px rgba(0,0,0,.5)}.pika-lendar{float:left;width:240px;margin:8px}.pika-title{position:relative;text-align:center}.pika-label{display:inline-block;*display:inline;position:relative;z-index:9999;overflow:hidden;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:700;background-color:#fff}.pika-title select{cursor:pointer;position:absolute;z-index:9998;margin:0;left:0;top:5px;filter:alpha(opacity=0);opacity:0}.pika-next,.pika-prev{display:block;cursor:pointer;position:relative;outline:none;border:0;padding:0;width:20px;height:30px;text-indent:20px;white-space:nowrap;overflow:hidden;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:75% 75%;opacity:.5;*position:absolute;*top:0}.pika-next:hover,.pika-prev:hover{opacity:1}.is-rtl .pika-next,.pika-prev{float:left;background-image:url(/node_modules/handsontable/dist/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);*left:0}.is-rtl .pika-prev,.pika-next{float:right;background-image:url(/node_modules/handsontable/dist/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);*right:0}.pika-next.is-disabled,.pika-prev.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block;*display:inline}.pika-table{width:100%;border-collapse:collapse;border-spacing:0;border:0}.pika-table td,.pika-table th{width:14.285714285714286%;padding:0}.pika-table th{color:#999;font-size:12px;line-height:25px;font-weight:700;text-align:center}.pika-button{cursor:pointer;display:block;box-sizing:border-box;-moz-box-sizing:border-box;outline:none;border:0;margin:0;width:100%;padding:5px;color:#666;font-size:12px;line-height:15px;text-align:right;background:#f5f5f5}.pika-week{font-size:11px;color:#999}.is-today .pika-button{color:#3af;font-weight:700}.is-selected .pika-button{color:#fff;font-weight:700;background:#3af;box-shadow:inset 0 1px 3px #178fe5;border-radius:3px}.is-inrange .pika-button{background:#d5e9f7}.is-startrange .pika-button{color:#fff;background:#6cb31d;box-shadow:none;border-radius:3px}.is-endrange .pika-button{color:#fff;background:#3af;box-shadow:none;border-radius:3px}.is-disabled .pika-button,.is-outside-current-month .pika-button{pointer-events:none;cursor:default;color:#999;opacity:.3}.pika-button:hover{color:#fff;background:#ff8000;box-shadow:none;border-radius:3px}.pika-table abbr{border-bottom:none;cursor:help}.htCommentCell{position:relative}.htCommentCell:after{content:"";position:absolute;top:0;right:0;border-left:6px solid transparent;border-top:6px solid #000}.htComments{display:none;z-index:1059;position:absolute}.htCommentTextArea{box-shadow:0 1px 3px rgba(0,0,0,.117647),0 1px 2px rgba(0,0,0,.239216);box-sizing:border-box;border:none;border-left:3px solid #ccc;background-color:#fff;width:215px;height:90px;font-size:12px;padding:5px;outline:0!important;-webkit-appearance:none}.htCommentTextArea:focus{box-shadow:0 1px 3px rgba(0,0,0,.117647),0 1px 2px rgba(0,0,0,.239216),inset 0 0 0 1px #5292f7;border-left:3px solid #5292f7}
/*!
 * Handsontable ContextMenu
 */.htContextMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.htContextMenu .ht_clone_corner,.htContextMenu .ht_clone_debug,.htContextMenu .ht_clone_left,.htContextMenu .ht_clone_top{display:none}.htContextMenu table.htCore{border:1px solid #ccc;border-bottom-width:2px;border-right-width:2px}.htContextMenu .wtBorder{visibility:hidden}.htContextMenu table tbody tr td{background:#fff;border-width:0;padding:4px 6px 0;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.htContextMenu table tbody tr td:first-child{border:0}.htContextMenu table tbody tr td.htDimmed{font-style:normal;color:#323232}.htContextMenu table tbody tr td.current,.htContextMenu table tbody tr td.zeroclipboard-is-hover{background:#f3f3f3}.htContextMenu table tbody tr td.htSeparator{border-top:1px solid #e6e6e6;height:0;padding:0;cursor:default}.htContextMenu table tbody tr td.htDisabled{color:#999;cursor:default}.htContextMenu table tbody tr td.htDisabled:hover{background:#fff;color:#999;cursor:default}.htContextMenu table tbody tr.htHidden{display:none}.htContextMenu table tbody tr td .htItemWrapper{margin-left:10px;margin-right:6px}.htContextMenu table tbody tr td div span.selected{margin-top:-2px;position:absolute;left:4px}.htContextMenu .ht_master .wtHolder{overflow:hidden}textarea#HandsontableCopyPaste{position:fixed!important;top:0!important;right:100%!important;overflow:hidden;opacity:0;outline:0 none!important}.htRowHeaders .ht_master.innerBorderLeft~.ht_clone_left td:first-of-type,.htRowHeaders .ht_master.innerBorderLeft~.ht_clone_top_left_corner th:nth-child(2){border-left:0 none}.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:grab}.handsontable.ht__manualColumnMove.on-moving--columns,.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight{cursor:move;cursor:grabbing}.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--backlight,.handsontable .ht__manualColumnMove--guideline{position:absolute;height:100%;display:none}.handsontable .ht__manualColumnMove--guideline{background:#757575;width:2px;top:0;margin-left:-1px;z-index:105}.handsontable .ht__manualColumnMove--backlight{background:#343434;background:rgba(52,52,52,.25);display:none;z-index:105;pointer-events:none}.handsontable.on-moving--columns .ht__manualColumnMove--backlight,.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline{display:block}.handsontable .wtHider{position:relative}.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight{cursor:move;cursor:grab}.handsontable.ht__manualRowMove.on-moving--rows,.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight{cursor:move;cursor:grabbing}.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--backlight,.handsontable .ht__manualRowMove--guideline{position:absolute;width:100%;display:none}.handsontable .ht__manualRowMove--guideline{background:#757575;height:2px;left:0;margin-top:-1px;z-index:105}.handsontable .ht__manualRowMove--backlight{background:#343434;background:rgba(52,52,52,.25);display:none;z-index:105;pointer-events:none}.handsontable.on-moving--rows .ht__manualRowMove--backlight,.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline{display:block}.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before{opacity:0}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before,.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before{opacity:.1}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{opacity:.2}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{opacity:.27}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before{opacity:.35}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{opacity:.41}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{opacity:.47}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{opacity:.54}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{opacity:.58}
.amChartsDataSetSelector
{
    font-size:12px;
    font-family:verdana,helvetica,arial,sans-serif;
}

.amChartsPeriodSelector
{
    font-size:12px;
    font-family:verdana,helvetica,arial,sans-serif;
}

.amChartsButtonSelected
{
   background-color:#CC0000;
   border-style:solid;
   border-color:#CC0000;
   border-width:1px;
   color:#FFFFFF;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin: 1px;
   outline: none;
   box-sizing: border-box;
}

.amChartsButton
{
    color: #000000;
    background: transparent;
    opacity: 0.7;
    border: 1px solid rgba(0, 0, 0, .3);
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin: 1px;
   outline: none;
   box-sizing: border-box;
}

.amChartsCompareList
{
   border-style:solid;
   border-color:#CCCCCC;
   border-width:1px;
}

.amChartsCompareList div
{
   -webkit-box-sizing: initial;
   box-sizing: initial;
}

.amChartsInputField
{

}

.amChartsLegend
{

}
/*!
 * Bootstrap Colorpicker - Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4.
 * @package bootstrap-colorpicker
 * @version v3.1.2
 * @license MIT
 * @link https://farbelous.github.io/bootstrap-colorpicker/
 * @link https://github.com/farbelous/bootstrap-colorpicker.git
 */
.colorpicker{position:relative;display:none;font-size:inherit;color:inherit;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);padding:.75rem .75rem;width:148px;border-radius:4px;-webkit-box-sizing:content-box;box-sizing:content-box}.colorpicker.colorpicker-disabled,.colorpicker.colorpicker-disabled *{cursor:default!important}.colorpicker div{position:relative}.colorpicker-popup{position:absolute;top:100%;left:0;float:left;margin-top:1px;z-index:1060}.colorpicker-popup.colorpicker-bs-popover-content{position:relative;top:auto;left:auto;float:none;margin:0;z-index:initial;border:none;padding:.25rem 0;border-radius:0;background:0 0;-webkit-box-shadow:none;box-shadow:none}.colorpicker:after,.colorpicker:before{content:"";display:table;clear:both;line-height:0}.colorpicker-clear{clear:both;display:block}.colorpicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:auto;right:6px}.colorpicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:auto;right:7px}.colorpicker.colorpicker-with-alpha{width:170px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-saturation{position:relative;width:126px;height:126px;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(black)),-webkit-gradient(linear,left top,right top,from(white),to(rgba(255,255,255,0)));background:linear-gradient(to bottom,transparent 0,#000 100%),linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);cursor:crosshair;float:left;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2);margin-bottom:6px}.colorpicker-saturation .colorpicker-guide{display:block;height:6px;width:6px;border-radius:6px;border:1px solid #000;-webkit-box-shadow:0 0 0 1px rgba(255,255,255,.8);box-shadow:0 0 0 1px rgba(255,255,255,.8);position:absolute;top:0;left:0;margin:-3px 0 0 -3px}.colorpicker-alpha,.colorpicker-hue{position:relative;width:16px;height:126px;float:left;cursor:row-resize;margin-left:6px;margin-bottom:6px}.colorpicker-alpha-color{position:absolute;top:0;left:0;width:100%;height:100%}.colorpicker-alpha-color,.colorpicker-hue{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.colorpicker-alpha .colorpicker-guide,.colorpicker-hue .colorpicker-guide{display:block;height:4px;background:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.4);position:absolute;top:0;left:0;margin-left:-2px;margin-top:-2px;right:-2px;z-index:1}.colorpicker-hue{background:-webkit-gradient(linear,left bottom,left top,from(red),color-stop(8%,#ff8000),color-stop(17%,#ff0),color-stop(25%,#80ff00),color-stop(33%,#0f0),color-stop(42%,#00ff80),color-stop(50%,#0ff),color-stop(58%,#0080ff),color-stop(67%,#00f),color-stop(75%,#8000ff),color-stop(83%,#ff00ff),color-stop(92%,#ff0080),to(red));background:linear-gradient(to top,red 0,#ff8000 8%,#ff0 17%,#80ff00 25%,#0f0 33%,#00ff80 42%,#0ff 50%,#0080ff 58%,#00f 67%,#8000ff 75%,#ff00ff 83%,#ff0080 92%,red 100%)}.colorpicker-alpha{background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px;display:none}.colorpicker-bar{min-height:16px;margin:6px 0 0 0;clear:both;text-align:center;font-size:10px;line-height:normal;max-width:100%;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2)}.colorpicker-bar:before{content:"";display:table;clear:both}.colorpicker-bar.colorpicker-bar-horizontal{height:126px;width:16px;margin:0 0 6px 0;float:left}.colorpicker-input-addon{position:relative}.colorpicker-input-addon i{display:inline-block;cursor:pointer;vertical-align:text-top;height:16px;width:16px;position:relative}.colorpicker-input-addon:before{content:"";position:absolute;width:16px;height:16px;display:inline-block;vertical-align:text-top;background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker.colorpicker-inline{position:relative;display:inline-block;float:none;z-index:auto;vertical-align:text-bottom}.colorpicker.colorpicker-horizontal{width:126px;height:auto}.colorpicker.colorpicker-horizontal .colorpicker-bar{width:126px}.colorpicker.colorpicker-horizontal .colorpicker-saturation{float:none;margin-bottom:0}.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue{float:none;width:126px;height:16px;cursor:col-resize;margin-left:0;margin-top:6px;margin-bottom:0}.colorpicker.colorpicker-horizontal .colorpicker-alpha .colorpicker-guide,.colorpicker.colorpicker-horizontal .colorpicker-hue .colorpicker-guide{position:absolute;display:block;bottom:-2px;left:0;right:auto;height:auto;width:4px}.colorpicker.colorpicker-horizontal .colorpicker-hue{background:-webkit-gradient(linear,right top,left top,from(red),color-stop(8%,#ff8000),color-stop(17%,#ff0),color-stop(25%,#80ff00),color-stop(33%,#0f0),color-stop(42%,#00ff80),color-stop(50%,#0ff),color-stop(58%,#0080ff),color-stop(67%,#00f),color-stop(75%,#8000ff),color-stop(83%,#ff00ff),color-stop(92%,#ff0080),to(red));background:linear-gradient(to left,red 0,#ff8000 8%,#ff0 17%,#80ff00 25%,#0f0 33%,#00ff80 42%,#0ff 50%,#0080ff 58%,#00f 67%,#8000ff 75%,#ff00ff 83%,#ff0080 92%,red 100%)}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-inline:before,.colorpicker-no-arrow:before,.colorpicker-popup.colorpicker-bs-popover-content:before{content:none;display:none}.colorpicker-inline:after,.colorpicker-no-arrow:after,.colorpicker-popup.colorpicker-bs-popover-content:after{content:none;display:none}.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.colorpicker-alpha.colorpicker-visible,.colorpicker-bar.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker.colorpicker-visible{display:block}.colorpicker-alpha.colorpicker-hidden,.colorpicker-bar.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker.colorpicker-hidden{display:none}.colorpicker-inline.colorpicker-visible{display:inline-block}.colorpicker.colorpicker-disabled:after{border:none;content:'';display:block;width:100%;height:100%;background:rgba(233,236,239,.33);top:0;left:0;right:auto;z-index:2;position:absolute}.colorpicker.colorpicker-disabled .colorpicker-guide{display:none}.colorpicker-preview{background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-preview>div{position:absolute;left:0;top:0;width:100%;height:100%}.colorpicker-bar.colorpicker-swatches{-webkit-box-shadow:none;box-shadow:none;height:auto}.colorpicker-swatches--inner{clear:both;margin-top:-6px}.colorpicker-swatch{position:relative;cursor:pointer;float:left;height:16px;width:16px;margin-right:6px;margin-top:6px;margin-left:0;display:block;-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.2);box-shadow:0 0 0 1px rgba(0,0,0,.2);background:linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.1) 75%,rgba(0,0,0,.1) 0),#fff;background-size:10px 10px;background-position:0 0,5px 5px}.colorpicker-swatch--inner{position:absolute;top:0;left:0;width:100%;height:100%}.colorpicker-swatch:nth-of-type(7n+0){margin-right:0}.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(7n+0){margin-right:6px}.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(8n+0){margin-right:0}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(6n+0){margin-right:0}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(7n+0){margin-right:6px}.colorpicker-horizontal .colorpicker-swatch:nth-of-type(8n+0){margin-right:6px}.colorpicker-swatch:last-of-type:after{content:"";display:table;clear:both}.colorpicker-element input[dir=rtl],.colorpicker-element[dir=rtl] input,[dir=rtl] .colorpicker-element input{direction:ltr;text-align:right}
/*# sourceMappingURL=bootstrap-colorpicker.min.css.map */

