@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
@import url(https://fonts.googleapis.com/css?family=Lato:ital,wght@0,400;0,700;1,400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@font-face {
  font-family: 'icomoon';
  src:  url(/fonts/vendor/icomoon/icomoon.eot?1ceadd042fc3a6dea49f2a8321531764);
  src:  url(/fonts/vendor/icomoon/icomoon.eot?1ceadd042fc3a6dea49f2a8321531764#iefix) format('embedded-opentype'),
    url(/fonts/vendor/icomoon/icomoon.ttf?a9bf94c7ecf3ee87f789414318365a9d) format('truetype'),
    url(/fonts/vendor/icomoon/icomoon.woff?74308efd81b9f4f9919ece6b6fab858f) format('woff'),
    url(/fonts/vendor/icomoon/icomoon.svg?d9e4afd4758cc272c13658b8a8b7fe7f#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-analytics:before {
  content: "\e900";
}
.icon-cup:before {
  content: "\e901";
}
.icon-employee-2:before {
  content: "\e902";
}
.icon-money:before {
  content: "\e903";
}
.icon-smartphone-1:before {
  content: "\e904";
}
.icon-united-kingdom:before {
  content: "\e905";
}
.icon-balloons:before {
  content: "\e906";
}
.icon-data-protection:before {
  content: "\e907";
}
.icon-delivery-complete:before {
  content: "\e908";
}
.icon-dialog:before {
  content: "\e909";
}
.icon-smartphone:before {
  content: "\e90a";
}
.icon-travel:before {
  content: "\e90b";
}
.icon-employee-1:before {
  content: "\e90c";
}
.icon-gear:before {
  content: "\e90d";
}
.icon-happiness:before {
  content: "\e90e";
}
.icon-medical-history:before {
  content: "\e90f";
}
.icon-mortarboard2:before {
  content: "\e910";
}
.icon-software:before {
  content: "\e911";
}
.icon-desk:before {
  content: "\e912";
}
.icon-employee:before {
  content: "\e913";
}
.icon-software-1:before {
  content: "\e914";
}
.icon-web-development:before {
  content: "\e915";
}
.icon-workplace:before {
  content: "\e916";
}
.icon-salary:before {
  content: "\e917";
}
.icon-settings:before {
  content: "\e918";
}
.icon-team:before {
  content: "\e919";
}
.icon-first-aid-kit:before {
  content: "\e91a";
}
.icon-headphones:before {
  content: "\e91b";
}
.icon-interview:before {
  content: "\e91c";
}
.icon-coding:before {
  content: "\e91d";
}
.icon-seo:before {
  content: "\e91e";
}
.icon-prototype:before {
  content: "\e91f";
}
.icon-accounting:before {
  content: "\e920";
}
.icon-credit-card:before {
  content: "\e921";
}
.icon-factory:before {
  content: "\e922";
}
.icon-industrial-robot:before {
  content: "\e923";
}
.icon-medical:before {
  content: "\e924";
}
.icon-mortarboard:before {
  content: "\e925";
}
.icon-mortgage:before {
  content: "\e926";
}
.icon-online-shopping:before {
  content: "\e927";
}
.icon-rocket:before {
  content: "\e928";
}
.icon-skyline:before {
  content: "\e929";
}
.icon-technology:before {
  content: "\e92a";
}
.icon-rss:before {
  content: "\e92b";
}
.icon-upwork:before {
  content: "\e92c";
}
.icon-freelance:before {
  content: "\e92d";
}
.icon-linkdn:before {
  content: "\e92e";
}
.icon-googleplus:before {
  content: "\e92f";
}
.icon-facebook:before {
  content: "\e930";
}
.icon-twitter:before {
  content: "\e931";
}
.icon-quotes-left:before {
  content: "\e977";
}
.icon-quotes-right:before {
  content: "\e978";
}

.bootstrap-dialog {
  /* dialog types */
  /**
     * Icon animation
     * Copied from font-awesome: http://fontawesome.io/
     **/
  /** End of icon animation **/
}
.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
  font-size: 16px;
}
.bootstrap-dialog .bootstrap-dialog-message {
  font-size: 14px;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  font-size: 20px;
  float: right;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.bootstrap-dialog.type-default .modal-header {
  background-color: #ffffff;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #337ab7;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
.bootstrap-dialog .icon-spin {
  display: inline-block;
  animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	     user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?d1b818587c3bc65058fe43800e4a191c)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?d1b818587c3bc65058fe43800e4a191c)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_555555_256x240.png?35d57320d9df28ec0d0d8bd1b5c75983)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_ffffff_256x240.png?92bef7e45fed3caba8dc9348edef4df2)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777620_256x240.png?f423048bf942a7a33b33b1b982ecdb51)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_cc0000_256x240.png?5cbbd560bcf30acb95dd3b0b0d61645a)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777777_256x240.png?f5d5fce2f36b5776eab8b314efc2dfd8)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

.xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#ff8000}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar td>div{padding-right:5px}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#ff8000 !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}

@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    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 #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974);
  src: url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?5be1347c682810f199c7f486f40c5974?#iefix) format("embedded-opentype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2?be810be3a3e14c682a257d6eff341fe4) format("woff2"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff?82b1212e45a2bc35dd731913b27ad813) format("woff"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf?4692b9ec53fd5972caa2f2372ae20d16) format("truetype"), url(/fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg?060b2710bdbbe3dfe48b58d59bd5f1fb#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #999eac;
  background-color: #24252b;
}

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

a {
  color: #3b4150;
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(26.5287769784, 29.226618705, 35.9712230216);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #373b43;
  border: 1px solid #2e3138;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #C0C0C0;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #EFEFEF;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

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

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #EFEFEF;
}

.text-primary {
  color: #3b4150;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(37.3525179856, 41.1510791367, 50.6474820144);
}

.text-success {
  color: #efefef;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(213.5, 213.5, 213.5);
}

.text-info {
  color: #efefef;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(213.5, 213.5, 213.5);
}

.text-warning {
  color: #efefef;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(213.5, 213.5, 213.5);
}

.text-danger {
  color: #efefef;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(213.5, 213.5, 213.5);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3b4150;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(37.3525179856, 41.1510791367, 50.6474820144);
}

.bg-success {
  background-color: #3cb39e;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(47.1966527197, 140.8033472803, 124.2845188285);
}

.bg-info {
  background-color: #437BAC;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(52.7029288703, 96.7531380753, 135.2970711297);
}

.bg-warning {
  background-color: #F39C12;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
}

.bg-danger {
  background-color: #FA6B5B;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(248.4911242604, 62.3372781065, 41.5088757396);
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #C0C0C0;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #C0C0C0;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #EFEFEF;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #C0C0C0;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #EFEFEF;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #24252b;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #3cb39e;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(53.5983263598, 159.9016736402, 141.1422594142);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #437BAC;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(59.8514644351, 109.8765690377, 153.6485355649);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #F39C12;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(224.1506024096, 141.8674698795, 11.3493975904);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #FA6B5B;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(249.2455621302, 84.6686390533, 66.2544378698);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #a5aab9;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #a5aab9;
  background-color: #373b43;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: rgb(114.8561151079, 125.3669064748, 151.6438848921);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(115, 125, 152, 0.6);
}
.form-control::-moz-placeholder {
  color: rgb(237.3567567568, 238.2216216216, 240.6432432432);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(237.3567567568, 238.2216216216, 240.6432432432);
}
.form-control::-webkit-input-placeholder {
  color: rgb(237.3567567568, 238.2216216216, 240.6432432432);
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #32353c;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 36px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #efefef;
}
.has-success .form-control {
  border-color: #efefef;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(213.5, 213.5, 213.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
  color: #efefef;
  background-color: #3cb39e;
  border-color: #efefef;
}
.has-success .form-control-feedback {
  color: #efefef;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #efefef;
}
.has-warning .form-control {
  border-color: #efefef;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(213.5, 213.5, 213.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-warning .input-group-addon {
  color: #efefef;
  background-color: #F39C12;
  border-color: #efefef;
}
.has-warning .form-control-feedback {
  color: #efefef;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #efefef;
}
.has-error .form-control {
  border-color: #efefef;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(213.5, 213.5, 213.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
  color: #efefef;
  background-color: #FA6B5B;
  border-color: #efefef;
}
.has-error .form-control-feedback {
  color: #efefef;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(223.2972972973, 224.8513513514, 229.2027027027);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #999eac;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #999eac;
  background-color: #373b43;
  border-color: transparent;
}
.btn-default:focus, .btn-default.focus {
  color: #999eac;
  background-color: rgb(32.0081967213, 34.3360655738, 38.9918032787);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #999eac;
  background-color: rgb(32.0081967213, 34.3360655738, 38.9918032787);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #999eac;
  background-color: rgb(32.0081967213, 34.3360655738, 38.9918032787);
  background-image: none;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #999eac;
  background-color: rgb(15.9139344262, 17.0713114754, 19.3860655738);
  border-color: rgba(0, 0, 0, 0);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #373b43;
  border-color: transparent;
}
.btn-default .badge {
  color: #373b43;
  background-color: #999eac;
}

.btn-primary {
  color: #d2d2d5;
  background-color: #3b4150;
  border-color: #3b4150;
}
.btn-primary:focus, .btn-primary.focus {
  color: #d2d2d5;
  background-color: rgb(37.3525179856, 41.1510791367, 50.6474820144);
  border-color: rgb(4.881294964, 5.3776978417, 6.618705036);
}
.btn-primary:hover {
  color: #d2d2d5;
  background-color: rgb(37.3525179856, 41.1510791367, 50.6474820144);
  border-color: rgb(33.0230215827, 36.381294964, 44.7769784173);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #d2d2d5;
  background-color: rgb(37.3525179856, 41.1510791367, 50.6474820144);
  background-image: none;
  border-color: rgb(33.0230215827, 36.381294964, 44.7769784173);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #d2d2d5;
  background-color: rgb(22.1992805755, 24.4568345324, 30.1007194245);
  border-color: rgb(4.881294964, 5.3776978417, 6.618705036);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #3b4150;
  border-color: #3b4150;
}
.btn-primary .badge {
  color: #3b4150;
  background-color: #d2d2d5;
}

.btn-success {
  color: #fff;
  background-color: #437BAC;
  border-color: rgb(59.8514644351, 109.8765690377, 153.6485355649);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(52.7029288703, 96.7531380753, 135.2970711297);
  border-color: rgb(24.1087866109, 44.2594142259, 61.8912133891);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(52.7029288703, 96.7531380753, 135.2970711297);
  border-color: rgb(42.6949790795, 78.380334728, 109.6050209205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(52.7029288703, 96.7531380753, 135.2970711297);
  background-image: none;
  border-color: rgb(42.6949790795, 78.380334728, 109.6050209205);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(42.6949790795, 78.380334728, 109.6050209205);
  border-color: rgb(24.1087866109, 44.2594142259, 61.8912133891);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #437BAC;
  border-color: rgb(59.8514644351, 109.8765690377, 153.6485355649);
}
.btn-success .badge {
  color: #437BAC;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #8eb4cb;
  border-color: rgb(124.5363636364, 168.4090909091, 194.9636363636);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  border-color: rgb(60.5090909091, 104.7272727273, 131.4909090909);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  border-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
  background-image: none;
  border-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(82.6236363636, 140.5909090909, 175.6763636364);
  border-color: rgb(60.5090909091, 104.7272727273, 131.4909090909);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #8eb4cb;
  border-color: rgb(124.5363636364, 168.4090909091, 194.9636363636);
}
.btn-info .badge {
  color: #8eb4cb;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #E4BD44;
  border-color: rgb(224.7827102804, 181.1355140187, 45.7172897196);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(214.0887850467, 169.4392523364, 30.9112149533);
  border-color: rgb(124.9579439252, 98.8971962617, 18.0420560748);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(214.0887850467, 169.4392523364, 30.9112149533);
  border-color: rgb(182.8929906542, 144.7495327103, 26.4070093458);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(214.0887850467, 169.4392523364, 30.9112149533);
  background-image: none;
  border-color: rgb(182.8929906542, 144.7495327103, 26.4070093458);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(182.8929906542, 144.7495327103, 26.4070093458);
  border-color: rgb(124.9579439252, 98.8971962617, 18.0420560748);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #E4BD44;
  border-color: rgb(224.7827102804, 181.1355140187, 45.7172897196);
}
.btn-warning .badge {
  color: #E4BD44;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d24131;
  border-color: rgb(191.6374501992, 56.7470119522, 41.8625498008);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(170.7091633466, 50.5498007968, 37.2908366534);
  border-color: rgb(86.9960159363, 25.7609561753, 19.0039840637);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(170.7091633466, 50.5498007968, 37.2908366534);
  border-color: rgb(141.409561753, 41.8737051793, 30.890438247);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(170.7091633466, 50.5498007968, 37.2908366534);
  background-image: none;
  border-color: rgb(141.409561753, 41.8737051793, 30.890438247);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(141.409561753, 41.8737051793, 30.890438247);
  border-color: rgb(86.9960159363, 25.7609561753, 19.0039840637);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d24131;
  border-color: rgb(191.6374501992, 56.7470119522, 41.8625498008);
}
.btn-danger .badge {
  color: #d24131;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #3b4150;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(26.5287769784, 29.226618705, 35.9712230216);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #EFEFEF;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #2f323a;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.6;
  color: #a5aab9;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #efefef;
  text-decoration: none;
  background-color: #a5aab9;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #3b4150;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #EFEFEF;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #EFEFEF;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

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

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

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.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(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #a5aab9;
  text-align: center;
  background-color: #C0C0C0;
  border: 1px solid transparent;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.nav > li.disabled > a {
  color: #EFEFEF;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #EFEFEF;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #3b4150;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #C0C0C0 #C0C0C0 #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #6196df;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3b4150;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #24252b;
  }
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #2f323a;
  border-color: rgb(12.7594936709, 13.1139240506, 15.2405063291);
}
.navbar-default .navbar-brand {
  color: #a5aab9;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(136.3125, 142.90625, 162.6875);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #a5aab9;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #a5aab9;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #a5aab9;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #a5aab9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #a5aab9;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgb(12.7594936709, 13.1139240506, 15.2405063291);
}
.navbar-default .navbar-link {
  color: #a5aab9;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #a5aab9;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: white;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: white;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: white;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #EFEFEF;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.6;
  color: #a5aab9;
  text-decoration: none;
  background-color: #373b43;
  border: 1px solid transparent;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(26.5287769784, 29.226618705, 35.9712230216);
  background-color: #C0C0C0;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #3b4150;
  border-color: #3b4150;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #EFEFEF;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #373b43;
  border: 1px solid transparent;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #C0C0C0;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #EFEFEF;
  cursor: not-allowed;
  background-color: #373b43;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #EFEFEF;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(213.5, 213.5, 213.5);
}

.label-primary {
  background-color: #3b4150;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(37.3525179856, 41.1510791367, 50.6474820144);
}

.label-success {
  background-color: #437BAC;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(52.7029288703, 96.7531380753, 135.2970711297);
}

.label-info {
  background-color: #8eb4cb;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(107.0727272727, 156.8181818182, 186.9272727273);
}

.label-warning {
  background-color: #E4BD44;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(214.0887850467, 169.4392523364, 30.9112149533);
}

.label-danger {
  background-color: #d24131;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(170.7091633466, 50.5498007968, 37.2908366534);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #EFEFEF;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3b4150;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #C0C0C0;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(166.5, 166.5, 166.5);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #373b43;
  border: 1px solid #2e3138;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #999eac;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3b4150;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #efefef;
  background-color: #3cb39e;
  border-color: #3cb39e;
}
.alert-success hr {
  border-top-color: rgb(53.5983263598, 159.9016736402, 141.1422594142);
}
.alert-success .alert-link {
  color: rgb(213.5, 213.5, 213.5);
}

.alert-info {
  color: #efefef;
  background-color: #437BAC;
  border-color: #437BAC;
}
.alert-info hr {
  border-top-color: rgb(59.8514644351, 109.8765690377, 153.6485355649);
}
.alert-info .alert-link {
  color: rgb(213.5, 213.5, 213.5);
}

.alert-warning {
  color: #efefef;
  background-color: #F39C12;
  border-color: #F39C12;
}
.alert-warning hr {
  border-top-color: rgb(224.1506024096, 141.8674698795, 11.3493975904);
}
.alert-warning .alert-link {
  color: rgb(213.5, 213.5, 213.5);
}

.alert-danger {
  color: #efefef;
  background-color: #FA6B5B;
  border-color: #FA6B5B;
}
.alert-danger hr {
  border-top-color: rgb(249.2455621302, 84.6686390533, 66.2544378698);
}
.alert-danger .alert-link {
  color: rgb(213.5, 213.5, 213.5);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #3b4150;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.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: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #437BAC;
}
.progress-striped .progress-bar-success {
  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);
}

.progress-bar-info {
  background-color: #8eb4cb;
}
.progress-striped .progress-bar-info {
  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);
}

.progress-bar-warning {
  background-color: #E4BD44;
}
.progress-striped .progress-bar-warning {
  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);
}

.progress-bar-danger {
  background-color: #d24131;
}
.progress-striped .progress-bar-danger {
  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);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgb(12.7594936709, 13.1139240506, 15.2405063291);
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #EFEFEF;
  cursor: not-allowed;
  background-color: #C0C0C0;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #EFEFEF;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3b4150;
  border-color: #3b4150;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(158.8848920863, 166.0935251799, 184.1151079137);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #efefef;
  background-color: #3cb39e;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #efefef;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #efefef;
  background-color: rgb(53.5983263598, 159.9016736402, 141.1422594142);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #efefef;
  border-color: #efefef;
}

.list-group-item-info {
  color: #efefef;
  background-color: #437BAC;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #efefef;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #efefef;
  background-color: rgb(59.8514644351, 109.8765690377, 153.6485355649);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #efefef;
  border-color: #efefef;
}

.list-group-item-warning {
  color: #efefef;
  background-color: #F39C12;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #efefef;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #efefef;
  background-color: rgb(224.1506024096, 141.8674698795, 11.3493975904);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #efefef;
  border-color: #efefef;
}

.list-group-item-danger {
  color: #efefef;
  background-color: #FA6B5B;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #efefef;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #efefef;
  background-color: rgb(249.2455621302, 84.6686390533, 66.2544378698);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #efefef;
  border-color: #efefef;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid rgb(12.7594936709, 13.1139240506, 15.2405063291);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid rgb(12.7594936709, 13.1139240506, 15.2405063291);
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid rgb(12.7594936709, 13.1139240506, 15.2405063291);
}

.panel-default {
  border-color: rgb(12.7594936709, 13.1139240506, 15.2405063291);
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: rgb(12.7594936709, 13.1139240506, 15.2405063291);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(12.7594936709, 13.1139240506, 15.2405063291);
}
.panel-default > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(12.7594936709, 13.1139240506, 15.2405063291);
}

.panel-primary {
  border-color: #3b4150;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3b4150;
  border-color: #3b4150;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3b4150;
}
.panel-primary > .panel-heading .badge {
  color: #3b4150;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3b4150;
}

.panel-success {
  border-color: #3cb39e;
}
.panel-success > .panel-heading {
  color: #efefef;
  background-color: #3cb39e;
  border-color: #3cb39e;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3cb39e;
}
.panel-success > .panel-heading .badge {
  color: #3cb39e;
  background-color: #efefef;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3cb39e;
}

.panel-info {
  border-color: #437BAC;
}
.panel-info > .panel-heading {
  color: #efefef;
  background-color: #437BAC;
  border-color: #437BAC;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #437BAC;
}
.panel-info > .panel-heading .badge {
  color: #437BAC;
  background-color: #efefef;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #437BAC;
}

.panel-warning {
  border-color: #F39C12;
}
.panel-warning > .panel-heading {
  color: #efefef;
  background-color: #F39C12;
  border-color: #F39C12;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #F39C12;
}
.panel-warning > .panel-heading .badge {
  color: #F39C12;
  background-color: #efefef;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #F39C12;
}

.panel-danger {
  border-color: #FA6B5B;
}
.panel-danger > .panel-heading {
  color: #efefef;
  background-color: #FA6B5B;
  border-color: #FA6B5B;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FA6B5B;
}
.panel-danger > .panel-heading .badge {
  color: #FA6B5B;
  background-color: #efefef;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FA6B5B;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.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-16by9 {
  padding-bottom: 56.25%;
}

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #efefef;
  text-shadow: none;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #efefef;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #474E56;
  background-clip: padding-box;
  border: 1px solid #474E56;
  border: 1px solid #24252b;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid transparent;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid transparent;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  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;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* stylelint-disable annotation-no-unknown, max-line-length */
/* stylelint-enable annotation-no-unknown, max-line-length */
.bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}

.bootstrap-table .fixed-table-toolbar .bs-bars,
.bootstrap-table .fixed-table-toolbar .search,
.bootstrap-table .fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
  border-radius: 0;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}

.bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4286;
}

.bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}

.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}

.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

.bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}

.bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}

.bootstrap-table .fixed-table-container .table th,
.bootstrap-table .fixed-table-container .table td {
  vertical-align: middle;
  box-sizing: border-box;
}

.bootstrap-table .fixed-table-container .table thead th,
.bootstrap-table .fixed-table-container .table tfoot th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}

.bootstrap-table .fixed-table-container .table thead th:focus,
.bootstrap-table .fixed-table-container .table tfoot th:focus {
  outline: 0 solid transparent;
}

.bootstrap-table .fixed-table-container .table thead th.detail,
.bootstrap-table .fixed-table-container .table tfoot th.detail {
  width: 30px;
}

.bootstrap-table .fixed-table-container .table thead th .th-inner,
.bootstrap-table .fixed-table-container .table tfoot th .th-inner {
  padding: 0.75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootstrap-table .fixed-table-container .table thead th .sortable,
.bootstrap-table .fixed-table-container .table tfoot th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}

.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center,
.bootstrap-table .fixed-table-container .table tfoot th .sortable.sortable-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.bootstrap-table .fixed-table-container .table thead th .both,
.bootstrap-table .fixed-table-container .table tfoot th .both {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%23dcdcdc"><path d="m103.05877,41.4c9.37707,-12.5 24.60541,-12.5 33.98248,0l96.02113,128c6.90152,9.2 8.92696,22.9 5.17614,34.9s-12.45274,19.8 -22.20489,19.8l-192.04225,-0.1c-9.67713,0 -18.45406,-7.8 -22.20489,-19.8s-1.65036,-25.7 5.17614,-34.9l96.02113,-128l0.07501,0.1zm0,429.3l-96.02113,-128c-6.90152,-9.2 -8.92696,-22.9 -5.17614,-34.9s12.45274,-19.8 22.20489,-19.8l192.04225,0c9.67713,0 18.45406,7.8 22.20489,19.8s1.65036,25.7 -5.17614,34.9l-96.02113,128c-9.37707,12.5 -24.60541,12.5 -33.98248,0l-0.07501,0z"/></svg>');
  background-size: 16px 16px;
  background-position: center right 2px;
}

.bootstrap-table .fixed-table-container .table thead th .asc,
.bootstrap-table .fixed-table-container .table tfoot th .asc {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%237B83DB"><path d="m136.9496,41.4c-9.3763,-12.5 -24.60342,-12.5 -33.97972,0l-96.01334,128c-6.90096,9.2 -8.92624,22.9 -5.17572,34.9s12.45173,19.8 22.20309,19.8l192.02668,0c9.67634,0 18.45256,-7.8 22.20309,-19.8s1.65023,-25.7 -5.17572,-34.9l-96.01334,-128l-0.07501,0z"/></svg>');
}

.bootstrap-table .fixed-table-container .table thead th .desc,
.bootstrap-table .fixed-table-container .table tfoot th .desc {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" fill="%237B83DB"><path d="m136.94959,471.6c-9.3763,12.5 -24.60342,12.5 -33.97972,0l-96.01334,-128c-6.90096,-9.2 -8.92624,-22.9 -5.17572,-34.9s12.45173,-19.8 22.20308,-19.8l192.02667,0c9.67634,0 18.45256,7.8 22.20308,19.8s1.65023,25.7 -5.17572,34.9l-96.01334,128l-0.07501,0z"/></svg>');
}

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0, 0, 0, 0.075);
}

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  width: auto !important;
  text-align: left !important;
}

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  width: 100% !important;
  text-align: left !important;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}

.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio],
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox] {
  margin: 0 auto !important;
}

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: 0.25rem;
}

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}

.bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow: auto;
  height: 100%;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  transition: visibility 0s, opacity 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  visibility: visible;
  opacity: 1;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loading;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: 0.3s;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: 0.6s;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}

.bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}

.bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail,
.bootstrap-table .fixed-table-pagination > .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  display: inline-block;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
  margin: 0;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
  content: "⬅";
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
  content: "➡";
}

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}

.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: 100vh;
  overflow-y: scroll;
}

.bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
  padding: 0.5rem 1rem;
}

.bootstrap-table.bootstrap5 .float-left {
  float: left;
}

.bootstrap-table.bootstrap5 .float-right {
  float: right;
}

/* calculate scrollbar width */
div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/vendor/chosen-js/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/vendor/chosen-js/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(/images/vendor/chosen-js/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/vendor/chosen-js/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(/images/vendor/chosen-js/chosen-sprite.png?6768c1976c2ad78da1634b00b1e84dc2) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/images/vendor/chosen-js/chosen-sprite@2x.png?a0b7f3f18d93f6730bb20aa64fb27644) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fal,
.fat,
.fad,
.fadr,
.fadl,
.fadt,
.fass,
.fasr,
.fasl,
.fast,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.faslr,
.faslpr,
.fawsb,
.fatl,
.fans,
.fands,
.faes,
.fajr,
.fajfr,
.fajdr,
.facr,
.fa-solid,
.fa-semibold,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-chisel,
.fa-etch,
.fa-jelly,
.fa-jelly-duo,
.fa-jelly-fill,
.fa-notdog,
.fa-notdog-duo,
.fa-slab,
.fa-slab-press,
.fa-thumbprint,
.fa-whiteboard,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Pro"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}

:is(.fas,
.fass,
.far,
.fasr,
.fal,
.fasl,
.fat,
.fast,
.fad,
.fadr,
.fadl,
.fadt,
.fasds,
.fasdr,
.fasdl,
.fasdt,
.fab,
.faslr,
.faslpr,
.fawsb,
.fatl,
.fans,
.fands,
.faes,
.fajr,
.fajfr,
.fajdr,
.facr,
.fa-solid,
.fa-semibold,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands,
.fa-classic,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-chisel,
.fa-etch,
.fa-jelly,
.fa-jelly-duo,
.fa-jelly-fill,
.fa-notdog,
.fa-notdog-duo,
.fa-slab,
.fa-slab-press,
.fa-thumbprint,
.fa-whiteboard,
.fa)::before {
  content: var(--fa);
  content: var(--fa)/"";
}

:is(.fad,
.fa-duotone,
.fadr,
.fadl,
.fadt,
.fasds,
.fa-sharp-duotone,
.fasdr,
.fasdl,
.fasdt,
.fatl,
.fa-thumbprint,
.fands,
.fa-notdog-duo,
.fajdr,
.fa-jelly-duo)::after {
  content: var(--fa);
  content: var(--fa)/"";
  font-feature-settings: "ss01";
}

.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-2xs {
  font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xs {
  font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-sm {
  font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-lg {
  font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-xl {
  font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-2xl {
  font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
  line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
  vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
}

.fa-width-auto {
  --fa-width: auto;
}

.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* Heads Up: Bordered Icons will not be supported in the future!
  - This feature will be deprecated in the next major release of Font Awesome (v8)!
  - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
*/
/* Notes:
* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
* --@{v.$css-prefix}-border-padding =
  ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
  ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
*/
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}

.fa-pull-left,
.fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

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

.fa-1 {
  --fa: "\31 ";
}

.fa-2 {
  --fa: "\32 ";
}

.fa-3 {
  --fa: "\33 ";
}

.fa-4 {
  --fa: "\34 ";
}

.fa-5 {
  --fa: "\35 ";
}

.fa-6 {
  --fa: "\36 ";
}

.fa-7 {
  --fa: "\37 ";
}

.fa-8 {
  --fa: "\38 ";
}

.fa-9 {
  --fa: "\39 ";
}

.fa-exclamation {
  --fa: "\!";
}

.fa-ditto {
  --fa: "\"";
}

.fa-hashtag {
  --fa: "\#";
}

.fa-dollar-sign {
  --fa: "\$";
}

.fa-dollar {
  --fa: "\$";
}

.fa-usd {
  --fa: "\$";
}

.fa-percent {
  --fa: "\%";
}

.fa-percentage {
  --fa: "\%";
}

.fa-ampersand {
  --fa: "\&";
}

.fa-apostrophe {
  --fa: "\'";
}

.fa-bracket-round {
  --fa: "\(";
}

.fa-parenthesis {
  --fa: "\(";
}

.fa-bracket-round-right {
  --fa: "\)";
}

.fa-asterisk {
  --fa: "\*";
}

.fa-plus {
  --fa: "\+";
}

.fa-add {
  --fa: "\+";
}

.fa-comma {
  --fa: "\,";
}

.fa-hyphen {
  --fa: "\-";
}

.fa-period {
  --fa: "\.";
}

.fa-slash-forward {
  --fa: "\/";
}

.fa-colon {
  --fa: "\:";
}

.fa-semicolon {
  --fa: "\;";
}

.fa-less-than {
  --fa: "\<";
}

.fa-equals {
  --fa: "\=";
}

.fa-greater-than {
  --fa: "\>";
}

.fa-question {
  --fa: "\?";
}

.fa-at {
  --fa: "\@";
}

.fa-a {
  --fa: "A";
}

.fa-b {
  --fa: "B";
}

.fa-c {
  --fa: "C";
}

.fa-d {
  --fa: "D";
}

.fa-e {
  --fa: "E";
}

.fa-f {
  --fa: "F";
}

.fa-g {
  --fa: "G";
}

.fa-h {
  --fa: "H";
}

.fa-i {
  --fa: "I";
}

.fa-j {
  --fa: "J";
}

.fa-k {
  --fa: "K";
}

.fa-l {
  --fa: "L";
}

.fa-m {
  --fa: "M";
}

.fa-n {
  --fa: "N";
}

.fa-o {
  --fa: "O";
}

.fa-p {
  --fa: "P";
}

.fa-q {
  --fa: "Q";
}

.fa-r {
  --fa: "R";
}

.fa-s {
  --fa: "S";
}

.fa-t {
  --fa: "T";
}

.fa-u {
  --fa: "U";
}

.fa-v {
  --fa: "V";
}

.fa-w {
  --fa: "W";
}

.fa-x {
  --fa: "X";
}

.fa-y {
  --fa: "Y";
}

.fa-z {
  --fa: "Z";
}

.fa-bracket-square {
  --fa: "\[";
}

.fa-bracket {
  --fa: "\[";
}

.fa-bracket-left {
  --fa: "\[";
}

.fa-slash-back {
  --fa: "\\";
}

.fa-bracket-square-right {
  --fa: "\]";
}

.fa-accent-grave {
  --fa: "\`";
}

.fa-bracket-curly {
  --fa: "\{";
}

.fa-bracket-curly-left {
  --fa: "\{";
}

.fa-pipe {
  --fa: "\|";
}

.fa-bracket-curly-right {
  --fa: "\}";
}

.fa-tilde {
  --fa: "\~";
}

.fa-caravan-simple {
  --fa: "\e000";
}

.fa-caravan-alt {
  --fa: "\e000";
}

.fa-cat-space {
  --fa: "\e001";
}

.fa-coffee-pot {
  --fa: "\e002";
}

.fa-comet {
  --fa: "\e003";
}

.fa-fan-table {
  --fa: "\e004";
}

.fa-faucet {
  --fa: "\e005";
}

.fa-faucet-drip {
  --fa: "\e006";
}

.fa-galaxy {
  --fa: "\e008";
}

.fa-garage {
  --fa: "\e009";
}

.fa-garage-car {
  --fa: "\e00a";
}

.fa-garage-open {
  --fa: "\e00b";
}

.fa-heat {
  --fa: "\e00c";
}

.fa-house-chimney-window {
  --fa: "\e00d";
}

.fa-house-day {
  --fa: "\e00e";
}

.fa-house-person-leave {
  --fa: "\e00f";
}

.fa-house-leave {
  --fa: "\e00f";
}

.fa-house-person-depart {
  --fa: "\e00f";
}

.fa-house-night {
  --fa: "\e010";
}

.fa-house-person-return {
  --fa: "\e011";
}

.fa-house-person-arrive {
  --fa: "\e011";
}

.fa-house-return {
  --fa: "\e011";
}

.fa-house-signal {
  --fa: "\e012";
}

.fa-lamp-desk {
  --fa: "\e014";
}

.fa-lamp-floor {
  --fa: "\e015";
}

.fa-light-ceiling {
  --fa: "\e016";
}

.fa-light-switch {
  --fa: "\e017";
}

.fa-light-switch-off {
  --fa: "\e018";
}

.fa-light-switch-on {
  --fa: "\e019";
}

.fa-microwave {
  --fa: "\e01b";
}

.fa-outlet {
  --fa: "\e01c";
}

.fa-oven {
  --fa: "\e01d";
}

.fa-planet-moon {
  --fa: "\e01f";
}

.fa-planet-ringed {
  --fa: "\e020";
}

.fa-police-box {
  --fa: "\e021";
}

.fa-person-to-portal {
  --fa: "\e022";
}

.fa-portal-enter {
  --fa: "\e022";
}

.fa-person-from-portal {
  --fa: "\e023";
}

.fa-portal-exit {
  --fa: "\e023";
}

.fa-radar {
  --fa: "\e024";
}

.fa-raygun {
  --fa: "\e025";
}

.fa-refrigerator {
  --fa: "\e026";
}

.fa-rocket-launch {
  --fa: "\e027";
}

.fa-sensor {
  --fa: "\e028";
}

.fa-sensor-triangle-exclamation {
  --fa: "\e029";
}

.fa-sensor-alert {
  --fa: "\e029";
}

.fa-sensor-fire {
  --fa: "\e02a";
}

.fa-sensor-on {
  --fa: "\e02b";
}

.fa-sensor-cloud {
  --fa: "\e02c";
}

.fa-sensor-smoke {
  --fa: "\e02c";
}

.fa-siren {
  --fa: "\e02d";
}

.fa-siren-on {
  --fa: "\e02e";
}

.fa-solar-system {
  --fa: "\e02f";
}

.fa-circle-sort {
  --fa: "\e030";
}

.fa-sort-circle {
  --fa: "\e030";
}

.fa-circle-sort-down {
  --fa: "\e031";
}

.fa-sort-circle-down {
  --fa: "\e031";
}

.fa-circle-sort-up {
  --fa: "\e032";
}

.fa-sort-circle-up {
  --fa: "\e032";
}

.fa-space-station-moon {
  --fa: "\e033";
}

.fa-space-station-moon-construction {
  --fa: "\e034";
}

.fa-space-station-moon-alt {
  --fa: "\e034";
}

.fa-sprinkler {
  --fa: "\e035";
}

.fa-star-shooting {
  --fa: "\e036";
}

.fa-starfighter {
  --fa: "\e037";
}

.fa-starfighter-twin-ion-engine {
  --fa: "\e038";
}

.fa-starfighter-alt {
  --fa: "\e038";
}

.fa-starship {
  --fa: "\e039";
}

.fa-starship-freighter {
  --fa: "\e03a";
}

.fa-sword-laser {
  --fa: "\e03b";
}

.fa-sword-laser-alt {
  --fa: "\e03c";
}

.fa-swords-laser {
  --fa: "\e03d";
}

.fa-telescope {
  --fa: "\e03e";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
}

.fa-temperature-up {
  --fa: "\e040";
}

.fa-trailer {
  --fa: "\e041";
}

.fa-transporter {
  --fa: "\e042";
}

.fa-transporter-1 {
  --fa: "\e043";
}

.fa-transporter-2 {
  --fa: "\e044";
}

.fa-transporter-3 {
  --fa: "\e045";
}

.fa-transporter-empty {
  --fa: "\e046";
}

.fa-ufo {
  --fa: "\e047";
}

.fa-ufo-beam {
  --fa: "\e048";
}

.fa-user-alien {
  --fa: "\e04a";
}

.fa-user-robot {
  --fa: "\e04b";
}

.fa-user-visor {
  --fa: "\e04c";
}

.fa-vacuum {
  --fa: "\e04d";
}

.fa-vacuum-robot {
  --fa: "\e04e";
}

.fa-window-frame {
  --fa: "\e04f";
}

.fa-window-frame-open {
  --fa: "\e050";
}

.fa-coffin-cross {
  --fa: "\e051";
}

.fa-folder-arrow-down {
  --fa: "\e053";
}

.fa-folder-download {
  --fa: "\e053";
}

.fa-folder-arrow-up {
  --fa: "\e054";
}

.fa-folder-upload {
  --fa: "\e054";
}

.fa-user-unlock {
  --fa: "\e058";
}

.fa-bacteria {
  --fa: "\e059";
}

.fa-bacterium {
  --fa: "\e05a";
}

.fa-box-tissue {
  --fa: "\e05b";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
}

.fa-hand-sparkles {
  --fa: "\e05d";
}

.fa-hands-bubbles {
  --fa: "\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
}

.fa-handshake-slash {
  --fa: "\e060";
}

.fa-handshake-alt-slash {
  --fa: "\e060";
}

.fa-handshake-simple-slash {
  --fa: "\e060";
}

.fa-head-side-cough {
  --fa: "\e061";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
}

.fa-head-side-mask {
  --fa: "\e063";
}

.fa-head-side-virus {
  --fa: "\e064";
}

.fa-house-chimney-user {
  --fa: "\e065";
}

.fa-house-laptop {
  --fa: "\e066";
}

.fa-laptop-house {
  --fa: "\e066";
}

.fa-lungs-virus {
  --fa: "\e067";
}

.fa-people-arrows {
  --fa: "\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
}

.fa-plane-slash {
  --fa: "\e069";
}

.fa-pump-medical {
  --fa: "\e06a";
}

.fa-pump-soap {
  --fa: "\e06b";
}

.fa-shield-virus {
  --fa: "\e06c";
}

.fa-sink {
  --fa: "\e06d";
}

.fa-soap {
  --fa: "\e06e";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
}

.fa-shop-slash {
  --fa: "\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
}

.fa-store-slash {
  --fa: "\e071";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
}

.fa-users-slash {
  --fa: "\e073";
}

.fa-virus {
  --fa: "\e074";
}

.fa-virus-slash {
  --fa: "\e075";
}

.fa-viruses {
  --fa: "\e076";
}

.fa-vest {
  --fa: "\e085";
}

.fa-vest-patches {
  --fa: "\e086";
}

.fa-airplay {
  --fa: "\e089";
}

.fa-alt {
  --fa: "\e08a";
}

.fa-angle {
  --fa: "\e08c";
}

.fa-angle-90 {
  --fa: "\e08d";
}

.fa-apple-core {
  --fa: "\e08f";
}

.fa-arrow-down-from-dotted-line {
  --fa: "\e090";
}

.fa-arrow-down-left {
  --fa: "\e091";
}

.fa-arrow-down-left-and-arrow-up-right-to-center {
  --fa: "\e092";
}

.fa-arrow-down-right {
  --fa: "\e093";
}

.fa-arrow-down-to-bracket {
  --fa: "\e094";
}

.fa-arrow-down-to-dotted-line {
  --fa: "\e095";
}

.fa-arrow-down-to-square {
  --fa: "\e096";
}

.fa-arrow-trend-down {
  --fa: "\e097";
}

.fa-arrow-trend-up {
  --fa: "\e098";
}

.fa-arrow-up-arrow-down {
  --fa: "\e099";
}

.fa-sort-up-down {
  --fa: "\e099";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

.fa-arrow-up-from-dotted-line {
  --fa: "\e09b";
}

.fa-arrow-up-from-square {
  --fa: "\e09c";
}

.fa-arrow-up-left {
  --fa: "\e09d";
}

.fa-arrow-up-left-from-circle {
  --fa: "\e09e";
}

.fa-arrow-up-right {
  --fa: "\e09f";
}

.fa-arrow-up-right-and-arrow-down-left-from-center {
  --fa: "\e0a0";
}

.fa-arrow-up-to-dotted-line {
  --fa: "\e0a1";
}

.fa-arrows-cross {
  --fa: "\e0a2";
}

.fa-arrows-from-dotted-line {
  --fa: "\e0a3";
}

.fa-arrows-from-line {
  --fa: "\e0a4";
}

.fa-arrows-minimize {
  --fa: "\e0a5";
}

.fa-compress-arrows {
  --fa: "\e0a5";
}

.fa-arrows-to-dotted-line {
  --fa: "\e0a6";
}

.fa-arrows-to-line {
  --fa: "\e0a7";
}

.fa-audio-description-slash {
  --fa: "\e0a8";
}

.fa-austral-sign {
  --fa: "\e0a9";
}

.fa-avocado {
  --fa: "\e0aa";
}

.fa-award-simple {
  --fa: "\e0ab";
}

.fa-baht-sign {
  --fa: "\e0ac";
}

.fa-bars-filter {
  --fa: "\e0ad";
}

.fa-bars-sort {
  --fa: "\e0ae";
}

.fa-basket-shopping-simple {
  --fa: "\e0af";
}

.fa-shopping-basket-alt {
  --fa: "\e0af";
}

.fa-battery-exclamation {
  --fa: "\e0b0";
}

.fa-battery-low {
  --fa: "\e0b1";
}

.fa-battery-1 {
  --fa: "\e0b1";
}

.fa-bee {
  --fa: "\e0b2";
}

.fa-beer-mug {
  --fa: "\e0b3";
}

.fa-beer-foam {
  --fa: "\e0b3";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
}

.fa-block-quote {
  --fa: "\e0b5";
}

.fa-bolt-auto {
  --fa: "\e0b6";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
}

.fa-bolt-slash {
  --fa: "\e0b8";
}

.fa-book-arrow-right {
  --fa: "\e0b9";
}

.fa-book-arrow-up {
  --fa: "\e0ba";
}

.fa-book-bookmark {
  --fa: "\e0bb";
}

.fa-book-circle-arrow-right {
  --fa: "\e0bc";
}

.fa-book-circle-arrow-up {
  --fa: "\e0bd";
}

.fa-book-copy {
  --fa: "\e0be";
}

.fa-book-font {
  --fa: "\e0bf";
}

.fa-book-open-cover {
  --fa: "\e0c0";
}

.fa-book-open-alt {
  --fa: "\e0c0";
}

.fa-book-section {
  --fa: "\e0c1";
}

.fa-book-law {
  --fa: "\e0c1";
}

.fa-bookmark-slash {
  --fa: "\e0c2";
}

.fa-bowling-ball-pin {
  --fa: "\e0c3";
}

.fa-box-circle-check {
  --fa: "\e0c4";
}

.fa-brackets-round {
  --fa: "\e0c5";
}

.fa-parentheses {
  --fa: "\e0c5";
}

.fa-brain-circuit {
  --fa: "\e0c6";
}

.fa-brake-warning {
  --fa: "\e0c7";
}

.fa-briefcase-blank {
  --fa: "\e0c8";
}

.fa-brightness {
  --fa: "\e0c9";
}

.fa-brightness-low {
  --fa: "\e0ca";
}

.fa-browsers {
  --fa: "\e0cb";
}

.fa-buildings {
  --fa: "\e0cc";
}

.fa-burger-fries {
  --fa: "\e0cd";
}

.fa-burger-glass {
  --fa: "\e0ce";
}

.fa-calendar-arrow-down {
  --fa: "\e0d0";
}

.fa-calendar-download {
  --fa: "\e0d0";
}

.fa-calendar-arrow-up {
  --fa: "\e0d1";
}

.fa-calendar-upload {
  --fa: "\e0d1";
}

.fa-calendar-clock {
  --fa: "\e0d2";
}

.fa-calendar-time {
  --fa: "\e0d2";
}

.fa-calendar-heart {
  --fa: "\e0d3";
}

.fa-calendar-image {
  --fa: "\e0d4";
}

.fa-calendar-lines {
  --fa: "\e0d5";
}

.fa-calendar-note {
  --fa: "\e0d5";
}

.fa-calendar-range {
  --fa: "\e0d6";
}

.fa-calendars {
  --fa: "\e0d7";
}

.fa-camera-rotate {
  --fa: "\e0d8";
}

.fa-camera-slash {
  --fa: "\e0d9";
}

.fa-camera-viewfinder {
  --fa: "\e0da";
}

.fa-screenshot {
  --fa: "\e0da";
}

.fa-cart-minus {
  --fa: "\e0db";
}

.fa-cart-shopping-fast {
  --fa: "\e0dc";
}

.fa-cart-xmark {
  --fa: "\e0dd";
}

.fa-castle {
  --fa: "\e0de";
}

.fa-cedi-sign {
  --fa: "\e0df";
}

.fa-chart-bullet {
  --fa: "\e0e1";
}

.fa-chart-candlestick {
  --fa: "\e0e2";
}

.fa-chart-column {
  --fa: "\e0e3";
}

.fa-chart-gantt {
  --fa: "\e0e4";
}

.fa-chart-line-up {
  --fa: "\e0e5";
}

.fa-chart-pyramid {
  --fa: "\e0e6";
}

.fa-chart-radar {
  --fa: "\e0e7";
}

.fa-chart-scatter-3d {
  --fa: "\e0e8";
}

.fa-chart-scatter-bubble {
  --fa: "\e0e9";
}

.fa-chart-tree-map {
  --fa: "\e0ea";
}

.fa-chart-waterfall {
  --fa: "\e0eb";
}

.fa-cherries {
  --fa: "\e0ec";
}

.fa-circle-0 {
  --fa: "\e0ed";
}

.fa-circle-1 {
  --fa: "\e0ee";
}

.fa-circle-2 {
  --fa: "\e0ef";
}

.fa-circle-3 {
  --fa: "\e0f0";
}

.fa-circle-4 {
  --fa: "\e0f1";
}

.fa-circle-5 {
  --fa: "\e0f2";
}

.fa-circle-6 {
  --fa: "\e0f3";
}

.fa-circle-7 {
  --fa: "\e0f4";
}

.fa-circle-8 {
  --fa: "\e0f5";
}

.fa-circle-9 {
  --fa: "\e0f6";
}

.fa-circle-a {
  --fa: "\e0f7";
}

.fa-circle-ampersand {
  --fa: "\e0f8";
}

.fa-circle-arrow-down-left {
  --fa: "\e0f9";
}

.fa-circle-arrow-down-right {
  --fa: "\e0fa";
}

.fa-circle-arrow-up-left {
  --fa: "\e0fb";
}

.fa-circle-arrow-up-right {
  --fa: "\e0fc";
}

.fa-circle-b {
  --fa: "\e0fd";
}

.fa-circle-bolt {
  --fa: "\e0fe";
}

.fa-circle-book-open {
  --fa: "\e0ff";
}

.fa-book-circle {
  --fa: "\e0ff";
}

.fa-circle-bookmark {
  --fa: "\e100";
}

.fa-bookmark-circle {
  --fa: "\e100";
}

.fa-circle-c {
  --fa: "\e101";
}

.fa-circle-calendar {
  --fa: "\e102";
}

.fa-calendar-circle {
  --fa: "\e102";
}

.fa-circle-camera {
  --fa: "\e103";
}

.fa-camera-circle {
  --fa: "\e103";
}

.fa-circle-d {
  --fa: "\e104";
}

.fa-circle-dashed {
  --fa: "\e105";
}

.fa-circle-divide {
  --fa: "\e106";
}

.fa-circle-down-left {
  --fa: "\e107";
}

.fa-circle-down-right {
  --fa: "\e108";
}

.fa-circle-e {
  --fa: "\e109";
}

.fa-circle-ellipsis {
  --fa: "\e10a";
}

.fa-circle-ellipsis-vertical {
  --fa: "\e10b";
}

.fa-circle-envelope {
  --fa: "\e10c";
}

.fa-envelope-circle {
  --fa: "\e10c";
}

.fa-circle-exclamation-check {
  --fa: "\e10d";
}

.fa-circle-f {
  --fa: "\e10e";
}

.fa-circle-g {
  --fa: "\e10f";
}

.fa-circle-half {
  --fa: "\e110";
}

.fa-circle-i {
  --fa: "\e111";
}

.fa-circle-j {
  --fa: "\e112";
}

.fa-circle-k {
  --fa: "\e113";
}

.fa-circle-l {
  --fa: "\e114";
}

.fa-circle-m {
  --fa: "\e115";
}

.fa-circle-microphone {
  --fa: "\e116";
}

.fa-microphone-circle {
  --fa: "\e116";
}

.fa-circle-microphone-lines {
  --fa: "\e117";
}

.fa-microphone-circle-alt {
  --fa: "\e117";
}

.fa-circle-n {
  --fa: "\e118";
}

.fa-circle-o {
  --fa: "\e119";
}

.fa-circle-p {
  --fa: "\e11a";
}

.fa-circle-phone {
  --fa: "\e11b";
}

.fa-phone-circle {
  --fa: "\e11b";
}

.fa-circle-phone-flip {
  --fa: "\e11c";
}

.fa-phone-circle-alt {
  --fa: "\e11c";
}

.fa-circle-phone-hangup {
  --fa: "\e11d";
}

.fa-phone-circle-down {
  --fa: "\e11d";
}

.fa-circle-q {
  --fa: "\e11e";
}

.fa-circle-quarter {
  --fa: "\e11f";
}

.fa-circle-r {
  --fa: "\e120";
}

.fa-circle-s {
  --fa: "\e121";
}

.fa-circle-small {
  --fa: "\e122";
}

.fa-circle-star {
  --fa: "\e123";
}

.fa-star-circle {
  --fa: "\e123";
}

.fa-circle-t {
  --fa: "\e124";
}

.fa-circle-three-quarters {
  --fa: "\e125";
}

.fa-circle-trash {
  --fa: "\e126";
}

.fa-trash-circle {
  --fa: "\e126";
}

.fa-circle-u {
  --fa: "\e127";
}

.fa-circle-up-left {
  --fa: "\e128";
}

.fa-circle-up-right {
  --fa: "\e129";
}

.fa-circle-v {
  --fa: "\e12a";
}

.fa-circle-video {
  --fa: "\e12b";
}

.fa-video-circle {
  --fa: "\e12b";
}

.fa-circle-w {
  --fa: "\e12c";
}

.fa-circle-waveform-lines {
  --fa: "\e12d";
}

.fa-waveform-circle {
  --fa: "\e12d";
}

.fa-circle-x {
  --fa: "\e12e";
}

.fa-circle-y {
  --fa: "\e12f";
}

.fa-circle-z {
  --fa: "\e130";
}

.fa-clapperboard {
  --fa: "\e131";
}

.fa-clapperboard-play {
  --fa: "\e132";
}

.fa-clipboard-medical {
  --fa: "\e133";
}

.fa-clock-desk {
  --fa: "\e134";
}

.fa-closed-captioning-slash {
  --fa: "\e135";
}

.fa-clothes-hanger {
  --fa: "\e136";
}

.fa-cloud-slash {
  --fa: "\e137";
}

.fa-cloud-word {
  --fa: "\e138";
}

.fa-clover {
  --fa: "\e139";
}

.fa-code-compare {
  --fa: "\e13a";
}

.fa-code-fork {
  --fa: "\e13b";
}

.fa-code-pull-request {
  --fa: "\e13c";
}

.fa-code-simple {
  --fa: "\e13d";
}

.fa-coffee-bean {
  --fa: "\e13e";
}

.fa-coffee-beans {
  --fa: "\e13f";
}

.fa-colon-sign {
  --fa: "\e140";
}

.fa-command {
  --fa: "\e142";
}

.fa-comment-arrow-down {
  --fa: "\e143";
}

.fa-comment-arrow-up {
  --fa: "\e144";
}

.fa-comment-arrow-up-right {
  --fa: "\e145";
}

.fa-comment-captions {
  --fa: "\e146";
}

.fa-comment-code {
  --fa: "\e147";
}

.fa-comment-image {
  --fa: "\e148";
}

.fa-comment-middle {
  --fa: "\e149";
}

.fa-comment-middle-top {
  --fa: "\e14a";
}

.fa-comment-question {
  --fa: "\e14b";
}

.fa-comment-quote {
  --fa: "\e14c";
}

.fa-comment-text {
  --fa: "\e14d";
}

.fa-comments-question {
  --fa: "\e14e";
}

.fa-comments-question-check {
  --fa: "\e14f";
}

.fa-conveyor-belt-empty {
  --fa: "\e150";
}

.fa-crate-empty {
  --fa: "\e151";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
}

.fa-delete-right {
  --fa: "\e154";
}

.fa-desktop-arrow-down {
  --fa: "\e155";
}

.fa-diagram-lean-canvas {
  --fa: "\e156";
}

.fa-diagram-nested {
  --fa: "\e157";
}

.fa-diagram-sankey {
  --fa: "\e158";
}

.fa-diagram-venn {
  --fa: "\e15a";
}

.fa-dial {
  --fa: "\e15b";
}

.fa-dial-med-high {
  --fa: "\e15b";
}

.fa-dial-high {
  --fa: "\e15c";
}

.fa-dial-low {
  --fa: "\e15d";
}

.fa-dial-max {
  --fa: "\e15e";
}

.fa-dial-med {
  --fa: "\e15f";
}

.fa-dial-med-low {
  --fa: "\e160";
}

.fa-dial-min {
  --fa: "\e161";
}

.fa-dial-off {
  --fa: "\e162";
}

.fa-display {
  --fa: "\e163";
}

.fa-display-arrow-down {
  --fa: "\e164";
}

.fa-display-code {
  --fa: "\e165";
}

.fa-desktop-code {
  --fa: "\e165";
}

.fa-display-medical {
  --fa: "\e166";
}

.fa-desktop-medical {
  --fa: "\e166";
}

.fa-dolphin {
  --fa: "\e168";
}

.fa-dong-sign {
  --fa: "\e169";
}

.fa-down-left {
  --fa: "\e16a";
}

.fa-down-right {
  --fa: "\e16b";
}

.fa-eggplant {
  --fa: "\e16c";
}

.fa-elevator {
  --fa: "\e16d";
}

.fa-engine {
  --fa: "\e16e";
}

.fa-envelope-dot {
  --fa: "\e16f";
}

.fa-envelope-badge {
  --fa: "\e16f";
}

.fa-envelopes {
  --fa: "\e170";
}

.fa-escalator {
  --fa: "\e171";
}

.fa-eye-dropper-full {
  --fa: "\e172";
}

.fa-eye-dropper-half {
  --fa: "\e173";
}

.fa-ferris-wheel {
  --fa: "\e174";
}

.fa-file-binary {
  --fa: "\e175";
}

.fa-file-heart {
  --fa: "\e176";
}

.fa-file-plus-minus {
  --fa: "\e177";
}

.fa-files {
  --fa: "\e178";
}

.fa-film-slash {
  --fa: "\e179";
}

.fa-films {
  --fa: "\e17a";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
}

.fa-filter-list {
  --fa: "\e17c";
}

.fa-filter-slash {
  --fa: "\e17d";
}

.fa-filters {
  --fa: "\e17e";
}

.fa-fire-hydrant {
  --fa: "\e17f";
}

.fa-floppy-disk-circle-arrow-right {
  --fa: "\e180";
}

.fa-save-circle-arrow-right {
  --fa: "\e180";
}

.fa-floppy-disk-circle-xmark {
  --fa: "\e181";
}

.fa-floppy-disk-times {
  --fa: "\e181";
}

.fa-save-circle-xmark {
  --fa: "\e181";
}

.fa-save-times {
  --fa: "\e181";
}

.fa-floppy-disk-pen {
  --fa: "\e182";
}

.fa-floppy-disks {
  --fa: "\e183";
}

.fa-florin-sign {
  --fa: "\e184";
}

.fa-folder-closed {
  --fa: "\e185";
}

.fa-folder-bookmark {
  --fa: "\e186";
}

.fa-folder-gear {
  --fa: "\e187";
}

.fa-folder-cog {
  --fa: "\e187";
}

.fa-folder-grid {
  --fa: "\e188";
}

.fa-folder-heart {
  --fa: "\e189";
}

.fa-folder-image {
  --fa: "\e18a";
}

.fa-folder-magnifying-glass {
  --fa: "\e18b";
}

.fa-folder-search {
  --fa: "\e18b";
}

.fa-folder-medical {
  --fa: "\e18c";
}

.fa-folder-music {
  --fa: "\e18d";
}

.fa-folder-user {
  --fa: "\e18e";
}

.fa-franc-sign {
  --fa: "\e18f";
}

.fa-gif {
  --fa: "\e190";
}

.fa-glass-empty {
  --fa: "\e191";
}

.fa-glass-half {
  --fa: "\e192";
}

.fa-glass-half-empty {
  --fa: "\e192";
}

.fa-glass-half-full {
  --fa: "\e192";
}

.fa-grate {
  --fa: "\e193";
}

.fa-grate-droplet {
  --fa: "\e194";
}

.fa-grid {
  --fa: "\e195";
}

.fa-grid-3 {
  --fa: "\e195";
}

.fa-grid-2 {
  --fa: "\e196";
}

.fa-grid-2-plus {
  --fa: "\e197";
}

.fa-grid-4 {
  --fa: "\e198";
}

.fa-grid-5 {
  --fa: "\e199";
}

.fa-guarani-sign {
  --fa: "\e19a";
}

.fa-gun {
  --fa: "\e19b";
}

.fa-gun-slash {
  --fa: "\e19c";
}

.fa-gun-squirt {
  --fa: "\e19d";
}

.fa-hand-back-point-down {
  --fa: "\e19e";
}

.fa-hand-back-point-left {
  --fa: "\e19f";
}

.fa-hand-back-point-ribbon {
  --fa: "\e1a0";
}

.fa-hand-back-point-right {
  --fa: "\e1a1";
}

.fa-hand-back-point-up {
  --fa: "\e1a2";
}

.fa-hand-fingers-crossed {
  --fa: "\e1a3";
}

.fa-hand-holding-skull {
  --fa: "\e1a4";
}

.fa-hand-love {
  --fa: "\e1a5";
}

.fa-hand-point-ribbon {
  --fa: "\e1a6";
}

.fa-hand-wave {
  --fa: "\e1a7";
}

.fa-hands-clapping {
  --fa: "\e1a8";
}

.fa-hand-horns {
  --fa: "\e1a9";
}

.fa-head-side-heart {
  --fa: "\e1aa";
}

.fa-heart-half {
  --fa: "\e1ab";
}

.fa-heart-half-stroke {
  --fa: "\e1ac";
}

.fa-heart-half-alt {
  --fa: "\e1ac";
}

.fa-hexagon-divide {
  --fa: "\e1ad";
}

.fa-high-definition {
  --fa: "\e1ae";
}

.fa-rectangle-hd {
  --fa: "\e1ae";
}

.fa-highlighter-line {
  --fa: "\e1af";
}

.fa-house-user {
  --fa: "\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
}

.fa-house-building {
  --fa: "\e1b1";
}

.fa-house-chimney-heart {
  --fa: "\e1b2";
}

.fa-house-tree {
  --fa: "\e1b3";
}

.fa-house-turret {
  --fa: "\e1b4";
}

.fa-image-landscape {
  --fa: "\e1b5";
}

.fa-landscape {
  --fa: "\e1b5";
}

.fa-image-polaroid-user {
  --fa: "\e1b6";
}

.fa-image-slash {
  --fa: "\e1b7";
}

.fa-image-user {
  --fa: "\e1b8";
}

.fa-images-user {
  --fa: "\e1b9";
}

.fa-inbox-full {
  --fa: "\e1ba";
}

.fa-inboxes {
  --fa: "\e1bb";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
}

.fa-input-numeric {
  --fa: "\e1bd";
}

.fa-input-pipe {
  --fa: "\e1be";
}

.fa-input-text {
  --fa: "\e1bf";
}

.fa-keyboard-brightness {
  --fa: "\e1c0";
}

.fa-keyboard-brightness-low {
  --fa: "\e1c1";
}

.fa-keyboard-down {
  --fa: "\e1c2";
}

.fa-keyboard-left {
  --fa: "\e1c3";
}

.fa-kip-sign {
  --fa: "\e1c4";
}

.fa-lamp-street {
  --fa: "\e1c5";
}

.fa-laptop-arrow-down {
  --fa: "\e1c6";
}

.fa-laptop-slash {
  --fa: "\e1c7";
}

.fa-lari-sign {
  --fa: "\e1c8";
}

.fa-lasso-sparkles {
  --fa: "\e1c9";
}

.fa-lightbulb-exclamation-on {
  --fa: "\e1ca";
}

.fa-link-horizontal {
  --fa: "\e1cb";
}

.fa-chain-horizontal {
  --fa: "\e1cb";
}

.fa-link-horizontal-slash {
  --fa: "\e1cc";
}

.fa-chain-horizontal-slash {
  --fa: "\e1cc";
}

.fa-link-simple {
  --fa: "\e1cd";
}

.fa-link-simple-slash {
  --fa: "\e1ce";
}

.fa-list-dropdown {
  --fa: "\e1cf";
}

.fa-list-radio {
  --fa: "\e1d0";
}

.fa-list-timeline {
  --fa: "\e1d1";
}

.fa-list-tree {
  --fa: "\e1d2";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
}

.fa-loader {
  --fa: "\e1d4";
}

.fa-manat-sign {
  --fa: "\e1d5";
}

.fa-manhole {
  --fa: "\e1d6";
}

.fa-mask-face {
  --fa: "\e1d7";
}

.fa-memo {
  --fa: "\e1d8";
}

.fa-memo-circle-check {
  --fa: "\e1d9";
}

.fa-memo-pad {
  --fa: "\e1da";
}

.fa-message-arrow-down {
  --fa: "\e1db";
}

.fa-comment-alt-arrow-down {
  --fa: "\e1db";
}

.fa-message-arrow-up {
  --fa: "\e1dc";
}

.fa-comment-alt-arrow-up {
  --fa: "\e1dc";
}

.fa-message-arrow-up-right {
  --fa: "\e1dd";
}

.fa-message-captions {
  --fa: "\e1de";
}

.fa-comment-alt-captions {
  --fa: "\e1de";
}

.fa-message-code {
  --fa: "\e1df";
}

.fa-message-image {
  --fa: "\e1e0";
}

.fa-comment-alt-image {
  --fa: "\e1e0";
}

.fa-message-middle {
  --fa: "\e1e1";
}

.fa-comment-middle-alt {
  --fa: "\e1e1";
}

.fa-message-middle-top {
  --fa: "\e1e2";
}

.fa-comment-middle-top-alt {
  --fa: "\e1e2";
}

.fa-message-question {
  --fa: "\e1e3";
}

.fa-message-quote {
  --fa: "\e1e4";
}

.fa-comment-alt-quote {
  --fa: "\e1e4";
}

.fa-message-sms {
  --fa: "\e1e5";
}

.fa-message-text {
  --fa: "\e1e6";
}

.fa-comment-alt-text {
  --fa: "\e1e6";
}

.fa-messages-question {
  --fa: "\e1e7";
}

.fa-meter {
  --fa: "\e1e8";
}

.fa-meter-bolt {
  --fa: "\e1e9";
}

.fa-meter-droplet {
  --fa: "\e1ea";
}

.fa-meter-fire {
  --fa: "\e1eb";
}

.fa-microchip-ai {
  --fa: "\e1ec";
}

.fa-mill-sign {
  --fa: "\e1ed";
}

.fa-mobile-notch {
  --fa: "\e1ee";
}

.fa-mobile-iphone {
  --fa: "\e1ee";
}

.fa-mobile-signal {
  --fa: "\e1ef";
}

.fa-mobile-signal-out {
  --fa: "\e1f0";
}

.fa-money-bill-simple {
  --fa: "\e1f1";
}

.fa-money-bill-simple-wave {
  --fa: "\e1f2";
}

.fa-money-bills {
  --fa: "\e1f3";
}

.fa-money-bills-simple {
  --fa: "\e1f4";
}

.fa-money-bills-alt {
  --fa: "\e1f4";
}

.fa-mug-tea-saucer {
  --fa: "\e1f5";
}

.fa-naira-sign {
  --fa: "\e1f6";
}

.fa-nfc {
  --fa: "\e1f7";
}

.fa-nfc-lock {
  --fa: "\e1f8";
}

.fa-nfc-magnifying-glass {
  --fa: "\e1f9";
}

.fa-nfc-pen {
  --fa: "\e1fa";
}

.fa-nfc-signal {
  --fa: "\e1fb";
}

.fa-nfc-slash {
  --fa: "\e1fc";
}

.fa-nfc-trash {
  --fa: "\e1fd";
}

.fa-notdef {
  --fa: "\e1fe";
}

.fa-note {
  --fa: "\e1ff";
}

.fa-note-medical {
  --fa: "\e200";
}

.fa-notebook {
  --fa: "\e201";
}

.fa-notes {
  --fa: "\e202";
}

.fa-octagon-divide {
  --fa: "\e203";
}

.fa-octagon-exclamation {
  --fa: "\e204";
}

.fa-oil-can-drip {
  --fa: "\e205";
}

.fa-paintbrush-pencil {
  --fa: "\e206";
}

.fa-pallet-box {
  --fa: "\e208";
}

.fa-panorama {
  --fa: "\e209";
}

.fa-paper-plane-top {
  --fa: "\e20a";
}

.fa-paper-plane-alt {
  --fa: "\e20a";
}

.fa-send {
  --fa: "\e20a";
}

.fa-peach {
  --fa: "\e20b";
}

.fa-pear {
  --fa: "\e20c";
}

.fa-pedestal {
  --fa: "\e20d";
}

.fa-pen-circle {
  --fa: "\e20e";
}

.fa-pen-clip-slash {
  --fa: "\e20f";
}

.fa-pen-alt-slash {
  --fa: "\e20f";
}

.fa-pen-fancy-slash {
  --fa: "\e210";
}

.fa-pen-field {
  --fa: "\e211";
}

.fa-pen-line {
  --fa: "\e212";
}

.fa-pen-slash {
  --fa: "\e213";
}

.fa-pen-swirl {
  --fa: "\e214";
}

.fa-pencil-slash {
  --fa: "\e215";
}

.fa-people {
  --fa: "\e216";
}

.fa-people-dress {
  --fa: "\e217";
}

.fa-people-dress-simple {
  --fa: "\e218";
}

.fa-people-pants {
  --fa: "\e219";
}

.fa-people-pants-simple {
  --fa: "\e21a";
}

.fa-people-simple {
  --fa: "\e21b";
}

.fa-person-dress-simple {
  --fa: "\e21c";
}

.fa-person-pinball {
  --fa: "\e21d";
}

.fa-person-seat {
  --fa: "\e21e";
}

.fa-person-seat-reclined {
  --fa: "\e21f";
}

.fa-person-simple {
  --fa: "\e220";
}

.fa-peseta-sign {
  --fa: "\e221";
}

.fa-peso-sign {
  --fa: "\e222";
}

.fa-phone-arrow-down-left {
  --fa: "\e223";
}

.fa-phone-arrow-down {
  --fa: "\e223";
}

.fa-phone-incoming {
  --fa: "\e223";
}

.fa-phone-arrow-up-right {
  --fa: "\e224";
}

.fa-phone-arrow-up {
  --fa: "\e224";
}

.fa-phone-outgoing {
  --fa: "\e224";
}

.fa-phone-hangup {
  --fa: "\e225";
}

.fa-phone-missed {
  --fa: "\e226";
}

.fa-phone-xmark {
  --fa: "\e227";
}

.fa-photo-film-music {
  --fa: "\e228";
}

.fa-pinball {
  --fa: "\e229";
}

.fa-plane-prop {
  --fa: "\e22b";
}

.fa-plane-tail {
  --fa: "\e22c";
}

.fa-plane-up {
  --fa: "\e22d";
}

.fa-plane-up-slash {
  --fa: "\e22e";
}

.fa-play-pause {
  --fa: "\e22f";
}

.fa-puzzle-piece-simple {
  --fa: "\e231";
}

.fa-puzzle-piece-alt {
  --fa: "\e231";
}

.fa-quotes {
  --fa: "\e234";
}

.fa-rectangle-pro {
  --fa: "\e235";
}

.fa-pro {
  --fa: "\e235";
}

.fa-rectangle-terminal {
  --fa: "\e236";
}

.fa-rectangle-vertical-history {
  --fa: "\e237";
}

.fa-reel {
  --fa: "\e238";
}

.fa-reply-clock {
  --fa: "\e239";
}

.fa-reply-time {
  --fa: "\e239";
}

.fa-restroom-simple {
  --fa: "\e23a";
}

.fa-rhombus {
  --fa: "\e23b";
}

.fa-rotate-exclamation {
  --fa: "\e23c";
}

.fa-rupiah-sign {
  --fa: "\e23d";
}

.fa-screencast {
  --fa: "\e23e";
}

.fa-scribble {
  --fa: "\e23f";
}

.fa-sd-cards {
  --fa: "\e240";
}

.fa-seal {
  --fa: "\e241";
}

.fa-seal-exclamation {
  --fa: "\e242";
}

.fa-seal-question {
  --fa: "\e243";
}

.fa-seat-airline {
  --fa: "\e244";
}

.fa-shelves-empty {
  --fa: "\e246";
}

.fa-shield-exclamation {
  --fa: "\e247";
}

.fa-shield-keyhole {
  --fa: "\e248";
}

.fa-shield-minus {
  --fa: "\e249";
}

.fa-shield-plus {
  --fa: "\e24a";
}

.fa-shield-slash {
  --fa: "\e24b";
}

.fa-shield-xmark {
  --fa: "\e24c";
}

.fa-shield-times {
  --fa: "\e24c";
}

.fa-shower-down {
  --fa: "\e24d";
}

.fa-shower-alt {
  --fa: "\e24d";
}

.fa-sidebar {
  --fa: "\e24e";
}

.fa-sidebar-flip {
  --fa: "\e24f";
}

.fa-signal-stream-slash {
  --fa: "\e250";
}

.fa-sim-cards {
  --fa: "\e251";
}

.fa-slider {
  --fa: "\e252";
}

.fa-sliders-simple {
  --fa: "\e253";
}

.fa-split {
  --fa: "\e254";
}

.fa-square-0 {
  --fa: "\e255";
}

.fa-square-1 {
  --fa: "\e256";
}

.fa-square-2 {
  --fa: "\e257";
}

.fa-square-3 {
  --fa: "\e258";
}

.fa-square-4 {
  --fa: "\e259";
}

.fa-square-5 {
  --fa: "\e25a";
}

.fa-square-6 {
  --fa: "\e25b";
}

.fa-square-7 {
  --fa: "\e25c";
}

.fa-square-8 {
  --fa: "\e25d";
}

.fa-square-9 {
  --fa: "\e25e";
}

.fa-square-a {
  --fa: "\e25f";
}

.fa-square-ampersand {
  --fa: "\e260";
}

.fa-square-arrow-down-left {
  --fa: "\e261";
}

.fa-square-arrow-down-right {
  --fa: "\e262";
}

.fa-square-arrow-up-left {
  --fa: "\e263";
}

.fa-square-b {
  --fa: "\e264";
}

.fa-square-bolt {
  --fa: "\e265";
}

.fa-square-c {
  --fa: "\e266";
}

.fa-square-code {
  --fa: "\e267";
}

.fa-square-d {
  --fa: "\e268";
}

.fa-square-dashed {
  --fa: "\e269";
}

.fa-square-divide {
  --fa: "\e26a";
}

.fa-square-down-left {
  --fa: "\e26b";
}

.fa-square-down-right {
  --fa: "\e26c";
}

.fa-square-e {
  --fa: "\e26d";
}

.fa-square-ellipsis {
  --fa: "\e26e";
}

.fa-square-ellipsis-vertical {
  --fa: "\e26f";
}

.fa-square-f {
  --fa: "\e270";
}

.fa-square-g {
  --fa: "\e271";
}

.fa-square-i {
  --fa: "\e272";
}

.fa-square-j {
  --fa: "\e273";
}

.fa-square-k {
  --fa: "\e274";
}

.fa-square-l {
  --fa: "\e275";
}

.fa-square-m {
  --fa: "\e276";
}

.fa-square-n {
  --fa: "\e277";
}

.fa-square-o {
  --fa: "\e278";
}

.fa-square-p {
  --fa: "\e279";
}

.fa-square-phone-hangup {
  --fa: "\e27a";
}

.fa-phone-square-down {
  --fa: "\e27a";
}

.fa-square-q {
  --fa: "\e27b";
}

.fa-square-r {
  --fa: "\e27c";
}

.fa-square-s {
  --fa: "\e27d";
}

.fa-square-small {
  --fa: "\e27e";
}

.fa-square-star {
  --fa: "\e27f";
}

.fa-square-t {
  --fa: "\e280";
}

.fa-square-u {
  --fa: "\e281";
}

.fa-square-up-left {
  --fa: "\e282";
}

.fa-square-user {
  --fa: "\e283";
}

.fa-square-v {
  --fa: "\e284";
}

.fa-square-w {
  --fa: "\e285";
}

.fa-square-x {
  --fa: "\e286";
}

.fa-square-y {
  --fa: "\e287";
}

.fa-square-z {
  --fa: "\e288";
}

.fa-stairs {
  --fa: "\e289";
}

.fa-standard-definition {
  --fa: "\e28a";
}

.fa-rectangle-sd {
  --fa: "\e28a";
}

.fa-star-sharp {
  --fa: "\e28b";
}

.fa-star-sharp-half {
  --fa: "\e28c";
}

.fa-star-sharp-half-stroke {
  --fa: "\e28d";
}

.fa-star-sharp-half-alt {
  --fa: "\e28d";
}

.fa-starfighter-twin-ion-engine-advanced {
  --fa: "\e28e";
}

.fa-starfighter-alt-advanced {
  --fa: "\e28e";
}

.fa-sun-bright {
  --fa: "\e28f";
}

.fa-sun-alt {
  --fa: "\e28f";
}

.fa-table-layout {
  --fa: "\e290";
}

.fa-table-pivot {
  --fa: "\e291";
}

.fa-table-rows {
  --fa: "\e292";
}

.fa-rows {
  --fa: "\e292";
}

.fa-table-tree {
  --fa: "\e293";
}

.fa-tally-1 {
  --fa: "\e294";
}

.fa-tally-2 {
  --fa: "\e295";
}

.fa-tally-3 {
  --fa: "\e296";
}

.fa-tally-4 {
  --fa: "\e297";
}

.fa-taxi-bus {
  --fa: "\e298";
}

.fa-temperature-list {
  --fa: "\e299";
}

.fa-ticket-airline {
  --fa: "\e29a";
}

.fa-ticket-perforated-plane {
  --fa: "\e29a";
}

.fa-ticket-plane {
  --fa: "\e29a";
}

.fa-tickets-airline {
  --fa: "\e29b";
}

.fa-tickets-perforated-plane {
  --fa: "\e29b";
}

.fa-tickets-plane {
  --fa: "\e29b";
}

.fa-timeline {
  --fa: "\e29c";
}

.fa-timeline-arrow {
  --fa: "\e29d";
}

.fa-timer {
  --fa: "\e29e";
}

.fa-toilet-paper-under {
  --fa: "\e2a0";
}

.fa-toilet-paper-blank-under {
  --fa: "\e2a0";
}

.fa-toilet-paper-reverse {
  --fa: "\e2a0";
}

.fa-toilet-paper-reverse-alt {
  --fa: "\e2a0";
}

.fa-toilet-paper-under-slash {
  --fa: "\e2a1";
}

.fa-toilet-paper-reverse-slash {
  --fa: "\e2a1";
}

.fa-tower-control {
  --fa: "\e2a2";
}

.fa-train-subway-tunnel {
  --fa: "\e2a3";
}

.fa-subway-tunnel {
  --fa: "\e2a3";
}

.fa-transformer-bolt {
  --fa: "\e2a4";
}

.fa-transporter-4 {
  --fa: "\e2a5";
}

.fa-transporter-5 {
  --fa: "\e2a6";
}

.fa-transporter-6 {
  --fa: "\e2a7";
}

.fa-transporter-7 {
  --fa: "\e2a8";
}

.fa-trash-can-check {
  --fa: "\e2a9";
}

.fa-trash-can-clock {
  --fa: "\e2aa";
}

.fa-trash-can-list {
  --fa: "\e2ab";
}

.fa-trash-can-plus {
  --fa: "\e2ac";
}

.fa-trash-can-slash {
  --fa: "\e2ad";
}

.fa-trash-alt-slash {
  --fa: "\e2ad";
}

.fa-trash-can-xmark {
  --fa: "\e2ae";
}

.fa-trash-check {
  --fa: "\e2af";
}

.fa-trash-clock {
  --fa: "\e2b0";
}

.fa-trash-list {
  --fa: "\e2b1";
}

.fa-trash-plus {
  --fa: "\e2b2";
}

.fa-trash-slash {
  --fa: "\e2b3";
}

.fa-trash-xmark {
  --fa: "\e2b4";
}

.fa-truck-container-empty {
  --fa: "\e2b5";
}

.fa-truck-flatbed {
  --fa: "\e2b6";
}

.fa-truck-front {
  --fa: "\e2b7";
}

.fa-truck-tow {
  --fa: "\e2b8";
}

.fa-tty-answer {
  --fa: "\e2b9";
}

.fa-teletype-answer {
  --fa: "\e2b9";
}

.fa-tugrik-sign {
  --fa: "\e2ba";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

.fa-try {
  --fa: "\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
}

.fa-umbrella-simple {
  --fa: "\e2bc";
}

.fa-umbrella-alt {
  --fa: "\e2bc";
}

.fa-up-left {
  --fa: "\e2bd";
}

.fa-up-right {
  --fa: "\e2be";
}

.fa-user-bounty-hunter {
  --fa: "\e2bf";
}

.fa-user-pilot {
  --fa: "\e2c0";
}

.fa-user-pilot-tie {
  --fa: "\e2c1";
}

.fa-user-shakespeare {
  --fa: "\e2c2";
}

.fa-utility-pole {
  --fa: "\e2c3";
}

.fa-utility-pole-double {
  --fa: "\e2c4";
}

.fa-vault {
  --fa: "\e2c5";
}

.fa-video-arrow-down-left {
  --fa: "\e2c8";
}

.fa-video-arrow-up-right {
  --fa: "\e2c9";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

.fa-watch-apple {
  --fa: "\e2cb";
}

.fa-watch-smart {
  --fa: "\e2cc";
}

.fa-wheat-awn {
  --fa: "\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
}

.fa-wifi-exclamation {
  --fa: "\e2cf";
}

.fa-wrench-simple {
  --fa: "\e2d1";
}

.fa-robot-astromech {
  --fa: "\e2d2";
}

.fa-360-degrees {
  --fa: "\e2dc";
}

.fa-aperture {
  --fa: "\e2df";
}

.fa-arrow-turn-down-left {
  --fa: "\e2e1";
}

.fa-balloon {
  --fa: "\e2e3";
}

.fa-balloons {
  --fa: "\e2e4";
}

.fa-banana {
  --fa: "\e2e5";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

.fa-bench-tree {
  --fa: "\e2e7";
}

.fa-blueberries {
  --fa: "\e2e8";
}

.fa-bowl-chopsticks {
  --fa: "\e2e9";
}

.fa-bowl-chopsticks-noodles {
  --fa: "\e2ea";
}

.fa-bowl-rice {
  --fa: "\e2eb";
}

.fa-briefcase-arrow-right {
  --fa: "\e2f2";
}

.fa-citrus {
  --fa: "\e2f4";
}

.fa-citrus-slice {
  --fa: "\e2f5";
}

.fa-coconut {
  --fa: "\e2f6";
}

.fa-display-slash {
  --fa: "\e2fa";
}

.fa-desktop-slash {
  --fa: "\e2fa";
}

.fa-face-explode {
  --fa: "\e2fe";
}

.fa-exploding-head {
  --fa: "\e2fe";
}

.fa-face-viewfinder {
  --fa: "\e2ff";
}

.fa-family {
  --fa: "\e300";
}

.fa-family-dress {
  --fa: "\e301";
}

.fa-family-pants {
  --fa: "\e302";
}

.fa-fence {
  --fa: "\e303";
}

.fa-fish-bones {
  --fa: "\e304";
}

.fa-grapes {
  --fa: "\e306";
}

.fa-kiwi-fruit {
  --fa: "\e30c";
}

.fa-mango {
  --fa: "\e30f";
}

.fa-melon {
  --fa: "\e310";
}

.fa-melon-slice {
  --fa: "\e311";
}

.fa-money-from-bracket {
  --fa: "\e312";
}

.fa-money-simple-from-bracket {
  --fa: "\e313";
}

.fa-olive {
  --fa: "\e316";
}

.fa-olive-branch {
  --fa: "\e317";
}

.fa-option {
  --fa: "\e318";
}

.fa-party-bell {
  --fa: "\e31a";
}

.fa-party-horn {
  --fa: "\e31b";
}

.fa-peapod {
  --fa: "\e31c";
}

.fa-person-pregnant {
  --fa: "\e31e";
}

.fa-pineapple {
  --fa: "\e31f";
}

.fa-rectangle-code {
  --fa: "\e322";
}

.fa-rectangles-mixed {
  --fa: "\e323";
}

.fa-roller-coaster {
  --fa: "\e324";
}

.fa-square-quote {
  --fa: "\e329";
}

.fa-square-terminal {
  --fa: "\e32a";
}

.fa-strawberry {
  --fa: "\e32b";
}

.fa-table-picnic {
  --fa: "\e32d";
}

.fa-thought-bubble {
  --fa: "\e32e";
}

.fa-tick {
  --fa: "\e32f";
}

.fa-tomato {
  --fa: "\e330";
}

.fa-turn-down-left {
  --fa: "\e331";
}

.fa-user-police {
  --fa: "\e333";
}

.fa-user-police-tie {
  --fa: "\e334";
}

.fa-watermelon-slice {
  --fa: "\e337";
}

.fa-wheat-awn-slash {
  --fa: "\e338";
}

.fa-wheat-slash {
  --fa: "\e339";
}

.fa-badminton {
  --fa: "\e33a";
}

.fa-binary {
  --fa: "\e33b";
}

.fa-binary-circle-check {
  --fa: "\e33c";
}

.fa-binary-lock {
  --fa: "\e33d";
}

.fa-binary-slash {
  --fa: "\e33e";
}

.fa-boot-heeled {
  --fa: "\e33f";
}

.fa-car-bolt {
  --fa: "\e341";
}

.fa-car-circle-bolt {
  --fa: "\e342";
}

.fa-car-mirrors {
  --fa: "\e343";
}

.fa-car-side-bolt {
  --fa: "\e344";
}

.fa-clock-eight {
  --fa: "\e345";
}

.fa-clock-eight-thirty {
  --fa: "\e346";
}

.fa-clock-eleven {
  --fa: "\e347";
}

.fa-clock-eleven-thirty {
  --fa: "\e348";
}

.fa-clock-five {
  --fa: "\e349";
}

.fa-clock-five-thirty {
  --fa: "\e34a";
}

.fa-clock-four-thirty {
  --fa: "\e34b";
}

.fa-clock-nine {
  --fa: "\e34c";
}

.fa-clock-nine-thirty {
  --fa: "\e34d";
}

.fa-clock-one {
  --fa: "\e34e";
}

.fa-clock-one-thirty {
  --fa: "\e34f";
}

.fa-clock-seven {
  --fa: "\e350";
}

.fa-clock-seven-thirty {
  --fa: "\e351";
}

.fa-clock-six {
  --fa: "\e352";
}

.fa-clock-six-thirty {
  --fa: "\e353";
}

.fa-clock-ten {
  --fa: "\e354";
}

.fa-clock-ten-thirty {
  --fa: "\e355";
}

.fa-clock-three {
  --fa: "\e356";
}

.fa-clock-three-thirty {
  --fa: "\e357";
}

.fa-clock-twelve {
  --fa: "\e358";
}

.fa-clock-twelve-thirty {
  --fa: "\e359";
}

.fa-clock-two {
  --fa: "\e35a";
}

.fa-clock-two-thirty {
  --fa: "\e35b";
}

.fa-cloud-check {
  --fa: "\e35c";
}

.fa-cloud-minus {
  --fa: "\e35d";
}

.fa-cloud-plus {
  --fa: "\e35e";
}

.fa-cloud-xmark {
  --fa: "\e35f";
}

.fa-columns-3 {
  --fa: "\e361";
}

.fa-crystal-ball {
  --fa: "\e362";
}

.fa-cup-straw {
  --fa: "\e363";
}

.fa-cup-straw-swoosh {
  --fa: "\e364";
}

.fa-distribute-spacing-horizontal {
  --fa: "\e365";
}

.fa-distribute-spacing-vertical {
  --fa: "\e366";
}

.fa-eyes {
  --fa: "\e367";
}

.fa-face-angry-horns {
  --fa: "\e368";
}

.fa-face-anguished {
  --fa: "\e369";
}

.fa-face-anxious-sweat {
  --fa: "\e36a";
}

.fa-face-astonished {
  --fa: "\e36b";
}

.fa-face-confounded {
  --fa: "\e36c";
}

.fa-face-confused {
  --fa: "\e36d";
}

.fa-face-cowboy-hat {
  --fa: "\e36e";
}

.fa-face-disappointed {
  --fa: "\e36f";
}

.fa-face-disguise {
  --fa: "\e370";
}

.fa-face-downcast-sweat {
  --fa: "\e371";
}

.fa-face-drooling {
  --fa: "\e372";
}

.fa-face-expressionless {
  --fa: "\e373";
}

.fa-face-eyes-xmarks {
  --fa: "\e374";
}

.fa-face-fearful {
  --fa: "\e375";
}

.fa-face-frown-slight {
  --fa: "\e376";
}

.fa-face-glasses {
  --fa: "\e377";
}

.fa-face-hand-over-mouth {
  --fa: "\e378";
}

.fa-face-hand-yawn {
  --fa: "\e379";
}

.fa-face-head-bandage {
  --fa: "\e37a";
}

.fa-face-hushed {
  --fa: "\e37b";
}

.fa-face-icicles {
  --fa: "\e37c";
}

.fa-face-kiss-closed-eyes {
  --fa: "\e37d";
}

.fa-face-lying {
  --fa: "\e37e";
}

.fa-face-mask {
  --fa: "\e37f";
}

.fa-face-monocle {
  --fa: "\e380";
}

.fa-face-nauseated {
  --fa: "\e381";
}

.fa-face-nose-steam {
  --fa: "\e382";
}

.fa-face-party {
  --fa: "\e383";
}

.fa-face-pensive {
  --fa: "\e384";
}

.fa-face-persevering {
  --fa: "\e385";
}

.fa-face-pleading {
  --fa: "\e386";
}

.fa-face-pouting {
  --fa: "\e387";
}

.fa-face-raised-eyebrow {
  --fa: "\e388";
}

.fa-face-relieved {
  --fa: "\e389";
}

.fa-face-sad-sweat {
  --fa: "\e38a";
}

.fa-face-scream {
  --fa: "\e38b";
}

.fa-face-shush {
  --fa: "\e38c";
}

.fa-face-sleeping {
  --fa: "\e38d";
}

.fa-face-sleepy {
  --fa: "\e38e";
}

.fa-face-smile-halo {
  --fa: "\e38f";
}

.fa-face-smile-hearts {
  --fa: "\e390";
}

.fa-face-smile-horns {
  --fa: "\e391";
}

.fa-face-smile-relaxed {
  --fa: "\e392";
}

.fa-face-smile-tear {
  --fa: "\e393";
}

.fa-face-smile-tongue {
  --fa: "\e394";
}

.fa-face-smile-upside-down {
  --fa: "\e395";
}

.fa-face-smiling-hands {
  --fa: "\e396";
}

.fa-face-smirking {
  --fa: "\e397";
}

.fa-face-sunglasses {
  --fa: "\e398";
}

.fa-face-swear {
  --fa: "\e399";
}

.fa-face-thermometer {
  --fa: "\e39a";
}

.fa-face-thinking {
  --fa: "\e39b";
}

.fa-face-tissue {
  --fa: "\e39c";
}

.fa-face-tongue-money {
  --fa: "\e39d";
}

.fa-face-tongue-sweat {
  --fa: "\e39e";
}

.fa-face-unamused {
  --fa: "\e39f";
}

.fa-face-vomit {
  --fa: "\e3a0";
}

.fa-face-weary {
  --fa: "\e3a1";
}

.fa-face-woozy {
  --fa: "\e3a2";
}

.fa-face-worried {
  --fa: "\e3a3";
}

.fa-face-zany {
  --fa: "\e3a4";
}

.fa-face-zipper {
  --fa: "\e3a5";
}

.fa-file-lock {
  --fa: "\e3a6";
}

.fa-file-slash {
  --fa: "\e3a7";
}

.fa-fishing-rod {
  --fa: "\e3a8";
}

.fa-flying-disc {
  --fa: "\e3a9";
}

.fa-gallery-thumbnails {
  --fa: "\e3aa";
}

.fa-goal-net {
  --fa: "\e3ab";
}

.fa-golf-flag-hole {
  --fa: "\e3ac";
}

.fa-grid-dividers {
  --fa: "\e3ad";
}

.fa-hockey-stick-puck {
  --fa: "\e3ae";
}

.fa-house-chimney {
  --fa: "\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
}

.fa-house-chimney-blank {
  --fa: "\e3b0";
}

.fa-house-crack {
  --fa: "\e3b1";
}

.fa-house-medical {
  --fa: "\e3b2";
}

.fa-house-window {
  --fa: "\e3b3";
}

.fa-key-skeleton-left-right {
  --fa: "\e3b4";
}

.fa-lacrosse-stick {
  --fa: "\e3b5";
}

.fa-lacrosse-stick-ball {
  --fa: "\e3b6";
}

.fa-mask-snorkel {
  --fa: "\e3b7";
}

.fa-message-bot {
  --fa: "\e3b8";
}

.fa-moped {
  --fa: "\e3b9";
}

.fa-nesting-dolls {
  --fa: "\e3ba";
}

.fa-objects-align-bottom {
  --fa: "\e3bb";
}

.fa-objects-align-center-horizontal {
  --fa: "\e3bc";
}

.fa-objects-align-center-vertical {
  --fa: "\e3bd";
}

.fa-objects-align-left {
  --fa: "\e3be";
}

.fa-objects-align-right {
  --fa: "\e3bf";
}

.fa-objects-align-top {
  --fa: "\e3c0";
}

.fa-objects-column {
  --fa: "\e3c1";
}

.fa-paperclip-vertical {
  --fa: "\e3c2";
}

.fa-pinata {
  --fa: "\e3c3";
}

.fa-pipe-smoking {
  --fa: "\e3c4";
}

.fa-pool-8-ball {
  --fa: "\e3c5";
}

.fa-rugby-ball {
  --fa: "\e3c6";
}

.fa-shirt-long-sleeve {
  --fa: "\e3c7";
}

.fa-shirt-running {
  --fa: "\e3c8";
}

.fa-shirt-tank-top {
  --fa: "\e3c9";
}

.fa-signature-lock {
  --fa: "\e3ca";
}

.fa-signature-slash {
  --fa: "\e3cb";
}

.fa-ski-boot {
  --fa: "\e3cc";
}

.fa-ski-boot-ski {
  --fa: "\e3cd";
}

.fa-slot-machine {
  --fa: "\e3ce";
}

.fa-teddy-bear {
  --fa: "\e3cf";
}

.fa-truck-bolt {
  --fa: "\e3d0";
}

.fa-uniform-martial-arts {
  --fa: "\e3d1";
}

.fa-user-chef {
  --fa: "\e3d2";
}

.fa-user-hair-buns {
  --fa: "\e3d3";
}

.fa-arrow-left-long-to-line {
  --fa: "\e3d4";
}

.fa-arrow-right-long-to-line {
  --fa: "\e3d5";
}

.fa-arrow-turn-down-right {
  --fa: "\e3d6";
}

.fa-bagel {
  --fa: "\e3d7";
}

.fa-baguette {
  --fa: "\e3d8";
}

.fa-blanket-fire {
  --fa: "\e3da";
}

.fa-block-brick {
  --fa: "\e3db";
}

.fa-wall-brick {
  --fa: "\e3db";
}

.fa-block-brick-fire {
  --fa: "\e3dc";
}

.fa-firewall {
  --fa: "\e3dc";
}

.fa-block-question {
  --fa: "\e3dd";
}

.fa-bowl-scoop {
  --fa: "\e3de";
}

.fa-bowl-shaved-ice {
  --fa: "\e3de";
}

.fa-bowl-scoops {
  --fa: "\e3df";
}

.fa-bowl-spoon {
  --fa: "\e3e0";
}

.fa-bread-slice-butter {
  --fa: "\e3e1";
}

.fa-broccoli {
  --fa: "\e3e2";
}

.fa-burger-lettuce {
  --fa: "\e3e3";
}

.fa-butter {
  --fa: "\e3e4";
}

.fa-cake-slice {
  --fa: "\e3e5";
}

.fa-shortcake {
  --fa: "\e3e5";
}

.fa-can-food {
  --fa: "\e3e6";
}

.fa-candy {
  --fa: "\e3e7";
}

.fa-candy-bar {
  --fa: "\e3e8";
}

.fa-chocolate-bar {
  --fa: "\e3e8";
}

.fa-card-club {
  --fa: "\e3e9";
}

.fa-card-diamond {
  --fa: "\e3ea";
}

.fa-card-heart {
  --fa: "\e3eb";
}

.fa-card-spade {
  --fa: "\e3ec";
}

.fa-cards {
  --fa: "\e3ed";
}

.fa-cart-arrow-up {
  --fa: "\e3ee";
}

.fa-cart-circle-arrow-down {
  --fa: "\e3ef";
}

.fa-cart-circle-arrow-up {
  --fa: "\e3f0";
}

.fa-cart-circle-check {
  --fa: "\e3f1";
}

.fa-cart-circle-exclamation {
  --fa: "\e3f2";
}

.fa-cart-circle-plus {
  --fa: "\e3f3";
}

.fa-cart-circle-xmark {
  --fa: "\e3f4";
}

.fa-cent-sign {
  --fa: "\e3f5";
}

.fa-chestnut {
  --fa: "\e3f6";
}

.fa-chopsticks {
  --fa: "\e3f7";
}

.fa-circle-quarters {
  --fa: "\e3f8";
}

.fa-code-pull-request-closed {
  --fa: "\e3f9";
}

.fa-code-pull-request-draft {
  --fa: "\e3fa";
}

.fa-coin-blank {
  --fa: "\e3fb";
}

.fa-coin-front {
  --fa: "\e3fc";
}

.fa-coin-vertical {
  --fa: "\e3fd";
}

.fa-corner {
  --fa: "\e3fe";
}

.fa-crab {
  --fa: "\e3ff";
}

.fa-soft-serve {
  --fa: "\e400";
}

.fa-creemee {
  --fa: "\e400";
}

.fa-cucumber {
  --fa: "\e401";
}

.fa-cupcake {
  --fa: "\e402";
}

.fa-custard {
  --fa: "\e403";
}

.fa-dash {
  --fa: "\e404";
}

.fa-minus-large {
  --fa: "\e404";
}

.fa-diamond-exclamation {
  --fa: "\e405";
}

.fa-donut {
  --fa: "\e406";
}

.fa-doughnut {
  --fa: "\e406";
}

.fa-down-from-dotted-line {
  --fa: "\e407";
}

.fa-down-to-dotted-line {
  --fa: "\e408";
}

.fa-face-awesome {
  --fa: "\e409";
}

.fa-gave-dandy {
  --fa: "\e409";
}

.fa-falafel {
  --fa: "\e40a";
}

.fa-flatbread {
  --fa: "\e40b";
}

.fa-flatbread-stuffed {
  --fa: "\e40c";
}

.fa-fondue-pot {
  --fa: "\e40d";
}

.fa-garlic {
  --fa: "\e40e";
}

.fa-grip-dots {
  --fa: "\e410";
}

.fa-grip-dots-vertical {
  --fa: "\e411";
}

.fa-h5 {
  --fa: "\e412";
}

.fa-h6 {
  --fa: "\e413";
}

.fa-hammer-crash {
  --fa: "\e414";
}

.fa-hashtag-lock {
  --fa: "\e415";
}

.fa-hexagon-check {
  --fa: "\e416";
}

.fa-hexagon-exclamation {
  --fa: "\e417";
}

.fa-honey-pot {
  --fa: "\e418";
}

.fa-hose {
  --fa: "\e419";
}

.fa-hose-reel {
  --fa: "\e41a";
}

.fa-hourglass-clock {
  --fa: "\e41b";
}

.fa-hundred-points {
  --fa: "\e41c";
}

.fa-100 {
  --fa: "\e41c";
}

.fa-leafy-green {
  --fa: "\e41d";
}

.fa-left-long-to-line {
  --fa: "\e41e";
}

.fa-light-emergency {
  --fa: "\e41f";
}

.fa-light-emergency-on {
  --fa: "\e420";
}

.fa-lobster {
  --fa: "\e421";
}

.fa-lock-a {
  --fa: "\e422";
}

.fa-lock-hashtag {
  --fa: "\e423";
}

.fa-lollipop {
  --fa: "\e424";
}

.fa-lollypop {
  --fa: "\e424";
}

.fa-mushroom {
  --fa: "\e425";
}

.fa-octagon-check {
  --fa: "\e426";
}

.fa-onion {
  --fa: "\e427";
}

.fa-page {
  --fa: "\e428";
}

.fa-page-caret-down {
  --fa: "\e429";
}

.fa-file-caret-down {
  --fa: "\e429";
}

.fa-page-caret-up {
  --fa: "\e42a";
}

.fa-file-caret-up {
  --fa: "\e42a";
}

.fa-pan-food {
  --fa: "\e42b";
}

.fa-pan-frying {
  --fa: "\e42c";
}

.fa-pancakes {
  --fa: "\e42d";
}

.fa-panel-ews {
  --fa: "\e42e";
}

.fa-panel-fire {
  --fa: "\e42f";
}

.fa-peanut {
  --fa: "\e430";
}

.fa-peanuts {
  --fa: "\e431";
}

.fa-pepper {
  --fa: "\e432";
}

.fa-person-to-door {
  --fa: "\e433";
}

.fa-phone-intercom {
  --fa: "\e434";
}

.fa-pickleball {
  --fa: "\e435";
}

.fa-pipe-circle-check {
  --fa: "\e436";
}

.fa-pipe-collar {
  --fa: "\e437";
}

.fa-pipe-section {
  --fa: "\e438";
}

.fa-pipe-valve {
  --fa: "\e439";
}

.fa-plate-utensils {
  --fa: "\e43b";
}

.fa-plus-minus {
  --fa: "\e43c";
}

.fa-pompebled {
  --fa: "\e43d";
}

.fa-popsicle {
  --fa: "\e43e";
}

.fa-pot-food {
  --fa: "\e43f";
}

.fa-potato {
  --fa: "\e440";
}

.fa-pretzel {
  --fa: "\e441";
}

.fa-pump {
  --fa: "\e442";
}

.fa-puzzle {
  --fa: "\e443";
}

.fa-right-long-to-line {
  --fa: "\e444";
}

.fa-sailboat {
  --fa: "\e445";
}

.fa-salt-shaker {
  --fa: "\e446";
}

.fa-section {
  --fa: "\e447";
}

.fa-shrimp {
  --fa: "\e448";
}

.fa-shutters {
  --fa: "\e449";
}

.fa-sportsball {
  --fa: "\e44b";
}

.fa-sprinkler-ceiling {
  --fa: "\e44c";
}

.fa-square-a-lock {
  --fa: "\e44d";
}

.fa-square-quarters {
  --fa: "\e44e";
}

.fa-square-ring {
  --fa: "\e44f";
}

.fa-squid {
  --fa: "\e450";
}

.fa-tamale {
  --fa: "\e451";
}

.fa-tank-water {
  --fa: "\e452";
}

.fa-train-track {
  --fa: "\e453";
}

.fa-train-tunnel {
  --fa: "\e454";
}

.fa-turn-down-right {
  --fa: "\e455";
}

.fa-up-from-dotted-line {
  --fa: "\e456";
}

.fa-up-to-dotted-line {
  --fa: "\e457";
}

.fa-user-doctor-hair {
  --fa: "\e458";
}

.fa-user-doctor-hair-long {
  --fa: "\e459";
}

.fa-user-hair {
  --fa: "\e45a";
}

.fa-user-hair-long {
  --fa: "\e45b";
}

.fa-user-hair-mullet {
  --fa: "\e45c";
}

.fa-business-front {
  --fa: "\e45c";
}

.fa-party-back {
  --fa: "\e45c";
}

.fa-trian-balbot {
  --fa: "\e45c";
}

.fa-user-nurse-hair {
  --fa: "\e45d";
}

.fa-user-nurse-hair-long {
  --fa: "\e45e";
}

.fa-user-tie-hair {
  --fa: "\e45f";
}

.fa-user-tie-hair-long {
  --fa: "\e460";
}

.fa-user-vneck {
  --fa: "\e461";
}

.fa-user-vneck-hair {
  --fa: "\e462";
}

.fa-user-vneck-hair-long {
  --fa: "\e463";
}

.fa-utensils-slash {
  --fa: "\e464";
}

.fa-vent-damper {
  --fa: "\e465";
}

.fa-waffle {
  --fa: "\e466";
}

.fa-00 {
  --fa: "\e467";
}

.fa-apartment {
  --fa: "\e468";
}

.fa-bird {
  --fa: "\e469";
}

.fa-block {
  --fa: "\e46a";
}

.fa-bowl-soft-serve {
  --fa: "\e46b";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
}

.fa-cabin {
  --fa: "\e46d";
}

.fa-calendar-circle-exclamation {
  --fa: "\e46e";
}

.fa-calendar-circle-minus {
  --fa: "\e46f";
}

.fa-calendar-circle-plus {
  --fa: "\e470";
}

.fa-calendar-circle-user {
  --fa: "\e471";
}

.fa-calendar-lines-pen {
  --fa: "\e472";
}

.fa-chart-simple {
  --fa: "\e473";
}

.fa-chart-simple-horizontal {
  --fa: "\e474";
}

.fa-diagram-cells {
  --fa: "\e475";
}

.fa-diagram-next {
  --fa: "\e476";
}

.fa-diagram-predecessor {
  --fa: "\e477";
}

.fa-diagram-previous {
  --fa: "\e478";
}

.fa-diagram-subtask {
  --fa: "\e479";
}

.fa-diagram-successor {
  --fa: "\e47a";
}

.fa-earth-oceania {
  --fa: "\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
}

.fa-face-beam-hand-over-mouth {
  --fa: "\e47c";
}

.fa-face-clouds {
  --fa: "\e47d";
}

.fa-face-diagonal-mouth {
  --fa: "\e47e";
}

.fa-face-dotted {
  --fa: "\e47f";
}

.fa-face-exhaling {
  --fa: "\e480";
}

.fa-face-hand-peeking {
  --fa: "\e481";
}

.fa-face-holding-back-tears {
  --fa: "\e482";
}

.fa-face-melting {
  --fa: "\e483";
}

.fa-face-saluting {
  --fa: "\e484";
}

.fa-face-spiral-eyes {
  --fa: "\e485";
}

.fa-fort {
  --fa: "\e486";
}

.fa-house-blank {
  --fa: "\e487";
}

.fa-home-blank {
  --fa: "\e487";
}

.fa-square-kanban {
  --fa: "\e488";
}

.fa-square-list {
  --fa: "\e489";
}

.fa-sushi {
  --fa: "\e48a";
}

.fa-nigiri {
  --fa: "\e48a";
}

.fa-sushi-roll {
  --fa: "\e48b";
}

.fa-maki-roll {
  --fa: "\e48b";
}

.fa-makizushi {
  --fa: "\e48b";
}

.fa-album-circle-plus {
  --fa: "\e48c";
}

.fa-album-circle-user {
  --fa: "\e48d";
}

.fa-album-collection-circle-plus {
  --fa: "\e48e";
}

.fa-album-collection-circle-user {
  --fa: "\e48f";
}

.fa-bug-slash {
  --fa: "\e490";
}

.fa-cloud-exclamation {
  --fa: "\e491";
}

.fa-cloud-question {
  --fa: "\e492";
}

.fa-file-circle-info {
  --fa: "\e493";
}

.fa-file-circle-plus {
  --fa: "\e494";
}

.fa-frame {
  --fa: "\e495";
}

.fa-gauge-circle-bolt {
  --fa: "\e496";
}

.fa-gauge-circle-minus {
  --fa: "\e497";
}

.fa-gauge-circle-plus {
  --fa: "\e498";
}

.fa-memo-circle-info {
  --fa: "\e49a";
}

.fa-object-exclude {
  --fa: "\e49c";
}

.fa-object-intersect {
  --fa: "\e49d";
}

.fa-object-subtract {
  --fa: "\e49e";
}

.fa-object-union {
  --fa: "\e49f";
}

.fa-pen-nib-slash {
  --fa: "\e4a1";
}

.fa-rectangle-history {
  --fa: "\e4a2";
}

.fa-rectangle-history-circle-plus {
  --fa: "\e4a3";
}

.fa-rectangle-history-circle-user {
  --fa: "\e4a4";
}

.fa-shop-lock {
  --fa: "\e4a5";
}

.fa-store-lock {
  --fa: "\e4a6";
}

.fa-user-robot-xmarks {
  --fa: "\e4a7";
}

.fa-virus-covid {
  --fa: "\e4a8";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

.fa-anchor-lock {
  --fa: "\e4ad";
}

.fa-arrow-down-to-arc {
  --fa: "\e4ae";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

.fa-arrow-right-from-arc {
  --fa: "\e4b1";
}

.fa-arrow-right-to-arc {
  --fa: "\e4b2";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

.fa-arrow-up-from-arc {
  --fa: "\e4b4";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

.fa-arrows-spin {
  --fa: "\e4bb";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
}

.fa-bore-hole {
  --fa: "\e4c3";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
}

.fa-bottle-water {
  --fa: "\e4c5";
}

.fa-bowl-food {
  --fa: "\e4c6";
}

.fa-boxes-packing {
  --fa: "\e4c7";
}

.fa-bridge {
  --fa: "\e4c8";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

.fa-bridge-lock {
  --fa: "\e4cc";
}

.fa-bridge-suspension {
  --fa: "\e4cd";
}

.fa-bridge-water {
  --fa: "\e4ce";
}

.fa-bucket {
  --fa: "\e4cf";
}

.fa-bugs {
  --fa: "\e4d0";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}

.fa-building-circle-check {
  --fa: "\e4d2";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
}

.fa-building-flag {
  --fa: "\e4d5";
}

.fa-building-lock {
  --fa: "\e4d6";
}

.fa-building-ngo {
  --fa: "\e4d7";
}

.fa-building-shield {
  --fa: "\e4d8";
}

.fa-building-un {
  --fa: "\e4d9";
}

.fa-building-user {
  --fa: "\e4da";
}

.fa-building-wheat {
  --fa: "\e4db";
}

.fa-burst {
  --fa: "\e4dc";
}

.fa-car-on {
  --fa: "\e4dd";
}

.fa-car-tunnel {
  --fa: "\e4de";
}

.fa-cards-blank {
  --fa: "\e4df";
}

.fa-child-combatant {
  --fa: "\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
}

.fa-children {
  --fa: "\e4e1";
}

.fa-circle-nodes {
  --fa: "\e4e2";
}

.fa-clipboard-question {
  --fa: "\e4e3";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
}

.fa-computer {
  --fa: "\e4e5";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
}

.fa-down-to-bracket {
  --fa: "\e4e7";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
}

.fa-explosion {
  --fa: "\e4e9";
}

.fa-ferry {
  --fa: "\e4ea";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
}

.fa-file-circle-question {
  --fa: "\e4ef";
}

.fa-file-shield {
  --fa: "\e4f0";
}

.fa-fire-burner {
  --fa: "\e4f1";
}

.fa-fish-fins {
  --fa: "\e4f2";
}

.fa-flask-vial {
  --fa: "\e4f3";
}

.fa-glass-water {
  --fa: "\e4f4";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
}

.fa-handcuffs {
  --fa: "\e4f8";
}

.fa-hands-bound {
  --fa: "\e4f9";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
}

.fa-heart-circle-plus {
  --fa: "\e500";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
}

.fa-helicopter-symbol {
  --fa: "\e502";
}

.fa-helmet-un {
  --fa: "\e503";
}

.fa-hexagon-image {
  --fa: "\e504";
}

.fa-hexagon-vertical-nft {
  --fa: "\e505";
}

.fa-hexagon-vertical-nft-slanted {
  --fa: "\e505";
}

.fa-hill-avalanche {
  --fa: "\e507";
}

.fa-hill-rockslide {
  --fa: "\e508";
}

.fa-house-circle-check {
  --fa: "\e509";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
}

.fa-house-fire {
  --fa: "\e50c";
}

.fa-house-flag {
  --fa: "\e50d";
}

.fa-house-flood-water {
  --fa: "\e50e";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

.fa-house-lock {
  --fa: "\e510";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
}

.fa-house-medical-flag {
  --fa: "\e514";
}

.fa-house-tsunami {
  --fa: "\e515";
}

.fa-jar {
  --fa: "\e516";
}

.fa-jar-wheat {
  --fa: "\e517";
}

.fa-jet-fighter-up {
  --fa: "\e518";
}

.fa-jug-detergent {
  --fa: "\e519";
}

.fa-kitchen-set {
  --fa: "\e51a";
}

.fa-land-mine-on {
  --fa: "\e51b";
}

.fa-landmark-flag {
  --fa: "\e51c";
}

.fa-laptop-file {
  --fa: "\e51d";
}

.fa-lines-leaning {
  --fa: "\e51e";
}

.fa-location-pin-lock {
  --fa: "\e51f";
}

.fa-locust {
  --fa: "\e520";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
}

.fa-mask-ventilator {
  --fa: "\e524";
}

.fa-mattress-pillow {
  --fa: "\e525";
}

.fa-merge {
  --fa: "\e526";
}

.fa-mobile-retro {
  --fa: "\e527";
}

.fa-money-bill-transfer {
  --fa: "\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
}

.fa-mosquito {
  --fa: "\e52b";
}

.fa-mosquito-net {
  --fa: "\e52c";
}

.fa-mound {
  --fa: "\e52d";
}

.fa-mountain-city {
  --fa: "\e52e";
}

.fa-mountain-sun {
  --fa: "\e52f";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-oil-well {
  --fa: "\e532";
}

.fa-people-group {
  --fa: "\e533";
}

.fa-people-line {
  --fa: "\e534";
}

.fa-people-pulling {
  --fa: "\e535";
}

.fa-people-robbery {
  --fa: "\e536";
}

.fa-people-roof {
  --fa: "\e537";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
}

.fa-person-burst {
  --fa: "\e53b";
}

.fa-person-cane {
  --fa: "\e53c";
}

.fa-person-chalkboard {
  --fa: "\e53d";
}

.fa-person-circle-check {
  --fa: "\e53e";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
}

.fa-person-circle-minus {
  --fa: "\e540";
}

.fa-person-circle-plus {
  --fa: "\e541";
}

.fa-person-circle-question {
  --fa: "\e542";
}

.fa-person-circle-xmark {
  --fa: "\e543";
}

.fa-person-dress-burst {
  --fa: "\e544";
}

.fa-person-drowning {
  --fa: "\e545";
}

.fa-person-falling {
  --fa: "\e546";
}

.fa-person-falling-burst {
  --fa: "\e547";
}

.fa-person-half-dress {
  --fa: "\e548";
}

.fa-person-harassing {
  --fa: "\e549";
}

.fa-person-military-pointing {
  --fa: "\e54a";
}

.fa-person-military-rifle {
  --fa: "\e54b";
}

.fa-person-military-to-person {
  --fa: "\e54c";
}

.fa-person-rays {
  --fa: "\e54d";
}

.fa-person-rifle {
  --fa: "\e54e";
}

.fa-person-shelter {
  --fa: "\e54f";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

.fa-person-walking-luggage {
  --fa: "\e554";
}

.fa-plane-circle-check {
  --fa: "\e555";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
}

.fa-plane-lock {
  --fa: "\e558";
}

.fa-plate-wheat {
  --fa: "\e55a";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
}

.fa-plug-circle-check {
  --fa: "\e55c";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
}

.fa-ranking-star {
  --fa: "\e561";
}

.fa-road-barrier {
  --fa: "\e562";
}

.fa-road-bridge {
  --fa: "\e563";
}

.fa-road-circle-check {
  --fa: "\e564";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
}

.fa-road-circle-xmark {
  --fa: "\e566";
}

.fa-road-lock {
  --fa: "\e567";
}

.fa-road-spikes {
  --fa: "\e568";
}

.fa-rug {
  --fa: "\e569";
}

.fa-sack-xmark {
  --fa: "\e56a";
}

.fa-school-circle-check {
  --fa: "\e56b";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
}

.fa-school-flag {
  --fa: "\e56e";
}

.fa-school-lock {
  --fa: "\e56f";
}

.fa-sheet-plastic {
  --fa: "\e571";
}

.fa-shield-cat {
  --fa: "\e572";
}

.fa-shield-dog {
  --fa: "\e573";
}

.fa-shield-heart {
  --fa: "\e574";
}

.fa-shield-quartered {
  --fa: "\e575";
}

.fa-square-nfi {
  --fa: "\e576";
}

.fa-square-person-confined {
  --fa: "\e577";
}

.fa-square-virus {
  --fa: "\e578";
}

.fa-staff-snake {
  --fa: "\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
}

.fa-rod-snake {
  --fa: "\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
}

.fa-tarp {
  --fa: "\e57b";
}

.fa-tarp-droplet {
  --fa: "\e57c";
}

.fa-tent {
  --fa: "\e57d";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

.fa-tent-arrows-down {
  --fa: "\e581";
}

.fa-tents {
  --fa: "\e582";
}

.fa-toilet-portable {
  --fa: "\e583";
}

.fa-toilets-portable {
  --fa: "\e584";
}

.fa-tower-cell {
  --fa: "\e585";
}

.fa-tower-observation {
  --fa: "\e586";
}

.fa-tree-city {
  --fa: "\e587";
}

.fa-trillium {
  --fa: "\e588";
}

.fa-trowel {
  --fa: "\e589";
}

.fa-trowel-bricks {
  --fa: "\e58a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
}

.fa-truck-droplet {
  --fa: "\e58c";
}

.fa-truck-field {
  --fa: "\e58d";
}

.fa-truck-field-un {
  --fa: "\e58e";
}

.fa-truck-plane {
  --fa: "\e58f";
}

.fa-up-from-bracket {
  --fa: "\e590";
}

.fa-users-between-lines {
  --fa: "\e591";
}

.fa-users-line {
  --fa: "\e592";
}

.fa-users-rays {
  --fa: "\e593";
}

.fa-users-rectangle {
  --fa: "\e594";
}

.fa-users-viewfinder {
  --fa: "\e595";
}

.fa-vial-circle-check {
  --fa: "\e596";
}

.fa-vial-virus {
  --fa: "\e597";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

.fa-worm {
  --fa: "\e599";
}

.fa-xmarks-lines {
  --fa: "\e59a";
}

.fa-xmark-large {
  --fa: "\e59b";
}

.fa-child-dress {
  --fa: "\e59c";
}

.fa-child-reaching {
  --fa: "\e59d";
}

.fa-plus-large {
  --fa: "\e59e";
}

.fa-crosshairs-simple {
  --fa: "\e59f";
}

.fa-file-circle-check {
  --fa: "\e5a0";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
}

.fa-gamepad-modern {
  --fa: "\e5a2";
}

.fa-gamepad-alt {
  --fa: "\e5a2";
}

.fa-grill {
  --fa: "\e5a3";
}

.fa-grill-fire {
  --fa: "\e5a4";
}

.fa-grill-hot {
  --fa: "\e5a5";
}

.fa-lightbulb-cfl {
  --fa: "\e5a6";
}

.fa-lightbulb-cfl-on {
  --fa: "\e5a7";
}

.fa-mouse-field {
  --fa: "\e5a8";
}

.fa-person-through-window {
  --fa: "\e5a9";
}

.fa-plant-wilt {
  --fa: "\e5aa";
}

.fa-ring-diamond {
  --fa: "\e5ab";
}

.fa-stapler {
  --fa: "\e5af";
}

.fa-toggle-large-off {
  --fa: "\e5b0";
}

.fa-toggle-large-on {
  --fa: "\e5b1";
}

.fa-toilet-paper-check {
  --fa: "\e5b2";
}

.fa-toilet-paper-xmark {
  --fa: "\e5b3";
}

.fa-train-tram {
  --fa: "\e5b4";
}

.fa-buoy {
  --fa: "\e5b5";
}

.fa-buoy-mooring {
  --fa: "\e5b6";
}

.fa-diamond-half {
  --fa: "\e5b7";
}

.fa-diamond-half-stroke {
  --fa: "\e5b8";
}

.fa-game-console-handheld-crank {
  --fa: "\e5b9";
}

.fa-interrobang {
  --fa: "\e5ba";
}

.fa-mailbox-flag-up {
  --fa: "\e5bb";
}

.fa-mustache {
  --fa: "\e5bc";
}

.fa-nose {
  --fa: "\e5bd";
}

.fa-phone-arrow-right {
  --fa: "\e5be";
}

.fa-pickaxe {
  --fa: "\e5bf";
}

.fa-prescription-bottle-pill {
  --fa: "\e5c0";
}

.fa-snowflake-droplets {
  --fa: "\e5c1";
}

.fa-square-dashed-circle-plus {
  --fa: "\e5c2";
}

.fa-tricycle {
  --fa: "\e5c3";
}

.fa-tricycle-adult {
  --fa: "\e5c4";
}

.fa-user-magnifying-glass {
  --fa: "\e5c5";
}

.fa-comment-heart {
  --fa: "\e5c8";
}

.fa-message-heart {
  --fa: "\e5c9";
}

.fa-pencil-mechanical {
  --fa: "\e5ca";
}

.fa-skeleton-ribs {
  --fa: "\e5cb";
}

.fa-billboard {
  --fa: "\e5cd";
}

.fa-circle-euro {
  --fa: "\e5ce";
}

.fa-circle-sterling {
  --fa: "\e5cf";
}

.fa-circle-yen {
  --fa: "\e5d0";
}

.fa-broom-wide {
  --fa: "\e5d1";
}

.fa-wreath-laurel {
  --fa: "\e5d2";
}

.fa-circle-quarter-stroke {
  --fa: "\e5d3";
}

.fa-circle-three-quarters-stroke {
  --fa: "\e5d4";
}

.fa-webhook {
  --fa: "\e5d5";
}

.fa-sparkle {
  --fa: "\e5d6";
}

.fa-chart-line-up-down {
  --fa: "\e5d7";
}

.fa-chart-mixed-up-circle-currency {
  --fa: "\e5d8";
}

.fa-chart-mixed-up-circle-dollar {
  --fa: "\e5d9";
}

.fa-grid-round {
  --fa: "\e5da";
}

.fa-grid-round-2 {
  --fa: "\e5db";
}

.fa-grid-round-2-plus {
  --fa: "\e5dc";
}

.fa-grid-round-4 {
  --fa: "\e5dd";
}

.fa-grid-round-5 {
  --fa: "\e5de";
}

.fa-arrow-progress {
  --fa: "\e5df";
}

.fa-right-left-large {
  --fa: "\e5e1";
}

.fa-calendar-users {
  --fa: "\e5e2";
}

.fa-display-chart-up {
  --fa: "\e5e3";
}

.fa-display-chart-up-circle-currency {
  --fa: "\e5e5";
}

.fa-display-chart-up-circle-dollar {
  --fa: "\e5e6";
}

.fa-laptop-binary {
  --fa: "\e5e7";
}

.fa-gear-code {
  --fa: "\e5e8";
}

.fa-gear-complex {
  --fa: "\e5e9";
}

.fa-gear-complex-code {
  --fa: "\e5eb";
}

.fa-file-doc {
  --fa: "\e5ed";
}

.fa-file-zip {
  --fa: "\e5ee";
}

.fa-flask-gear {
  --fa: "\e5f1";
}

.fa-bag-seedling {
  --fa: "\e5f2";
}

.fa-bin-bottles {
  --fa: "\e5f5";
}

.fa-bin-bottles-recycle {
  --fa: "\e5f6";
}

.fa-bin-recycle {
  --fa: "\e5f7";
}

.fa-conveyor-belt-arm {
  --fa: "\e5f8";
}

.fa-jug-bottle {
  --fa: "\e5fb";
}

.fa-lightbulb-gear {
  --fa: "\e5fd";
}

.fa-dinosaur {
  --fa: "\e5fe";
}

.fa-person-running-fast {
  --fa: "\e5ff";
}

.fa-circles-overlap {
  --fa: "\e600";
}

.fa-cloud-binary {
  --fa: "\e601";
}

.fa-chf-sign {
  --fa: "\e602";
}

.fa-user-group-simple {
  --fa: "\e603";
}

.fa-chart-pie-simple-circle-currency {
  --fa: "\e604";
}

.fa-chart-pie-simple-circle-dollar {
  --fa: "\e605";
}

.fa-hat-beach {
  --fa: "\e606";
}

.fa-person-dress-fairy {
  --fa: "\e607";
}

.fa-person-fairy {
  --fa: "\e608";
}

.fa-swap {
  --fa: "\e609";
}

.fa-swap-arrows {
  --fa: "\e60a";
}

.fa-angles-up-down {
  --fa: "\e60d";
}

.fa-globe-pointer {
  --fa: "\e60e";
}

.fa-subtitles {
  --fa: "\e60f";
}

.fa-subtitles-slash {
  --fa: "\e610";
}

.fa-head-side-gear {
  --fa: "\e611";
}

.fa-lighthouse {
  --fa: "\e612";
}

.fa-raccoon {
  --fa: "\e613";
}

.fa-arrow-down-from-arc {
  --fa: "\e614";
}

.fa-arrow-left-from-arc {
  --fa: "\e615";
}

.fa-arrow-left-to-arc {
  --fa: "\e616";
}

.fa-arrow-up-to-arc {
  --fa: "\e617";
}

.fa-building-magnifying-glass {
  --fa: "\e61c";
}

.fa-building-memo {
  --fa: "\e61e";
}

.fa-hammer-brush {
  --fa: "\e620";
}

.fa-hand-holding-circle-dollar {
  --fa: "\e621";
}

.fa-landmark-magnifying-glass {
  --fa: "\e622";
}

.fa-sign-post {
  --fa: "\e624";
}

.fa-sign-posts {
  --fa: "\e625";
}

.fa-sign-posts-wrench {
  --fa: "\e626";
}

.fa-tent-double-peak {
  --fa: "\e627";
}

.fa-truck-utensils {
  --fa: "\e628";
}

.fa-t-rex {
  --fa: "\e629";
}

.fa-spinner-scale {
  --fa: "\e62a";
}

.fa-bell-ring {
  --fa: "\e62c";
}

.fa-arrows-rotate-reverse {
  --fa: "\e630";
}

.fa-rotate-reverse {
  --fa: "\e631";
}

.fa-arrow-turn-left {
  --fa: "\e632";
}

.fa-arrow-turn-left-down {
  --fa: "\e633";
}

.fa-arrow-turn-left-up {
  --fa: "\e634";
}

.fa-arrow-turn-right {
  --fa: "\e635";
}

.fa-turn-left {
  --fa: "\e636";
}

.fa-turn-left-down {
  --fa: "\e637";
}

.fa-turn-left-up {
  --fa: "\e638";
}

.fa-turn-right {
  --fa: "\e639";
}

.fa-location-arrow-up {
  --fa: "\e63a";
}

.fa-ticket-perforated {
  --fa: "\e63e";
}

.fa-tickets-perforated {
  --fa: "\e63f";
}

.fa-cannon {
  --fa: "\e642";
}

.fa-court-sport {
  --fa: "\e643";
}

.fa-file-eps {
  --fa: "\e644";
}

.fa-file-gif {
  --fa: "\e645";
}

.fa-file-jpg {
  --fa: "\e646";
}

.fa-file-mov {
  --fa: "\e647";
}

.fa-file-mp3 {
  --fa: "\e648";
}

.fa-file-mp4 {
  --fa: "\e649";
}

.fa-file-ppt {
  --fa: "\e64a";
}

.fa-file-svg {
  --fa: "\e64b";
}

.fa-file-vector {
  --fa: "\e64c";
}

.fa-file-xls {
  --fa: "\e64d";
}

.fa-folder-check {
  --fa: "\e64e";
}

.fa-chart-kanban {
  --fa: "\e64f";
}

.fa-bag-shopping-minus {
  --fa: "\e650";
}

.fa-bag-shopping-plus {
  --fa: "\e651";
}

.fa-basket-shopping-minus {
  --fa: "\e652";
}

.fa-basket-shopping-plus {
  --fa: "\e653";
}

.fa-file-xml {
  --fa: "\e654";
}

.fa-bulldozer {
  --fa: "\e655";
}

.fa-excavator {
  --fa: "\e656";
}

.fa-truck-ladder {
  --fa: "\e657";
}

.fa-tickets {
  --fa: "\e658";
}

.fa-tickets-simple {
  --fa: "\e659";
}

.fa-truck-fire {
  --fa: "\e65a";
}

.fa-wave {
  --fa: "\e65b";
}

.fa-waves-sine {
  --fa: "\e65d";
}

.fa-magnifying-glass-arrows-rotate {
  --fa: "\e65e";
}

.fa-magnifying-glass-music {
  --fa: "\e65f";
}

.fa-magnifying-glass-play {
  --fa: "\e660";
}

.fa-magnifying-glass-waveform {
  --fa: "\e661";
}

.fa-music-magnifying-glass {
  --fa: "\e662";
}

.fa-reflect-horizontal {
  --fa: "\e664";
}

.fa-reflect-vertical {
  --fa: "\e665";
}

.fa-file-png {
  --fa: "\e666";
}

.fa-arrow-down-from-bracket {
  --fa: "\e667";
}

.fa-arrow-left-from-bracket {
  --fa: "\e668";
}

.fa-arrow-left-to-bracket {
  --fa: "\e669";
}

.fa-arrow-up-to-bracket {
  --fa: "\e66a";
}

.fa-down-from-bracket {
  --fa: "\e66b";
}

.fa-left-from-bracket {
  --fa: "\e66c";
}

.fa-left-to-bracket {
  --fa: "\e66d";
}

.fa-up-to-bracket {
  --fa: "\e66e";
}

.fa-reflect-both {
  --fa: "\e66f";
}

.fa-file-cad {
  --fa: "\e672";
}

.fa-bottle-baby {
  --fa: "\e673";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
}

.fa-table-cells-lock {
  --fa: "\e679";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
}

.fa-circle-wifi {
  --fa: "\e67d";
}

.fa-circle-wifi-circle-wifi {
  --fa: "\e67e";
}

.fa-circle-wifi-group {
  --fa: "\e67e";
}

.fa-circle-gf {
  --fa: "\e67f";
}

.fa-ant {
  --fa: "\e680";
}

.fa-caduceus {
  --fa: "\e681";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-globe-wifi {
  --fa: "\e685";
}

.fa-hydra {
  --fa: "\e686";
}

.fa-lightbulb-message {
  --fa: "\e687";
}

.fa-octopus {
  --fa: "\e688";
}

.fa-user-beard-bolt {
  --fa: "\e689";
}

.fa-user-hoodie {
  --fa: "\e68a";
}

.fa-diamonds-4 {
  --fa: "\e68b";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
}

.fa-table-cells-column-unlock {
  --fa: "\e690";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
}

.fa-table-cells-unlock {
  --fa: "\e692";
}

.fa-chart-diagram {
  --fa: "\e695";
}

.fa-comment-nodes {
  --fa: "\e696";
}

.fa-file-fragment {
  --fa: "\e697";
}

.fa-file-half-dashed {
  --fa: "\e698";
}

.fa-hexagon-nodes {
  --fa: "\e699";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

.fa-square-binary {
  --fa: "\e69b";
}

.fa-carpool {
  --fa: "\e69c";
}

.fa-car-people {
  --fa: "\e69c";
}

.fa-chart-sine {
  --fa: "\e69d";
}

.fa-chart-fft {
  --fa: "\e69e";
}

.fa-circles-overlap-3 {
  --fa: "\e6a1";
}

.fa-pronoun {
  --fa: "\e6a1";
}

.fa-bar-progress {
  --fa: "\e6a4";
}

.fa-bar-progress-empty {
  --fa: "\e6a5";
}

.fa-bar-progress-full {
  --fa: "\e6a6";
}

.fa-bar-progress-half {
  --fa: "\e6a7";
}

.fa-bar-progress-quarter {
  --fa: "\e6a8";
}

.fa-bar-progress-three-quarters {
  --fa: "\e6a9";
}

.fa-grid-2-minus {
  --fa: "\e6aa";
}

.fa-grid-round-2-minus {
  --fa: "\e6ab";
}

.fa-table-cells-columns {
  --fa: "\e6ac";
}

.fa-table-cells-header {
  --fa: "\e6ad";
}

.fa-table-cells-header-lock {
  --fa: "\e6ae";
}

.fa-table-cells-header-unlock {
  --fa: "\e6af";
}

.fa-table-cells-rows {
  --fa: "\e6b0";
}

.fa-circle-equals {
  --fa: "\e6b1";
}

.fa-hexagon-equals {
  --fa: "\e6b2";
}

.fa-octagon-equals {
  --fa: "\e6b3";
}

.fa-rectangle-minus {
  --fa: "\e6b4";
}

.fa-rectangle-plus {
  --fa: "\e6b5";
}

.fa-square-equals {
  --fa: "\e6b6";
}

.fa-arrow-down-long-to-line {
  --fa: "\e6b7";
}

.fa-arrow-left-arrow-right {
  --fa: "\e6b8";
}

.fa-arrow-left-from-dotted-line {
  --fa: "\e6b9";
}

.fa-arrow-left-to-dotted-line {
  --fa: "\e6ba";
}

.fa-arrow-right-from-dotted-line {
  --fa: "\e6bb";
}

.fa-arrow-right-to-dotted-line {
  --fa: "\e6bc";
}

.fa-arrow-up-long-to-line {
  --fa: "\e6bd";
}

.fa-direction-left-right {
  --fa: "\e6be";
}

.fa-direction-up-down {
  --fa: "\e6bf";
}

.fa-down-long-to-line {
  --fa: "\e6c0";
}

.fa-down-up {
  --fa: "\e6c1";
}

.fa-left-from-dotted-line {
  --fa: "\e6c2";
}

.fa-left-to-dotted-line {
  --fa: "\e6c3";
}

.fa-right-from-dotted-line {
  --fa: "\e6c4";
}

.fa-right-to-dotted-line {
  --fa: "\e6c5";
}

.fa-up-long-to-line {
  --fa: "\e6c6";
}

.fa-barn {
  --fa: "\e6c7";
}

.fa-circle-house {
  --fa: "\e6c8";
}

.fa-garage-empty {
  --fa: "\e6c9";
}

.fa-house-unlock {
  --fa: "\e6ca";
}

.fa-school-unlock {
  --fa: "\e6cb";
}

.fa-stadium {
  --fa: "\e6cc";
}

.fa-tent-circus {
  --fa: "\e6cd";
}

.fa-ball-yarn {
  --fa: "\e6ce";
}

.fa-bra {
  --fa: "\e6cf";
}

.fa-briefs {
  --fa: "\e6d0";
}

.fa-dress {
  --fa: "\e6d1";
}

.fa-jeans {
  --fa: "\e6d2";
}

.fa-jeans-straight {
  --fa: "\e6d3";
}

.fa-panties {
  --fa: "\e6d4";
}

.fa-pants {
  --fa: "\e6d5";
}

.fa-pants-straight {
  --fa: "\e6d6";
}

.fa-shirt-jersey {
  --fa: "\e6d7";
}

.fa-shoe {
  --fa: "\e6d8";
}

.fa-shorts {
  --fa: "\e6d9";
}

.fa-sneaker {
  --fa: "\e6da";
}

.fa-circle-share-nodes {
  --fa: "\e6db";
}

.fa-comment-dot {
  --fa: "\e6dc";
}

.fa-comment-waveform {
  --fa: "\e6dd";
}

.fa-envelope-circle-user {
  --fa: "\e6de";
}

.fa-message-dot {
  --fa: "\e6df";
}

.fa-message-waveform {
  --fa: "\e6e0";
}

.fa-phone-connection {
  --fa: "\e6e1";
}

.fa-phone-waveform {
  --fa: "\e6e2";
}

.fa-postage-stamp {
  --fa: "\e6e3";
}

.fa-circle-florin {
  --fa: "\e6e4";
}

.fa-circle-ruble {
  --fa: "\e6e5";
}

.fa-square-chf {
  --fa: "\e6e6";
}

.fa-square-lira {
  --fa: "\e6e7";
}

.fa-norwegian-krone-sign {
  --fa: "\e6e8";
}

.fa-circle-renminbi {
  --fa: "\e6e9";
}

.fa-square-peseta {
  --fa: "\e6ea";
}

.fa-circle-brazilian-real {
  --fa: "\e6eb";
}

.fa-circle-won {
  --fa: "\e6ec";
}

.fa-square-cruzeiro {
  --fa: "\e6ed";
}

.fa-circle-currency {
  --fa: "\e6ee";
}

.fa-circle-hryvnia {
  --fa: "\e6ef";
}

.fa-square-cent {
  --fa: "\e6f0";
}

.fa-square-brazilian-real {
  --fa: "\e6f1";
}

.fa-square-bitcoin {
  --fa: "\e6f2";
}

.fa-circle-peruvian-soles {
  --fa: "\e6f3";
}

.fa-circle-litecoin {
  --fa: "\e6f4";
}

.fa-square-indian-rupee {
  --fa: "\e6f5";
}

.fa-circle-lira {
  --fa: "\e6f6";
}

.fa-square-litecoin {
  --fa: "\e6f7";
}

.fa-square-ruble {
  --fa: "\e6f8";
}

.fa-circle-malaysian-ringgit {
  --fa: "\e6f9";
}

.fa-malaysian-ringgit-sign {
  --fa: "\e6fa";
}

.fa-circle-manat {
  --fa: "\e6fb";
}

.fa-circle-colon {
  --fa: "\e6fc";
}

.fa-circle-kip {
  --fa: "\e6fd";
}

.fa-australian-dollar-sign {
  --fa: "\e6fe";
}

.fa-circle-peso {
  --fa: "\e6ff";
}

.fa-circle-polish-zloty {
  --fa: "\e700";
}

.fa-circle-bangladeshi-taka {
  --fa: "\e701";
}

.fa-circle-mill {
  --fa: "\e702";
}

.fa-circle-shekel {
  --fa: "\e703";
}

.fa-square-manat {
  --fa: "\e704";
}

.fa-peruvian-soles-sign {
  --fa: "\e705";
}

.fa-circle-rupiah {
  --fa: "\e706";
}

.fa-square-norwegian-krone {
  --fa: "\e707";
}

.fa-square-naira {
  --fa: "\e708";
}

.fa-square-won {
  --fa: "\e709";
}

.fa-square-mill {
  --fa: "\e70a";
}

.fa-polish-zloty-sign {
  --fa: "\e70b";
}

.fa-square-currency {
  --fa: "\e70c";
}

.fa-square-kip {
  --fa: "\e70d";
}

.fa-square-guarani {
  --fa: "\e70e";
}

.fa-square-dong {
  --fa: "\e70f";
}

.fa-square-hryvnia {
  --fa: "\e710";
}

.fa-circle-tugrik {
  --fa: "\e711";
}

.fa-square-rupiah {
  --fa: "\e712";
}

.fa-square-sterling {
  --fa: "\e713";
}

.fa-circle-rupee {
  --fa: "\e714";
}

.fa-square-rupee {
  --fa: "\e715";
}

.fa-square-peruvian-soles {
  --fa: "\e716";
}

.fa-square-florin {
  --fa: "\e717";
}

.fa-square-australian-dollar {
  --fa: "\e718";
}

.fa-square-baht {
  --fa: "\e719";
}

.fa-square-peso {
  --fa: "\e71a";
}

.fa-circle-austral {
  --fa: "\e71b";
}

.fa-square-swedish-krona {
  --fa: "\e71c";
}

.fa-circle-lari {
  --fa: "\e71d";
}

.fa-circleapore-dollar {
  --fa: "\e71e";
}

.fa-square-turkish-lira {
  --fa: "\e71f";
}

.fa-danish-krone-sign {
  --fa: "\e720";
}

.fa-circle-franc {
  --fa: "\e721";
}

.fa-circle-cruzeiro {
  --fa: "\e722";
}

.fa-circle-dong {
  --fa: "\e723";
}

.fa-square-yen {
  --fa: "\e724";
}

.fa-circle-tenge {
  --fa: "\e725";
}

.fa-square-austral {
  --fa: "\e726";
}

.fa-square-eurozone {
  --fa: "\e727";
}

.fa-square-tugrik {
  --fa: "\e728";
}

.fa-square-cedi {
  --fa: "\e729";
}

.fa-circle-cent {
  --fa: "\e72a";
}

.fa-currency-sign {
  --fa: "\e72b";
}

.fa-circle-chf {
  --fa: "\e72c";
}

.fa-circle-baht {
  --fa: "\e72d";
}

.fa-signapore-dollar-sign {
  --fa: "\e72e";
}

.fa-square-franc {
  --fa: "\e72f";
}

.fa-circle-australian-dollar {
  --fa: "\e730";
}

.fa-square-tenge {
  --fa: "\e731";
}

.fa-square-euro {
  --fa: "\e732";
}

.fa-squareapore-dollar {
  --fa: "\e733";
}

.fa-circle-indian-rupee {
  --fa: "\e734";
}

.fa-square-shekel {
  --fa: "\e735";
}

.fa-square-polish-zloty {
  --fa: "\e736";
}

.fa-circle-bitcoin {
  --fa: "\e737";
}

.fa-circle-norwegian-krone {
  --fa: "\e738";
}

.fa-circle-turkish-lira {
  --fa: "\e739";
}

.fa-square-colon {
  --fa: "\e73a";
}

.fa-circle-guarani {
  --fa: "\e73b";
}

.fa-renminbi-sign {
  --fa: "\e73c";
}

.fa-square-renminbi {
  --fa: "\e73d";
}

.fa-swedish-krona-sign {
  --fa: "\e73e";
}

.fa-square-lari {
  --fa: "\e73f";
}

.fa-eurozone-sign {
  --fa: "\e740";
}

.fa-circle-peseta {
  --fa: "\e741";
}

.fa-circle-cedi {
  --fa: "\e742";
}

.fa-circle-swedish-krona {
  --fa: "\e743";
}

.fa-square-bangladeshi-taka {
  --fa: "\e744";
}

.fa-circle-eurozone {
  --fa: "\e745";
}

.fa-circle-danish-krone {
  --fa: "\e746";
}

.fa-square-danish-krone {
  --fa: "\e747";
}

.fa-square-malaysian-ringgit {
  --fa: "\e748";
}

.fa-circle-naira {
  --fa: "\e749";
}

.fa-mobile-arrow-down {
  --fa: "\e74b";
}

.fa-clone-plus {
  --fa: "\e74c";
}

.fa-paintbrush-fine-slash {
  --fa: "\e74d";
}

.fa-paintbrush-slash {
  --fa: "\e74e";
}

.fa-pencil-line {
  --fa: "\e74f";
}

.fa-slider-circle {
  --fa: "\e750";
}

.fa-thumbtack-angle {
  --fa: "\e751";
}

.fa-thumbtack-angle-slash {
  --fa: "\e752";
}

.fa-book-open-lines {
  --fa: "\e753";
}

.fa-book-spine {
  --fa: "\e754";
}

.fa-bookmark-plus {
  --fa: "\e755";
}

.fa-clipboard-clock {
  --fa: "\e756";
}

.fa-clipboard-exclamation {
  --fa: "\e757";
}

.fa-file-ban {
  --fa: "\e758";
}

.fa-notes-sticky {
  --fa: "\e759";
}

.fa-capsule {
  --fa: "\e75a";
}

.fa-ear-circle-checkmark {
  --fa: "\e75b";
}

.fa-ear-triangle-exclamation {
  --fa: "\e75c";
}

.fa-ear-waveform {
  --fa: "\e75d";
}

.fa-head-side-circuit {
  --fa: "\e75e";
}

.fa-head-side-speak {
  --fa: "\e75f";
}

.fa-microphone-signal-meter {
  --fa: "\e760";
}

.fa-spine {
  --fa: "\e761";
}

.fa-vial-vertical {
  --fa: "\e762";
}

.fa-bin {
  --fa: "\e763";
}

.fa-seat {
  --fa: "\e764";
}

.fa-seats {
  --fa: "\e765";
}

.fa-camera-circle-ellipsis {
  --fa: "\e766";
}

.fa-camera-clock {
  --fa: "\e767";
}

.fa-camera-shutter {
  --fa: "\e768";
}

.fa-film-music {
  --fa: "\e769";
}

.fa-film-stack {
  --fa: "\e76b";
}

.fa-image-circle-arrow-down {
  --fa: "\e76c";
}

.fa-image-circle-check {
  --fa: "\e76d";
}

.fa-image-circle-plus {
  --fa: "\e76e";
}

.fa-image-circle-xmark {
  --fa: "\e76f";
}

.fa-image-music {
  --fa: "\e770";
}

.fa-image-stack {
  --fa: "\e771";
}

.fa-rectangle-4k {
  --fa: "\e772";
}

.fa-rectangle-high-dynamic-range {
  --fa: "\e773";
}

.fa-rectangle-video-on-demand {
  --fa: "\e774";
}

.fa-user-viewfinder {
  --fa: "\e775";
}

.fa-video-down-to-line {
  --fa: "\e776";
}

.fa-video-question {
  --fa: "\e777";
}

.fa-gas-pump-left {
  --fa: "\e778";
}

.fa-gas-pump-right {
  --fa: "\e779";
}

.fa-location-arrow-slash {
  --fa: "\e77a";
}

.fa-airplay-audio {
  --fa: "\e77b";
}

.fa-headphones-slash {
  --fa: "\e77c";
}

.fa-microphone-circle-plus {
  --fa: "\e77d";
}

.fa-microphone-circle-xmark {
  --fa: "\e77e";
}

.fa-open-captioning {
  --fa: "\e77f";
}

.fa-play-flip {
  --fa: "\e780";
}

.fa-square-microphone {
  --fa: "\e781";
}

.fa-trombone {
  --fa: "\e782";
}

.fa-person-arms-raised {
  --fa: "\e783";
}

.fa-person-basketball {
  --fa: "\e784";
}

.fa-person-carry-empty {
  --fa: "\e785";
}

.fa-person-golfing {
  --fa: "\e786";
}

.fa-person-limbs-wide {
  --fa: "\e787";
}

.fa-person-seat-window {
  --fa: "\e788";
}

.fa-person-soccer {
  --fa: "\e789";
}

.fa-person-swimming-pool {
  --fa: "\e78a";
}

.fa-person-swimming-water {
  --fa: "\e78b";
}

.fa-person-water-arms-raised {
  --fa: "\e78c";
}

.fa-person-waving {
  --fa: "\e78d";
}

.fa-heart-slash {
  --fa: "\e78e";
}

.fa-hearts {
  --fa: "\e78f";
}

.fa-pentagon {
  --fa: "\e790";
}

.fa-rectangle-tall {
  --fa: "\e791";
}

.fa-square-half {
  --fa: "\e792";
}

.fa-square-half-stroke {
  --fa: "\e793";
}

.fa-box-arrow-down {
  --fa: "\e794";
}

.fa-box-arrow-down-arrow-up {
  --fa: "\e795";
}

.fa-box-arrow-down-magnifying-glass {
  --fa: "\e796";
}

.fa-box-isometric {
  --fa: "\e797";
}

.fa-box-isometric-tape {
  --fa: "\e798";
}

.fa-qrcode-read {
  --fa: "\e799";
}

.fa-shop-24 {
  --fa: "\e79a";
}

.fa-store-24 {
  --fa: "\e79b";
}

.fa-face-shaking {
  --fa: "\e79c";
}

.fa-face-shaking-horizontal {
  --fa: "\e79d";
}

.fa-face-shaking-vertical {
  --fa: "\e79e";
}

.fa-circle-user-circle-check {
  --fa: "\e79f";
}

.fa-circle-user-circle-exclamation {
  --fa: "\e7a0";
}

.fa-circle-user-circle-minus {
  --fa: "\e7a1";
}

.fa-circle-user-circle-moon {
  --fa: "\e7a2";
}

.fa-circle-user-circle-plus {
  --fa: "\e7a3";
}

.fa-circle-user-circle-question {
  --fa: "\e7a4";
}

.fa-circle-user-circle-user {
  --fa: "\e7a5";
}

.fa-circle-user-circle-xmark {
  --fa: "\e7a6";
}

.fa-circle-user-clock {
  --fa: "\e7a7";
}

.fa-user-beard {
  --fa: "\e7a8";
}

.fa-user-chef-hair-long {
  --fa: "\e7a9";
}

.fa-user-circle-minus {
  --fa: "\e7aa";
}

.fa-user-circle-plus {
  --fa: "\e7ab";
}

.fa-user-dashed {
  --fa: "\e7ac";
}

.fa-user-doctor-hair-mullet {
  --fa: "\e7ad";
}

.fa-user-hat-tie {
  --fa: "\e7ae";
}

.fa-user-hat-tie-magnifying-glass {
  --fa: "\e7af";
}

.fa-user-key {
  --fa: "\e7b0";
}

.fa-user-message {
  --fa: "\e7b1";
}

.fa-user-microphone {
  --fa: "\e7b2";
}

.fa-user-pilot-hair-long {
  --fa: "\e7b3";
}

.fa-user-pilot-tie-hair-long {
  --fa: "\e7b4";
}

.fa-user-police-hair-long {
  --fa: "\e7b5";
}

.fa-user-police-tie-hair-long {
  --fa: "\e7b6";
}

.fa-user-question {
  --fa: "\e7b7";
}

.fa-user-sith {
  --fa: "\e7b8";
}

.fa-user-tie-hair-mullet {
  --fa: "\e7b9";
}

.fa-user-vneck-hair-mullet {
  --fa: "\e7ba";
}

.fa-plane-flying {
  --fa: "\e7bb";
}

.fa-plane-landing-gear {
  --fa: "\e7bc";
}

.fa-rocket-vertical {
  --fa: "\e7bd";
}

.fa-seat-airline-window {
  --fa: "\e7be";
}

.fa-shuttle-space-vertical {
  --fa: "\e7bf";
}

.fa-car-key {
  --fa: "\e7c0";
}

.fa-car-siren {
  --fa: "\e7c1";
}

.fa-car-siren-on {
  --fa: "\e7c2";
}

.fa-scooter {
  --fa: "\e7c3";
}

.fa-snowmobile-blank {
  --fa: "\e7c4";
}

.fa-stair-car {
  --fa: "\e7c5";
}

.fa-truck-suv {
  --fa: "\e7c6";
}

.fa-unicycle {
  --fa: "\e7c7";
}

.fa-van {
  --fa: "\e7c8";
}

.fa-moon-star {
  --fa: "\e7c9";
}

.fa-rainbow-half {
  --fa: "\e7ca";
}

.fa-temperature-slash {
  --fa: "\e7cb";
}

.fa-dialpad {
  --fa: "\e7cc";
}

.fa-computer-mouse-button-left {
  --fa: "\e7cd";
}

.fa-computer-mouse-button-right {
  --fa: "\e7ce";
}

.fa-dot {
  --fa: "\e7d1";
}

.fa-folder-arrow-left {
  --fa: "\e7d2";
}

.fa-folder-arrow-right {
  --fa: "\e7d3";
}

.fa-wireless {
  --fa: "\e7df";
}

.fa-circle-moon {
  --fa: "\e7e0";
}

.fa-person-meditating {
  --fa: "\e7e1";
}

.fa-baseball-bat {
  --fa: "\e7e5";
}

.fa-hockey-stick {
  --fa: "\e7e6";
}

.fa-arrow-u-turn-down-left {
  --fa: "\e7e7";
}

.fa-arrow-u-turn-down-right {
  --fa: "\e7e8";
}

.fa-arrow-u-turn-left-down {
  --fa: "\e7e9";
}

.fa-arrow-u-turn-left-up {
  --fa: "\e7ea";
}

.fa-arrow-u-turn-right-down {
  --fa: "\e7eb";
}

.fa-arrow-u-turn-right-up {
  --fa: "\e7ec";
}

.fa-arrow-u-turn-up-left {
  --fa: "\e7ed";
}

.fa-arrow-u-turn-up-right {
  --fa: "\e7ee";
}

.fa-u-turn-down-left {
  --fa: "\e7ef";
}

.fa-u-turn-down-right {
  --fa: "\e7f0";
}

.fa-u-turn-left-down {
  --fa: "\e7f1";
}

.fa-u-turn {
  --fa: "\e7f1";
}

.fa-u-turn-left-up {
  --fa: "\e7f2";
}

.fa-u-turn-right-down {
  --fa: "\e7f3";
}

.fa-u-turn-right-up {
  --fa: "\e7f4";
}

.fa-u-turn-up-left {
  --fa: "\e7f5";
}

.fa-u-turn-up-right {
  --fa: "\e7f6";
}

.fa-triple-chevrons-down {
  --fa: "\e7f7";
}

.fa-triple-chevrons-left {
  --fa: "\e7f8";
}

.fa-triple-chevrons-right {
  --fa: "\e7f9";
}

.fa-triple-chevrons-up {
  --fa: "\e7fa";
}

.fa-file-aiff {
  --fa: "\e7fb";
}

.fa-file-odf {
  --fa: "\e7fc";
}

.fa-file-tex {
  --fa: "\e7fd";
}

.fa-file-wav {
  --fa: "\e7fe";
}

.fa-droplet-plus {
  --fa: "\e800";
}

.fa-hand-holding-star {
  --fa: "\e801";
}

.fa-transmission {
  --fa: "\e802";
}

.fa-alarm-minus {
  --fa: "\e803";
}

.fa-file-brackets-curly {
  --fa: "\e804";
}

.fa-file-midi {
  --fa: "\e805";
}

.fa-midi {
  --fa: "\e806";
}

.fa-non-binary {
  --fa: "\e807";
}

.fa-rectangle-beta {
  --fa: "\e808";
}

.fa-shield-user {
  --fa: "\e809";
}

.fa-spiral {
  --fa: "\e80a";
}

.fa-picture-in-picture {
  --fa: "\e80b";
}

.fa-circle-half-horizontal {
  --fa: "\e80c";
}

.fa-circle-half-stroke-horizontal {
  --fa: "\e80d";
}

.fa-square-half-horizontal {
  --fa: "\e80e";
}

.fa-square-half-stroke-horizontal {
  --fa: "\e80f";
}

.fa-ship-large {
  --fa: "\e810";
}

.fa-butterfly {
  --fa: "\e811";
}

.fa-mobile-rotate {
  --fa: "\e813";
}

.fa-mobile-rotate-reverse {
  --fa: "\e814";
}

.fa-mobile-slash {
  --fa: "\e815";
}

.fa-mobile-vibrate {
  --fa: "\e816";
}

.fa-mobile-vibrate-slash {
  --fa: "\e817";
}

.fa-almost-equal-to {
  --fa: "\e818";
}

.fa-sneaker-running {
  --fa: "\e819";
}

.fa-horseshoe {
  --fa: "\e81a";
}

.fa-single-quote-left {
  --fa: "\e81b";
}

.fa-single-quote-right {
  --fa: "\e81c";
}

.fa-bus-side {
  --fa: "\e81d";
}

.fa-bus-stop {
  --fa: "\e81e";
}

.fa-train-stop {
  --fa: "\e81f";
}

.fa-septagon {
  --fa: "\e820";
}

.fa-heptagon {
  --fa: "\e820";
}

.fa-martini-glass-empty {
  --fa: "\f000";
}

.fa-glass-martini {
  --fa: "\f000";
}

.fa-music {
  --fa: "\f001";
}

.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-search {
  --fa: "\f002";
}

.fa-heart {
  --fa: "\f004";
}

.fa-star {
  --fa: "\f005";
}

.fa-user {
  --fa: "\f007";
}

.fa-user-alt {
  --fa: "\f007";
}

.fa-user-large {
  --fa: "\f007";
}

.fa-film {
  --fa: "\f008";
}

.fa-film-alt {
  --fa: "\f008";
}

.fa-film-simple {
  --fa: "\f008";
}

.fa-table-cells-large {
  --fa: "\f009";
}

.fa-th-large {
  --fa: "\f009";
}

.fa-table-cells {
  --fa: "\f00a";
}

.fa-th {
  --fa: "\f00a";
}

.fa-table-list {
  --fa: "\f00b";
}

.fa-th-list {
  --fa: "\f00b";
}

.fa-check {
  --fa: "\f00c";
}

.fa-xmark {
  --fa: "\f00d";
}

.fa-close {
  --fa: "\f00d";
}

.fa-multiply {
  --fa: "\f00d";
}

.fa-remove {
  --fa: "\f00d";
}

.fa-times {
  --fa: "\f00d";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
}

.fa-search-minus {
  --fa: "\f010";
}

.fa-power-off {
  --fa: "\f011";
}

.fa-signal {
  --fa: "\f012";
}

.fa-signal-5 {
  --fa: "\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
}

.fa-gear {
  --fa: "\f013";
}

.fa-cog {
  --fa: "\f013";
}

.fa-house {
  --fa: "\f015";
}

.fa-home {
  --fa: "\f015";
}

.fa-home-alt {
  --fa: "\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
}

.fa-clock {
  --fa: "\f017";
}

.fa-clock-four {
  --fa: "\f017";
}

.fa-road {
  --fa: "\f018";
}

.fa-download {
  --fa: "\f019";
}

.fa-inbox {
  --fa: "\f01c";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

.fa-redo {
  --fa: "\f01e";
}

.fa-arrows-rotate {
  --fa: "\f021";
}

.fa-refresh {
  --fa: "\f021";
}

.fa-sync {
  --fa: "\f021";
}

.fa-rectangle-list {
  --fa: "\f022";
}

.fa-list-alt {
  --fa: "\f022";
}

.fa-lock {
  --fa: "\f023";
}

.fa-flag {
  --fa: "\f024";
}

.fa-headphones {
  --fa: "\f025";
}

.fa-headphones-alt {
  --fa: "\f025";
}

.fa-headphones-simple {
  --fa: "\f025";
}

.fa-volume-off {
  --fa: "\f026";
}

.fa-volume-low {
  --fa: "\f027";
}

.fa-volume-down {
  --fa: "\f027";
}

.fa-volume-high {
  --fa: "\f028";
}

.fa-volume-up {
  --fa: "\f028";
}

.fa-qrcode {
  --fa: "\f029";
}

.fa-barcode {
  --fa: "\f02a";
}

.fa-tag {
  --fa: "\f02b";
}

.fa-tags {
  --fa: "\f02c";
}

.fa-book {
  --fa: "\f02d";
}

.fa-bookmark {
  --fa: "\f02e";
}

.fa-print {
  --fa: "\f02f";
}

.fa-camera {
  --fa: "\f030";
}

.fa-camera-alt {
  --fa: "\f030";
}

.fa-font {
  --fa: "\f031";
}

.fa-bold {
  --fa: "\f032";
}

.fa-italic {
  --fa: "\f033";
}

.fa-text-height {
  --fa: "\f034";
}

.fa-text-width {
  --fa: "\f035";
}

.fa-align-left {
  --fa: "\f036";
}

.fa-align-center {
  --fa: "\f037";
}

.fa-align-right {
  --fa: "\f038";
}

.fa-align-justify {
  --fa: "\f039";
}

.fa-list {
  --fa: "\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
}

.fa-outdent {
  --fa: "\f03b";
}

.fa-dedent {
  --fa: "\f03b";
}

.fa-indent {
  --fa: "\f03c";
}

.fa-video {
  --fa: "\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
}

.fa-image {
  --fa: "\f03e";
}

.fa-location-pin {
  --fa: "\f041";
}

.fa-map-marker {
  --fa: "\f041";
}

.fa-circle-half-stroke {
  --fa: "\f042";
}

.fa-adjust {
  --fa: "\f042";
}

.fa-droplet {
  --fa: "\f043";
}

.fa-tint {
  --fa: "\f043";
}

.fa-pen-to-square {
  --fa: "\f044";
}

.fa-edit {
  --fa: "\f044";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

.fa-arrows {
  --fa: "\f047";
}

.fa-backward-step {
  --fa: "\f048";
}

.fa-step-backward {
  --fa: "\f048";
}

.fa-backward-fast {
  --fa: "\f049";
}

.fa-fast-backward {
  --fa: "\f049";
}

.fa-backward {
  --fa: "\f04a";
}

.fa-play {
  --fa: "\f04b";
}

.fa-pause {
  --fa: "\f04c";
}

.fa-stop {
  --fa: "\f04d";
}

.fa-forward {
  --fa: "\f04e";
}

.fa-forward-fast {
  --fa: "\f050";
}

.fa-fast-forward {
  --fa: "\f050";
}

.fa-forward-step {
  --fa: "\f051";
}

.fa-step-forward {
  --fa: "\f051";
}

.fa-eject {
  --fa: "\f052";
}

.fa-chevron-left {
  --fa: "\f053";
}

.fa-chevron-right {
  --fa: "\f054";
}

.fa-circle-plus {
  --fa: "\f055";
}

.fa-plus-circle {
  --fa: "\f055";
}

.fa-circle-minus {
  --fa: "\f056";
}

.fa-minus-circle {
  --fa: "\f056";
}

.fa-circle-xmark {
  --fa: "\f057";
}

.fa-times-circle {
  --fa: "\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
}

.fa-circle-check {
  --fa: "\f058";
}

.fa-check-circle {
  --fa: "\f058";
}

.fa-circle-question {
  --fa: "\f059";
}

.fa-question-circle {
  --fa: "\f059";
}

.fa-circle-info {
  --fa: "\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
}

.fa-crosshairs {
  --fa: "\f05b";
}

.fa-ban {
  --fa: "\f05e";
}

.fa-cancel {
  --fa: "\f05e";
}

.fa-arrow-left {
  --fa: "\f060";
}

.fa-arrow-right {
  --fa: "\f061";
}

.fa-arrow-up {
  --fa: "\f062";
}

.fa-arrow-down {
  --fa: "\f063";
}

.fa-share {
  --fa: "\f064";
}

.fa-mail-forward {
  --fa: "\f064";
}

.fa-expand {
  --fa: "\f065";
}

.fa-compress {
  --fa: "\f066";
}

.fa-minus {
  --fa: "\f068";
}

.fa-subtract {
  --fa: "\f068";
}

.fa-circle-exclamation {
  --fa: "\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
}

.fa-gift {
  --fa: "\f06b";
}

.fa-leaf {
  --fa: "\f06c";
}

.fa-fire {
  --fa: "\f06d";
}

.fa-eye {
  --fa: "\f06e";
}

.fa-eye-slash {
  --fa: "\f070";
}

.fa-triangle-exclamation {
  --fa: "\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
}

.fa-warning {
  --fa: "\f071";
}

.fa-plane {
  --fa: "\f072";
}

.fa-calendar-days {
  --fa: "\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
}

.fa-shuffle {
  --fa: "\f074";
}

.fa-random {
  --fa: "\f074";
}

.fa-comment {
  --fa: "\f075";
}

.fa-magnet {
  --fa: "\f076";
}

.fa-chevron-up {
  --fa: "\f077";
}

.fa-chevron-down {
  --fa: "\f078";
}

.fa-retweet {
  --fa: "\f079";
}

.fa-cart-shopping {
  --fa: "\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
}

.fa-folder {
  --fa: "\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
}

.fa-folder-open {
  --fa: "\f07c";
}

.fa-arrows-up-down {
  --fa: "\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
}

.fa-arrows-left-right {
  --fa: "\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
}

.fa-chart-bar {
  --fa: "\f080";
}

.fa-bar-chart {
  --fa: "\f080";
}

.fa-camera-retro {
  --fa: "\f083";
}

.fa-key {
  --fa: "\f084";
}

.fa-gears {
  --fa: "\f085";
}

.fa-cogs {
  --fa: "\f085";
}

.fa-comments {
  --fa: "\f086";
}

.fa-star-half {
  --fa: "\f089";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
}

.fa-thumbtack {
  --fa: "\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

.fa-external-link {
  --fa: "\f08e";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

.fa-sign-in {
  --fa: "\f090";
}

.fa-trophy {
  --fa: "\f091";
}

.fa-upload {
  --fa: "\f093";
}

.fa-lemon {
  --fa: "\f094";
}

.fa-phone {
  --fa: "\f095";
}

.fa-square-phone {
  --fa: "\f098";
}

.fa-phone-square {
  --fa: "\f098";
}

.fa-unlock {
  --fa: "\f09c";
}

.fa-credit-card {
  --fa: "\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
}

.fa-rss {
  --fa: "\f09e";
}

.fa-feed {
  --fa: "\f09e";
}

.fa-hard-drive {
  --fa: "\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
}

.fa-bullhorn {
  --fa: "\f0a1";
}

.fa-certificate {
  --fa: "\f0a3";
}

.fa-hand-point-right {
  --fa: "\f0a4";
}

.fa-hand-point-left {
  --fa: "\f0a5";
}

.fa-hand-point-up {
  --fa: "\f0a6";
}

.fa-hand-point-down {
  --fa: "\f0a7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
}

.fa-globe {
  --fa: "\f0ac";
}

.fa-wrench {
  --fa: "\f0ad";
}

.fa-list-check {
  --fa: "\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
}

.fa-filter {
  --fa: "\f0b0";
}

.fa-briefcase {
  --fa: "\f0b1";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
}

.fa-users {
  --fa: "\f0c0";
}

.fa-link {
  --fa: "\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
}

.fa-cloud {
  --fa: "\f0c2";
}

.fa-flask {
  --fa: "\f0c3";
}

.fa-scissors {
  --fa: "\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
}

.fa-copy {
  --fa: "\f0c5";
}

.fa-paperclip {
  --fa: "\f0c6";
}

.fa-floppy-disk {
  --fa: "\f0c7";
}

.fa-save {
  --fa: "\f0c7";
}

.fa-square {
  --fa: "\f0c8";
}

.fa-bars {
  --fa: "\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
}

.fa-list-ul {
  --fa: "\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
}

.fa-list-ol {
  --fa: "\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
}

.fa-strikethrough {
  --fa: "\f0cc";
}

.fa-underline {
  --fa: "\f0cd";
}

.fa-table {
  --fa: "\f0ce";
}

.fa-wand-magic {
  --fa: "\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
}

.fa-truck {
  --fa: "\f0d1";
}

.fa-money-bill {
  --fa: "\f0d6";
}

.fa-caret-down {
  --fa: "\f0d7";
}

.fa-caret-up {
  --fa: "\f0d8";
}

.fa-caret-left {
  --fa: "\f0d9";
}

.fa-caret-right {
  --fa: "\f0da";
}

.fa-table-columns {
  --fa: "\f0db";
}

.fa-columns {
  --fa: "\f0db";
}

.fa-sort {
  --fa: "\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
}

.fa-sort-down {
  --fa: "\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
}

.fa-sort-up {
  --fa: "\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
}

.fa-gavel {
  --fa: "\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
}

.fa-bolt {
  --fa: "\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
}

.fa-sitemap {
  --fa: "\f0e8";
}

.fa-umbrella {
  --fa: "\f0e9";
}

.fa-paste {
  --fa: "\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
}

.fa-lightbulb {
  --fa: "\f0eb";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

.fa-user-doctor {
  --fa: "\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
}

.fa-stethoscope {
  --fa: "\f0f1";
}

.fa-suitcase {
  --fa: "\f0f2";
}

.fa-bell {
  --fa: "\f0f3";
}

.fa-mug-saucer {
  --fa: "\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
}

.fa-hospital {
  --fa: "\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
}

.fa-truck-medical {
  --fa: "\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
}

.fa-jet-fighter {
  --fa: "\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
}

.fa-square-h {
  --fa: "\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
}

.fa-square-plus {
  --fa: "\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
}

.fa-angles-left {
  --fa: "\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
}

.fa-angles-right {
  --fa: "\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
}

.fa-angles-up {
  --fa: "\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
}

.fa-angles-down {
  --fa: "\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
}

.fa-angle-left {
  --fa: "\f104";
}

.fa-angle-right {
  --fa: "\f105";
}

.fa-angle-up {
  --fa: "\f106";
}

.fa-angle-down {
  --fa: "\f107";
}

.fa-laptop {
  --fa: "\f109";
}

.fa-tablet-button {
  --fa: "\f10a";
}

.fa-mobile-button {
  --fa: "\f10b";
}

.fa-quote-left {
  --fa: "\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
}

.fa-quote-right {
  --fa: "\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
}

.fa-spinner {
  --fa: "\f110";
}

.fa-circle {
  --fa: "\f111";
}

.fa-face-smile {
  --fa: "\f118";
}

.fa-smile {
  --fa: "\f118";
}

.fa-face-frown {
  --fa: "\f119";
}

.fa-frown {
  --fa: "\f119";
}

.fa-face-meh {
  --fa: "\f11a";
}

.fa-meh {
  --fa: "\f11a";
}

.fa-gamepad {
  --fa: "\f11b";
}

.fa-keyboard {
  --fa: "\f11c";
}

.fa-flag-checkered {
  --fa: "\f11e";
}

.fa-terminal {
  --fa: "\f120";
}

.fa-code {
  --fa: "\f121";
}

.fa-reply-all {
  --fa: "\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
}

.fa-location-arrow {
  --fa: "\f124";
}

.fa-crop {
  --fa: "\f125";
}

.fa-code-branch {
  --fa: "\f126";
}

.fa-link-slash {
  --fa: "\f127";
}

.fa-chain-broken {
  --fa: "\f127";
}

.fa-chain-slash {
  --fa: "\f127";
}

.fa-unlink {
  --fa: "\f127";
}

.fa-info {
  --fa: "\f129";
}

.fa-superscript {
  --fa: "\f12b";
}

.fa-subscript {
  --fa: "\f12c";
}

.fa-eraser {
  --fa: "\f12d";
}

.fa-puzzle-piece {
  --fa: "\f12e";
}

.fa-microphone {
  --fa: "\f130";
}

.fa-microphone-slash {
  --fa: "\f131";
}

.fa-shield {
  --fa: "\f132";
}

.fa-shield-blank {
  --fa: "\f132";
}

.fa-calendar {
  --fa: "\f133";
}

.fa-fire-extinguisher {
  --fa: "\f134";
}

.fa-rocket {
  --fa: "\f135";
}

.fa-circle-chevron-left {
  --fa: "\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
}

.fa-circle-chevron-right {
  --fa: "\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
}

.fa-circle-chevron-up {
  --fa: "\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
}

.fa-anchor {
  --fa: "\f13d";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
}

.fa-bullseye {
  --fa: "\f140";
}

.fa-ellipsis {
  --fa: "\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
}

.fa-square-rss {
  --fa: "\f143";
}

.fa-rss-square {
  --fa: "\f143";
}

.fa-circle-play {
  --fa: "\f144";
}

.fa-play-circle {
  --fa: "\f144";
}

.fa-ticket {
  --fa: "\f145";
}

.fa-square-minus {
  --fa: "\f146";
}

.fa-minus-square {
  --fa: "\f146";
}

.fa-arrow-turn-up {
  --fa: "\f148";
}

.fa-level-up {
  --fa: "\f148";
}

.fa-arrow-turn-down {
  --fa: "\f149";
}

.fa-level-down {
  --fa: "\f149";
}

.fa-square-check {
  --fa: "\f14a";
}

.fa-check-square {
  --fa: "\f14a";
}

.fa-square-pen {
  --fa: "\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
}

.fa-share-from-square {
  --fa: "\f14d";
}

.fa-share-square {
  --fa: "\f14d";
}

.fa-compass {
  --fa: "\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
}

.fa-square-caret-up {
  --fa: "\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
}

.fa-square-caret-right {
  --fa: "\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
}

.fa-euro-sign {
  --fa: "\f153";
}

.fa-eur {
  --fa: "\f153";
}

.fa-euro {
  --fa: "\f153";
}

.fa-sterling-sign {
  --fa: "\f154";
}

.fa-gbp {
  --fa: "\f154";
}

.fa-pound-sign {
  --fa: "\f154";
}

.fa-rupee-sign {
  --fa: "\f156";
}

.fa-rupee {
  --fa: "\f156";
}

.fa-yen-sign {
  --fa: "\f157";
}

.fa-cny {
  --fa: "\f157";
}

.fa-jpy {
  --fa: "\f157";
}

.fa-rmb {
  --fa: "\f157";
}

.fa-yen {
  --fa: "\f157";
}

.fa-ruble-sign {
  --fa: "\f158";
}

.fa-rouble {
  --fa: "\f158";
}

.fa-rub {
  --fa: "\f158";
}

.fa-ruble {
  --fa: "\f158";
}

.fa-won-sign {
  --fa: "\f159";
}

.fa-krw {
  --fa: "\f159";
}

.fa-won {
  --fa: "\f159";
}

.fa-file {
  --fa: "\f15b";
}

.fa-file-lines {
  --fa: "\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
}

.fa-file-text {
  --fa: "\f15c";
}

.fa-arrow-down-a-z {
  --fa: "\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
}

.fa-thumbs-up {
  --fa: "\f164";
}

.fa-thumbs-down {
  --fa: "\f165";
}

.fa-arrow-down-long {
  --fa: "\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
}

.fa-arrow-up-long {
  --fa: "\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
}

.fa-arrow-left-long {
  --fa: "\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
}

.fa-arrow-right-long {
  --fa: "\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
}

.fa-person-dress {
  --fa: "\f182";
}

.fa-female {
  --fa: "\f182";
}

.fa-person {
  --fa: "\f183";
}

.fa-male {
  --fa: "\f183";
}

.fa-sun {
  --fa: "\f185";
}

.fa-moon {
  --fa: "\f186";
}

.fa-box-archive {
  --fa: "\f187";
}

.fa-archive {
  --fa: "\f187";
}

.fa-bug {
  --fa: "\f188";
}

.fa-square-caret-left {
  --fa: "\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
}

.fa-circle-dot {
  --fa: "\f192";
}

.fa-dot-circle {
  --fa: "\f192";
}

.fa-wheelchair {
  --fa: "\f193";
}

.fa-lira-sign {
  --fa: "\f195";
}

.fa-shuttle-space {
  --fa: "\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
}

.fa-square-envelope {
  --fa: "\f199";
}

.fa-envelope-square {
  --fa: "\f199";
}

.fa-building-columns {
  --fa: "\f19c";
}

.fa-bank {
  --fa: "\f19c";
}

.fa-institution {
  --fa: "\f19c";
}

.fa-museum {
  --fa: "\f19c";
}

.fa-university {
  --fa: "\f19c";
}

.fa-graduation-cap {
  --fa: "\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
}

.fa-language {
  --fa: "\f1ab";
}

.fa-fax {
  --fa: "\f1ac";
}

.fa-building {
  --fa: "\f1ad";
}

.fa-child {
  --fa: "\f1ae";
}

.fa-paw {
  --fa: "\f1b0";
}

.fa-cube {
  --fa: "\f1b2";
}

.fa-cubes {
  --fa: "\f1b3";
}

.fa-recycle {
  --fa: "\f1b8";
}

.fa-car {
  --fa: "\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
}

.fa-taxi {
  --fa: "\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
}

.fa-tree {
  --fa: "\f1bb";
}

.fa-database {
  --fa: "\f1c0";
}

.fa-file-pdf {
  --fa: "\f1c1";
}

.fa-file-word {
  --fa: "\f1c2";
}

.fa-file-excel {
  --fa: "\f1c3";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
}

.fa-file-image {
  --fa: "\f1c5";
}

.fa-file-zipper {
  --fa: "\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
}

.fa-file-audio {
  --fa: "\f1c7";
}

.fa-file-video {
  --fa: "\f1c8";
}

.fa-file-code {
  --fa: "\f1c9";
}

.fa-life-ring {
  --fa: "\f1cd";
}

.fa-circle-notch {
  --fa: "\f1ce";
}

.fa-paper-plane {
  --fa: "\f1d8";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
}

.fa-history {
  --fa: "\f1da";
}

.fa-heading {
  --fa: "\f1dc";
}

.fa-header {
  --fa: "\f1dc";
}

.fa-paragraph {
  --fa: "\f1dd";
}

.fa-sliders {
  --fa: "\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
}

.fa-share-nodes {
  --fa: "\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
}

.fa-bomb {
  --fa: "\f1e2";
}

.fa-futbol {
  --fa: "\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
}

.fa-tty {
  --fa: "\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
}

.fa-binoculars {
  --fa: "\f1e5";
}

.fa-plug {
  --fa: "\f1e6";
}

.fa-newspaper {
  --fa: "\f1ea";
}

.fa-wifi {
  --fa: "\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
}

.fa-calculator {
  --fa: "\f1ec";
}

.fa-bell-slash {
  --fa: "\f1f6";
}

.fa-trash {
  --fa: "\f1f8";
}

.fa-copyright {
  --fa: "\f1f9";
}

.fa-eye-dropper {
  --fa: "\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
}

.fa-paintbrush {
  --fa: "\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
}

.fa-cake-candles {
  --fa: "\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
}

.fa-chart-area {
  --fa: "\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
}

.fa-chart-pie {
  --fa: "\f200";
}

.fa-pie-chart {
  --fa: "\f200";
}

.fa-chart-line {
  --fa: "\f201";
}

.fa-line-chart {
  --fa: "\f201";
}

.fa-toggle-off {
  --fa: "\f204";
}

.fa-toggle-on {
  --fa: "\f205";
}

.fa-bicycle {
  --fa: "\f206";
}

.fa-bus {
  --fa: "\f207";
}

.fa-closed-captioning {
  --fa: "\f20a";
}

.fa-shekel-sign {
  --fa: "\f20b";
}

.fa-ils {
  --fa: "\f20b";
}

.fa-shekel {
  --fa: "\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
}

.fa-cart-plus {
  --fa: "\f217";
}

.fa-cart-arrow-down {
  --fa: "\f218";
}

.fa-diamond {
  --fa: "\f219";
}

.fa-ship {
  --fa: "\f21a";
}

.fa-user-secret {
  --fa: "\f21b";
}

.fa-motorcycle {
  --fa: "\f21c";
}

.fa-street-view {
  --fa: "\f21d";
}

.fa-heart-pulse {
  --fa: "\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
}

.fa-venus {
  --fa: "\f221";
}

.fa-mars {
  --fa: "\f222";
}

.fa-mercury {
  --fa: "\f223";
}

.fa-mars-and-venus {
  --fa: "\f224";
}

.fa-transgender {
  --fa: "\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
}

.fa-venus-double {
  --fa: "\f226";
}

.fa-mars-double {
  --fa: "\f227";
}

.fa-venus-mars {
  --fa: "\f228";
}

.fa-mars-stroke {
  --fa: "\f229";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
}

.fa-neuter {
  --fa: "\f22c";
}

.fa-genderless {
  --fa: "\f22d";
}

.fa-server {
  --fa: "\f233";
}

.fa-user-plus {
  --fa: "\f234";
}

.fa-user-xmark {
  --fa: "\f235";
}

.fa-user-times {
  --fa: "\f235";
}

.fa-bed {
  --fa: "\f236";
}

.fa-train {
  --fa: "\f238";
}

.fa-train-subway {
  --fa: "\f239";
}

.fa-subway {
  --fa: "\f239";
}

.fa-battery-full {
  --fa: "\f240";
}

.fa-battery {
  --fa: "\f240";
}

.fa-battery-5 {
  --fa: "\f240";
}

.fa-battery-three-quarters {
  --fa: "\f241";
}

.fa-battery-4 {
  --fa: "\f241";
}

.fa-battery-half {
  --fa: "\f242";
}

.fa-battery-3 {
  --fa: "\f242";
}

.fa-battery-quarter {
  --fa: "\f243";
}

.fa-battery-2 {
  --fa: "\f243";
}

.fa-battery-empty {
  --fa: "\f244";
}

.fa-battery-0 {
  --fa: "\f244";
}

.fa-arrow-pointer {
  --fa: "\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
}

.fa-i-cursor {
  --fa: "\f246";
}

.fa-object-group {
  --fa: "\f247";
}

.fa-object-ungroup {
  --fa: "\f248";
}

.fa-note-sticky {
  --fa: "\f249";
}

.fa-sticky-note {
  --fa: "\f249";
}

.fa-clone {
  --fa: "\f24d";
}

.fa-scale-balanced {
  --fa: "\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
}

.fa-hourglass-start {
  --fa: "\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
}

.fa-hourglass-half {
  --fa: "\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
}

.fa-hourglass-end {
  --fa: "\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
}

.fa-hourglass {
  --fa: "\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
}

.fa-hand-back-fist {
  --fa: "\f255";
}

.fa-hand-rock {
  --fa: "\f255";
}

.fa-hand {
  --fa: "\f256";
}

.fa-hand-paper {
  --fa: "\f256";
}

.fa-hand-scissors {
  --fa: "\f257";
}

.fa-hand-lizard {
  --fa: "\f258";
}

.fa-hand-spock {
  --fa: "\f259";
}

.fa-hand-pointer {
  --fa: "\f25a";
}

.fa-hand-peace {
  --fa: "\f25b";
}

.fa-trademark {
  --fa: "\f25c";
}

.fa-registered {
  --fa: "\f25d";
}

.fa-tv {
  --fa: "\f26c";
}

.fa-television {
  --fa: "\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
}

.fa-calendar-plus {
  --fa: "\f271";
}

.fa-calendar-minus {
  --fa: "\f272";
}

.fa-calendar-xmark {
  --fa: "\f273";
}

.fa-calendar-times {
  --fa: "\f273";
}

.fa-calendar-check {
  --fa: "\f274";
}

.fa-industry {
  --fa: "\f275";
}

.fa-map-pin {
  --fa: "\f276";
}

.fa-signs-post {
  --fa: "\f277";
}

.fa-map-signs {
  --fa: "\f277";
}

.fa-map {
  --fa: "\f279";
}

.fa-message {
  --fa: "\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
}

.fa-circle-pause {
  --fa: "\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
}

.fa-circle-stop {
  --fa: "\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
}

.fa-bag-shopping {
  --fa: "\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
}

.fa-basket-shopping {
  --fa: "\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-universal-access {
  --fa: "\f29a";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
}

.fa-blind {
  --fa: "\f29d";
}

.fa-audio-description {
  --fa: "\f29e";
}

.fa-phone-volume {
  --fa: "\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
}

.fa-braille {
  --fa: "\f2a1";
}

.fa-ear-listen {
  --fa: "\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-ear-deaf {
  --fa: "\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
}

.fa-hands {
  --fa: "\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-handshake {
  --fa: "\f2b5";
}

.fa-handshake-alt {
  --fa: "\f2b5";
}

.fa-handshake-simple {
  --fa: "\f2b5";
}

.fa-envelope-open {
  --fa: "\f2b6";
}

.fa-address-book {
  --fa: "\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
}

.fa-address-card {
  --fa: "\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
}

.fa-circle-user {
  --fa: "\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
}

.fa-id-badge {
  --fa: "\f2c1";
}

.fa-id-card {
  --fa: "\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
}

.fa-temperature-full {
  --fa: "\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-half {
  --fa: "\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
}

.fa-temperature-empty {
  --fa: "\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
}

.fa-shower {
  --fa: "\f2cc";
}

.fa-bath {
  --fa: "\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
}

.fa-podcast {
  --fa: "\f2ce";
}

.fa-window-maximize {
  --fa: "\f2d0";
}

.fa-window-minimize {
  --fa: "\f2d1";
}

.fa-window-restore {
  --fa: "\f2d2";
}

.fa-square-xmark {
  --fa: "\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
}

.fa-microchip {
  --fa: "\f2db";
}

.fa-snowflake {
  --fa: "\f2dc";
}

.fa-watch {
  --fa: "\f2e1";
}

.fa-volume-slash {
  --fa: "\f2e2";
}

.fa-fork {
  --fa: "\f2e3";
}

.fa-utensil-fork {
  --fa: "\f2e3";
}

.fa-knife {
  --fa: "\f2e4";
}

.fa-utensil-knife {
  --fa: "\f2e4";
}

.fa-spoon {
  --fa: "\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
}

.fa-fork-knife {
  --fa: "\f2e6";
}

.fa-utensils-alt {
  --fa: "\f2e6";
}

.fa-utensils {
  --fa: "\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
}

.fa-circle-dollar {
  --fa: "\f2e8";
}

.fa-dollar-circle {
  --fa: "\f2e8";
}

.fa-usd-circle {
  --fa: "\f2e8";
}

.fa-square-dollar {
  --fa: "\f2e9";
}

.fa-dollar-square {
  --fa: "\f2e9";
}

.fa-usd-square {
  --fa: "\f2e9";
}

.fa-rotate-left {
  --fa: "\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
}

.fa-trophy-star {
  --fa: "\f2eb";
}

.fa-trophy-alt {
  --fa: "\f2eb";
}

.fa-triangle {
  --fa: "\f2ec";
}

.fa-trash-can {
  --fa: "\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
}

.fa-hexagon-xmark {
  --fa: "\f2ee";
}

.fa-times-hexagon {
  --fa: "\f2ee";
}

.fa-xmark-hexagon {
  --fa: "\f2ee";
}

.fa-octagon-xmark {
  --fa: "\f2f0";
}

.fa-times-octagon {
  --fa: "\f2f0";
}

.fa-xmark-octagon {
  --fa: "\f2f0";
}

.fa-rotate {
  --fa: "\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
}

.fa-stopwatch {
  --fa: "\f2f2";
}

.fa-star-exclamation {
  --fa: "\f2f3";
}

.fa-spade {
  --fa: "\f2f4";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
}

.fa-shield-check {
  --fa: "\f2f7";
}

.fa-scrubber {
  --fa: "\f2f8";
}

.fa-rotate-right {
  --fa: "\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
}

.fa-rectangle {
  --fa: "\f2fa";
}

.fa-rectangle-landscape {
  --fa: "\f2fa";
}

.fa-rectangle-vertical {
  --fa: "\f2fb";
}

.fa-rectangle-portrait {
  --fa: "\f2fb";
}

.fa-rectangle-wide {
  --fa: "\f2fc";
}

.fa-square-question {
  --fa: "\f2fd";
}

.fa-question-square {
  --fa: "\f2fd";
}

.fa-poo {
  --fa: "\f2fe";
}

.fa-hexagon-plus {
  --fa: "\f300";
}

.fa-plus-hexagon {
  --fa: "\f300";
}

.fa-octagon-plus {
  --fa: "\f301";
}

.fa-plus-octagon {
  --fa: "\f301";
}

.fa-images {
  --fa: "\f302";
}

.fa-pencil {
  --fa: "\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
}

.fa-pen {
  --fa: "\f304";
}

.fa-pen-clip {
  --fa: "\f305";
}

.fa-pen-alt {
  --fa: "\f305";
}

.fa-octagon {
  --fa: "\f306";
}

.fa-hexagon-minus {
  --fa: "\f307";
}

.fa-minus-hexagon {
  --fa: "\f307";
}

.fa-octagon-minus {
  --fa: "\f308";
}

.fa-minus-octagon {
  --fa: "\f308";
}

.fa-down-long {
  --fa: "\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
}

.fa-left-long {
  --fa: "\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

.fa-right-long {
  --fa: "\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

.fa-up-long {
  --fa: "\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

.fa-lock-keyhole {
  --fa: "\f30d";
}

.fa-lock-alt {
  --fa: "\f30d";
}

.fa-jack-o-lantern {
  --fa: "\f30e";
}

.fa-square-info {
  --fa: "\f30f";
}

.fa-info-square {
  --fa: "\f30f";
}

.fa-inbox-in {
  --fa: "\f310";
}

.fa-inbox-arrow-down {
  --fa: "\f310";
}

.fa-inbox-out {
  --fa: "\f311";
}

.fa-inbox-arrow-up {
  --fa: "\f311";
}

.fa-hexagon {
  --fa: "\f312";
}

.fa-h1 {
  --fa: "\f313";
}

.fa-h2 {
  --fa: "\f314";
}

.fa-h3 {
  --fa: "\f315";
}

.fa-file-check {
  --fa: "\f316";
}

.fa-file-xmark {
  --fa: "\f317";
}

.fa-file-times {
  --fa: "\f317";
}

.fa-file-minus {
  --fa: "\f318";
}

.fa-file-plus {
  --fa: "\f319";
}

.fa-file-exclamation {
  --fa: "\f31a";
}

.fa-file-pen {
  --fa: "\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
}

.fa-arrows-maximize {
  --fa: "\f31d";
}

.fa-expand-arrows {
  --fa: "\f31d";
}

.fa-maximize {
  --fa: "\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
}

.fa-expand-wide {
  --fa: "\f320";
}

.fa-square-exclamation {
  --fa: "\f321";
}

.fa-exclamation-square {
  --fa: "\f321";
}

.fa-chevrons-down {
  --fa: "\f322";
}

.fa-chevron-double-down {
  --fa: "\f322";
}

.fa-chevrons-left {
  --fa: "\f323";
}

.fa-chevron-double-left {
  --fa: "\f323";
}

.fa-chevrons-right {
  --fa: "\f324";
}

.fa-chevron-double-right {
  --fa: "\f324";
}

.fa-chevrons-up {
  --fa: "\f325";
}

.fa-chevron-double-up {
  --fa: "\f325";
}

.fa-compress-wide {
  --fa: "\f326";
}

.fa-club {
  --fa: "\f327";
}

.fa-clipboard {
  --fa: "\f328";
}

.fa-square-chevron-down {
  --fa: "\f329";
}

.fa-chevron-square-down {
  --fa: "\f329";
}

.fa-square-chevron-left {
  --fa: "\f32a";
}

.fa-chevron-square-left {
  --fa: "\f32a";
}

.fa-square-chevron-right {
  --fa: "\f32b";
}

.fa-chevron-square-right {
  --fa: "\f32b";
}

.fa-square-chevron-up {
  --fa: "\f32c";
}

.fa-chevron-square-up {
  --fa: "\f32c";
}

.fa-circle-caret-down {
  --fa: "\f32d";
}

.fa-caret-circle-down {
  --fa: "\f32d";
}

.fa-circle-caret-left {
  --fa: "\f32e";
}

.fa-caret-circle-left {
  --fa: "\f32e";
}

.fa-circle-caret-right {
  --fa: "\f330";
}

.fa-caret-circle-right {
  --fa: "\f330";
}

.fa-circle-caret-up {
  --fa: "\f331";
}

.fa-caret-circle-up {
  --fa: "\f331";
}

.fa-calendar-pen {
  --fa: "\f333";
}

.fa-calendar-edit {
  --fa: "\f333";
}

.fa-calendar-exclamation {
  --fa: "\f334";
}

.fa-badge {
  --fa: "\f335";
}

.fa-badge-check {
  --fa: "\f336";
}

.fa-left-right {
  --fa: "\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
}

.fa-up-down {
  --fa: "\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
}

.fa-square-arrow-down {
  --fa: "\f339";
}

.fa-arrow-square-down {
  --fa: "\f339";
}

.fa-square-arrow-left {
  --fa: "\f33a";
}

.fa-arrow-square-left {
  --fa: "\f33a";
}

.fa-square-arrow-right {
  --fa: "\f33b";
}

.fa-arrow-square-right {
  --fa: "\f33b";
}

.fa-square-arrow-up {
  --fa: "\f33c";
}

.fa-arrow-square-up {
  --fa: "\f33c";
}

.fa-arrow-down-to-line {
  --fa: "\f33d";
}

.fa-arrow-to-bottom {
  --fa: "\f33d";
}

.fa-arrow-left-to-line {
  --fa: "\f33e";
}

.fa-arrow-to-left {
  --fa: "\f33e";
}

.fa-arrow-right-to-line {
  --fa: "\f340";
}

.fa-arrow-to-right {
  --fa: "\f340";
}

.fa-arrow-up-to-line {
  --fa: "\f341";
}

.fa-arrow-to-top {
  --fa: "\f341";
}

.fa-arrow-up-from-line {
  --fa: "\f342";
}

.fa-arrow-from-bottom {
  --fa: "\f342";
}

.fa-arrow-right-from-line {
  --fa: "\f343";
}

.fa-arrow-from-left {
  --fa: "\f343";
}

.fa-arrow-left-from-line {
  --fa: "\f344";
}

.fa-arrow-from-right {
  --fa: "\f344";
}

.fa-arrow-down-from-line {
  --fa: "\f345";
}

.fa-arrow-from-top {
  --fa: "\f345";
}

.fa-up-from-line {
  --fa: "\f346";
}

.fa-arrow-alt-from-bottom {
  --fa: "\f346";
}

.fa-right-from-line {
  --fa: "\f347";
}

.fa-arrow-alt-from-left {
  --fa: "\f347";
}

.fa-left-from-line {
  --fa: "\f348";
}

.fa-arrow-alt-from-right {
  --fa: "\f348";
}

.fa-down-from-line {
  --fa: "\f349";
}

.fa-arrow-alt-from-top {
  --fa: "\f349";
}

.fa-down-to-line {
  --fa: "\f34a";
}

.fa-arrow-alt-to-bottom {
  --fa: "\f34a";
}

.fa-left-to-line {
  --fa: "\f34b";
}

.fa-arrow-alt-to-left {
  --fa: "\f34b";
}

.fa-right-to-line {
  --fa: "\f34c";
}

.fa-arrow-alt-to-right {
  --fa: "\f34c";
}

.fa-up-to-line {
  --fa: "\f34d";
}

.fa-arrow-alt-to-top {
  --fa: "\f34d";
}

.fa-alarm-clock {
  --fa: "\f34e";
}

.fa-square-down {
  --fa: "\f350";
}

.fa-arrow-alt-square-down {
  --fa: "\f350";
}

.fa-square-left {
  --fa: "\f351";
}

.fa-arrow-alt-square-left {
  --fa: "\f351";
}

.fa-square-right {
  --fa: "\f352";
}

.fa-arrow-alt-square-right {
  --fa: "\f352";
}

.fa-square-up {
  --fa: "\f353";
}

.fa-arrow-alt-square-up {
  --fa: "\f353";
}

.fa-down {
  --fa: "\f354";
}

.fa-arrow-alt-down {
  --fa: "\f354";
}

.fa-left {
  --fa: "\f355";
}

.fa-arrow-alt-left {
  --fa: "\f355";
}

.fa-right {
  --fa: "\f356";
}

.fa-arrow-alt-right {
  --fa: "\f356";
}

.fa-up {
  --fa: "\f357";
}

.fa-arrow-alt-up {
  --fa: "\f357";
}

.fa-circle-down {
  --fa: "\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
}

.fa-circle-left {
  --fa: "\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
}

.fa-circle-right {
  --fa: "\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}

.fa-circle-up {
  --fa: "\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}

.fa-up-right-from-square {
  --fa: "\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
}

.fa-square-up-right {
  --fa: "\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
}

.fa-arrows-retweet {
  --fa: "\f361";
}

.fa-retweet-alt {
  --fa: "\f361";
}

.fa-right-left {
  --fa: "\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
}

.fa-repeat {
  --fa: "\f363";
}

.fa-arrows-repeat {
  --fa: "\f364";
}

.fa-repeat-alt {
  --fa: "\f364";
}

.fa-repeat-1 {
  --fa: "\f365";
}

.fa-arrows-repeat-1 {
  --fa: "\f366";
}

.fa-repeat-1-alt {
  --fa: "\f366";
}

.fa-share-all {
  --fa: "\f367";
}

.fa-battery-bolt {
  --fa: "\f376";
}

.fa-battery-slash {
  --fa: "\f377";
}

.fa-browser {
  --fa: "\f37e";
}

.fa-code-commit {
  --fa: "\f386";
}

.fa-code-merge {
  --fa: "\f387";
}

.fa-credit-card-blank {
  --fa: "\f389";
}

.fa-credit-card-front {
  --fa: "\f38a";
}

.fa-desktop {
  --fa: "\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
}

.fa-ellipsis-stroke {
  --fa: "\f39b";
}

.fa-ellipsis-h-alt {
  --fa: "\f39b";
}

.fa-ellipsis-stroke-vertical {
  --fa: "\f39c";
}

.fa-ellipsis-v-alt {
  --fa: "\f39c";
}

.fa-gem {
  --fa: "\f3a5";
}

.fa-industry-windows {
  --fa: "\f3b3";
}

.fa-industry-alt {
  --fa: "\f3b3";
}

.fa-turn-down {
  --fa: "\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
}

.fa-turn-up {
  --fa: "\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
}

.fa-lock-open {
  --fa: "\f3c1";
}

.fa-lock-keyhole-open {
  --fa: "\f3c2";
}

.fa-lock-open-alt {
  --fa: "\f3c2";
}

.fa-location-dot {
  --fa: "\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
}

.fa-microphone-lines {
  --fa: "\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
}

.fa-mobile {
  --fa: "\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
}

.fa-mobile-screen {
  --fa: "\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
}

.fa-phone-slash {
  --fa: "\f3dd";
}

.fa-plane-engines {
  --fa: "\f3de";
}

.fa-plane-alt {
  --fa: "\f3de";
}

.fa-image-portrait {
  --fa: "\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
}

.fa-reply {
  --fa: "\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
}

.fa-shield-halved {
  --fa: "\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
}

.fa-square-sliders {
  --fa: "\f3f0";
}

.fa-sliders-h-square {
  --fa: "\f3f0";
}

.fa-sliders-up {
  --fa: "\f3f1";
}

.fa-sliders-v {
  --fa: "\f3f1";
}

.fa-square-sliders-vertical {
  --fa: "\f3f2";
}

.fa-sliders-v-square {
  --fa: "\f3f2";
}

.fa-spinner-third {
  --fa: "\f3f4";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
}

.fa-tablet {
  --fa: "\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
}

.fa-tablet-screen {
  --fa: "\f3fc";
}

.fa-tablet-android-alt {
  --fa: "\f3fc";
}

.fa-ticket-simple {
  --fa: "\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
}

.fa-tree-deciduous {
  --fa: "\f400";
}

.fa-tree-alt {
  --fa: "\f400";
}

.fa-tv-retro {
  --fa: "\f401";
}

.fa-window {
  --fa: "\f40e";
}

.fa-window-flip {
  --fa: "\f40f";
}

.fa-window-alt {
  --fa: "\f40f";
}

.fa-rectangle-xmark {
  --fa: "\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
}

.fa-window-close {
  --fa: "\f410";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}

.fa-compress-alt {
  --fa: "\f422";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

.fa-expand-alt {
  --fa: "\f424";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
}

.fa-baseball {
  --fa: "\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
}

.fa-basketball {
  --fa: "\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
}

.fa-basketball-hoop {
  --fa: "\f435";
}

.fa-bowling-ball {
  --fa: "\f436";
}

.fa-bowling-pins {
  --fa: "\f437";
}

.fa-boxing-glove {
  --fa: "\f438";
}

.fa-glove-boxing {
  --fa: "\f438";
}

.fa-chess {
  --fa: "\f439";
}

.fa-chess-bishop {
  --fa: "\f43a";
}

.fa-chess-bishop-piece {
  --fa: "\f43b";
}

.fa-chess-bishop-alt {
  --fa: "\f43b";
}

.fa-chess-board {
  --fa: "\f43c";
}

.fa-chess-clock {
  --fa: "\f43d";
}

.fa-chess-clock-flip {
  --fa: "\f43e";
}

.fa-chess-clock-alt {
  --fa: "\f43e";
}

.fa-chess-king {
  --fa: "\f43f";
}

.fa-chess-king-piece {
  --fa: "\f440";
}

.fa-chess-king-alt {
  --fa: "\f440";
}

.fa-chess-knight {
  --fa: "\f441";
}

.fa-chess-knight-piece {
  --fa: "\f442";
}

.fa-chess-knight-alt {
  --fa: "\f442";
}

.fa-chess-pawn {
  --fa: "\f443";
}

.fa-chess-pawn-piece {
  --fa: "\f444";
}

.fa-chess-pawn-alt {
  --fa: "\f444";
}

.fa-chess-queen {
  --fa: "\f445";
}

.fa-chess-queen-piece {
  --fa: "\f446";
}

.fa-chess-queen-alt {
  --fa: "\f446";
}

.fa-chess-rook {
  --fa: "\f447";
}

.fa-chess-rook-piece {
  --fa: "\f448";
}

.fa-chess-rook-alt {
  --fa: "\f448";
}

.fa-cricket-bat-ball {
  --fa: "\f449";
}

.fa-cricket {
  --fa: "\f449";
}

.fa-curling-stone {
  --fa: "\f44a";
}

.fa-curling {
  --fa: "\f44a";
}

.fa-dumbbell {
  --fa: "\f44b";
}

.fa-field-hockey-stick-ball {
  --fa: "\f44c";
}

.fa-field-hockey {
  --fa: "\f44c";
}

.fa-football {
  --fa: "\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
}

.fa-football-helmet {
  --fa: "\f44f";
}

.fa-golf-ball-tee {
  --fa: "\f450";
}

.fa-golf-ball {
  --fa: "\f450";
}

.fa-golf-club {
  --fa: "\f451";
}

.fa-hockey-puck {
  --fa: "\f453";
}

.fa-hockey-sticks {
  --fa: "\f454";
}

.fa-luchador-mask {
  --fa: "\f455";
}

.fa-luchador {
  --fa: "\f455";
}

.fa-mask-luchador {
  --fa: "\f455";
}

.fa-flag-pennant {
  --fa: "\f456";
}

.fa-pennant {
  --fa: "\f456";
}

.fa-broom-ball {
  --fa: "\f458";
}

.fa-quidditch {
  --fa: "\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
}

.fa-racquet {
  --fa: "\f45a";
}

.fa-shuttlecock {
  --fa: "\f45b";
}

.fa-square-full {
  --fa: "\f45c";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
}

.fa-tennis-ball {
  --fa: "\f45e";
}

.fa-volleyball {
  --fa: "\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
}

.fa-whistle {
  --fa: "\f460";
}

.fa-hand-dots {
  --fa: "\f461";
}

.fa-allergies {
  --fa: "\f461";
}

.fa-bandage {
  --fa: "\f462";
}

.fa-band-aid {
  --fa: "\f462";
}

.fa-rectangle-barcode {
  --fa: "\f463";
}

.fa-barcode-alt {
  --fa: "\f463";
}

.fa-barcode-read {
  --fa: "\f464";
}

.fa-barcode-scan {
  --fa: "\f465";
}

.fa-box {
  --fa: "\f466";
}

.fa-box-check {
  --fa: "\f467";
}

.fa-boxes-stacked {
  --fa: "\f468";
}

.fa-boxes {
  --fa: "\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
}

.fa-briefcase-medical {
  --fa: "\f469";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
}

.fa-burn {
  --fa: "\f46a";
}

.fa-capsules {
  --fa: "\f46b";
}

.fa-clipboard-check {
  --fa: "\f46c";
}

.fa-clipboard-list {
  --fa: "\f46d";
}

.fa-conveyor-belt {
  --fa: "\f46e";
}

.fa-conveyor-belt-boxes {
  --fa: "\f46f";
}

.fa-conveyor-belt-alt {
  --fa: "\f46f";
}

.fa-person-dots-from-line {
  --fa: "\f470";
}

.fa-diagnoses {
  --fa: "\f470";
}

.fa-dna {
  --fa: "\f471";
}

.fa-dolly {
  --fa: "\f472";
}

.fa-dolly-box {
  --fa: "\f472";
}

.fa-dolly-empty {
  --fa: "\f473";
}

.fa-cart-flatbed {
  --fa: "\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
}

.fa-cart-flatbed-boxes {
  --fa: "\f475";
}

.fa-dolly-flatbed-alt {
  --fa: "\f475";
}

.fa-cart-flatbed-empty {
  --fa: "\f476";
}

.fa-dolly-flatbed-empty {
  --fa: "\f476";
}

.fa-file-medical {
  --fa: "\f477";
}

.fa-file-waveform {
  --fa: "\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
}

.fa-kit-medical {
  --fa: "\f479";
}

.fa-first-aid {
  --fa: "\f479";
}

.fa-forklift {
  --fa: "\f47a";
}

.fa-hand-holding-box {
  --fa: "\f47b";
}

.fa-hands-holding-diamond {
  --fa: "\f47c";
}

.fa-hand-receiving {
  --fa: "\f47c";
}

.fa-circle-h {
  --fa: "\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
}

.fa-id-card-clip {
  --fa: "\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
}

.fa-shelves {
  --fa: "\f480";
}

.fa-inventory {
  --fa: "\f480";
}

.fa-notes-medical {
  --fa: "\f481";
}

.fa-pallet {
  --fa: "\f482";
}

.fa-pallet-boxes {
  --fa: "\f483";
}

.fa-palette-boxes {
  --fa: "\f483";
}

.fa-pallet-alt {
  --fa: "\f483";
}

.fa-pills {
  --fa: "\f484";
}

.fa-prescription-bottle {
  --fa: "\f485";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
}

.fa-bed-pulse {
  --fa: "\f487";
}

.fa-procedures {
  --fa: "\f487";
}

.fa-scanner-gun {
  --fa: "\f488";
}

.fa-scanner {
  --fa: "\f488";
}

.fa-scanner-keyboard {
  --fa: "\f489";
}

.fa-scanner-touchscreen {
  --fa: "\f48a";
}

.fa-truck-fast {
  --fa: "\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
}

.fa-truck-clock {
  --fa: "\f48c";
}

.fa-shipping-timed {
  --fa: "\f48c";
}

.fa-smoking {
  --fa: "\f48d";
}

.fa-syringe {
  --fa: "\f48e";
}

.fa-tablet-rugged {
  --fa: "\f48f";
}

.fa-tablets {
  --fa: "\f490";
}

.fa-thermometer {
  --fa: "\f491";
}

.fa-vial {
  --fa: "\f492";
}

.fa-vials {
  --fa: "\f493";
}

.fa-warehouse {
  --fa: "\f494";
}

.fa-warehouse-full {
  --fa: "\f495";
}

.fa-warehouse-alt {
  --fa: "\f495";
}

.fa-weight-scale {
  --fa: "\f496";
}

.fa-weight {
  --fa: "\f496";
}

.fa-x-ray {
  --fa: "\f497";
}

.fa-blanket {
  --fa: "\f498";
}

.fa-book-heart {
  --fa: "\f499";
}

.fa-box-taped {
  --fa: "\f49a";
}

.fa-box-alt {
  --fa: "\f49a";
}

.fa-square-fragile {
  --fa: "\f49b";
}

.fa-box-fragile {
  --fa: "\f49b";
}

.fa-square-wine-glass-crack {
  --fa: "\f49b";
}

.fa-box-open-full {
  --fa: "\f49c";
}

.fa-box-full {
  --fa: "\f49c";
}

.fa-box-heart {
  --fa: "\f49d";
}

.fa-box-open {
  --fa: "\f49e";
}

.fa-square-this-way-up {
  --fa: "\f49f";
}

.fa-box-up {
  --fa: "\f49f";
}

.fa-box-dollar {
  --fa: "\f4a0";
}

.fa-box-usd {
  --fa: "\f4a0";
}

.fa-message-check {
  --fa: "\f4a2";
}

.fa-comment-alt-check {
  --fa: "\f4a2";
}

.fa-message-dots {
  --fa: "\f4a3";
}

.fa-comment-alt-dots {
  --fa: "\f4a3";
}

.fa-messaging {
  --fa: "\f4a3";
}

.fa-message-pen {
  --fa: "\f4a4";
}

.fa-comment-alt-edit {
  --fa: "\f4a4";
}

.fa-message-edit {
  --fa: "\f4a4";
}

.fa-message-exclamation {
  --fa: "\f4a5";
}

.fa-comment-alt-exclamation {
  --fa: "\f4a5";
}

.fa-message-lines {
  --fa: "\f4a6";
}

.fa-comment-alt-lines {
  --fa: "\f4a6";
}

.fa-message-minus {
  --fa: "\f4a7";
}

.fa-comment-alt-minus {
  --fa: "\f4a7";
}

.fa-message-plus {
  --fa: "\f4a8";
}

.fa-comment-alt-plus {
  --fa: "\f4a8";
}

.fa-message-slash {
  --fa: "\f4a9";
}

.fa-comment-alt-slash {
  --fa: "\f4a9";
}

.fa-message-smile {
  --fa: "\f4aa";
}

.fa-comment-alt-smile {
  --fa: "\f4aa";
}

.fa-message-xmark {
  --fa: "\f4ab";
}

.fa-comment-alt-times {
  --fa: "\f4ab";
}

.fa-message-times {
  --fa: "\f4ab";
}

.fa-comment-check {
  --fa: "\f4ac";
}

.fa-comment-dots {
  --fa: "\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
}

.fa-comment-pen {
  --fa: "\f4ae";
}

.fa-comment-edit {
  --fa: "\f4ae";
}

.fa-comment-exclamation {
  --fa: "\f4af";
}

.fa-comment-lines {
  --fa: "\f4b0";
}

.fa-comment-minus {
  --fa: "\f4b1";
}

.fa-comment-plus {
  --fa: "\f4b2";
}

.fa-comment-slash {
  --fa: "\f4b3";
}

.fa-comment-smile {
  --fa: "\f4b4";
}

.fa-comment-xmark {
  --fa: "\f4b5";
}

.fa-comment-times {
  --fa: "\f4b5";
}

.fa-messages {
  --fa: "\f4b6";
}

.fa-comments-alt {
  --fa: "\f4b6";
}

.fa-container-storage {
  --fa: "\f4b7";
}

.fa-couch {
  --fa: "\f4b8";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}

.fa-donate {
  --fa: "\f4b9";
}

.fa-dove {
  --fa: "\f4ba";
}

.fa-wine-glass-crack {
  --fa: "\f4bb";
}

.fa-fragile {
  --fa: "\f4bb";
}

.fa-hand-heart {
  --fa: "\f4bc";
}

.fa-hand-holding {
  --fa: "\f4bd";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
}

.fa-hand-holding-seedling {
  --fa: "\f4bf";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
}

.fa-hands-holding {
  --fa: "\f4c2";
}

.fa-hands-holding-heart {
  --fa: "\f4c3";
}

.fa-hands-heart {
  --fa: "\f4c3";
}

.fa-handshake-angle {
  --fa: "\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
}

.fa-hands-holding-dollar {
  --fa: "\f4c5";
}

.fa-hands-usd {
  --fa: "\f4c5";
}

.fa-circle-heart {
  --fa: "\f4c7";
}

.fa-heart-circle {
  --fa: "\f4c7";
}

.fa-square-heart {
  --fa: "\f4c8";
}

.fa-heart-square {
  --fa: "\f4c8";
}

.fa-house-heart {
  --fa: "\f4c9";
}

.fa-home-heart {
  --fa: "\f4c9";
}

.fa-lamp {
  --fa: "\f4ca";
}

.fa-leaf-heart {
  --fa: "\f4cb";
}

.fa-loveseat {
  --fa: "\f4cc";
}

.fa-couch-small {
  --fa: "\f4cc";
}

.fa-parachute-box {
  --fa: "\f4cd";
}

.fa-people-carry-box {
  --fa: "\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
}

.fa-person-carry-box {
  --fa: "\f4cf";
}

.fa-person-carry {
  --fa: "\f4cf";
}

.fa-person-dolly {
  --fa: "\f4d0";
}

.fa-person-dolly-empty {
  --fa: "\f4d1";
}

.fa-phone-plus {
  --fa: "\f4d2";
}

.fa-piggy-bank {
  --fa: "\f4d3";
}

.fa-ramp-loading {
  --fa: "\f4d4";
}

.fa-ribbon {
  --fa: "\f4d6";
}

.fa-route {
  --fa: "\f4d7";
}

.fa-seedling {
  --fa: "\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
}

.fa-sign-hanging {
  --fa: "\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
}

.fa-face-smile-wink {
  --fa: "\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
}

.fa-tape {
  --fa: "\f4db";
}

.fa-truck-container {
  --fa: "\f4dc";
}

.fa-truck-ramp-couch {
  --fa: "\f4dd";
}

.fa-truck-couch {
  --fa: "\f4dd";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
}

.fa-truck-moving {
  --fa: "\f4df";
}

.fa-truck-ramp {
  --fa: "\f4e0";
}

.fa-video-plus {
  --fa: "\f4e1";
}

.fa-video-slash {
  --fa: "\f4e2";
}

.fa-wine-glass {
  --fa: "\f4e3";
}

.fa-user-astronaut {
  --fa: "\f4fb";
}

.fa-user-check {
  --fa: "\f4fc";
}

.fa-user-clock {
  --fa: "\f4fd";
}

.fa-user-gear {
  --fa: "\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
}

.fa-user-pen {
  --fa: "\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
}

.fa-user-group {
  --fa: "\f500";
}

.fa-user-friends {
  --fa: "\f500";
}

.fa-user-graduate {
  --fa: "\f501";
}

.fa-user-lock {
  --fa: "\f502";
}

.fa-user-minus {
  --fa: "\f503";
}

.fa-user-ninja {
  --fa: "\f504";
}

.fa-user-shield {
  --fa: "\f505";
}

.fa-user-slash {
  --fa: "\f506";
}

.fa-user-alt-slash {
  --fa: "\f506";
}

.fa-user-large-slash {
  --fa: "\f506";
}

.fa-user-tag {
  --fa: "\f507";
}

.fa-user-tie {
  --fa: "\f508";
}

.fa-users-gear {
  --fa: "\f509";
}

.fa-users-cog {
  --fa: "\f509";
}

.fa-scale-unbalanced {
  --fa: "\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
}

.fa-blender {
  --fa: "\f517";
}

.fa-book-open {
  --fa: "\f518";
}

.fa-tower-broadcast {
  --fa: "\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
}

.fa-broom {
  --fa: "\f51a";
}

.fa-chalkboard {
  --fa: "\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
}

.fa-chalkboard-user {
  --fa: "\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
}

.fa-church {
  --fa: "\f51d";
}

.fa-coins {
  --fa: "\f51e";
}

.fa-compact-disc {
  --fa: "\f51f";
}

.fa-crow {
  --fa: "\f520";
}

.fa-crown {
  --fa: "\f521";
}

.fa-dice {
  --fa: "\f522";
}

.fa-dice-five {
  --fa: "\f523";
}

.fa-dice-four {
  --fa: "\f524";
}

.fa-dice-one {
  --fa: "\f525";
}

.fa-dice-six {
  --fa: "\f526";
}

.fa-dice-three {
  --fa: "\f527";
}

.fa-dice-two {
  --fa: "\f528";
}

.fa-divide {
  --fa: "\f529";
}

.fa-door-closed {
  --fa: "\f52a";
}

.fa-door-open {
  --fa: "\f52b";
}

.fa-feather {
  --fa: "\f52d";
}

.fa-frog {
  --fa: "\f52e";
}

.fa-gas-pump {
  --fa: "\f52f";
}

.fa-glasses {
  --fa: "\f530";
}

.fa-greater-than-equal {
  --fa: "\f532";
}

.fa-helicopter {
  --fa: "\f533";
}

.fa-infinity {
  --fa: "\f534";
}

.fa-kiwi-bird {
  --fa: "\f535";
}

.fa-less-than-equal {
  --fa: "\f537";
}

.fa-memory {
  --fa: "\f538";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
}

.fa-money-bill-wave {
  --fa: "\f53a";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

.fa-money-check {
  --fa: "\f53c";
}

.fa-money-check-dollar {
  --fa: "\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
}

.fa-not-equal {
  --fa: "\f53e";
}

.fa-palette {
  --fa: "\f53f";
}

.fa-square-parking {
  --fa: "\f540";
}

.fa-parking {
  --fa: "\f540";
}

.fa-diagram-project {
  --fa: "\f542";
}

.fa-project-diagram {
  --fa: "\f542";
}

.fa-receipt {
  --fa: "\f543";
}

.fa-robot {
  --fa: "\f544";
}

.fa-ruler {
  --fa: "\f545";
}

.fa-ruler-combined {
  --fa: "\f546";
}

.fa-ruler-horizontal {
  --fa: "\f547";
}

.fa-ruler-vertical {
  --fa: "\f548";
}

.fa-school {
  --fa: "\f549";
}

.fa-screwdriver {
  --fa: "\f54a";
}

.fa-shoe-prints {
  --fa: "\f54b";
}

.fa-skull {
  --fa: "\f54c";
}

.fa-ban-smoking {
  --fa: "\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
}

.fa-store {
  --fa: "\f54e";
}

.fa-shop {
  --fa: "\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
}

.fa-bars-staggered {
  --fa: "\f550";
}

.fa-reorder {
  --fa: "\f550";
}

.fa-stream {
  --fa: "\f550";
}

.fa-stroopwafel {
  --fa: "\f551";
}

.fa-toolbox {
  --fa: "\f552";
}

.fa-shirt {
  --fa: "\f553";
}

.fa-t-shirt {
  --fa: "\f553";
}

.fa-tshirt {
  --fa: "\f553";
}

.fa-person-walking {
  --fa: "\f554";
}

.fa-walking {
  --fa: "\f554";
}

.fa-wallet {
  --fa: "\f555";
}

.fa-face-angry {
  --fa: "\f556";
}

.fa-angry {
  --fa: "\f556";
}

.fa-archway {
  --fa: "\f557";
}

.fa-book-atlas {
  --fa: "\f558";
}

.fa-atlas {
  --fa: "\f558";
}

.fa-award {
  --fa: "\f559";
}

.fa-delete-left {
  --fa: "\f55a";
}

.fa-backspace {
  --fa: "\f55a";
}

.fa-bezier-curve {
  --fa: "\f55b";
}

.fa-bong {
  --fa: "\f55c";
}

.fa-brush {
  --fa: "\f55d";
}

.fa-bus-simple {
  --fa: "\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
}

.fa-cannabis {
  --fa: "\f55f";
}

.fa-check-double {
  --fa: "\f560";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
}

.fa-cocktail {
  --fa: "\f561";
}

.fa-bell-concierge {
  --fa: "\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
}

.fa-cookie {
  --fa: "\f563";
}

.fa-cookie-bite {
  --fa: "\f564";
}

.fa-crop-simple {
  --fa: "\f565";
}

.fa-crop-alt {
  --fa: "\f565";
}

.fa-tachograph-digital {
  --fa: "\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
}

.fa-face-dizzy {
  --fa: "\f567";
}

.fa-dizzy {
  --fa: "\f567";
}

.fa-compass-drafting {
  --fa: "\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
}

.fa-drum {
  --fa: "\f569";
}

.fa-drum-steelpan {
  --fa: "\f56a";
}

.fa-feather-pointed {
  --fa: "\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
}

.fa-file-contract {
  --fa: "\f56c";
}

.fa-file-arrow-down {
  --fa: "\f56d";
}

.fa-file-download {
  --fa: "\f56d";
}

.fa-file-export {
  --fa: "\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
}

.fa-file-import {
  --fa: "\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
}

.fa-file-invoice {
  --fa: "\f570";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
}

.fa-file-prescription {
  --fa: "\f572";
}

.fa-file-signature {
  --fa: "\f573";
}

.fa-file-arrow-up {
  --fa: "\f574";
}

.fa-file-upload {
  --fa: "\f574";
}

.fa-fill {
  --fa: "\f575";
}

.fa-fill-drip {
  --fa: "\f576";
}

.fa-fingerprint {
  --fa: "\f577";
}

.fa-fish {
  --fa: "\f578";
}

.fa-face-flushed {
  --fa: "\f579";
}

.fa-flushed {
  --fa: "\f579";
}

.fa-face-frown-open {
  --fa: "\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
}

.fa-martini-glass {
  --fa: "\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
}

.fa-earth-africa {
  --fa: "\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
}

.fa-earth-americas {
  --fa: "\f57d";
}

.fa-earth {
  --fa: "\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
}

.fa-earth-asia {
  --fa: "\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
}

.fa-face-grimace {
  --fa: "\f57f";
}

.fa-grimace {
  --fa: "\f57f";
}

.fa-face-grin {
  --fa: "\f580";
}

.fa-grin {
  --fa: "\f580";
}

.fa-face-grin-wide {
  --fa: "\f581";
}

.fa-grin-alt {
  --fa: "\f581";
}

.fa-face-grin-beam {
  --fa: "\f582";
}

.fa-grin-beam {
  --fa: "\f582";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
}

.fa-face-grin-hearts {
  --fa: "\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
}

.fa-face-grin-squint {
  --fa: "\f585";
}

.fa-grin-squint {
  --fa: "\f585";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
}

.fa-face-grin-stars {
  --fa: "\f587";
}

.fa-grin-stars {
  --fa: "\f587";
}

.fa-face-grin-tears {
  --fa: "\f588";
}

.fa-grin-tears {
  --fa: "\f588";
}

.fa-face-grin-tongue {
  --fa: "\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-face-grin-wink {
  --fa: "\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
}

.fa-grip {
  --fa: "\f58d";
}

.fa-grid-horizontal {
  --fa: "\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
}

.fa-grip-vertical {
  --fa: "\f58e";
}

.fa-grid-vertical {
  --fa: "\f58e";
}

.fa-headset {
  --fa: "\f590";
}

.fa-highlighter {
  --fa: "\f591";
}

.fa-hot-tub-person {
  --fa: "\f593";
}

.fa-hot-tub {
  --fa: "\f593";
}

.fa-hotel {
  --fa: "\f594";
}

.fa-joint {
  --fa: "\f595";
}

.fa-face-kiss {
  --fa: "\f596";
}

.fa-kiss {
  --fa: "\f596";
}

.fa-face-kiss-beam {
  --fa: "\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
}

.fa-face-laugh {
  --fa: "\f599";
}

.fa-laugh {
  --fa: "\f599";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
}

.fa-map-location {
  --fa: "\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
}

.fa-map-location-dot {
  --fa: "\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
}

.fa-marker {
  --fa: "\f5a1";
}

.fa-medal {
  --fa: "\f5a2";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

.fa-monument {
  --fa: "\f5a6";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
}

.fa-paintbrush-fine {
  --fa: "\f5a9";
}

.fa-paint-brush-alt {
  --fa: "\f5a9";
}

.fa-paint-brush-fine {
  --fa: "\f5a9";
}

.fa-paintbrush-alt {
  --fa: "\f5a9";
}

.fa-paint-roller {
  --fa: "\f5aa";
}

.fa-passport {
  --fa: "\f5ab";
}

.fa-pen-fancy {
  --fa: "\f5ac";
}

.fa-pen-nib {
  --fa: "\f5ad";
}

.fa-pen-ruler {
  --fa: "\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
}

.fa-plane-arrival {
  --fa: "\f5af";
}

.fa-plane-departure {
  --fa: "\f5b0";
}

.fa-prescription {
  --fa: "\f5b1";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
}

.fa-van-shuttle {
  --fa: "\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
}

.fa-signature {
  --fa: "\f5b7";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
}

.fa-face-smile-plus {
  --fa: "\f5b9";
}

.fa-smile-plus {
  --fa: "\f5b9";
}

.fa-solar-panel {
  --fa: "\f5ba";
}

.fa-spa {
  --fa: "\f5bb";
}

.fa-splotch {
  --fa: "\f5bc";
}

.fa-spray-can {
  --fa: "\f5bd";
}

.fa-stamp {
  --fa: "\f5bf";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
}

.fa-face-surprise {
  --fa: "\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
}

.fa-swatchbook {
  --fa: "\f5c3";
}

.fa-person-swimming {
  --fa: "\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
}

.fa-water-ladder {
  --fa: "\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
}

.fa-droplet-slash {
  --fa: "\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
}

.fa-face-tired {
  --fa: "\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
}

.fa-tooth {
  --fa: "\f5c9";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
}

.fa-weight-hanging {
  --fa: "\f5cd";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
}

.fa-apple-whole {
  --fa: "\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
}

.fa-atom {
  --fa: "\f5d2";
}

.fa-atom-simple {
  --fa: "\f5d3";
}

.fa-atom-alt {
  --fa: "\f5d3";
}

.fa-backpack {
  --fa: "\f5d4";
}

.fa-bell-school {
  --fa: "\f5d5";
}

.fa-bell-school-slash {
  --fa: "\f5d6";
}

.fa-bone {
  --fa: "\f5d7";
}

.fa-bone-break {
  --fa: "\f5d8";
}

.fa-book-blank {
  --fa: "\f5d9";
}

.fa-book-alt {
  --fa: "\f5d9";
}

.fa-book-open-reader {
  --fa: "\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
}

.fa-books {
  --fa: "\f5db";
}

.fa-brain {
  --fa: "\f5dc";
}

.fa-bus-school {
  --fa: "\f5dd";
}

.fa-car-rear {
  --fa: "\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
}

.fa-car-battery {
  --fa: "\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
}

.fa-car-bump {
  --fa: "\f5e0";
}

.fa-car-burst {
  --fa: "\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
}

.fa-car-garage {
  --fa: "\f5e2";
}

.fa-car-wrench {
  --fa: "\f5e3";
}

.fa-car-mechanic {
  --fa: "\f5e3";
}

.fa-car-side {
  --fa: "\f5e4";
}

.fa-car-tilt {
  --fa: "\f5e5";
}

.fa-car-wash {
  --fa: "\f5e6";
}

.fa-charging-station {
  --fa: "\f5e7";
}

.fa-clipboard-prescription {
  --fa: "\f5e8";
}

.fa-compass-slash {
  --fa: "\f5e9";
}

.fa-diploma {
  --fa: "\f5ea";
}

.fa-scroll-ribbon {
  --fa: "\f5ea";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
}

.fa-do-not-enter {
  --fa: "\f5ec";
}

.fa-draw-circle {
  --fa: "\f5ed";
}

.fa-vector-circle {
  --fa: "\f5ed";
}

.fa-draw-polygon {
  --fa: "\f5ee";
}

.fa-vector-polygon {
  --fa: "\f5ee";
}

.fa-draw-square {
  --fa: "\f5ef";
}

.fa-vector-square {
  --fa: "\f5ef";
}

.fa-ear {
  --fa: "\f5f0";
}

.fa-engine-warning {
  --fa: "\f5f2";
}

.fa-engine-exclamation {
  --fa: "\f5f2";
}

.fa-file-certificate {
  --fa: "\f5f3";
}

.fa-file-award {
  --fa: "\f5f3";
}

.fa-gas-pump-slash {
  --fa: "\f5f4";
}

.fa-glasses-round {
  --fa: "\f5f5";
}

.fa-glasses-alt {
  --fa: "\f5f5";
}

.fa-globe-stand {
  --fa: "\f5f6";
}

.fa-wave-pulse {
  --fa: "\f5f8";
}

.fa-heart-rate {
  --fa: "\f5f8";
}

.fa-inhaler {
  --fa: "\f5f9";
}

.fa-kidneys {
  --fa: "\f5fb";
}

.fa-laptop-code {
  --fa: "\f5fc";
}

.fa-layer-group {
  --fa: "\f5fd";
}

.fa-layer-minus {
  --fa: "\f5fe";
}

.fa-layer-group-minus {
  --fa: "\f5fe";
}

.fa-layer-plus {
  --fa: "\f5ff";
}

.fa-layer-group-plus {
  --fa: "\f5ff";
}

.fa-lips {
  --fa: "\f600";
}

.fa-location-crosshairs {
  --fa: "\f601";
}

.fa-location {
  --fa: "\f601";
}

.fa-circle-location-arrow {
  --fa: "\f602";
}

.fa-location-circle {
  --fa: "\f602";
}

.fa-location-crosshairs-slash {
  --fa: "\f603";
}

.fa-location-slash {
  --fa: "\f603";
}

.fa-lungs {
  --fa: "\f604";
}

.fa-location-dot-slash {
  --fa: "\f605";
}

.fa-map-marker-alt-slash {
  --fa: "\f605";
}

.fa-location-check {
  --fa: "\f606";
}

.fa-map-marker-check {
  --fa: "\f606";
}

.fa-location-pen {
  --fa: "\f607";
}

.fa-map-marker-edit {
  --fa: "\f607";
}

.fa-location-exclamation {
  --fa: "\f608";
}

.fa-map-marker-exclamation {
  --fa: "\f608";
}

.fa-location-minus {
  --fa: "\f609";
}

.fa-map-marker-minus {
  --fa: "\f609";
}

.fa-location-plus {
  --fa: "\f60a";
}

.fa-map-marker-plus {
  --fa: "\f60a";
}

.fa-location-question {
  --fa: "\f60b";
}

.fa-map-marker-question {
  --fa: "\f60b";
}

.fa-location-pin-slash {
  --fa: "\f60c";
}

.fa-map-marker-slash {
  --fa: "\f60c";
}

.fa-location-smile {
  --fa: "\f60d";
}

.fa-map-marker-smile {
  --fa: "\f60d";
}

.fa-location-xmark {
  --fa: "\f60e";
}

.fa-map-marker-times {
  --fa: "\f60e";
}

.fa-map-marker-xmark {
  --fa: "\f60e";
}

.fa-microscope {
  --fa: "\f610";
}

.fa-monitor-waveform {
  --fa: "\f611";
}

.fa-monitor-heart-rate {
  --fa: "\f611";
}

.fa-oil-can {
  --fa: "\f613";
}

.fa-oil-temperature {
  --fa: "\f614";
}

.fa-oil-temp {
  --fa: "\f614";
}

.fa-circle-parking {
  --fa: "\f615";
}

.fa-parking-circle {
  --fa: "\f615";
}

.fa-ban-parking {
  --fa: "\f616";
}

.fa-parking-circle-slash {
  --fa: "\f616";
}

.fa-square-parking-slash {
  --fa: "\f617";
}

.fa-parking-slash {
  --fa: "\f617";
}

.fa-pen-paintbrush {
  --fa: "\f618";
}

.fa-pencil-paintbrush {
  --fa: "\f618";
}

.fa-poop {
  --fa: "\f619";
}

.fa-route-highway {
  --fa: "\f61a";
}

.fa-route-interstate {
  --fa: "\f61b";
}

.fa-ruler-triangle {
  --fa: "\f61c";
}

.fa-scalpel {
  --fa: "\f61d";
}

.fa-scalpel-line-dashed {
  --fa: "\f61e";
}

.fa-scalpel-path {
  --fa: "\f61e";
}

.fa-shapes {
  --fa: "\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
}

.fa-skeleton {
  --fa: "\f620";
}

.fa-star-of-life {
  --fa: "\f621";
}

.fa-steering-wheel {
  --fa: "\f622";
}

.fa-stomach {
  --fa: "\f623";
}

.fa-gauge {
  --fa: "\f624";
}

.fa-dashboard {
  --fa: "\f624";
}

.fa-gauge-med {
  --fa: "\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
}

.fa-gauge-high {
  --fa: "\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
}

.fa-gauge-max {
  --fa: "\f626";
}

.fa-tachometer-alt-fastest {
  --fa: "\f626";
}

.fa-gauge-low {
  --fa: "\f627";
}

.fa-tachometer-alt-slow {
  --fa: "\f627";
}

.fa-gauge-min {
  --fa: "\f628";
}

.fa-tachometer-alt-slowest {
  --fa: "\f628";
}

.fa-gauge-simple {
  --fa: "\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
}

.fa-gauge-simple-max {
  --fa: "\f62b";
}

.fa-tachometer-fastest {
  --fa: "\f62b";
}

.fa-gauge-simple-low {
  --fa: "\f62c";
}

.fa-tachometer-slow {
  --fa: "\f62c";
}

.fa-gauge-simple-min {
  --fa: "\f62d";
}

.fa-tachometer-slowest {
  --fa: "\f62d";
}

.fa-teeth {
  --fa: "\f62e";
}

.fa-teeth-open {
  --fa: "\f62f";
}

.fa-masks-theater {
  --fa: "\f630";
}

.fa-theater-masks {
  --fa: "\f630";
}

.fa-tire {
  --fa: "\f631";
}

.fa-tire-flat {
  --fa: "\f632";
}

.fa-tire-pressure-warning {
  --fa: "\f633";
}

.fa-tire-rugged {
  --fa: "\f634";
}

.fa-toothbrush {
  --fa: "\f635";
}

.fa-traffic-cone {
  --fa: "\f636";
}

.fa-traffic-light {
  --fa: "\f637";
}

.fa-traffic-light-go {
  --fa: "\f638";
}

.fa-traffic-light-slow {
  --fa: "\f639";
}

.fa-traffic-light-stop {
  --fa: "\f63a";
}

.fa-truck-monster {
  --fa: "\f63b";
}

.fa-truck-pickup {
  --fa: "\f63c";
}

.fa-screen-users {
  --fa: "\f63d";
}

.fa-users-class {
  --fa: "\f63d";
}

.fa-watch-fitness {
  --fa: "\f63e";
}

.fa-abacus {
  --fa: "\f640";
}

.fa-rectangle-ad {
  --fa: "\f641";
}

.fa-ad {
  --fa: "\f641";
}

.fa-chart-mixed {
  --fa: "\f643";
}

.fa-analytics {
  --fa: "\f643";
}

.fa-ankh {
  --fa: "\f644";
}

.fa-badge-dollar {
  --fa: "\f645";
}

.fa-badge-percent {
  --fa: "\f646";
}

.fa-book-bible {
  --fa: "\f647";
}

.fa-bible {
  --fa: "\f647";
}

.fa-bullseye-arrow {
  --fa: "\f648";
}

.fa-bullseye-pointer {
  --fa: "\f649";
}

.fa-business-time {
  --fa: "\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
}

.fa-cabinet-filing {
  --fa: "\f64b";
}

.fa-calculator-simple {
  --fa: "\f64c";
}

.fa-calculator-alt {
  --fa: "\f64c";
}

.fa-chart-line-down {
  --fa: "\f64d";
}

.fa-chart-pie-simple {
  --fa: "\f64e";
}

.fa-chart-pie-alt {
  --fa: "\f64e";
}

.fa-city {
  --fa: "\f64f";
}

.fa-message-dollar {
  --fa: "\f650";
}

.fa-comment-alt-dollar {
  --fa: "\f650";
}

.fa-comment-dollar {
  --fa: "\f651";
}

.fa-messages-dollar {
  --fa: "\f652";
}

.fa-comments-alt-dollar {
  --fa: "\f652";
}

.fa-comments-dollar {
  --fa: "\f653";
}

.fa-cross {
  --fa: "\f654";
}

.fa-dharmachakra {
  --fa: "\f655";
}

.fa-empty-set {
  --fa: "\f656";
}

.fa-envelope-open-dollar {
  --fa: "\f657";
}

.fa-envelope-open-text {
  --fa: "\f658";
}

.fa-file-chart-column {
  --fa: "\f659";
}

.fa-file-chart-line {
  --fa: "\f659";
}

.fa-file-chart-pie {
  --fa: "\f65a";
}

.fa-file-spreadsheet {
  --fa: "\f65b";
}

.fa-file-user {
  --fa: "\f65c";
}

.fa-folder-minus {
  --fa: "\f65d";
}

.fa-folder-plus {
  --fa: "\f65e";
}

.fa-folder-xmark {
  --fa: "\f65f";
}

.fa-folder-times {
  --fa: "\f65f";
}

.fa-folders {
  --fa: "\f660";
}

.fa-function {
  --fa: "\f661";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
}

.fa-gift-card {
  --fa: "\f663";
}

.fa-gopuram {
  --fa: "\f664";
}

.fa-hamsa {
  --fa: "\f665";
}

.fa-bahai {
  --fa: "\f666";
}

.fa-haykal {
  --fa: "\f666";
}

.fa-integral {
  --fa: "\f667";
}

.fa-intersection {
  --fa: "\f668";
}

.fa-jedi {
  --fa: "\f669";
}

.fa-book-journal-whills {
  --fa: "\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
}

.fa-kaaba {
  --fa: "\f66b";
}

.fa-keynote {
  --fa: "\f66c";
}

.fa-khanda {
  --fa: "\f66d";
}

.fa-lambda {
  --fa: "\f66e";
}

.fa-landmark {
  --fa: "\f66f";
}

.fa-lightbulb-dollar {
  --fa: "\f670";
}

.fa-lightbulb-exclamation {
  --fa: "\f671";
}

.fa-lightbulb-on {
  --fa: "\f672";
}

.fa-lightbulb-slash {
  --fa: "\f673";
}

.fa-envelopes-bulk {
  --fa: "\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
}

.fa-megaphone {
  --fa: "\f675";
}

.fa-menorah {
  --fa: "\f676";
}

.fa-brain-arrow-curved-right {
  --fa: "\f677";
}

.fa-mind-share {
  --fa: "\f677";
}

.fa-mosque {
  --fa: "\f678";
}

.fa-om {
  --fa: "\f679";
}

.fa-omega {
  --fa: "\f67a";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
}

.fa-peace {
  --fa: "\f67c";
}

.fa-phone-office {
  --fa: "\f67d";
}

.fa-pi {
  --fa: "\f67e";
}

.fa-place-of-worship {
  --fa: "\f67f";
}

.fa-podium {
  --fa: "\f680";
}

.fa-square-poll-vertical {
  --fa: "\f681";
}

.fa-poll {
  --fa: "\f681";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
}

.fa-poll-h {
  --fa: "\f682";
}

.fa-person-praying {
  --fa: "\f683";
}

.fa-pray {
  --fa: "\f683";
}

.fa-hands-praying {
  --fa: "\f684";
}

.fa-praying-hands {
  --fa: "\f684";
}

.fa-presentation-screen {
  --fa: "\f685";
}

.fa-presentation {
  --fa: "\f685";
}

.fa-print-slash {
  --fa: "\f686";
}

.fa-book-quran {
  --fa: "\f687";
}

.fa-quran {
  --fa: "\f687";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

.fa-search-dollar {
  --fa: "\f688";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
}

.fa-search-location {
  --fa: "\f689";
}

.fa-shredder {
  --fa: "\f68a";
}

.fa-sigma {
  --fa: "\f68b";
}

.fa-signal-weak {
  --fa: "\f68c";
}

.fa-signal-1 {
  --fa: "\f68c";
}

.fa-signal-fair {
  --fa: "\f68d";
}

.fa-signal-2 {
  --fa: "\f68d";
}

.fa-signal-good {
  --fa: "\f68e";
}

.fa-signal-3 {
  --fa: "\f68e";
}

.fa-signal-strong {
  --fa: "\f68f";
}

.fa-signal-4 {
  --fa: "\f68f";
}

.fa-signal-bars {
  --fa: "\f690";
}

.fa-signal-alt {
  --fa: "\f690";
}

.fa-signal-alt-4 {
  --fa: "\f690";
}

.fa-signal-bars-strong {
  --fa: "\f690";
}

.fa-signal-bars-weak {
  --fa: "\f691";
}

.fa-signal-alt-1 {
  --fa: "\f691";
}

.fa-signal-bars-fair {
  --fa: "\f692";
}

.fa-signal-alt-2 {
  --fa: "\f692";
}

.fa-signal-bars-good {
  --fa: "\f693";
}

.fa-signal-alt-3 {
  --fa: "\f693";
}

.fa-signal-bars-slash {
  --fa: "\f694";
}

.fa-signal-alt-slash {
  --fa: "\f694";
}

.fa-signal-slash {
  --fa: "\f695";
}

.fa-socks {
  --fa: "\f696";
}

.fa-square-root {
  --fa: "\f697";
}

.fa-square-root-variable {
  --fa: "\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
}

.fa-star-and-crescent {
  --fa: "\f699";
}

.fa-star-of-david {
  --fa: "\f69a";
}

.fa-synagogue {
  --fa: "\f69b";
}

.fa-tally {
  --fa: "\f69c";
}

.fa-tally-5 {
  --fa: "\f69c";
}

.fa-theta {
  --fa: "\f69e";
}

.fa-scroll-torah {
  --fa: "\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
}

.fa-torii-gate {
  --fa: "\f6a1";
}

.fa-union {
  --fa: "\f6a2";
}

.fa-chart-user {
  --fa: "\f6a3";
}

.fa-user-chart {
  --fa: "\f6a3";
}

.fa-user-crown {
  --fa: "\f6a4";
}

.fa-user-group-crown {
  --fa: "\f6a5";
}

.fa-users-crown {
  --fa: "\f6a5";
}

.fa-value-absolute {
  --fa: "\f6a6";
}

.fa-vihara {
  --fa: "\f6a7";
}

.fa-volume {
  --fa: "\f6a8";
}

.fa-volume-medium {
  --fa: "\f6a8";
}

.fa-volume-xmark {
  --fa: "\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
}

.fa-wifi-weak {
  --fa: "\f6aa";
}

.fa-wifi-1 {
  --fa: "\f6aa";
}

.fa-wifi-fair {
  --fa: "\f6ab";
}

.fa-wifi-2 {
  --fa: "\f6ab";
}

.fa-wifi-slash {
  --fa: "\f6ac";
}

.fa-yin-yang {
  --fa: "\f6ad";
}

.fa-acorn {
  --fa: "\f6ae";
}

.fa-alicorn {
  --fa: "\f6b0";
}

.fa-crate-apple {
  --fa: "\f6b1";
}

.fa-apple-crate {
  --fa: "\f6b1";
}

.fa-axe {
  --fa: "\f6b2";
}

.fa-axe-battle {
  --fa: "\f6b3";
}

.fa-badger-honey {
  --fa: "\f6b4";
}

.fa-bat {
  --fa: "\f6b5";
}

.fa-blender-phone {
  --fa: "\f6b6";
}

.fa-book-skull {
  --fa: "\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
}

.fa-book-sparkles {
  --fa: "\f6b8";
}

.fa-book-spells {
  --fa: "\f6b8";
}

.fa-bow-arrow {
  --fa: "\f6b9";
}

.fa-campfire {
  --fa: "\f6ba";
}

.fa-campground {
  --fa: "\f6bb";
}

.fa-candle-holder {
  --fa: "\f6bc";
}

.fa-candy-corn {
  --fa: "\f6bd";
}

.fa-cat {
  --fa: "\f6be";
}

.fa-cauldron {
  --fa: "\f6bf";
}

.fa-chair {
  --fa: "\f6c0";
}

.fa-chair-office {
  --fa: "\f6c1";
}

.fa-claw-marks {
  --fa: "\f6c2";
}

.fa-cloud-moon {
  --fa: "\f6c3";
}

.fa-cloud-sun {
  --fa: "\f6c4";
}

.fa-cup-togo {
  --fa: "\f6c5";
}

.fa-coffee-togo {
  --fa: "\f6c5";
}

.fa-coffin {
  --fa: "\f6c6";
}

.fa-corn {
  --fa: "\f6c7";
}

.fa-cow {
  --fa: "\f6c8";
}

.fa-dagger {
  --fa: "\f6cb";
}

.fa-dice-d10 {
  --fa: "\f6cd";
}

.fa-dice-d12 {
  --fa: "\f6ce";
}

.fa-dice-d20 {
  --fa: "\f6cf";
}

.fa-dice-d4 {
  --fa: "\f6d0";
}

.fa-dice-d6 {
  --fa: "\f6d1";
}

.fa-dice-d8 {
  --fa: "\f6d2";
}

.fa-dog {
  --fa: "\f6d3";
}

.fa-dog-leashed {
  --fa: "\f6d4";
}

.fa-dragon {
  --fa: "\f6d5";
}

.fa-drumstick {
  --fa: "\f6d6";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
}

.fa-duck {
  --fa: "\f6d8";
}

.fa-dungeon {
  --fa: "\f6d9";
}

.fa-elephant {
  --fa: "\f6da";
}

.fa-eye-evil {
  --fa: "\f6db";
}

.fa-file-csv {
  --fa: "\f6dd";
}

.fa-hand-fist {
  --fa: "\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
}

.fa-fire-flame {
  --fa: "\f6df";
}

.fa-flame {
  --fa: "\f6df";
}

.fa-flask-round-poison {
  --fa: "\f6e0";
}

.fa-flask-poison {
  --fa: "\f6e0";
}

.fa-flask-round-potion {
  --fa: "\f6e1";
}

.fa-flask-potion {
  --fa: "\f6e1";
}

.fa-ghost {
  --fa: "\f6e2";
}

.fa-hammer {
  --fa: "\f6e3";
}

.fa-hammer-war {
  --fa: "\f6e4";
}

.fa-hand-holding-magic {
  --fa: "\f6e5";
}

.fa-hanukiah {
  --fa: "\f6e6";
}

.fa-hat-witch {
  --fa: "\f6e7";
}

.fa-hat-wizard {
  --fa: "\f6e8";
}

.fa-head-side {
  --fa: "\f6e9";
}

.fa-head-side-goggles {
  --fa: "\f6ea";
}

.fa-head-vr {
  --fa: "\f6ea";
}

.fa-helmet-battle {
  --fa: "\f6eb";
}

.fa-person-hiking {
  --fa: "\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
}

.fa-hippo {
  --fa: "\f6ed";
}

.fa-hockey-mask {
  --fa: "\f6ee";
}

.fa-hood-cloak {
  --fa: "\f6ef";
}

.fa-horse {
  --fa: "\f6f0";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
}

.fa-key-skeleton {
  --fa: "\f6f3";
}

.fa-kite {
  --fa: "\f6f4";
}

.fa-knife-kitchen {
  --fa: "\f6f5";
}

.fa-leaf-maple {
  --fa: "\f6f6";
}

.fa-leaf-oak {
  --fa: "\f6f7";
}

.fa-mace {
  --fa: "\f6f8";
}

.fa-mandolin {
  --fa: "\f6f9";
}

.fa-mask {
  --fa: "\f6fa";
}

.fa-monkey {
  --fa: "\f6fb";
}

.fa-mountain {
  --fa: "\f6fc";
}

.fa-mountains {
  --fa: "\f6fd";
}

.fa-narwhal {
  --fa: "\f6fe";
}

.fa-network-wired {
  --fa: "\f6ff";
}

.fa-otter {
  --fa: "\f700";
}

.fa-paw-simple {
  --fa: "\f701";
}

.fa-paw-alt {
  --fa: "\f701";
}

.fa-paw-claws {
  --fa: "\f702";
}

.fa-pegasus {
  --fa: "\f703";
}

.fa-pie {
  --fa: "\f705";
}

.fa-pig {
  --fa: "\f706";
}

.fa-pumpkin {
  --fa: "\f707";
}

.fa-rabbit {
  --fa: "\f708";
}

.fa-rabbit-running {
  --fa: "\f709";
}

.fa-rabbit-fast {
  --fa: "\f709";
}

.fa-ram {
  --fa: "\f70a";
}

.fa-ring {
  --fa: "\f70b";
}

.fa-person-running {
  --fa: "\f70c";
}

.fa-running {
  --fa: "\f70c";
}

.fa-scarecrow {
  --fa: "\f70d";
}

.fa-scroll {
  --fa: "\f70e";
}

.fa-scroll-old {
  --fa: "\f70f";
}

.fa-scythe {
  --fa: "\f710";
}

.fa-sheep {
  --fa: "\f711";
}

.fa-shield-cross {
  --fa: "\f712";
}

.fa-shovel {
  --fa: "\f713";
}

.fa-skull-crossbones {
  --fa: "\f714";
}

.fa-slash {
  --fa: "\f715";
}

.fa-snake {
  --fa: "\f716";
}

.fa-spider {
  --fa: "\f717";
}

.fa-spider-black-widow {
  --fa: "\f718";
}

.fa-spider-web {
  --fa: "\f719";
}

.fa-squirrel {
  --fa: "\f71a";
}

.fa-staff {
  --fa: "\f71b";
}

.fa-sword {
  --fa: "\f71c";
}

.fa-swords {
  --fa: "\f71d";
}

.fa-toilet-paper {
  --fa: "\f71e";
}

.fa-toilet-paper-alt {
  --fa: "\f71e";
}

.fa-toilet-paper-blank {
  --fa: "\f71e";
}

.fa-tombstone {
  --fa: "\f720";
}

.fa-tombstone-blank {
  --fa: "\f721";
}

.fa-tombstone-alt {
  --fa: "\f721";
}

.fa-tractor {
  --fa: "\f722";
}

.fa-treasure-chest {
  --fa: "\f723";
}

.fa-trees {
  --fa: "\f724";
}

.fa-turkey {
  --fa: "\f725";
}

.fa-turtle {
  --fa: "\f726";
}

.fa-unicorn {
  --fa: "\f727";
}

.fa-user-injured {
  --fa: "\f728";
}

.fa-vr-cardboard {
  --fa: "\f729";
}

.fa-wand {
  --fa: "\f72a";
}

.fa-wand-sparkles {
  --fa: "\f72b";
}

.fa-whale {
  --fa: "\f72c";
}

.fa-wheat {
  --fa: "\f72d";
}

.fa-wind {
  --fa: "\f72e";
}

.fa-wine-bottle {
  --fa: "\f72f";
}

.fa-ballot {
  --fa: "\f732";
}

.fa-ballot-check {
  --fa: "\f733";
}

.fa-booth-curtain {
  --fa: "\f734";
}

.fa-box-ballot {
  --fa: "\f735";
}

.fa-calendar-star {
  --fa: "\f736";
}

.fa-clipboard-list-check {
  --fa: "\f737";
}

.fa-cloud-drizzle {
  --fa: "\f738";
}

.fa-cloud-hail {
  --fa: "\f739";
}

.fa-cloud-hail-mixed {
  --fa: "\f73a";
}

.fa-cloud-meatball {
  --fa: "\f73b";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
}

.fa-cloud-rain {
  --fa: "\f73d";
}

.fa-cloud-rainbow {
  --fa: "\f73e";
}

.fa-cloud-showers {
  --fa: "\f73f";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
}

.fa-cloud-sleet {
  --fa: "\f741";
}

.fa-cloud-snow {
  --fa: "\f742";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
}

.fa-clouds {
  --fa: "\f744";
}

.fa-clouds-moon {
  --fa: "\f745";
}

.fa-clouds-sun {
  --fa: "\f746";
}

.fa-democrat {
  --fa: "\f747";
}

.fa-droplet-degree {
  --fa: "\f748";
}

.fa-dewpoint {
  --fa: "\f748";
}

.fa-eclipse {
  --fa: "\f749";
}

.fa-moon-over-sun {
  --fa: "\f74a";
}

.fa-eclipse-alt {
  --fa: "\f74a";
}

.fa-fire-smoke {
  --fa: "\f74b";
}

.fa-flag-swallowtail {
  --fa: "\f74c";
}

.fa-flag-alt {
  --fa: "\f74c";
}

.fa-flag-usa {
  --fa: "\f74d";
}

.fa-cloud-fog {
  --fa: "\f74e";
}

.fa-fog {
  --fa: "\f74e";
}

.fa-house-water {
  --fa: "\f74f";
}

.fa-house-flood {
  --fa: "\f74f";
}

.fa-droplet-percent {
  --fa: "\f750";
}

.fa-humidity {
  --fa: "\f750";
}

.fa-hurricane {
  --fa: "\f751";
}

.fa-landmark-dome {
  --fa: "\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
}

.fa-meteor {
  --fa: "\f753";
}

.fa-moon-cloud {
  --fa: "\f754";
}

.fa-moon-stars {
  --fa: "\f755";
}

.fa-person-booth {
  --fa: "\f756";
}

.fa-person-sign {
  --fa: "\f757";
}

.fa-podium-star {
  --fa: "\f758";
}

.fa-poll-people {
  --fa: "\f759";
}

.fa-poo-storm {
  --fa: "\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
}

.fa-rainbow {
  --fa: "\f75b";
}

.fa-raindrops {
  --fa: "\f75c";
}

.fa-republican {
  --fa: "\f75e";
}

.fa-smog {
  --fa: "\f75f";
}

.fa-smoke {
  --fa: "\f760";
}

.fa-snow-blowing {
  --fa: "\f761";
}

.fa-stars {
  --fa: "\f762";
}

.fa-sun-cloud {
  --fa: "\f763";
}

.fa-sun-dust {
  --fa: "\f764";
}

.fa-sun-haze {
  --fa: "\f765";
}

.fa-sunrise {
  --fa: "\f766";
}

.fa-sunset {
  --fa: "\f767";
}

.fa-temperature-snow {
  --fa: "\f768";
}

.fa-temperature-frigid {
  --fa: "\f768";
}

.fa-temperature-high {
  --fa: "\f769";
}

.fa-temperature-sun {
  --fa: "\f76a";
}

.fa-temperature-hot {
  --fa: "\f76a";
}

.fa-temperature-low {
  --fa: "\f76b";
}

.fa-cloud-bolt {
  --fa: "\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
}

.fa-cloud-bolt-moon {
  --fa: "\f76d";
}

.fa-thunderstorm-moon {
  --fa: "\f76d";
}

.fa-cloud-bolt-sun {
  --fa: "\f76e";
}

.fa-thunderstorm-sun {
  --fa: "\f76e";
}

.fa-tornado {
  --fa: "\f76f";
}

.fa-volcano {
  --fa: "\f770";
}

.fa-xmark-to-slot {
  --fa: "\f771";
}

.fa-times-to-slot {
  --fa: "\f771";
}

.fa-vote-nay {
  --fa: "\f771";
}

.fa-check-to-slot {
  --fa: "\f772";
}

.fa-vote-yea {
  --fa: "\f772";
}

.fa-water {
  --fa: "\f773";
}

.fa-water-arrow-down {
  --fa: "\f774";
}

.fa-water-lower {
  --fa: "\f774";
}

.fa-water-arrow-up {
  --fa: "\f775";
}

.fa-water-rise {
  --fa: "\f775";
}

.fa-wind-warning {
  --fa: "\f776";
}

.fa-wind-circle-exclamation {
  --fa: "\f776";
}

.fa-windsock {
  --fa: "\f777";
}

.fa-angel {
  --fa: "\f779";
}

.fa-baby {
  --fa: "\f77c";
}

.fa-baby-carriage {
  --fa: "\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
}

.fa-ball-pile {
  --fa: "\f77e";
}

.fa-bells {
  --fa: "\f77f";
}

.fa-biohazard {
  --fa: "\f780";
}

.fa-blog {
  --fa: "\f781";
}

.fa-boot {
  --fa: "\f782";
}

.fa-calendar-day {
  --fa: "\f783";
}

.fa-calendar-week {
  --fa: "\f784";
}

.fa-candy-cane {
  --fa: "\f786";
}

.fa-carrot {
  --fa: "\f787";
}

.fa-cash-register {
  --fa: "\f788";
}

.fa-chart-network {
  --fa: "\f78a";
}

.fa-chimney {
  --fa: "\f78b";
}

.fa-minimize {
  --fa: "\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
}

.fa-deer {
  --fa: "\f78e";
}

.fa-deer-rudolph {
  --fa: "\f78f";
}

.fa-dreidel {
  --fa: "\f792";
}

.fa-dumpster {
  --fa: "\f793";
}

.fa-dumpster-fire {
  --fa: "\f794";
}

.fa-ear-muffs {
  --fa: "\f795";
}

.fa-ethernet {
  --fa: "\f796";
}

.fa-fireplace {
  --fa: "\f79a";
}

.fa-snowman-head {
  --fa: "\f79b";
}

.fa-frosty-head {
  --fa: "\f79b";
}

.fa-gifts {
  --fa: "\f79c";
}

.fa-gingerbread-man {
  --fa: "\f79d";
}

.fa-champagne-glass {
  --fa: "\f79e";
}

.fa-glass-champagne {
  --fa: "\f79e";
}

.fa-champagne-glasses {
  --fa: "\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
}

.fa-whiskey-glass-ice {
  --fa: "\f7a1";
}

.fa-glass-whiskey-rocks {
  --fa: "\f7a1";
}

.fa-earth-europe {
  --fa: "\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
}

.fa-globe-snow {
  --fa: "\f7a3";
}

.fa-grip-lines {
  --fa: "\f7a4";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

.fa-guitar {
  --fa: "\f7a6";
}

.fa-hat-santa {
  --fa: "\f7a7";
}

.fa-hat-winter {
  --fa: "\f7a8";
}

.fa-heart-crack {
  --fa: "\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
}

.fa-holly-berry {
  --fa: "\f7aa";
}

.fa-horse-head {
  --fa: "\f7ab";
}

.fa-ice-skate {
  --fa: "\f7ac";
}

.fa-icicles {
  --fa: "\f7ad";
}

.fa-igloo {
  --fa: "\f7ae";
}

.fa-lights-holiday {
  --fa: "\f7b2";
}

.fa-mistletoe {
  --fa: "\f7b4";
}

.fa-mitten {
  --fa: "\f7b5";
}

.fa-mug-hot {
  --fa: "\f7b6";
}

.fa-mug-marshmallows {
  --fa: "\f7b7";
}

.fa-ornament {
  --fa: "\f7b8";
}

.fa-radiation {
  --fa: "\f7b9";
}

.fa-circle-radiation {
  --fa: "\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
}

.fa-restroom {
  --fa: "\f7bd";
}

.fa-rv {
  --fa: "\f7be";
}

.fa-satellite {
  --fa: "\f7bf";
}

.fa-satellite-dish {
  --fa: "\f7c0";
}

.fa-scarf {
  --fa: "\f7c1";
}

.fa-sd-card {
  --fa: "\f7c2";
}

.fa-shovel-snow {
  --fa: "\f7c3";
}

.fa-sim-card {
  --fa: "\f7c4";
}

.fa-person-skating {
  --fa: "\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
}

.fa-person-ski-jumping {
  --fa: "\f7c7";
}

.fa-ski-jump {
  --fa: "\f7c7";
}

.fa-person-ski-lift {
  --fa: "\f7c8";
}

.fa-ski-lift {
  --fa: "\f7c8";
}

.fa-person-skiing {
  --fa: "\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
}

.fa-person-sledding {
  --fa: "\f7cb";
}

.fa-sledding {
  --fa: "\f7cb";
}

.fa-sleigh {
  --fa: "\f7cc";
}

.fa-comment-sms {
  --fa: "\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
}

.fa-snowflakes {
  --fa: "\f7cf";
}

.fa-snowman {
  --fa: "\f7d0";
}

.fa-person-snowmobiling {
  --fa: "\f7d1";
}

.fa-snowmobile {
  --fa: "\f7d1";
}

.fa-snowplow {
  --fa: "\f7d2";
}

.fa-star-christmas {
  --fa: "\f7d4";
}

.fa-stocking {
  --fa: "\f7d5";
}

.fa-tenge-sign {
  --fa: "\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
}

.fa-toilet {
  --fa: "\f7d8";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
}

.fa-cable-car {
  --fa: "\f7da";
}

.fa-tram {
  --fa: "\f7da";
}

.fa-tree-christmas {
  --fa: "\f7db";
}

.fa-tree-decorated {
  --fa: "\f7dc";
}

.fa-tree-large {
  --fa: "\f7dd";
}

.fa-truck-plow {
  --fa: "\f7de";
}

.fa-wreath {
  --fa: "\f7e2";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
}

.fa-bacon {
  --fa: "\f7e5";
}

.fa-book-medical {
  --fa: "\f7e6";
}

.fa-book-user {
  --fa: "\f7e7";
}

.fa-books-medical {
  --fa: "\f7e8";
}

.fa-brackets-square {
  --fa: "\f7e9";
}

.fa-brackets {
  --fa: "\f7e9";
}

.fa-brackets-curly {
  --fa: "\f7ea";
}

.fa-bread-loaf {
  --fa: "\f7eb";
}

.fa-bread-slice {
  --fa: "\f7ec";
}

.fa-burrito {
  --fa: "\f7ed";
}

.fa-chart-scatter {
  --fa: "\f7ee";
}

.fa-cheese {
  --fa: "\f7ef";
}

.fa-cheese-swiss {
  --fa: "\f7f0";
}

.fa-burger-cheese {
  --fa: "\f7f1";
}

.fa-cheeseburger {
  --fa: "\f7f1";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
}

.fa-clipboard-user {
  --fa: "\f7f3";
}

.fa-message-medical {
  --fa: "\f7f4";
}

.fa-comment-alt-medical {
  --fa: "\f7f4";
}

.fa-comment-medical {
  --fa: "\f7f5";
}

.fa-croissant {
  --fa: "\f7f6";
}

.fa-crutch {
  --fa: "\f7f7";
}

.fa-crutches {
  --fa: "\f7f8";
}

.fa-ban-bug {
  --fa: "\f7f9";
}

.fa-debug {
  --fa: "\f7f9";
}

.fa-disease {
  --fa: "\f7fa";
}

.fa-egg {
  --fa: "\f7fb";
}

.fa-egg-fried {
  --fa: "\f7fc";
}

.fa-files-medical {
  --fa: "\f7fd";
}

.fa-fish-cooked {
  --fa: "\f7fe";
}

.fa-flower {
  --fa: "\f7ff";
}

.fa-flower-daffodil {
  --fa: "\f800";
}

.fa-flower-tulip {
  --fa: "\f801";
}

.fa-folder-tree {
  --fa: "\f802";
}

.fa-french-fries {
  --fa: "\f803";
}

.fa-glass {
  --fa: "\f804";
}

.fa-burger {
  --fa: "\f805";
}

.fa-hamburger {
  --fa: "\f805";
}

.fa-hand-middle-finger {
  --fa: "\f806";
}

.fa-helmet-safety {
  --fa: "\f807";
}

.fa-hard-hat {
  --fa: "\f807";
}

.fa-hat-hard {
  --fa: "\f807";
}

.fa-head-side-brain {
  --fa: "\f808";
}

.fa-head-side-medical {
  --fa: "\f809";
}

.fa-hospital-user {
  --fa: "\f80d";
}

.fa-hospitals {
  --fa: "\f80e";
}

.fa-hotdog {
  --fa: "\f80f";
}

.fa-ice-cream {
  --fa: "\f810";
}

.fa-island-tropical {
  --fa: "\f811";
}

.fa-island-tree-palm {
  --fa: "\f811";
}

.fa-laptop-medical {
  --fa: "\f812";
}

.fa-mailbox {
  --fa: "\f813";
}

.fa-meat {
  --fa: "\f814";
}

.fa-pager {
  --fa: "\f815";
}

.fa-pepper-hot {
  --fa: "\f816";
}

.fa-pizza {
  --fa: "\f817";
}

.fa-pizza-slice {
  --fa: "\f818";
}

.fa-popcorn {
  --fa: "\f819";
}

.fa-print-magnifying-glass {
  --fa: "\f81a";
}

.fa-print-search {
  --fa: "\f81a";
}

.fa-rings-wedding {
  --fa: "\f81b";
}

.fa-sack {
  --fa: "\f81c";
}

.fa-sack-dollar {
  --fa: "\f81d";
}

.fa-salad {
  --fa: "\f81e";
}

.fa-bowl-salad {
  --fa: "\f81e";
}

.fa-sandwich {
  --fa: "\f81f";
}

.fa-sausage {
  --fa: "\f820";
}

.fa-shish-kebab {
  --fa: "\f821";
}

.fa-sickle {
  --fa: "\f822";
}

.fa-bowl-hot {
  --fa: "\f823";
}

.fa-soup {
  --fa: "\f823";
}

.fa-steak {
  --fa: "\f824";
}

.fa-stretcher {
  --fa: "\f825";
}

.fa-taco {
  --fa: "\f826";
}

.fa-book-tanakh {
  --fa: "\f827";
}

.fa-tanakh {
  --fa: "\f827";
}

.fa-bars-progress {
  --fa: "\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
}

.fa-trash-arrow-up {
  --fa: "\f829";
}

.fa-trash-restore {
  --fa: "\f829";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
}

.fa-tree-palm {
  --fa: "\f82b";
}

.fa-user-helmet-safety {
  --fa: "\f82c";
}

.fa-user-construction {
  --fa: "\f82c";
}

.fa-user-hard-hat {
  --fa: "\f82c";
}

.fa-user-headset {
  --fa: "\f82d";
}

.fa-user-doctor-message {
  --fa: "\f82e";
}

.fa-user-md-chat {
  --fa: "\f82e";
}

.fa-user-nurse {
  --fa: "\f82f";
}

.fa-users-medical {
  --fa: "\f830";
}

.fa-walker {
  --fa: "\f831";
}

.fa-camera-web {
  --fa: "\f832";
}

.fa-webcam {
  --fa: "\f832";
}

.fa-camera-web-slash {
  --fa: "\f833";
}

.fa-webcam-slash {
  --fa: "\f833";
}

.fa-wave-square {
  --fa: "\f83e";
}

.fa-alarm-exclamation {
  --fa: "\f843";
}

.fa-alarm-plus {
  --fa: "\f844";
}

.fa-alarm-snooze {
  --fa: "\f845";
}

.fa-align-slash {
  --fa: "\f846";
}

.fa-bags-shopping {
  --fa: "\f847";
}

.fa-bell-exclamation {
  --fa: "\f848";
}

.fa-bell-plus {
  --fa: "\f849";
}

.fa-person-biking {
  --fa: "\f84a";
}

.fa-biking {
  --fa: "\f84a";
}

.fa-person-biking-mountain {
  --fa: "\f84b";
}

.fa-biking-mountain {
  --fa: "\f84b";
}

.fa-border-all {
  --fa: "\f84c";
}

.fa-border-bottom {
  --fa: "\f84d";
}

.fa-border-inner {
  --fa: "\f84e";
}

.fa-border-left {
  --fa: "\f84f";
}

.fa-border-none {
  --fa: "\f850";
}

.fa-border-outer {
  --fa: "\f851";
}

.fa-border-right {
  --fa: "\f852";
}

.fa-border-top-left {
  --fa: "\f853";
}

.fa-border-style {
  --fa: "\f853";
}

.fa-border-bottom-right {
  --fa: "\f854";
}

.fa-border-style-alt {
  --fa: "\f854";
}

.fa-border-top {
  --fa: "\f855";
}

.fa-bring-forward {
  --fa: "\f856";
}

.fa-bring-front {
  --fa: "\f857";
}

.fa-burger-soda {
  --fa: "\f858";
}

.fa-car-building {
  --fa: "\f859";
}

.fa-car-bus {
  --fa: "\f85a";
}

.fa-cars {
  --fa: "\f85b";
}

.fa-coin {
  --fa: "\f85c";
}

.fa-triangle-person-digging {
  --fa: "\f85d";
}

.fa-construction {
  --fa: "\f85d";
}

.fa-person-digging {
  --fa: "\f85e";
}

.fa-digging {
  --fa: "\f85e";
}

.fa-drone {
  --fa: "\f85f";
}

.fa-drone-front {
  --fa: "\f860";
}

.fa-drone-alt {
  --fa: "\f860";
}

.fa-dryer {
  --fa: "\f861";
}

.fa-dryer-heat {
  --fa: "\f862";
}

.fa-dryer-alt {
  --fa: "\f862";
}

.fa-fan {
  --fa: "\f863";
}

.fa-farm {
  --fa: "\f864";
}

.fa-barn-silo {
  --fa: "\f864";
}

.fa-file-magnifying-glass {
  --fa: "\f865";
}

.fa-file-search {
  --fa: "\f865";
}

.fa-font-case {
  --fa: "\f866";
}

.fa-game-board {
  --fa: "\f867";
}

.fa-game-board-simple {
  --fa: "\f868";
}

.fa-game-board-alt {
  --fa: "\f868";
}

.fa-glass-citrus {
  --fa: "\f869";
}

.fa-h4 {
  --fa: "\f86a";
}

.fa-hat-chef {
  --fa: "\f86b";
}

.fa-horizontal-rule {
  --fa: "\f86c";
}

.fa-icons {
  --fa: "\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}

.fa-symbols {
  --fa: "\f86e";
}

.fa-icons-alt {
  --fa: "\f86e";
}

.fa-kerning {
  --fa: "\f86f";
}

.fa-line-columns {
  --fa: "\f870";
}

.fa-line-height {
  --fa: "\f871";
}

.fa-money-check-pen {
  --fa: "\f872";
}

.fa-money-check-edit {
  --fa: "\f872";
}

.fa-money-check-dollar-pen {
  --fa: "\f873";
}

.fa-money-check-edit-alt {
  --fa: "\f873";
}

.fa-mug {
  --fa: "\f874";
}

.fa-mug-tea {
  --fa: "\f875";
}

.fa-overline {
  --fa: "\f876";
}

.fa-file-dashed-line {
  --fa: "\f877";
}

.fa-page-break {
  --fa: "\f877";
}

.fa-paragraph-left {
  --fa: "\f878";
}

.fa-paragraph-rtl {
  --fa: "\f878";
}

.fa-phone-flip {
  --fa: "\f879";
}

.fa-phone-alt {
  --fa: "\f879";
}

.fa-laptop-mobile {
  --fa: "\f87a";
}

.fa-phone-laptop {
  --fa: "\f87a";
}

.fa-square-phone-flip {
  --fa: "\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
}

.fa-photo-film {
  --fa: "\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
}

.fa-text-slash {
  --fa: "\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
}

.fa-send-back {
  --fa: "\f87e";
}

.fa-send-backward {
  --fa: "\f87f";
}

.fa-snooze {
  --fa: "\f880";
}

.fa-zzz {
  --fa: "\f880";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

.fa-arrow-down-arrow-up {
  --fa: "\f883";
}

.fa-sort-alt {
  --fa: "\f883";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

.fa-arrow-down-triangle-square {
  --fa: "\f888";
}

.fa-sort-shapes-down {
  --fa: "\f888";
}

.fa-arrow-down-square-triangle {
  --fa: "\f889";
}

.fa-sort-shapes-down-alt {
  --fa: "\f889";
}

.fa-arrow-up-triangle-square {
  --fa: "\f88a";
}

.fa-sort-shapes-up {
  --fa: "\f88a";
}

.fa-arrow-up-square-triangle {
  --fa: "\f88b";
}

.fa-sort-shapes-up-alt {
  --fa: "\f88b";
}

.fa-arrow-down-big-small {
  --fa: "\f88c";
}

.fa-sort-size-down {
  --fa: "\f88c";
}

.fa-arrow-down-small-big {
  --fa: "\f88d";
}

.fa-sort-size-down-alt {
  --fa: "\f88d";
}

.fa-arrow-up-big-small {
  --fa: "\f88e";
}

.fa-sort-size-up {
  --fa: "\f88e";
}

.fa-arrow-up-small-big {
  --fa: "\f88f";
}

.fa-sort-size-up-alt {
  --fa: "\f88f";
}

.fa-sparkles {
  --fa: "\f890";
}

.fa-spell-check {
  --fa: "\f891";
}

.fa-sunglasses {
  --fa: "\f892";
}

.fa-text {
  --fa: "\f893";
}

.fa-text-size {
  --fa: "\f894";
}

.fa-trash-undo {
  --fa: "\f895";
}

.fa-trash-arrow-turn-left {
  --fa: "\f895";
}

.fa-trash-can-undo {
  --fa: "\f896";
}

.fa-trash-can-arrow-turn-left {
  --fa: "\f896";
}

.fa-trash-undo-alt {
  --fa: "\f896";
}

.fa-voicemail {
  --fa: "\f897";
}

.fa-washing-machine {
  --fa: "\f898";
}

.fa-washer {
  --fa: "\f898";
}

.fa-wave-sine {
  --fa: "\f899";
}

.fa-wave-triangle {
  --fa: "\f89a";
}

.fa-wind-turbine {
  --fa: "\f89b";
}

.fa-border-center-h {
  --fa: "\f89c";
}

.fa-border-center-v {
  --fa: "\f89d";
}

.fa-album {
  --fa: "\f89f";
}

.fa-album-collection {
  --fa: "\f8a0";
}

.fa-amp-guitar {
  --fa: "\f8a1";
}

.fa-badge-sheriff {
  --fa: "\f8a2";
}

.fa-banjo {
  --fa: "\f8a3";
}

.fa-cassette-betamax {
  --fa: "\f8a4";
}

.fa-betamax {
  --fa: "\f8a4";
}

.fa-boombox {
  --fa: "\f8a5";
}

.fa-cactus {
  --fa: "\f8a7";
}

.fa-camcorder {
  --fa: "\f8a8";
}

.fa-video-handheld {
  --fa: "\f8a8";
}

.fa-camera-movie {
  --fa: "\f8a9";
}

.fa-camera-polaroid {
  --fa: "\f8aa";
}

.fa-cassette-tape {
  --fa: "\f8ab";
}

.fa-camera-cctv {
  --fa: "\f8ac";
}

.fa-cctv {
  --fa: "\f8ac";
}

.fa-clarinet {
  --fa: "\f8ad";
}

.fa-cloud-music {
  --fa: "\f8ae";
}

.fa-message-music {
  --fa: "\f8af";
}

.fa-comment-alt-music {
  --fa: "\f8af";
}

.fa-comment-music {
  --fa: "\f8b0";
}

.fa-computer-classic {
  --fa: "\f8b1";
}

.fa-computer-speaker {
  --fa: "\f8b2";
}

.fa-cowbell {
  --fa: "\f8b3";
}

.fa-cowbell-circle-plus {
  --fa: "\f8b4";
}

.fa-cowbell-more {
  --fa: "\f8b4";
}

.fa-disc-drive {
  --fa: "\f8b5";
}

.fa-file-music {
  --fa: "\f8b6";
}

.fa-film-canister {
  --fa: "\f8b7";
}

.fa-film-cannister {
  --fa: "\f8b7";
}

.fa-flashlight {
  --fa: "\f8b8";
}

.fa-flute {
  --fa: "\f8b9";
}

.fa-flux-capacitor {
  --fa: "\f8ba";
}

.fa-game-console-handheld {
  --fa: "\f8bb";
}

.fa-gramophone {
  --fa: "\f8bd";
}

.fa-guitar-electric {
  --fa: "\f8be";
}

.fa-guitars {
  --fa: "\f8bf";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

.fa-head-side-headphones {
  --fa: "\f8c2";
}

.fa-horse-saddle {
  --fa: "\f8c3";
}

.fa-image-polaroid {
  --fa: "\f8c4";
}

.fa-joystick {
  --fa: "\f8c5";
}

.fa-jug {
  --fa: "\f8c6";
}

.fa-kazoo {
  --fa: "\f8c7";
}

.fa-lasso {
  --fa: "\f8c8";
}

.fa-list-music {
  --fa: "\f8c9";
}

.fa-microphone-stand {
  --fa: "\f8cb";
}

.fa-computer-mouse {
  --fa: "\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
}

.fa-computer-mouse-scrollwheel {
  --fa: "\f8cd";
}

.fa-mouse-alt {
  --fa: "\f8cd";
}

.fa-mp3-player {
  --fa: "\f8ce";
}

.fa-music-note {
  --fa: "\f8cf";
}

.fa-music-alt {
  --fa: "\f8cf";
}

.fa-music-note-slash {
  --fa: "\f8d0";
}

.fa-music-alt-slash {
  --fa: "\f8d0";
}

.fa-music-slash {
  --fa: "\f8d1";
}

.fa-phone-rotary {
  --fa: "\f8d3";
}

.fa-piano {
  --fa: "\f8d4";
}

.fa-piano-keyboard {
  --fa: "\f8d5";
}

.fa-projector {
  --fa: "\f8d6";
}

.fa-radio {
  --fa: "\f8d7";
}

.fa-radio-tuner {
  --fa: "\f8d8";
}

.fa-radio-alt {
  --fa: "\f8d8";
}

.fa-record-vinyl {
  --fa: "\f8d9";
}

.fa-router {
  --fa: "\f8da";
}

.fa-saxophone-fire {
  --fa: "\f8db";
}

.fa-sax-hot {
  --fa: "\f8db";
}

.fa-saxophone {
  --fa: "\f8dc";
}

.fa-signal-stream {
  --fa: "\f8dd";
}

.fa-skull-cow {
  --fa: "\f8de";
}

.fa-speaker {
  --fa: "\f8df";
}

.fa-speakers {
  --fa: "\f8e0";
}

.fa-triangle-instrument {
  --fa: "\f8e2";
}

.fa-triangle-music {
  --fa: "\f8e2";
}

.fa-trumpet {
  --fa: "\f8e3";
}

.fa-turntable {
  --fa: "\f8e4";
}

.fa-tv-music {
  --fa: "\f8e6";
}

.fa-typewriter {
  --fa: "\f8e7";
}

.fa-usb-drive {
  --fa: "\f8e9";
}

.fa-user-cowboy {
  --fa: "\f8ea";
}

.fa-user-music {
  --fa: "\f8eb";
}

.fa-cassette-vhs {
  --fa: "\f8ec";
}

.fa-vhs {
  --fa: "\f8ec";
}

.fa-violin {
  --fa: "\f8ed";
}

.fa-wagon-covered {
  --fa: "\f8ee";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
}

.fa-watch-calculator {
  --fa: "\f8f0";
}

.fa-waveform {
  --fa: "\f8f1";
}

.fa-waveform-lines {
  --fa: "\f8f2";
}

.fa-waveform-path {
  --fa: "\f8f2";
}

.fa-scanner-image {
  --fa: "\f8f3";
}

.fa-air-conditioner {
  --fa: "\f8f4";
}

.fa-alien {
  --fa: "\f8f5";
}

.fa-alien-8bit {
  --fa: "\f8f6";
}

.fa-alien-monster {
  --fa: "\f8f6";
}

.fa-bed-front {
  --fa: "\f8f7";
}

.fa-bed-alt {
  --fa: "\f8f7";
}

.fa-bed-bunk {
  --fa: "\f8f8";
}

.fa-bed-empty {
  --fa: "\f8f9";
}

.fa-bell-on {
  --fa: "\f8fa";
}

.fa-blinds {
  --fa: "\f8fb";
}

.fa-blinds-open {
  --fa: "\f8fc";
}

.fa-blinds-raised {
  --fa: "\f8fd";
}

.fa-camera-security {
  --fa: "\f8fe";
}

.fa-camera-home {
  --fa: "\f8fe";
}

.fa-caravan {
  --fa: "\f8ff";
}

/*!
 * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-brands: "Font Awesome 7 Brands";
  --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-brands-400.woff2?b5e46ed355b4f4baa6d43aea7fec2ee8);
}
.fab,
.fa-brands,
.fa-classic.fa-brands {
  --fa-family: var(--fa-family-brands);
  --fa-style: 400;
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-microblog {
  --fa: "\e01a";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

.fa-unity {
  --fa: "\e049";
}

.fa-dailymotion {
  --fa: "\e052";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-deezer {
  --fa: "\e077";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-unsplash {
  --fa: "\e07c";
}

.fa-cloudflare {
  --fa: "\e07d";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-hive {
  --fa: "\e07f";
}

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

.fa-bots {
  --fa: "\e340";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-sitrox {
  --fa: "\e44a";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-padlet {
  --fa: "\e4a0";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-screenpal {
  --fa: "\e570";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

.fa-square-font-awesome {
  --fa: "\e5ad";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-shoelace {
  --fa: "\e60c";
}

.fa-threads {
  --fa: "\e618";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-x-twitter {
  --fa: "\e61b";
}

.fa-opensuse {
  --fa: "\e62b";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-brave {
  --fa: "\e63c";
}

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-bluesky {
  --fa: "\e671";
}

.fa-jxl {
  --fa: "\e67b";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-css {
  --fa: "\e6a2";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

.fa-openai {
  --fa: "\e7cf";
}

.fa-square-linkedin {
  --fa: "\e7d0";
}

.fa-cash-app {
  --fa: "\e7d4";
}

.fa-disqus {
  --fa: "\e7d5";
}

.fa-eleventy {
  --fa: "\e7d6";
}

.fa-11ty {
  --fa: "\e7d6";
}

.fa-kakao-talk {
  --fa: "\e7d7";
}

.fa-linktree {
  --fa: "\e7d8";
}

.fa-notion {
  --fa: "\e7d9";
}

.fa-pandora {
  --fa: "\e7da";
}

.fa-pixelfed {
  --fa: "\e7db";
}

.fa-tidal {
  --fa: "\e7dc";
}

.fa-vsco {
  --fa: "\e7dd";
}

.fa-w3c {
  --fa: "\e7de";
}

.fa-lumon {
  --fa: "\e7e2";
}

.fa-lumon-drop {
  --fa: "\e7e3";
}

.fa-square-figma {
  --fa: "\e7e4";
}

.fa-tex {
  --fa: "\e7ff";
}

.fa-duolingo {
  --fa: "\e812";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-github {
  --fa: "\f09b";
}

.fa-pinterest {
  --fa: "\f0d2";
}

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-css3 {
  --fa: "\f13c";
}

.fa-btc {
  --fa: "\f15a";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-xing {
  --fa: "\f168";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

.fa-dropbox {
  --fa: "\f16b";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-flickr {
  --fa: "\f16e";
}

.fa-adn {
  --fa: "\f170";
}

.fa-bitbucket {
  --fa: "\f171";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-apple {
  --fa: "\f179";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-android {
  --fa: "\f17b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-dribbble {
  --fa: "\f17d";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-foursquare {
  --fa: "\f180";
}

.fa-trello {
  --fa: "\f181";
}

.fa-gratipay {
  --fa: "\f184";
}

.fa-vk {
  --fa: "\f189";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-pagelines {
  --fa: "\f18c";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-yahoo {
  --fa: "\f19e";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-reddit {
  --fa: "\f1a1";
}

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-delicious {
  --fa: "\f1a5";
}

.fa-digg {
  --fa: "\f1a6";
}

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

.fa-drupal {
  --fa: "\f1a9";
}

.fa-joomla {
  --fa: "\f1aa";
}

.fa-behance {
  --fa: "\f1b4";
}

.fa-square-behance {
  --fa: "\f1b5";
}

.fa-behance-square {
  --fa: "\f1b5";
}

.fa-steam {
  --fa: "\f1b6";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-deviantart {
  --fa: "\f1bd";
}

.fa-soundcloud {
  --fa: "\f1be";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-codepen {
  --fa: "\f1cb";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-rebel {
  --fa: "\f1d0";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-git {
  --fa: "\f1d3";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-twitch {
  --fa: "\f1e8";
}

.fa-yelp {
  --fa: "\f1e9";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

.fa-cc-visa {
  --fa: "\f1f0";
}

.fa-cc-mastercard {
  --fa: "\f1f1";
}

.fa-cc-discover {
  --fa: "\f1f2";
}

.fa-cc-amex {
  --fa: "\f1f3";
}

.fa-cc-paypal {
  --fa: "\f1f4";
}

.fa-cc-stripe {
  --fa: "\f1f5";
}

.fa-lastfm {
  --fa: "\f202";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-ioxhost {
  --fa: "\f208";
}

.fa-angellist {
  --fa: "\f209";
}

.fa-buysellads {
  --fa: "\f20d";
}

.fa-connectdevelop {
  --fa: "\f20e";
}

.fa-dashcube {
  --fa: "\f210";
}

.fa-forumbee {
  --fa: "\f211";
}

.fa-leanpub {
  --fa: "\f212";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

.fa-simplybuilt {
  --fa: "\f215";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-pinterest-p {
  --fa: "\f231";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-viacoin {
  --fa: "\f237";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-opencart {
  --fa: "\f23d";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-cc-jcb {
  --fa: "\f24b";
}

.fa-cc-diners-club {
  --fa: "\f24c";
}

.fa-creative-commons {
  --fa: "\f25e";
}

.fa-gg {
  --fa: "\f260";
}

.fa-gg-circle {
  --fa: "\f261";
}

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-get-pocket {
  --fa: "\f265";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-safari {
  --fa: "\f267";
}

.fa-chrome {
  --fa: "\f268";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-contao {
  --fa: "\f26d";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

.fa-black-tie {
  --fa: "\f27e";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-edge {
  --fa: "\f282";
}

.fa-codiepie {
  --fa: "\f284";
}

.fa-modx {
  --fa: "\f285";
}

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-usb {
  --fa: "\f287";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-mixcloud {
  --fa: "\f289";
}

.fa-scribd {
  --fa: "\f28a";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-bluetooth-b {
  --fa: "\f294";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-wpbeginner {
  --fa: "\f297";
}

.fa-wpforms {
  --fa: "\f298";
}

.fa-envira {
  --fa: "\f299";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-glide-g {
  --fa: "\f2a6";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-first-order {
  --fa: "\f2b0";
}

.fa-yoast {
  --fa: "\f2b1";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-google-plus {
  --fa: "\f2b3";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-bandcamp {
  --fa: "\f2d5";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-imdb {
  --fa: "\f2d8";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

.fa-meetup {
  --fa: "\f2e0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

.fa-accessible-icon {
  --fa: "\f368";
}

.fa-accusoft {
  --fa: "\f369";
}

.fa-adversal {
  --fa: "\f36a";
}

.fa-affiliatetheme {
  --fa: "\f36b";
}

.fa-algolia {
  --fa: "\f36c";
}

.fa-amilia {
  --fa: "\f36d";
}

.fa-angrycreative {
  --fa: "\f36e";
}

.fa-app-store {
  --fa: "\f36f";
}

.fa-app-store-ios {
  --fa: "\f370";
}

.fa-apper {
  --fa: "\f371";
}

.fa-asymmetrik {
  --fa: "\f372";
}

.fa-audible {
  --fa: "\f373";
}

.fa-avianex {
  --fa: "\f374";
}

.fa-aws {
  --fa: "\f375";
}

.fa-bimobject {
  --fa: "\f378";
}

.fa-bitcoin {
  --fa: "\f379";
}

.fa-bity {
  --fa: "\f37a";
}

.fa-blackberry {
  --fa: "\f37b";
}

.fa-blogger {
  --fa: "\f37c";
}

.fa-blogger-b {
  --fa: "\f37d";
}

.fa-buromobelexperte {
  --fa: "\f37f";
}

.fa-centercode {
  --fa: "\f380";
}

.fa-cloudscale {
  --fa: "\f383";
}

.fa-cloudsmith {
  --fa: "\f384";
}

.fa-cloudversify {
  --fa: "\f385";
}

.fa-cpanel {
  --fa: "\f388";
}

.fa-css3-alt {
  --fa: "\f38b";
}

.fa-cuttlefish {
  --fa: "\f38c";
}

.fa-d-and-d {
  --fa: "\f38d";
}

.fa-deploydog {
  --fa: "\f38e";
}

.fa-deskpro {
  --fa: "\f38f";
}

.fa-digital-ocean {
  --fa: "\f391";
}

.fa-discord {
  --fa: "\f392";
}

.fa-discourse {
  --fa: "\f393";
}

.fa-dochub {
  --fa: "\f394";
}

.fa-docker {
  --fa: "\f395";
}

.fa-draft2digital {
  --fa: "\f396";
}

.fa-square-dribbble {
  --fa: "\f397";
}

.fa-dribbble-square {
  --fa: "\f397";
}

.fa-dyalog {
  --fa: "\f399";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-gofore {
  --fa: "\f3a7";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-gulp {
  --fa: "\f3ae";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

.fa-hotjar {
  --fa: "\f3b1";
}

.fa-hubspot {
  --fa: "\f3b2";
}

.fa-itunes {
  --fa: "\f3b4";
}

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-npm {
  --fa: "\f3d4";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-palfed {
  --fa: "\f3d8";
}

.fa-patreon {
  --fa: "\f3d9";
}

.fa-periscope {
  --fa: "\f3da";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-playstation {
  --fa: "\f3df";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-python {
  --fa: "\f3e2";
}

.fa-red-river {
  --fa: "\f3e3";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-speakap {
  --fa: "\f3f3";
}

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-supple {
  --fa: "\f3f9";
}

.fa-uber {
  --fa: "\f402";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-viber {
  --fa: "\f409";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-yandex-international {
  --fa: "\f414";
}

.fa-apple-pay {
  --fa: "\f415";
}

.fa-cc-apple-pay {
  --fa: "\f416";
}

.fa-fly {
  --fa: "\f417";
}

.fa-node {
  --fa: "\f419";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-react {
  --fa: "\f41b";
}

.fa-autoprefixer {
  --fa: "\f41c";
}

.fa-less {
  --fa: "\f41d";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-vuejs {
  --fa: "\f41f";
}

.fa-angular {
  --fa: "\f420";
}

.fa-aviato {
  --fa: "\f421";
}

.fa-ember {
  --fa: "\f423";
}

.fa-gitter {
  --fa: "\f426";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-strava {
  --fa: "\f428";
}

.fa-stripe {
  --fa: "\f429";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-amazon-pay {
  --fa: "\f42c";
}

.fa-cc-amazon-pay {
  --fa: "\f42d";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-hips {
  --fa: "\f452";
}

.fa-php {
  --fa: "\f457";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-creative-commons-by {
  --fa: "\f4e7";
}

.fa-creative-commons-nc {
  --fa: "\f4e8";
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

.fa-creative-commons-nd {
  --fa: "\f4eb";
}

.fa-creative-commons-pd {
  --fa: "\f4ec";
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

.fa-creative-commons-remix {
  --fa: "\f4ee";
}

.fa-creative-commons-sa {
  --fa: "\f4ef";
}

.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

.fa-creative-commons-share {
  --fa: "\f4f2";
}

.fa-creative-commons-zero {
  --fa: "\f4f3";
}

.fa-ebay {
  --fa: "\f4f4";
}

.fa-keybase {
  --fa: "\f4f5";
}

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-r-project {
  --fa: "\f4f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-fulcrum {
  --fa: "\f50b";
}

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-sith {
  --fa: "\f512";
}

.fa-trade-federation {
  --fa: "\f513";
}

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-mailchimp {
  --fa: "\f59e";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-nimblr {
  --fa: "\f5a8";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-shopware {
  --fa: "\f5b5";
}

.fa-squarespace {
  --fa: "\f5be";
}

.fa-themeco {
  --fa: "\f5c6";
}

.fa-weebly {
  --fa: "\f5cc";
}

.fa-wix {
  --fa: "\f5cf";
}

.fa-ello {
  --fa: "\f5f1";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-markdown {
  --fa: "\f60f";
}

.fa-neos {
  --fa: "\f612";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-alipay {
  --fa: "\f642";
}

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-critical-role {
  --fa: "\f6c9";
}

.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

.fa-dev {
  --fa: "\f6cc";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-think-peaks {
  --fa: "\f731";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-artstation {
  --fa: "\f77a";
}

.fa-atlassian {
  --fa: "\f77b";
}

.fa-canadian-maple-leaf {
  --fa: "\f785";
}

.fa-centos {
  --fa: "\f789";
}

.fa-confluence {
  --fa: "\f78d";
}

.fa-dhl {
  --fa: "\f790";
}

.fa-diaspora {
  --fa: "\f791";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-figma {
  --fa: "\f799";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-invision {
  --fa: "\f7b0";
}

.fa-jira {
  --fa: "\f7b1";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-redhat {
  --fa: "\f7bc";
}

.fa-sketch {
  --fa: "\f7c6";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-ubuntu {
  --fa: "\f7df";
}

.fa-ups {
  --fa: "\f7e0";
}

.fa-usps {
  --fa: "\f7e1";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-airbnb {
  --fa: "\f834";
}

.fa-battle-net {
  --fa: "\f835";
}

.fa-bootstrap {
  --fa: "\f836";
}

.fa-buffer {
  --fa: "\f837";
}

.fa-chromecast {
  --fa: "\f838";
}

.fa-evernote {
  --fa: "\f839";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-salesforce {
  --fa: "\f83b";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-yammer {
  --fa: "\f840";
}

.fa-git-alt {
  --fa: "\f841";
}

.fa-stackpath {
  --fa: "\f842";
}

.fa-cotton-bureau {
  --fa: "\f89e";
}

.fa-buy-n-large {
  --fa: "\f8a6";
}

.fa-mdb {
  --fa: "\f8ca";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-swift {
  --fa: "\f8e1";
}

.fa-umbraco {
  --fa: "\f8e8";
}

/*!
 * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-duotone: "Font Awesome 7 Duotone";
  --fa-font-duotone: normal 900 1em/1 var(--fa-family-duotone);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-duotone: var(--fa-family-duotone);
}

@font-face {
  font-family: "Font Awesome 7 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-duotone-900.woff2?10cf68ba414a773312d75faccd1abcc8);
}
.fad,
.fa-duotone {
  --fa-family: var(--fa-family-duotone);
  --fa-style: 900;
  position: relative;
  letter-spacing: normal;
}

.fad::before,
.fa-duotone::before {
  position: absolute;
  color: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.fad::after,
.fa-duotone::after {
  color: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::before,
.fa-swap-opacity .fa-duotone::before,
.fad.fa-swap-opacity::before,
.fa-duotone.fa-swap-opacity::before {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.fa-swap-opacity .fad::after,
.fa-swap-opacity .fa-duotone::after,
.fad.fa-swap-opacity::after,
.fa-duotone.fa-swap-opacity::after {
  opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-li,
.fa-duotone.fa-li,
.fad.fa-stack-1x,
.fa-duotone.fa-stack-1x,
.fad.fa-stack-2x,
.fa-duotone.fa-stack-2x {
  position: absolute;
}

/*!
 * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-classic: "Font Awesome 7 Pro";
  --fa-font-light: normal 300 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-light-300.woff2?74729c0911f3566fef1f510fba410450);
}
.fal {
  --fa-family: var(--fa-family-classic);
  --fa-style: 300;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-light {
  --fa-style: 300;
}

/*!
 * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-classic: "Font Awesome 7 Pro";
  --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-regular-400.woff2?152c8eda73d02323ace66041312a02d6);
}
.far {
  --fa-family: var(--fa-family-classic);
  --fa-style: 400;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-regular {
  --fa-style: 400;
}

/*!
 * Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
:root, :host {
  --fa-family-classic: "Font Awesome 7 Pro";
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
  /* deprecated: this older custom property will be removed next major release */
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-pro/webfa-solid-900.woff2?49debaa8bda5880b0b18a6047a6d03c9);
}
.fas {
  --fa-family: var(--fa-family-classic);
  --fa-style: 900;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-solid {
  --fa-style: 900;
}

/* jQuery - Date Time Picker */
:root {
  --swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);
  --swal2-container-padding: 0.625em;
  --swal2-backdrop: rgba(0, 0, 0, 0.4);
  --swal2-backdrop-transition: background-color 0.1s;
  --swal2-width: 32em;
  --swal2-padding: 0 0 1.25em;
  --swal2-border: none;
  --swal2-border-radius: 0.3125rem;
  --swal2-background: white;
  --swal2-color: #545454;
  --swal2-show-animation: swal2-show 0.3s;
  --swal2-hide-animation: swal2-hide 0.15s forwards;
  --swal2-icon-zoom: 1;
  --swal2-icon-animations: true;
  --swal2-title-padding: 0.8em 1em 0;
  --swal2-html-container-padding: 1em 1.6em 0.3em;
  --swal2-input-border: 1px solid #d9d9d9;
  --swal2-input-border-radius: 0.1875em;
  --swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-background: transparent;
  --swal2-input-transition: border-color 0.2s, box-shadow 0.2s;
  --swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  --swal2-input-focus-border: 1px solid #b4dbed;
  --swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px $swal2-outline-color;
  --swal2-progress-step-background: #add8e6;
  --swal2-validation-message-background: #f0f0f0;
  --swal2-validation-message-color: #666;
  --swal2-footer-border-color: #eee;
  --swal2-footer-background: transparent;
  --swal2-footer-color: inherit;
  --swal2-close-button-position: initial;
  --swal2-close-button-inset: auto;
  --swal2-close-button-font-size: 2.5em;
  --swal2-close-button-color: #ccc;
  --swal2-close-button-transition: color 0.2s, box-shadow 0.2s;
  --swal2-close-button-outline: initial;
  --swal2-close-button-box-shadow: inset 0 0 0 3px transparent;
  --swal2-close-button-focus-box-shadow: inset var(--swal2-outline);
  --swal2-close-button-hover-transform: none;
  --swal2-actions-justify-content: center;
  --swal2-actions-width: auto;
  --swal2-actions-margin: 1.25em auto 0;
  --swal2-actions-padding: 0;
  --swal2-actions-border-radius: 0;
  --swal2-actions-background: transparent;
  --swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;
  --swal2-action-button-hover: black 10%;
  --swal2-action-button-active: black 10%;
  --swal2-confirm-button-box-shadow: none;
  --swal2-confirm-button-border-radius: 0.25em;
  --swal2-confirm-button-background-color: #7066e0;
  --swal2-confirm-button-color: #fff;
  --swal2-deny-button-box-shadow: none;
  --swal2-deny-button-border-radius: 0.25em;
  --swal2-deny-button-background-color: #dc3741;
  --swal2-deny-button-color: #fff;
  --swal2-cancel-button-box-shadow: none;
  --swal2-cancel-button-border-radius: 0.25em;
  --swal2-cancel-button-background-color: #6e7881;
  --swal2-cancel-button-color: #fff;
  --swal2-toast-show-animation: swal2-toast-show 0.5s;
  --swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;
  --swal2-toast-border: none;
  --swal2-toast-box-shadow:
    0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075),
    1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075);
}

[data-swal2-theme=dark] {
  --swal2-dark-theme-black: #19191a;
  --swal2-dark-theme-white: #e1e1e1;
  --swal2-background: var(--swal2-dark-theme-black);
  --swal2-color: var(--swal2-dark-theme-white);
  --swal2-footer-border-color: #555;
  --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
  --swal2-validation-message-background: color-mix(
    in srgb,
    var(--swal2-dark-theme-black),
    var(--swal2-dark-theme-white) 10%
  );
  --swal2-validation-message-color: var(--swal2-dark-theme-white);
}

@media (prefers-color-scheme: dark) {
  [data-swal2-theme=auto] {
    --swal2-dark-theme-black: #19191a;
    --swal2-dark-theme-white: #e1e1e1;
    --swal2-background: var(--swal2-dark-theme-black);
    --swal2-color: var(--swal2-dark-theme-white);
    --swal2-footer-border-color: #555;
    --swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);
    --swal2-validation-message-background: color-mix(
      in srgb,
      var(--swal2-dark-theme-black),
      var(--swal2-dark-theme-white) 10%
    );
    --swal2-validation-message-color: var(--swal2-dark-theme-white);
  }
}
body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none;
}
body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}
body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px var(--swal2-backdrop);
}
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  inset: 0 auto auto 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  inset: 0 0 auto auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  inset: 0 auto auto 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  inset: 50% auto auto 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  inset: auto auto 0 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  inset: auto auto 0 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  inset: auto 0 0 auto;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop, .swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

div:where(.swal2-container) {
  display: grid;
  position: fixed;
  z-index: 1060;
  inset: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: var(--swal2-container-padding);
  overflow-x: hidden;
  transition: var(--swal2-backdrop-transition);
  -webkit-overflow-scrolling: touch;
}
div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background: var(--swal2-backdrop);
}
div:where(.swal2-container).swal2-backdrop-hide {
  background: transparent !important;
}
div:where(.swal2-container).swal2-top-start, div:where(.swal2-container).swal2-center-start, div:where(.swal2-container).swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}
div:where(.swal2-container).swal2-top, div:where(.swal2-container).swal2-center, div:where(.swal2-container).swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}
div:where(.swal2-container).swal2-top-end, div:where(.swal2-container).swal2-center-end, div:where(.swal2-container).swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}
div:where(.swal2-container).swal2-top-start > .swal2-popup {
  align-self: start;
}
div:where(.swal2-container).swal2-top > .swal2-popup {
  grid-column: 2;
  place-self: start center;
}
div:where(.swal2-container).swal2-top-end > .swal2-popup, div:where(.swal2-container).swal2-top-right > .swal2-popup {
  grid-column: 3;
  place-self: start end;
}
div:where(.swal2-container).swal2-center-start > .swal2-popup, div:where(.swal2-container).swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}
div:where(.swal2-container).swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
}
div:where(.swal2-container).swal2-center-end > .swal2-popup, div:where(.swal2-container).swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  place-self: center end;
}
div:where(.swal2-container).swal2-bottom-start > .swal2-popup, div:where(.swal2-container).swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}
div:where(.swal2-container).swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  place-self: end center;
}
div:where(.swal2-container).swal2-bottom-end > .swal2-popup, div:where(.swal2-container).swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  place-self: end end;
}
div:where(.swal2-container).swal2-grow-row > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}
div:where(.swal2-container).swal2-grow-column > .swal2-popup, div:where(.swal2-container).swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}
div:where(.swal2-container).swal2-no-transition {
  transition: none !important;
}
div:where(.swal2-container)[popover] {
  width: auto;
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: var(--swal2-width);
  max-width: 100%;
  padding: var(--swal2-padding);
  border: var(--swal2-border);
  border-radius: var(--swal2-border-radius);
  background: var(--swal2-background);
  color: var(--swal2-color);
  font-family: inherit;
  font-size: 1rem;
  container-name: swal2-popup;
}
div:where(.swal2-container) div:where(.swal2-popup):focus {
  outline: none;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
  overflow-y: hidden;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon) {
  cursor: grab;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging {
  cursor: grabbing;
}
div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon) {
  cursor: grabbing;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: var(--swal2-title-padding);
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
  cursor: initial;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: var(--swal2-actions-justify-content);
  width: var(--swal2-actions-width);
  margin: var(--swal2-actions-margin);
  padding: var(--swal2-actions-padding);
  border-radius: var(--swal2-actions-border-radius);
  background: var(--swal2-actions-background);
}
div:where(.swal2-container) div:where(.swal2-loader) {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent;
}
div:where(.swal2-container) button:where(.swal2-styled) {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: var(--swal2-action-button-transition);
  border: none;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500;
}
div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
  cursor: pointer;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border-radius: var(--swal2-confirm-button-border-radius);
  background: initial;
  background-color: var(--swal2-confirm-button-background-color);
  box-shadow: var(--swal2-confirm-button-box-shadow);
  color: var(--swal2-confirm-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active {
  background-color: color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  border-radius: var(--swal2-deny-button-border-radius);
  background: initial;
  background-color: var(--swal2-deny-button-background-color);
  box-shadow: var(--swal2-deny-button-box-shadow);
  color: var(--swal2-deny-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active {
  background-color: color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  border-radius: var(--swal2-cancel-button-border-radius);
  background: initial;
  background-color: var(--swal2-cancel-button-background-color);
  box-shadow: var(--swal2-cancel-button-box-shadow);
  color: var(--swal2-cancel-button-color);
  font-size: 1em;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover));
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active {
  background-color: color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active));
}
div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
  outline: none;
  box-shadow: var(--swal2-action-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading) {
  opacity: 0.4;
}
div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-footer) {
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid var(--swal2-footer-border-color);
  background: var(--swal2-footer-background);
  color: var(--swal2-footer-color);
  font-size: 1em;
  text-align: center;
  cursor: initial;
}
div:where(.swal2-container) .swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: var(--swal2-border-radius);
  border-bottom-left-radius: var(--swal2-border-radius);
}
div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}
div:where(.swal2-container) img:where(.swal2-image) {
  max-width: 100%;
  margin: 2em auto 1em;
  cursor: initial;
}
div:where(.swal2-container) button:where(.swal2-close) {
  position: var(--swal2-close-button-position);
  inset: var(--swal2-close-button-inset);
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: var(--swal2-close-button-transition);
  border: none;
  border-radius: var(--swal2-border-radius);
  outline: var(--swal2-close-button-outline);
  background: transparent;
  color: var(--swal2-close-button-color);
  font-family: monospace;
  font-size: var(--swal2-close-button-font-size);
  cursor: pointer;
  justify-self: end;
}
div:where(.swal2-container) button:where(.swal2-close):hover {
  transform: var(--swal2-close-button-hover-transform);
  background: transparent;
  color: #f27474;
}
div:where(.swal2-container) button:where(.swal2-close):focus-visible {
  outline: none;
  box-shadow: var(--swal2-close-button-focus-box-shadow);
}
div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
  border: 0;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: var(--swal2-html-container-padding);
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea),
div:where(.swal2-container) select:where(.swal2-select),
div:where(.swal2-container) div:where(.swal2-radio),
div:where(.swal2-container) label:where(.swal2-checkbox) {
  margin: 1em 2em 3px;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  box-sizing: border-box;
  width: auto;
  transition: var(--swal2-input-transition);
  border: var(--swal2-input-border);
  border-radius: var(--swal2-input-border-radius);
  background: var(--swal2-input-background);
  box-shadow: var(--swal2-input-box-shadow);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
div:where(.swal2-container) input:where(.swal2-input):hover,
div:where(.swal2-container) input:where(.swal2-file):hover,
div:where(.swal2-container) textarea:where(.swal2-textarea):hover {
  box-shadow: var(--swal2-input-hover-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input):focus,
div:where(.swal2-container) input:where(.swal2-file):focus,
div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
  border: var(--swal2-input-focus-border);
  outline: none;
  box-shadow: var(--swal2-input-focus-box-shadow);
}
div:where(.swal2-container) input:where(.swal2-input)::-moz-placeholder, div:where(.swal2-container) input:where(.swal2-file)::-moz-placeholder, div:where(.swal2-container) textarea:where(.swal2-textarea)::-moz-placeholder {
  color: #ccc;
}
div:where(.swal2-container) input:where(.swal2-input)::placeholder,
div:where(.swal2-container) input:where(.swal2-file)::placeholder,
div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
  color: #ccc;
}
div:where(.swal2-container) .swal2-range {
  margin: 1em 2em 3px;
  background: var(--swal2-background);
}
div:where(.swal2-container) .swal2-range input {
  width: 80%;
}
div:where(.swal2-container) .swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
div:where(.swal2-container) .swal2-range input,
div:where(.swal2-container) .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
div:where(.swal2-container) .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
div:where(.swal2-container) .swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: var(--swal2-input-background);
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
div:where(.swal2-container) .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: var(--swal2-input-background);
  color: inherit;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio,
div:where(.swal2-container) .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: var(--swal2-background);
  color: inherit;
}
div:where(.swal2-container) .swal2-radio label,
div:where(.swal2-container) .swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}
div:where(.swal2-container) .swal2-radio input,
div:where(.swal2-container) .swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}
div:where(.swal2-container) label:where(.swal2-input-label) {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}
div:where(.swal2-container) div:where(.swal2-validation-message) {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: var(--swal2-validation-message-background);
  color: var(--swal2-validation-message-color);
  font-size: 1em;
  font-weight: 300;
}
div:where(.swal2-container) div:where(.swal2-validation-message)::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: transparent;
  font-weight: 600;
}
div:where(.swal2-container) .swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: var(--swal2-progress-step-background);
  color: #fff;
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: var(--swal2-progress-step-background);
}
div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

div:where(.swal2-icon) {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  zoom: var(--swal2-icon-zoom);
  border: 0.25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
div:where(.swal2-icon) .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
div:where(.swal2-icon).swal2-error {
  border-color: #f27474;
  color: #f27474;
}
div:where(.swal2-icon).swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
  }
}
div:where(.swal2-icon).swal2-warning {
  border-color: #f8bb86;
  color: #f8bb86;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-warning.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.5s;
  }
}
div:where(.swal2-icon).swal2-info {
  border-color: #3fc3ee;
  color: #3fc3ee;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-info.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-i-mark 0.8s;
  }
}
div:where(.swal2-icon).swal2-question {
  border-color: #87adbd;
  color: #87adbd;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-question.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s;
  }
  div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
    animation: swal2-animate-question-mark 0.8s;
  }
}
div:where(.swal2-icon).swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
@container swal2-popup style(--swal2-icon-animations:true) {
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s;
  }
  div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in;
  }
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: var(--swal2-show-animation);
}

.swal2-hide {
  animation: var(--swal2-hide-animation);
}

.swal2-noanimation {
  transition: none;
}

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

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  border: var(--swal2-toast-border);
  background: var(--swal2-background);
  box-shadow: var(--swal2-toast-box-shadow);
  pointer-events: all;
}
.swal2-toast > * {
  grid-column: 2;
}
.swal2-toast h2:where(.swal2-title) {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast .swal2-loading {
  justify-content: center;
}
.swal2-toast input:where(.swal2-input) {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}
.swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-toast div:where(.swal2-footer) {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-toast button:where(.swal2-close) {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}
.swal2-toast div:where(.swal2-html-container) {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}
.swal2-toast div:where(.swal2-html-container):empty {
  padding: 0;
}
.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}
.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}
.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}
.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}
.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}
.swal2-toast div:where(.swal2-actions) {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}
.swal2-toast button:where(.swal2-styled) {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}
.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  border-radius: 50%;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}
.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}
.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}
@container swal2-popup style(--swal2-icon-animations:true) {
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s;
  }
  .swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-toast-animate-success-line-long 0.75s;
  }
}
.swal2-toast.swal2-show {
  animation: var(--swal2-toast-show-animation);
}
.swal2-toast.swal2-hide {
  animation: var(--swal2-toast-hide-animation);
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}
@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: 0.5em;
    width: 2.9375em;
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
.current-location {
  margin-top: 25px;
}
.current-location #map-canvas-0 {
  height: 219px !important;
  border-radius: 5px;
}

.map {
  position: relative;
  overflow: hidden;
}
.map #map-canvas-1 {
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .alarms .search {
    display: none;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blinker {
  animation: blinker 1s linear infinite;
}

.breadcrumb {
  margin-bottom: 0;
  background: #373b43;
  border-radius: 0px;
  display: block;
}

.breadcrumb li {
  font-size: 14px;
}

.breadcrumb a {
  color: #999eac;
}

.breadcrumb a:hover {
  color: #FFFFFF;
}

.breadcrumb > .active {
  color: #FFFFFF;
}

.breadcrumb > li + li:before {
  color: #a5aab9;
  content: "/ ";
}

.row-eq-height {
  display: flex;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.buttons .clearfix:before, .buttons .clearfix:after {
  content: " ";
  display: table;
}
.buttons .clearfix:after {
  clear: both;
}

.fixed-table-toolbar {
  margin-bottom: 15px;
  align-items: center;
}
.fixed-table-toolbar .buttons {
  margin: 0;
}
.fixed-table-toolbar .panel-heading {
  display: flex;
  align-items: center;
  padding: 0;
}
@media (max-width: 1024px) {
  .fixed-table-toolbar .panel-heading.alarm-heading {
    flex-flow: column nowrap;
  }
  .fixed-table-toolbar .panel-heading.alarm-heading a {
    margin-top: 5px;
  }
}
.fixed-table-toolbar .panel-heading .panel-title {
  font-weight: 500;
  margin-right: 10px;
  color: #efefef;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.3;
}
.fixed-table-toolbar .panel-heading h3.panel-title {
  font-size: 18px;
}
.fixed-table-toolbar .panel-heading h4.panel-title {
  font-size: 16px;
}
.fixed-table-toolbar .bs-bars {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
}
.fixed-table-toolbar .search {
  width: 35%;
  margin-left: 6px;
}
.fixed-table-toolbar .columns, .fixed-table-toolbar .search {
  margin-top: 0;
  margin-bottom: 0;
}
.fixed-table-toolbar .columns .btn, .fixed-table-toolbar .search .btn {
  font-size: 19px;
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
}
@media (max-width: 768px) {
  .fixed-table-toolbar .columns .btn, .fixed-table-toolbar .search .btn {
    padding: 0px 10px;
  }
}
.fixed-table-toolbar .columns .btn:hover, .fixed-table-toolbar .columns .btn:focus, .fixed-table-toolbar .columns .btn.focus, .fixed-table-toolbar .search .btn:hover, .fixed-table-toolbar .search .btn:focus, .fixed-table-toolbar .search .btn.focus {
  outline: 0;
}
.fixed-table-toolbar .columns .form-control, .fixed-table-toolbar .search .form-control {
  height: 44px;
  line-height: 44px;
  background-color: #373b43;
}
.fixed-table-toolbar .dropdown-menu {
  min-width: 165px;
  max-height: none;
  right: -1px !important;
  background-color: #3B434D;
}
.fixed-table-toolbar .dropdown-menu li label {
  font-size: 13px;
  padding: 3px 10px;
  font-weight: 500;
  cursor: pointer;
}
.fixed-table-toolbar .dropdown-menu li label input[type=radio], .fixed-table-toolbar .dropdown-menu li label input[type=checkbox] {
  margin-right: 4px;
}

.fixed-table-container {
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  /*
  thead th .sortable {
      position: relative;
      background-image: none !important;
      &:after {
          display: inline-block;

          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;

          color: #616674;
          font-size: 0.8em;
          padding-top: 0.12em;
          margin-left: 10px;
      }
      &.both:after {
          content: "\f0dc";
      }
      &.asc:after {
          content: "\f0de";
      }
      &.desc:after {
          content: "\f0dd";
      }
  }
  */
}
.fixed-table-container tbody td, .fixed-table-container thead th {
  padding: 0;
}
.fixed-table-container thead th .th-inner {
  padding: 0;
  line-height: 1.1;
  border: 0;
  font-size: 13px;
  font-weight: 700;
  color: #efefef;
}
.fixed-table-container tbody td .th-inner, .fixed-table-container thead th .th-inner {
  padding: 0;
  line-height: 1.1;
}

.bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td {
  padding: 10px 8px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .bootstrap-table .table:not(.table-condensed), .bootstrap-table .table:not(.table-condensed) > tbody > tr > td, .bootstrap-table .table:not(.table-condensed) > tbody > tr > th, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td, .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th, .bootstrap-table .table:not(.table-condensed) > thead > tr > td {
    padding: 15px 8px;
  }
}

.fixed-table-body .table {
  max-width: none;
  -webkit-overflow-scrolling: touch !important;
}

.fixed-table-loading {
  padding-top: 5px;
  background-color: #2f323a;
  z-index: 1;
}

.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
  display: block;
  margin: 15px 0 0 0;
}
.fixed-table-pagination div.pagination a, .fixed-table-pagination .pagination-detail a {
  padding: 5.5px 11px;
}
@media (max-width: 1024px) {
  .fixed-table-pagination div.pagination a, .fixed-table-pagination .pagination-detail a {
    padding: 10px 13px;
  }
}
.fixed-table-pagination .pagination-info {
  line-height: 1;
}

.bootstrap-table .table {
  border: 0;
  border-radius: 5px;
  overflow: hidden;
  word-wrap: break-word;
}
.bootstrap-table .table > thead > tr > th {
  padding: 12px 10px;
  line-height: 1;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  color: #efefef;
}
.bootstrap-table .table > thead > tr > th.th-w-20 {
  width: 20px;
}
.bootstrap-table .table > tbody > tr.priority-blinking td.priority i.fa {
  animation: blinker 1s linear infinite;
}
.bootstrap-table .table > tbody > tr td {
  color: #999eac;
}
.bootstrap-table .table > tbody > tr td.priority i.fa {
  min-width: 0;
}
.bootstrap-table .table > tbody > tr td.alarmcode {
  background-color: #373b43;
  color: #ffffff;
}
.bootstrap-table .table > tbody > tr:nth-child(odd) td {
  background-color: #24252b !important;
}
.bootstrap-table .table > tbody > tr:nth-child(even) td {
  background-color: #202020 !important;
}
.bootstrap-table .table > tbody > tr:hover td {
  background-color: #373b43 !important;
}
.bootstrap-table .table > tbody > tr.assigned-to-employee td {
  background-color: #353a44;
}
.bootstrap-table .table > tbody > tr.high td {
  background-color: #3E373E !important;
  color: #F2615A !important;
}
.bootstrap-table .table > tbody > tr.high td.priority i:hover {
  color: #F2615A !important;
}
.bootstrap-table .table > tbody > tr.high td.priority i.action {
  color: #888 !important;
}
.bootstrap-table .table > tbody > tr.high td.priority i.action:hover {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.high td a {
  color: #F2615A !important;
}
.bootstrap-table .table > tbody > tr.high td a:hover {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.high td a.action {
  color: #888 !important;
}
.bootstrap-table .table > tbody > tr.high td a.action:hover {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.medium td {
  background-color: #46423e !important;
  color: #D9AC51 !important;
}
.bootstrap-table .table > tbody > tr.medium td.priority i:hover {
  color: #D9AC51 !important;
}
.bootstrap-table .table > tbody > tr.medium td a {
  color: #D9AC51 !important;
}
.bootstrap-table .table > tbody > tr.medium td a:hover {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.medium td a.action {
  color: #888 !important;
}
.bootstrap-table .table > tbody > tr.medium td a.action:hover {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.low td, .bootstrap-table .table > tbody > tr.very-low td {
  color: #a5aab9 !important;
}
.bootstrap-table .table > tbody > tr.low td.priority i, .bootstrap-table .table > tbody > tr.very-low td.priority i {
  color: #2EB09C !important;
}
.bootstrap-table .table > tbody > tr.low td.priority i:hover, .bootstrap-table .table > tbody > tr.very-low td.priority i:hover {
  color: #2EB09C !important;
}
.bootstrap-table .table > tbody > tr.low td a, .bootstrap-table .table > tbody > tr.very-low td a {
  color: #a5aab9 !important;
}
.bootstrap-table .table > tbody > tr.low td a:hover, .bootstrap-table .table > tbody > tr.very-low td a:hover {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.low td a.action, .bootstrap-table .table > tbody > tr.very-low td a.action {
  color: #888 !important;
}
.bootstrap-table .table > tbody > tr.bookings-active td {
  background-color: #3B434D !important;
  color: #DFDFDF !important;
}
.bootstrap-table .table > tbody > tr.bookings-active td i {
  color: #DFDFDF !important;
}
.bootstrap-table .table > tbody > tr.bookings-active td i:hover {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.bookings-active td a {
  color: #6196df !important;
}
.bootstrap-table .table > tbody > tr.bookings-active td a:hover {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.bookings-active td a.action {
  color: #6196df !important;
}
.bootstrap-table .table > tbody > tr:hover td {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.measurement-alarm td {
  background-color: #3f363d;
  color: #F2615A;
}
.bootstrap-table .table > tbody > tr.dashboard-status-online td {
  background-color: #474E56 !important;
}
.bootstrap-table .table > tbody > tr.dashboard-status-online td:nth-child(2) a {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.dashboard-status-online td:nth-child(4) {
  /* background-color: #2B8373 !important; */
}
.bootstrap-table .table > tbody > tr.dashboard-status-online td:nth-child(4) a {
  color: #3cb39e !important;
}
.bootstrap-table .table > tbody > tr.dashboard-status-online td:nth-child(4) a:hover {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.dashboard-status-offline td {
  background-color: #474E56 !important;
}
.bootstrap-table .table > tbody > tr.dashboard-status-offline td:nth-child(2) a {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr.dashboard-status-offline td:nth-child(4) {
  /* background-color: #B23C36 !important; */
}
.bootstrap-table .table > tbody > tr.dashboard-status-offline td:nth-child(4) a {
  color: #FA6B5B !important;
}
.bootstrap-table .table > tbody > tr.dashboard-status-offline td:nth-child(4) a:hover {
  color: #FFFFFF !important;
}
.bootstrap-table .table > tbody > tr > td {
  font-size: 13px;
  vertical-align: middle;
}
.bootstrap-table .table > tbody > tr > td.high {
  background-color: #3E373E;
  color: #F2615A;
}
.bootstrap-table .table > tbody > tr > td.medium {
  background-color: #333C44;
  color: #D9AC51;
}
.bootstrap-table .table > tbody > tr > td.low, .bootstrap-table .table > tbody > tr > td.very-low {
  background-color: #333C44;
  color: #2EB09C;
}
.bootstrap-table .table > tbody > tr > td.td-status {
  max-width: 30px;
  font-size: 16px;
  text-align: center;
}
.bootstrap-table .table > tbody > tr > td.td-status .fa-circle.high {
  color: #FA6B5B;
  text-shadow: 0 0 4px #FA6B5B;
}
.bootstrap-table .table > tbody > tr > td.td-status .fa-circle.medium {
  color: #E4BD44;
  text-shadow: 0 0 4px #E4BD44;
}
.bootstrap-table .table > tbody > tr > td.td-status .fa-circle.low, .bootstrap-table .table > tbody > tr > td.td-status .fa-circle.very-low {
  color: #4B5059;
}
.bootstrap-table .table > tbody > tr > td.td-small {
  width: 100px;
}
.bootstrap-table .table > tbody > tr > td.td-action {
  width: 60px;
  padding: 0 10px !important;
}
.bootstrap-table .table > tbody > tr > td.td-action .action-edit, .bootstrap-table .table > tbody > tr > td.td-action .action-delete {
  max-width: 39px;
}
.bootstrap-table .table > tbody > tr > td.td-download {
  width: 100px;
}
.bootstrap-table .table > tbody > tr > td.td-download .icon-download2 {
  font-size: 12px;
}
.bootstrap-table .table > tbody > tr > td.td-photo {
  max-width: 75px;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .bootstrap-table .table > tbody > tr > td.td-photo {
    padding: 0 10px !important;
  }
}
.bootstrap-table .table > tbody > tr > td.td-number {
  width: 100px;
}
.bootstrap-table .table > tbody > tr > td.sortable {
  width: 60px;
}
.bootstrap-table .table > tbody > tr > td.sortable .sortable {
  font-size: 24px;
  cursor: grab;
}
.bootstrap-table .table > tbody > tr > td .fa-check {
  color: #3cb39e;
  font-size: 16px;
}

.ui-sortable-helper {
  display: table;
}

.fixed-table-loading {
  background-color: #2f323a;
}

.bootstrap-table .table {
  background-color: #2f323a;
}
.bootstrap-table .table > thead > tr > th {
  background-color: #373b43;
  border-bottom: 2px solid #27292f;
}
.bootstrap-table .table > tbody > tr > td {
  background-color: #2f323a;
  border: 1px solid #27292f;
}

.panel-body .detail-icon {
  font-size: 21px;
}
.panel-body:not(.transparent) .fixed-table-loading {
  background-color: #373B43;
}
.panel-body:not(.transparent) .bootstrap-table .table {
  background-color: #373B43;
}
.panel-body:not(.transparent) .bootstrap-table .table > thead > tr > th {
  background-color: #484d57;
  border-bottom: 2px solid #2e3138;
}
.panel-body:not(.transparent) .bootstrap-table .table > tbody > tr > td {
  background-color: #373b43;
  border: 1px solid #2e3138;
}

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

.table-hover > tbody > tr:hover {
  background-color: transparent;
}
.table-hover > tbody > tr:hover td {
  transition: all 0.2s;
  background-color: #3b3f48;
  color: #FFF;
}

@media (max-width: 1024px) {
  .fixed-table-pagination .pagination-detail, .fixed-table-pagination .pagination {
    width: 100%;
    float: left !important;
  }
}
.fixed-table-pagination .dropdown-menu {
  margin: 0;
}
.fixed-table-pagination .dropdown-menu > li > a:hover, .fixed-table-pagination .dropdown-menu > li > a:focus {
  background-color: #3b4150;
}
.fixed-table-pagination .dropup .btn {
  padding: 0 6px;
}
@media (max-width: 1024px) {
  .fixed-table-pagination .dropup .btn {
    padding: 6px 9px;
  }
}
.fixed-table-pagination .dropup .btn .caret {
  margin-left: 4px;
}

.table-responsive {
  width: 100%;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table {
  margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
  white-space: nowrap;
}
.table-responsive > .table-bordered {
  border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}

.panel-live .fixed-table-toolbar .panel-heading h3.panel-title {
  font-size: 20px;
}
.panel-live .fixed-table-toolbar .panel-heading #time {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
  font-size: 19px;
  margin-top: 2px;
}
.panel-live .bootstrap-table .table > thead > tr > th {
  font-size: 15px;
}
.panel-live .bootstrap-table .table > tbody > tr > td {
  font-size: 14px;
}

.bootstrap-table.active {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.navbar-default {
  border-radius: 0;
  border: 0;
}

.btn {
  transition: all 0.2s;
}

.alert {
  font-weight: 500;
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 15px 20px;
  z-index: 1;
}
.alert.mt {
  margin-top: 15px;
}
.alert .close {
  position: absolute;
  top: 20px;
  right: 15px;
}

.alert-danger {
  background-color: #a02626;
  border-color: #a02626;
}

.close {
  opacity: 1;
  font-size: 14px;
}

.panel-body .alert {
  border-radius: 5px;
  margin-bottom: 15px;
}

.panel {
  box-shadow: none;
  margin-bottom: 15px;
  border: 0;
  position: relative;
}
.panel .panel-body {
  position: relative;
}
.panel.margin-remove {
  margin-bottom: 0;
}
.panel.mt {
  margin-top: 15px;
}

.panel-footer {
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #373B43;
  border-bottom: 1px solid #373B43;
  padding: 10px 0 0 0;
  margin-top: 10px;
}
.panel-footer .icon {
  display: none;
  font-size: 32px;
  margin-right: 10px;
}
.panel-footer.help .icon {
  display: block;
}

.panel-white .panel-body h2.panel-title {
  font-size: 20px;
}
.panel-white .panel-body h3.panel-title {
  font-size: 16px;
}
.panel-white .panel-body .panel-title {
  font-weight: 500;
  line-height: 1;
  margin: 0 0 10px 0;
  color: #efefef;
}

.panel-default {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.panel-default > .panel-heading {
  height: 36px;
  display: flex;
  align-items: center;
  border: 0;
  padding: 0;
  margin: 0 0 15px 0;
}
.panel-default > .panel-heading.without-icons {
  margin-bottom: 0;
}
.panel-default > .panel-heading .panel-title {
  font-weight: 500;
  margin-right: 10px;
  color: #efefef;
}
.panel-default > .panel-heading h3.panel-title {
  font-size: 18px;
}
.panel-default > .panel-heading h4.panel-title {
  font-size: 16px;
}
.panel-default > .panel-heading > .buttons {
  margin-left: auto;
}
.panel-default > .panel-heading .badge {
  margin-top: -12px;
}
.panel-default > .panel-image-heading {
  position: relative;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}
.panel-default > .panel-image-heading img {
  display: block;
  width: 100%;
  height: auto;
}
.panel-default > .panel-image-heading .actions {
  position: absolute;
  top: 10px;
  right: 15px;
}
.panel-default .panel-body {
  background-color: #2f323a;
  border-radius: 5px;
}
.panel-default .panel-body .panel-subtitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  color: #a5aab9;
}
.panel-default .panel-body.transparent {
  background-color: transparent;
  padding: 0;
}
.panel-default .panel-body.lg {
  padding: 0 5px;
}
.panel-default .panel-body.no-radius-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-tab .panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-widget > .panel-heading {
  float: left;
  margin: 9px 0;
}

.nav-tabs {
  background-color: #373b43;
  border-bottom: 2px solid #27292f;
  padding-top: 9px;
  padding-left: 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs > li {
  border: 0 !important;
  border-bottom: 1px solid #27292f !important;
  margin-bottom: -1px;
}
.nav-tabs > li a {
  padding: 0px 10px 0px 20px;
  text-decoration: none;
  color: #efefef;
  font-weight: bold;
  display: inline-block;
  border: 0 !important;
  border-right: 30px solid transparent !important;
  border-bottom: 44px solid transparent !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 0;
  line-height: 44px;
}
.nav-tabs > li a:hover, .nav-tabs > li a:focus {
  color: #6196df;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  background-color: transparent !important;
}
.nav-tabs > li a {
  color: #efefef;
}
.nav-tabs > li.active a {
  background-color: transparent !important;
  border-right: 30px solid transparent !important;
  border-bottom: 44px solid #2f323a !important;
  box-shadow: inset -2px 2px 1px 0px rgb(39, 41, 47);
  color: #efefef;
}
.nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
  color: #6196df;
}

.well {
  background-color: #373b43;
  border-color: #24252b;
  text-align: center;
  margin-bottom: 15px;
}
.well:hover a, .well:focus a, .well.hover a, .well.focus a {
  color: #6196df;
}
.well:hover a span, .well:focus a span, .well.hover a span, .well.focus a span {
  transform: rotate(16deg);
}
.well.well-sm {
  border-radius: 5px;
  padding: 0;
}
.well.well-sm a {
  padding: 15px 10px;
}
.well a {
  display: block;
  width: 100%;
  height: 100%;
  color: #a5aab9;
  text-decoration: none;
}
.well a span {
  display: inline-block;
  position: relative;
  transition: transform 0.6s ease;
  transform: rotate(0deg);
}
.well a div {
  font-size: 16px;
  margin-top: 10px;
}

.alert-hidden {
  display: none;
}

.badge {
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  padding: 0 3px;
  text-shadow: 0 1px rgba(99, 104, 130, 0.29);
  border-radius: 50%;
  background-color: #777777;
}
.badge.red {
  color: #efefef !important;
  background-color: #FA6B5B !important;
}
.badge.orange {
  color: #efefef !important;
  background-color: #f39437 !important;
}

.panel-table .clearfix:before, .panel-table .clearfix:after {
  content: " ";
  display: table;
}
.panel-table .clearfix:after {
  clear: both;
}
.panel-table .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .panel-table .panel-table-left .field-group:last-child {
    border-bottom: 0;
  }
}
.panel-table .panel-table-right .field-group {
  border-right: 0;
}
.panel-table .panel-table-right .field-group:last-child {
  border-bottom: 0;
}

.npl {
  padding-left: 0;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: red;
}
.has-error .form-control {
  border-color: rgb(248.4911242604, 62.3372781065, 41.5088757396);
}
.has-error .form-control:focus {
  border-color: #FA6B5B;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: red;
  border-color: red;
  background-color: red;
}
.has-error .form-control-feedback {
  color: red;
}

.bootstrap-dialog {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #efefef;
  font-size: 18px;
  font-weight: bold;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  opacity: 1;
  color: #efefef;
  margin-top: 4px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bootstrap-dialog .bootstrap-dialog-close-button:before {
  content: "\e92a";
}
.bootstrap-dialog .bootstrap-dialog-close-button .close {
  text-indent: -9999px;
}
.bootstrap-dialog .modal-header {
  /* background-color: #484D57 !important; */
  border-bottom: 2px solid #2e3138;
}
.bootstrap-dialog .modal-content {
  background-color: #373B43;
}
.bootstrap-dialog .modal-footer {
  padding-top: 0;
}
.bootstrap-dialog .modal-footer .bootstrap-dialog-footer {
  padding-top: 15px;
  border-top: 1px solid #2e3138;
}

.count-holder .clearfix:before, .count-holder .clearfix:after {
  content: " ";
  display: table;
}
.count-holder .clearfix:after {
  clear: both;
}
.count-holder:not(:last-child) {
  margin-bottom: 10px;
}
.count-holder.blue .value, .count-holder.blue .value a {
  color: #25A2D8;
}
.count-holder.keppel .value, .count-holder.keppel .value a {
  color: #3cb39e;
}
.count-holder.bittersweet .value, .count-holder.bittersweet .value a {
  color: #FA6B5B;
}
.count-holder.orange .value, .count-holder.orange .value a {
  color: #f39437;
}
.count-holder .value {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.count-holder .label {
  color: #9297a5;
  font-size: 14px;
  font-weight: normal;
}

.label {
  display: inline;
  padding: 4px 8px;
  font-size: 13px;
  font-weight: 500;
  color: #999eac;
  vertical-align: middle;
  border-radius: 2px;
}

.label-primary {
  background-color: #373b43;
}

@media (min-width: 1025px) {
  .no-padding-left {
    padding-left: 0;
  }
  .no-padding-right {
    padding-right: 0;
  }
  .col-lg-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .md-no-padding-left {
    padding-left: 0;
  }
  .md-no-padding-right {
    padding-right: 0;
  }
  .col-md-hidden {
    display: none;
  }
}
@media (max-width: 768px) {
  .sm-no-padding-left {
    padding-left: 0;
  }
  .sm-no-padding-right {
    padding-right: 0;
  }
  .col-sm-hidden {
    display: none;
  }
}
.custom-action {
  display: block;
  padding: 6px 13px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .custom-action {
    padding: 10px 13px;
  }
}
.custom-action.custom-action-edit, .custom-action.custom-action-delete, .custom-action.custom-action-default {
  text-decoration: none;
}
.custom-action.dark {
  background-color: #373b43;
}
.custom-action.dark.custom-action-edit, .custom-action.dark.custom-action-delete, .custom-action.dark.custom-action-default {
  background-color: #343843;
  color: #9ca1af;
}
.custom-action.dark.custom-action-edit:hover {
  background-color: #2EB09C;
  color: #efefef;
}
.custom-action.dark.custom-action-delete:hover {
  background-color: #d24131;
  color: #efefef;
}
.custom-action.dark.custom-action-default:hover {
  background-color: #437BAC;
  color: #efefef;
}

.btn-toolbar .btn {
  margin: 5px;
}

.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.radio, .checkbox {
  margin: 0;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  background-color: #373b43;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid transparent;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 0.5em;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 25%;
  color: #a5aab9;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label,
.radio label {
  padding-left: 0;
  font-weight: 500;
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
  display: none;
}

.checkbox label input[type=checkbox] + .cr > .cr-icon,
.radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type=checkbox]:disabled + .cr,
.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #a5aab9;
  vertical-align: middle;
  background-color: #373b43;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
  top: 5px;
  color: #000;
}

select.form-control + .chosen-container-single .chosen-single abbr {
  top: 11px;
}

select.form-control + .chosen-container .chosen-drop {
  background-color: #373b43;
  border: none;
  border-top: 1px solid #3d404c;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  background-clip: padding-box;
  margin: 0;
  z-index: 999999;
}

select.form-control + .chosen-container .chosen-search input[type=text] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #a5aab9;
  vertical-align: middle;
  background-color: #373b43;
  border: none;
  border-bottom: 1px solid #3d4048;
  border-radius: 0;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

select.form-control + .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
  background-color: #373b43;
  margin-bottom: 0;
}

select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #a5aab9;
  white-space: nowrap;
  background-image: none;
}

select.form-control + .chosen-container .chosen-results li.highlighted {
  color: white;
  text-decoration: none;
  background-color: #3D4048;
  background-image: none;
}

select.form-control + .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
  padding-left: 10px;
}

select.form-control + .chosen-container .chosen-results li.group-option {
  padding-left: 20px;
}

select.form-control + .chosen-container-multi .chosen-choices {
  display: inline-block;
  width: 100%;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  vertical-align: middle;
  color: #a5aab9;
  background-color: #373b43;
  border: 1px solid #3d404c;
  border-radius: 4px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: auto;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 3px 24px 3px 5px;
  margin: -2px 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #616779;
  border-radius: 4px;
  color: #a5aab9;
  background-color: #373b43;
  border-color: #616779;
  box-shadow: none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 6px;
  right: 6px;
}

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single {
  border: 0;
  outline: 0;
  box-shadow: none;
}

select.form-control + .chosen-container .chosen-search input[type=text]:focus {
  outline: 0;
  box-shadow: none;
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected {
  display: list-item;
  /* color: #ccc; */
  cursor: default;
  background-color: #3b3e46;
}

select.form-control + .chosen-container-single .chosen-results li.disabled-result {
  cursor: not-allowed;
  opacity: 0.5;
}

.chosen-container.chosen-container-single {
  /* width: 100% !important; */
}

.chosen-container .chosen-drop {
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.chosen-results::-webkit-scrollbar {
  width: 0 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

/* @see https://github.com/harvesthq/chosen/issues/86 */
.chosen-container.chosen-with-drop .chosen-drop {
  overflow-y: visible;
}

/* @see https://github.com/harvesthq/chosen/issues/155 */
.chosen-container.chosen-drop-up .chosen-drop {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #aaa;
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  top: auto;
}

.chosen-container-active.chosen-with-drop .chosen-single:not(.chosen-drop-up) {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop.chosen-drop-up .chosen-drop {
  display: flex;
  flex-direction: column-reverse;
}
.chosen-container-active.chosen-with-drop.chosen-drop-up .chosen-single {
  border-radius: 0 0 4px 4px;
  border-top: 0;
  box-shadow: 0 1px 0 #FFF inset;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.has-error .chosen-container {
  border: 1px solid #843534 !important;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

div.csp {
  margin-bottom: 15px;
  background: rgb(47, 50, 58);
  background: linear-gradient(180deg, rgb(47, 50, 58) 10%, rgb(36, 37, 43) 90%);
  box-shadow: none;
  text-align: center;
}
div.csp a {
  color: #FFFFFF;
}

div.csp-sm {
  padding: 0;
}

div.csp:hover {
  transition: background-color 0.3s ease;
  color: #6196df;
  cursor: pointer;
  padding: 0;
}

div.csp:hover i {
  transition: transform 0.6s ease;
  transform: rotate(10deg);
  color: #fff;
}

div.csp a {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  display: block;
}

div.csp a:hover {
  color: #6196df;
  text-decoration: none;
}

div.csp i {
  margin-bottom: 5px;
}

div.csp div {
  font-size: 13px;
}

div.csp-container {
  padding-top: 2px !important;
  padding-right: 2px !important;
}

.csp-pending {
  border: 2px dashed #FFFFFF;
  background-image: url("/assets/images/container.png") !important;
  background-repeat: repeat !important;
  background-color: #373b43 !important;
}

.csp-started {
  border: 1px solid #3cb39e;
  background-image: url("/assets/images/container.png") !important;
  background-repeat: repeat !important;
  background-color: #24252b !important;
}

.csp-alarm {
  border: 1px solid #FA6B5B;
  background-image: url("/assets/images/container.png") !important;
  background-repeat: repeat !important;
  background-color: #373b43 !important;
}

.csp-alarmcode {
  color: #FA6B5B !important;
}

.csp-measurements-operation-mode {
  color: #E4BD44 !important;
}

.csp-measurements-supply,
.csp-measurements-return {
  color: #a5aab9 !important;
}

.dashboard-status-online {
  color: #3cb39e !important;
  font-weight: bold !important;
}

.dashboard-status-offline {
  color: #FA6B5B !important;
  font-weight: bold !important;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #44464f;
  border-radius: 4px;
  border: 1px solid #616779;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.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.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #999eac;
  border: solid #999eac;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #3B3F47;
  border-radius: 4px;
  background-color: #3B3F47;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #949ba2;
  border-color: transparent;
  color: #FFF;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #FFF;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #3B3F47;
  border-color: transparent;
  color: #666;
}

.daterangepicker td.in-range {
  background-color: #555761;
  border-color: transparent;
  color: #FFF;
  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: #437BAC;
  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: 0 auto;
  background: #3B3F47;
  border: 1px solid #3B3F47;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #616779;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #437BAC;
  color: #fff;
}

.daterangepicker .drp-selected {
  display: none;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.xdsoft_datetimepicker {
  /* box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506); */
  box-shadow: none;
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #888 !important;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff !important;
  background: #F39C12;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #1F4D87;
  /* box-shadow: #178fe5 0 1px 3px 0 inset; */
  box-shadow: none;
  color: #fff !important;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #888 !important;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #FFF;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  /* box-shadow: #ffb871 0 1px 4px 0 inset; */
  box-shadow: none;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  /* box-shadow: #00dd1c 0 1px 4px 0 inset; */
  box-shadow: none;
  color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #1F4D87;
  /* box-shadow: #178fe5 0 1px 3px 0 inset; */
  box-shadow: none;
  color: #fff !important;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #F39C12 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #1F4D87 !important;
  /* box-shadow: #178fe5 0 1px 3px 0 inset !important; */
  box-shadow: none;
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  /* box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506); */
  box-shadow: none;
  background: #2f323a;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #2f323a;
  border-top: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #2f323a;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #202020;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #FFF !important;
  background: #1F4D87;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #F39C12;
  /* box-shadow: #b03e00 0 1px 3px 0 inset; */
  box-shadow: none;
  color: #FFF !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #2f323a;
  border: 1px solid #222;
  color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #FFF;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  /* box-shadow: #ffb871 0 1px 4px 0 inset; */
  box-shadow: none;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  /* box-shadow: #00dd1c 0 1px 4px 0 inset; */
  box-shadow: none;
  color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #F39C12;
  /* box-shadow: #b03e00 0 1px 3px 0 inset; */
  box-shadow: none;
  color: #FFF !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #FFF !important;
  background: #1F4D87 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#f4f8fa",GradientType=0 );
  /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f8fa", endColorstr="#FFF",GradientType=0 );
  /* IE6-9 */
}

.has-error .form-control {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

@font-face {
  font-family: "icomoon";
  src: url("/fonts/LinearIcons/icomoon.eot?dlw5et");
  src: url("/fonts/LinearIcons/icomoon.eot?dlw5et#iefix") format("embedded-opentype"), url("/fonts/LinearIcons/icomoon.ttf?dlw5et") format("truetype"), url("/fonts/LinearIcons/icomoon.woff?dlw5et") format("woff"), url("/fonts/LinearIcons/icomoon.svg?dlw5et#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
  color: #6c6d71 !important;
}

::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
  color: #6c6d71 !important;
}

:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
  color: #6c6d71 !important;
}

:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
  color: #6c6d71 !important;
}

.btn {
  font-weight: 500;
}
.btn [class^=icon-], .btn [class*=" icon-"] {
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}
.btn:hover [class^=icon-], .btn:hover [class*=" icon-"] {
  transform: scale(1.1);
}

.btn-default:hover, .btn-default.hover {
  background-color: #6196df;
  border-color: #6196df;
  color: #efefef;
}

.btn-icon [class^=icon-], .btn-icon [class*=" icon-"] {
  font-size: 18px;
  font-weight: 500;
  float: left;
  margin-right: 6px;
  margin-top: 1px;
}

.btn-blue {
  background-color: #437BAC;
  color: #efefef;
  border: 1px solid #437BAC;
}
.btn-blue:focus, .btn-blue:active, .btn-blue.focus {
  background-color: #437BAC;
  color: #efefef;
  border: 1px solid #437BAC;
}
.btn-blue:hover, .btn-blue.hover {
  background-color: #4a86bb;
  border-color: #4a86bb;
  color: #efefef;
}

.btn-darkblue {
  background-color: #2c2e35;
  color: #efefef;
  border: 1px solid #2c2e35;
}
.btn-darkblue [class^=icon-], .btn-darkblue [class*=" icon-"] {
  font-size: 16px;
  font-weight: 500;
  float: left;
  margin-top: 4px;
  margin-right: 4px;
}
.btn-darkblue .icon-plus, .btn-darkblue .icon-pencil {
  font-weight: 500;
  font-size: 13px;
}
.btn-darkblue:focus, .btn-darkblue:active, .btn-darkblue.focus {
  background-color: #2c2e35;
  color: #efefef;
  border: 1px solid #2c2e35;
}
.btn-darkblue:hover, .btn-darkblue.hover {
  background-color: #6196df;
  border-color: #6196df;
  color: #efefef;
}

.btn-regular {
  background-color: #437BAC;
  color: #efefef;
  border: 1px solid #437BAC;
}
.btn-regular:focus, .btn-regular:active, .btn-regular.focus {
  background-color: #437BAC;
  color: #efefef;
  border: 1px solid #437BAC;
}
.btn-regular:hover, .btn-regular.hover {
  background-color: #6196df;
  border-color: #6196df;
  color: #efefef;
}

.btn-green {
  background-color: #3ba82a;
  color: #efefef;
  border: 1px solid #3ba82a;
}
.btn-green:focus, .btn-green:active, .btn-green.focus {
  background-color: #3ba82a;
  color: #efefef;
  border: 1px solid #3ba82a;
}
.btn-green:hover, .btn-green.hover {
  background-color: #308e22;
  border-color: #308e22;
  color: #efefef;
}

.btn-red {
  background-color: #a02626;
  color: #efefef;
  border: 1px solid #a02626;
}
.btn-red:focus, .btn-red:active, .btn-red.focus {
  background-color: #a02626;
  color: #efefef;
  border: 1px solid #a02626;
}
.btn-red:hover, .btn-red.hover {
  background-color: #6b1414;
  border-color: #6b1414;
  color: #efefef;
}

.btn-lg, .btn-group-lg > .btn {
  font-weight: 500;
}
.btn-lg [class^=icon-], .btn-group-lg > .btn [class^=icon-], .btn-lg [class*=" icon-"], .btn-group-lg > .btn [class*=" icon-"] {
  font-size: 20px;
  float: left;
  margin-top: 1px;
  margin-right: 12px;
}

.btn-lg-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.btn-lg-icon [class^=icon-], .btn-lg-icon [class*=" icon-"] {
  margin-top: 0;
}
.btn-lg-icon .text {
  font-size: 18px;
}

.btn-orange {
  height: 68px;
  border-radius: 5px;
  background-color: #f39437;
  color: #ffffff;
}
.btn-orange:focus, .btn-orange:active, .btn-orange.focus {
  background-color: #f39437;
  color: #ffffff;
}
.btn-orange:hover, .btn-orange.hover {
  background-color: #1F4D87;
  color: #ffffff;
}

.row-comments {
  padding-top: 0 !important;
  border-top: 1px solid #27292f;
}

.buttons-row {
  display: flex;
  flex-flow: row nowrap;
}
.buttons-row i {
  margin-right: 14px !important;
}
.buttons-row .btn {
  margin-right: 15px;
}

.field-group {
  display: flex;
  align-items: center;
  padding: 11px 0;
  border-right: 1px solid #27292f;
  border-bottom: 1px solid #27292f;
  margin-bottom: -1px;
}
.field-group .clearfix:before, .field-group .clearfix:after {
  content: " ";
  display: table;
}
.field-group .clearfix:after {
  clear: both;
}
@media (max-width: 1024px) {
  .field-group {
    flex-flow: column nowrap;
    align-items: flex-start;
    padding: 10px 0;
  }
}
.field-group.vertical {
  align-items: flex-start;
  flex-flow: column nowrap;
  border-right: 0;
}
.field-group.vertical .field-output {
  padding-left: 15px;
}
.field-group .field-label {
  font-weight: 500;
}
.field-group .field-output {
  padding-left: 0;
  color: #efefef;
}
@media (max-width: 1024px) {
  .field-group .field-output {
    padding-left: 15px;
  }
}

@media (max-width: 1024px) {
  .form-control {
    height: 44px;
  }
}
.form-control:focus {
  border-color: #437BAC;
  box-shadow: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #32353c;
  opacity: 1;
}
textarea {
  resize: vertical;
}

.login .form-control {
  height: 68px;
}

.required label:after {
  margin-left: 6px;
  font-size: 14px;
  color: #FA6B5B;
  content: "*";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(63, 75, 87, 0.2);
}

input::-moz-input-placeholder, textarea::-moz-input-placeholder {
  color: rgba(63, 75, 87, 0.2);
}

.form-group label {
  width: 100%;
  font-size: 15px;
  margin-bottom: 8px;
}

.filter-group {
  margin-bottom: 15px;
}
.filter-group label {
  width: 100%;
  color: #efefef;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}
.filter-group select {
  height: 45px;
}
.filter-group .filter-control {
  position: relative;
}
.filter-group .filter-control .filter-reset {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 10px;
  z-index: 1;
}
.filter-group .form-control {
  background: #474E56;
  height: 45px;
}
.filter-group .chosen-container .chosen-drop {
  border: 1px solid #474E56;
  background: #474E56;
}
.filter-group .chosen-container .search-choice .group-name, .filter-group .chosen-container .chosen-single .group-name {
  color: #D4D4D6;
}
.filter-group .chosen-container-single .chosen-single {
  height: 45px;
  background-color: #474E56;
  line-height: 44px;
  font-size: 15px;
}
.filter-group .chosen-container-single .chosen-default {
  color: #a0a0a0;
  font-style: italic;
}
.filter-group .chosen-container-single .chosen-search:after {
  top: 16px;
  right: 20px;
}
.filter-group .chosen-container-single .chosen-search input[type=text] {
  margin: 8px 0;
  padding: 8px 20px 8px 10px;
  font-size: 14px;
  background-color: #373b43;
  color: #a5aab9;
}
.filter-group .chosen-container .chosen-results {
  color: #D4D4D6;
}
.filter-group .chosen-container .chosen-results li {
  padding: 0 11px;
  line-height: 35px;
  border-bottom: 1px solid #40474f;
  box-shadow: 0px 1px 0px 0px #4a515a;
}
.filter-group .chosen-container .chosen-results li.disabled-result {
  color: #ccc;
}
.filter-group .chosen-container .chosen-results li.highlighted {
  background-color: #565b63;
  color: #efefef;
}
.filter-group .chosen-container .chosen-results li.no-results {
  display: block;
  color: #D4D4D6;
}
.filter-group .chosen-container .chosen-results li.group-result {
  font-weight: 500;
}
.filter-group .chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.filter-group .chosen-container-multi .chosen-choices {
  background-color: #373b43;
}
.filter-group .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 8px 0;
  height: 20px;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #a5aab9;
  font-weight: 400;
  width: 25px;
}
.filter-group .chosen-container-multi .chosen-choices li.search-choice {
  margin: 6px 5px 3px 0;
  padding: 5px 20px 5px 5px;
  border: 1px solid transparent;
  background-color: #a5aab9;
  color: #2e3138;
  line-height: 13px;
}
.filter-group .chosen-container-multi .chosen-choices li.search-choice-disabled {
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.filter-group .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.filter-group .chosen-container-multi .chosen-choices .chosen-drop .result-selected {
  color: #ccc;
}
.filter-group .chosen-container-active .chosen-choices {
  border: 1px solid #437BAC;
  box-shadow: none;
}
.filter-group .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.holder {
  width: 27px;
  position: relative;
}
.holder label {
  background: #fff;
  cursor: pointer;
  display: block;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 3;
  border-radius: 50%;
  transition: all 0.4s ease;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.holder span {
  background-color: #3cb39e;
  display: block;
  height: 17px;
  width: 27px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 15px;
  transition: all 0.5s ease;
}
.holder span:after {
  background-color: #FA6B5B;
  content: "";
  display: block;
  height: 17px;
  width: 27px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  border-radius: 14px;
  transition: all 0.4s ease;
}

.check-ios {
  visibility: hidden;
}
.check-ios:checked ~ span {
  background-color: #3cb39e;
}
.check-ios:checked ~ span:after {
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.check-ios:checked + label {
  left: 12px;
}

fieldset legend {
  color: #999eac;
  border-bottom: 1px solid #999eac;
}

.upload-field {
  display: inline-block;
  overflow: hidden;
  width: 300px;
}
.upload-field .upload-preview {
  float: left;
  width: 100%;
  height: 300px;
  border: 2px solid #4a86bb;
  border-radius: 50%;
  overflow: hidden;
}
.upload-field .file-upload-wrapper {
  position: relative;
  z-index: 5;
  float: left;
  margin-top: 15px;
  width: 100%;
  height: 39px;
  text-align: center;
}
.upload-field .file-upload-wrapper:hover .file-upload-button, .upload-field .file-upload-wrapper:focus .file-upload-button, .upload-field .file-upload-wrapper.focus .file-upload-button {
  background-color: #4a86bb;
  border-color: #4a86bb;
  color: #efefef;
}
.upload-field .file-upload-native,
.upload-field .file-upload-text {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.upload-field input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}
.upload-field .file-upload-native:focus,
.upload-field .file-upload-text:focus {
  outline: none;
}
.upload-field .file-upload-text {
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.upload-field .delete-photo {
  float: left;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
.upload-field .delete-photo .checkbox {
  display: inline-block;
}
.upload-field .file-upload-button {
  display: inline-block;
}
.upload-field .file-upload-native {
  z-index: 15;
  opacity: 0;
}

.photo-holder {
  text-align: center;
}

.checkbox-switcher {
  width: 100%;
  position: relative;
  clear: both;
  margin: 4px 0;
  float: left;
}
.checkbox-switcher input {
  display: none;
}
.checkbox-switcher input[type=checkbox]:checked + label {
  background: #3cb39e;
}
.checkbox-switcher input[type=checkbox]:checked + label:before {
  left: 12px;
}
.checkbox-switcher label {
  width: 27px;
  height: 17px;
  box-sizing: border-box;
  border: 0;
  float: left;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  background-color: #FA6B5B;
  margin: 0;
}
.checkbox-switcher label:before {
  transition: 0.3s ease;
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  background: white;
  left: 2px;
  top: 2px;
  box-sizing: border-box;
  border: 0;
  color: black;
  border-radius: 100px;
}

.help-block {
  color: #999eac;
}

.google-visualization-tooltip {
  pointer-events: none;
}

.fill-height {
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

.fill-height, .fill-width {
  display: flex;
}

.fill-width {
  width: 100%;
  flex-direction: row;
}

.flexbox-area-grow {
  width: 100%;
  flex: 1;
}

.dashboard-container {
  height: 100%;
  width: 100%;
}

@media (min-width: 1200px) {
  .main-right.main-right-is-collapsed {
    width: 6rem !important;
  }
  .right-col .main-left .main-inner-left.main-inner-left-is-collapsed {
    width: 6rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .main-right.main-right-is-collapsed {
    width: 6rem !important;
  }
  .right-col .main-left .main-inner-left.main-inner-left-is-collapsed {
    width: 6rem !important;
  }
}
@media (max-width: 768px) {
  .main-right.main-right-is-collapsed {
    width: 6rem !important;
  }
  .right-col .main-left .main-inner-left.main-inner-left-is-collapsed {
    width: 6rem !important;
  }
}
[class^=col-], [class*=" col-"] {
  transition: width 0.2s ease, margin 0.2s ease, padding 0.2s ease;
}

@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
  .col-lg-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.icon-home:before {
  content: "\e600";
}

.icon-home2:before {
  content: "\e601";
}

.icon-home3:before {
  content: "\e602";
}

.icon-home4:before {
  content: "\e603";
}

.icon-home5:before {
  content: "\e604";
}

.icon-home6:before {
  content: "\e605";
}

.icon-bathtub:before {
  content: "\e606";
}

.icon-toothbrush:before {
  content: "\e607";
}

.icon-bed:before {
  content: "\e608";
}

.icon-couch:before {
  content: "\e609";
}

.icon-chair:before {
  content: "\e60a";
}

.icon-city:before {
  content: "\e60b";
}

.icon-apartment:before {
  content: "\e60c";
}

.icon-pencil:before {
  content: "\e60d";
}

.icon-pencil2:before {
  content: "\e60e";
}

.icon-pen:before {
  content: "\e60f";
}

.icon-pencil3:before {
  content: "\e610";
}

.icon-eraser:before {
  content: "\e611";
}

.icon-pencil4:before {
  content: "\e612";
}

.icon-pencil5:before {
  content: "\e613";
}

.icon-feather:before {
  content: "\e614";
}

.icon-feather2:before {
  content: "\e615";
}

.icon-feather3:before {
  content: "\e616";
}

.icon-pen2:before {
  content: "\e617";
}

.icon-pen-add:before {
  content: "\e618";
}

.icon-pen-remove:before {
  content: "\e619";
}

.icon-vector:before {
  content: "\e61a";
}

.icon-pen3:before {
  content: "\e61b";
}

.icon-blog:before {
  content: "\e61c";
}

.icon-brush:before {
  content: "\e61d";
}

.icon-brush2:before {
  content: "\e61e";
}

.icon-spray:before {
  content: "\e61f";
}

.icon-paint-roller:before {
  content: "\e620";
}

.icon-stamp:before {
  content: "\e621";
}

.icon-tape:before {
  content: "\e622";
}

.icon-desk-tape:before {
  content: "\e623";
}

.icon-texture:before {
  content: "\e624";
}

.icon-eye-dropper:before {
  content: "\e625";
}

.icon-palette:before {
  content: "\e626";
}

.icon-color-sampler:before {
  content: "\e627";
}

.icon-bucket:before {
  content: "\e628";
}

.icon-gradient:before {
  content: "\e629";
}

.icon-gradient2:before {
  content: "\e62a";
}

.icon-magic-wand:before {
  content: "\e62b";
}

.icon-magnet:before {
  content: "\e62c";
}

.icon-pencil-ruler:before {
  content: "\e62d";
}

.icon-pencil-ruler2:before {
  content: "\e62e";
}

.icon-compass:before {
  content: "\e62f";
}

.icon-aim:before {
  content: "\e630";
}

.icon-gun:before {
  content: "\e631";
}

.icon-bottle:before {
  content: "\e632";
}

.icon-drop:before {
  content: "\e633";
}

.icon-drop-crossed:before {
  content: "\e634";
}

.icon-drop2:before {
  content: "\e635";
}

.icon-snow:before {
  content: "\e636";
}

.icon-snow2:before {
  content: "\e637";
}

.icon-fire:before {
  content: "\e638";
}

.icon-lighter:before {
  content: "\e639";
}

.icon-knife:before {
  content: "\e63a";
}

.icon-dagger:before {
  content: "\e63b";
}

.icon-tissue:before {
  content: "\e63c";
}

.icon-toilet-paper:before {
  content: "\e63d";
}

.icon-poop:before {
  content: "\e63e";
}

.icon-umbrella:before {
  content: "\e63f";
}

.icon-umbrella2:before {
  content: "\e640";
}

.icon-rain:before {
  content: "\e641";
}

.icon-tornado:before {
  content: "\e642";
}

.icon-wind:before {
  content: "\e643";
}

.icon-fan:before {
  content: "\e644";
}

.icon-contrast:before {
  content: "\e645";
}

.icon-sun-small:before {
  content: "\e646";
}

.icon-sun:before {
  content: "\e647";
}

.icon-sun2:before {
  content: "\e648";
}

.icon-moon:before {
  content: "\e649";
}

.icon-cloud:before {
  content: "\e64a";
}

.icon-cloud-upload:before {
  content: "\e64b";
}

.icon-cloud-download:before {
  content: "\e64c";
}

.icon-cloud-rain:before {
  content: "\e64d";
}

.icon-cloud-hailstones:before {
  content: "\e64e";
}

.icon-cloud-snow:before {
  content: "\e64f";
}

.icon-cloud-windy:before {
  content: "\e650";
}

.icon-sun-wind:before {
  content: "\e651";
}

.icon-cloud-fog:before {
  content: "\e652";
}

.icon-cloud-sun:before {
  content: "\e653";
}

.icon-cloud-lightning:before {
  content: "\e654";
}

.icon-cloud-sync:before {
  content: "\e655";
}

.icon-cloud-lock:before {
  content: "\e656";
}

.icon-cloud-gear:before {
  content: "\e657";
}

.icon-cloud-alert:before {
  content: "\e658";
}

.icon-cloud-check:before {
  content: "\e659";
}

.icon-cloud-cross:before {
  content: "\e65a";
}

.icon-cloud-crossed:before {
  content: "\e65b";
}

.icon-cloud-database:before {
  content: "\e65c";
}

.icon-database:before {
  content: "\e65d";
}

.icon-database-add:before {
  content: "\e65e";
}

.icon-database-remove:before {
  content: "\e65f";
}

.icon-database-lock:before {
  content: "\e660";
}

.icon-database-refresh:before {
  content: "\e661";
}

.icon-database-check:before {
  content: "\e662";
}

.icon-database-history:before {
  content: "\e663";
}

.icon-database-upload:before {
  content: "\e664";
}

.icon-database-download:before {
  content: "\e665";
}

.icon-server:before {
  content: "\e666";
}

.icon-shield:before {
  content: "\e667";
}

.icon-shield-check:before {
  content: "\e668";
}

.icon-shield-alert:before {
  content: "\e669";
}

.icon-shield-cross:before {
  content: "\e66a";
}

.icon-lock:before {
  content: "\e66b";
}

.icon-rotation-lock:before {
  content: "\e66c";
}

.icon-unlock:before {
  content: "\e66d";
}

.icon-key:before {
  content: "\e66e";
}

.icon-key-hole:before {
  content: "\e66f";
}

.icon-toggle-off:before {
  content: "\e670";
}

.icon-toggle-on:before {
  content: "\e671";
}

.icon-cog:before {
  content: "\e672";
}

.icon-cog2:before {
  content: "\e673";
}

.icon-wrench:before {
  content: "\e674";
}

.icon-screwdriver:before {
  content: "\e675";
}

.icon-hammer-wrench:before {
  content: "\e676";
}

.icon-hammer:before {
  content: "\e677";
}

.icon-saw:before {
  content: "\e678";
}

.icon-axe:before {
  content: "\e679";
}

.icon-axe2:before {
  content: "\e67a";
}

.icon-shovel:before {
  content: "\e67b";
}

.icon-pickaxe:before {
  content: "\e67c";
}

.icon-factory:before {
  content: "\e67d";
}

.icon-factory2:before {
  content: "\e67e";
}

.icon-recycle:before {
  content: "\e67f";
}

.icon-trash:before {
  content: "\e680";
}

.icon-trash2:before {
  content: "\e681";
}

.icon-trash3:before {
  content: "\e682";
}

.icon-broom:before {
  content: "\e683";
}

.icon-game:before {
  content: "\e684";
}

.icon-gamepad:before {
  content: "\e685";
}

.icon-joystick:before {
  content: "\e686";
}

.icon-dice:before {
  content: "\e687";
}

.icon-spades:before {
  content: "\e688";
}

.icon-diamonds:before {
  content: "\e689";
}

.icon-clubs:before {
  content: "\e68a";
}

.icon-hearts:before {
  content: "\e68b";
}

.icon-heart:before {
  content: "\e68c";
}

.icon-star:before {
  content: "\e68d";
}

.icon-star-half:before {
  content: "\e68e";
}

.icon-star-empty:before {
  content: "\e68f";
}

.icon-flag:before {
  content: "\e690";
}

.icon-flag2:before {
  content: "\e691";
}

.icon-flag3:before {
  content: "\e692";
}

.icon-mailbox-full:before {
  content: "\e693";
}

.icon-mailbox-empty:before {
  content: "\e694";
}

.icon-at-sign:before {
  content: "\e695";
}

.icon-envelope:before {
  content: "\e696";
}

.icon-envelope-open:before {
  content: "\e697";
}

.icon-paperclip:before {
  content: "\e698";
}

.icon-paper-plane:before {
  content: "\e699";
}

.icon-reply:before {
  content: "\e69a";
}

.icon-reply-all:before {
  content: "\e69b";
}

.icon-inbox:before {
  content: "\e69c";
}

.icon-inbox2:before {
  content: "\e69d";
}

.icon-outbox:before {
  content: "\e69e";
}

.icon-box:before {
  content: "\e69f";
}

.icon-archive:before {
  content: "\e6a0";
}

.icon-archive2:before {
  content: "\e6a1";
}

.icon-drawers:before {
  content: "\e6a2";
}

.icon-drawers2:before {
  content: "\e6a3";
}

.icon-drawers3:before {
  content: "\e6a4";
}

.icon-eye:before {
  content: "\e6a5";
}

.icon-eye-crossed:before {
  content: "\e6a6";
}

.icon-eye-plus:before {
  content: "\e6a7";
}

.icon-eye-minus:before {
  content: "\e6a8";
}

.icon-binoculars:before {
  content: "\e6a9";
}

.icon-binoculars2:before {
  content: "\e6aa";
}

.icon-hdd:before {
  content: "\e6ab";
}

.icon-hdd-down:before {
  content: "\e6ac";
}

.icon-hdd-up:before {
  content: "\e6ad";
}

.icon-floppy-disk:before {
  content: "\e6ae";
}

.icon-disc:before {
  content: "\e6af";
}

.icon-tape2:before {
  content: "\e6b0";
}

.icon-printer:before {
  content: "\e6b1";
}

.icon-shredder:before {
  content: "\e6b2";
}

.icon-file-empty:before {
  content: "\e6b3";
}

.icon-file-add:before {
  content: "\e6b4";
}

.icon-file-check:before {
  content: "\e6b5";
}

.icon-file-lock:before {
  content: "\e6b6";
}

.icon-files:before {
  content: "\e6b7";
}

.icon-copy:before {
  content: "\e6b8";
}

.icon-compare:before {
  content: "\e6b9";
}

.icon-folder:before {
  content: "\e6ba";
}

.icon-folder-search:before {
  content: "\e6bb";
}

.icon-folder-plus:before {
  content: "\e6bc";
}

.icon-folder-minus:before {
  content: "\e6bd";
}

.icon-folder-download:before {
  content: "\e6be";
}

.icon-folder-upload:before {
  content: "\e6bf";
}

.icon-folder-star:before {
  content: "\e6c0";
}

.icon-folder-heart:before {
  content: "\e6c1";
}

.icon-folder-user:before {
  content: "\e6c2";
}

.icon-folder-shared:before {
  content: "\e6c3";
}

.icon-folder-music:before {
  content: "\e6c4";
}

.icon-folder-picture:before {
  content: "\e6c5";
}

.icon-folder-film:before {
  content: "\e6c6";
}

.icon-scissors:before {
  content: "\e6c7";
}

.icon-paste:before {
  content: "\e6c8";
}

.icon-clipboard-empty:before {
  content: "\e6c9";
}

.icon-clipboard-pencil:before {
  content: "\e6ca";
}

.icon-clipboard-text:before {
  content: "\e6cb";
}

.icon-clipboard-check:before {
  content: "\e6cc";
}

.icon-clipboard-down:before {
  content: "\e6cd";
}

.icon-clipboard-left:before {
  content: "\e6ce";
}

.icon-clipboard-alert:before {
  content: "\e6cf";
}

.icon-clipboard-user:before {
  content: "\e6d0";
}

.icon-register:before {
  content: "\e6d1";
}

.icon-enter:before {
  content: "\e6d2";
}

.icon-exit:before {
  content: "\e6d3";
}

.icon-papers:before {
  content: "\e6d4";
}

.icon-news:before {
  content: "\e6d5";
}

.icon-reading:before {
  content: "\e6d6";
}

.icon-typewriter:before {
  content: "\e6d7";
}

.icon-document:before {
  content: "\e6d8";
}

.icon-document2:before {
  content: "\e6d9";
}

.icon-graduation-hat:before {
  content: "\e6da";
}

.icon-license:before {
  content: "\e6db";
}

.icon-license2:before {
  content: "\e6dc";
}

.icon-medal-empty:before {
  content: "\e6dd";
}

.icon-medal-first:before {
  content: "\e6de";
}

.icon-medal-second:before {
  content: "\e6df";
}

.icon-medal-third:before {
  content: "\e6e0";
}

.icon-podium:before {
  content: "\e6e1";
}

.icon-trophy:before {
  content: "\e6e2";
}

.icon-trophy2:before {
  content: "\e6e3";
}

.icon-music-note:before {
  content: "\e6e4";
}

.icon-music-note2:before {
  content: "\e6e5";
}

.icon-music-note3:before {
  content: "\e6e6";
}

.icon-playlist:before {
  content: "\e6e7";
}

.icon-playlist-add:before {
  content: "\e6e8";
}

.icon-guitar:before {
  content: "\e6e9";
}

.icon-trumpet:before {
  content: "\e6ea";
}

.icon-album:before {
  content: "\e6eb";
}

.icon-shuffle:before {
  content: "\e6ec";
}

.icon-repeat-one:before {
  content: "\e6ed";
}

.icon-repeat:before {
  content: "\e6ee";
}

.icon-headphones:before {
  content: "\e6ef";
}

.icon-headset:before {
  content: "\e6f0";
}

.icon-loudspeaker:before {
  content: "\e6f1";
}

.icon-equalizer:before {
  content: "\e6f2";
}

.icon-theater:before {
  content: "\e6f3";
}

.icon-3d-glasses:before {
  content: "\e6f4";
}

.icon-ticket:before {
  content: "\e6f5";
}

.icon-presentation:before {
  content: "\e6f6";
}

.icon-play:before {
  content: "\e6f7";
}

.icon-film-play:before {
  content: "\e6f8";
}

.icon-clapboard-play:before {
  content: "\e6f9";
}

.icon-media:before {
  content: "\e6fa";
}

.icon-film:before {
  content: "\e6fb";
}

.icon-film2:before {
  content: "\e6fc";
}

.icon-surveillance:before {
  content: "\e6fd";
}

.icon-surveillance2:before {
  content: "\e6fe";
}

.icon-camera:before {
  content: "\e6ff";
}

.icon-camera-crossed:before {
  content: "\e700";
}

.icon-camera-play:before {
  content: "\e701";
}

.icon-time-lapse:before {
  content: "\e702";
}

.icon-record:before {
  content: "\e703";
}

.icon-camera2:before {
  content: "\e704";
}

.icon-camera-flip:before {
  content: "\e705";
}

.icon-panorama:before {
  content: "\e706";
}

.icon-time-lapse2:before {
  content: "\e707";
}

.icon-shutter:before {
  content: "\e708";
}

.icon-shutter2:before {
  content: "\e709";
}

.icon-face-detection:before {
  content: "\e70a";
}

.icon-flare:before {
  content: "\e70b";
}

.icon-convex:before {
  content: "\e70c";
}

.icon-concave:before {
  content: "\e70d";
}

.icon-picture:before {
  content: "\e70e";
}

.icon-picture2:before {
  content: "\e70f";
}

.icon-picture3:before {
  content: "\e710";
}

.icon-pictures:before {
  content: "\e711";
}

.icon-book:before {
  content: "\e712";
}

.icon-audio-book:before {
  content: "\e713";
}

.icon-book2:before {
  content: "\e714";
}

.icon-bookmark:before {
  content: "\e715";
}

.icon-bookmark2:before {
  content: "\e716";
}

.icon-label:before {
  content: "\e717";
}

.icon-library:before {
  content: "\e718";
}

.icon-library2:before {
  content: "\e719";
}

.icon-contacts:before {
  content: "\e71a";
}

.icon-profile:before {
  content: "\e71b";
}

.icon-portrait:before {
  content: "\e71c";
}

.icon-portrait2:before {
  content: "\e71d";
}

.icon-user:before {
  content: "\e71e";
}

.icon-user-plus:before {
  content: "\e71f";
}

.icon-user-minus:before {
  content: "\e720";
}

.icon-user-lock:before {
  content: "\e721";
}

.icon-users:before {
  content: "\e722";
}

.icon-users2:before {
  content: "\e723";
}

.icon-users-plus:before {
  content: "\e724";
}

.icon-users-minus:before {
  content: "\e725";
}

.icon-group-work:before {
  content: "\e726";
}

.icon-woman:before {
  content: "\e727";
}

.icon-man:before {
  content: "\e728";
}

.icon-baby:before {
  content: "\e729";
}

.icon-baby2:before {
  content: "\e72a";
}

.icon-baby3:before {
  content: "\e72b";
}

.icon-baby-bottle:before {
  content: "\e72c";
}

.icon-walk:before {
  content: "\e72d";
}

.icon-hand-waving:before {
  content: "\e72e";
}

.icon-jump:before {
  content: "\e72f";
}

.icon-run:before {
  content: "\e730";
}

.icon-woman2:before {
  content: "\e731";
}

.icon-man2:before {
  content: "\e732";
}

.icon-man-woman:before {
  content: "\e733";
}

.icon-height:before {
  content: "\e734";
}

.icon-weight:before {
  content: "\e735";
}

.icon-scale:before {
  content: "\e736";
}

.icon-button:before {
  content: "\e737";
}

.icon-bow-tie:before {
  content: "\e738";
}

.icon-tie:before {
  content: "\e739";
}

.icon-socks:before {
  content: "\e73a";
}

.icon-shoe:before {
  content: "\e73b";
}

.icon-shoes:before {
  content: "\e73c";
}

.icon-hat:before {
  content: "\e73d";
}

.icon-pants:before {
  content: "\e73e";
}

.icon-shorts:before {
  content: "\e73f";
}

.icon-flip-flops:before {
  content: "\e740";
}

.icon-shirt:before {
  content: "\e741";
}

.icon-hanger:before {
  content: "\e742";
}

.icon-laundry:before {
  content: "\e743";
}

.icon-store:before {
  content: "\e744";
}

.icon-haircut:before {
  content: "\e745";
}

.icon-store-24:before {
  content: "\e746";
}

.icon-barcode:before {
  content: "\e747";
}

.icon-barcode2:before {
  content: "\e748";
}

.icon-barcode3:before {
  content: "\e749";
}

.icon-cashier:before {
  content: "\e74a";
}

.icon-bag:before {
  content: "\e74b";
}

.icon-bag2:before {
  content: "\e74c";
}

.icon-cart:before {
  content: "\e74d";
}

.icon-cart-empty:before {
  content: "\e74e";
}

.icon-cart-full:before {
  content: "\e74f";
}

.icon-cart-plus:before {
  content: "\e750";
}

.icon-cart-plus2:before {
  content: "\e751";
}

.icon-cart-add:before {
  content: "\e752";
}

.icon-cart-remove:before {
  content: "\e753";
}

.icon-cart-exchange:before {
  content: "\e754";
}

.icon-tag:before {
  content: "\e755";
}

.icon-tags:before {
  content: "\e756";
}

.icon-receipt:before {
  content: "\e757";
}

.icon-wallet:before {
  content: "\e758";
}

.icon-credit-card:before {
  content: "\e759";
}

.icon-cash-dollar:before {
  content: "\e75a";
}

.icon-cash-euro:before {
  content: "\e75b";
}

.icon-cash-pound:before {
  content: "\e75c";
}

.icon-cash-yen:before {
  content: "\e75d";
}

.icon-bag-dollar:before {
  content: "\e75e";
}

.icon-bag-euro:before {
  content: "\e75f";
}

.icon-bag-pound:before {
  content: "\e760";
}

.icon-bag-yen:before {
  content: "\e761";
}

.icon-coin-dollar:before {
  content: "\e762";
}

.icon-coin-euro:before {
  content: "\e763";
}

.icon-coin-pound:before {
  content: "\e764";
}

.icon-coin-yen:before {
  content: "\e765";
}

.icon-calculator:before {
  content: "\e766";
}

.icon-calculator2:before {
  content: "\e767";
}

.icon-abacus:before {
  content: "\e768";
}

.icon-vault:before {
  content: "\e769";
}

.icon-telephone:before {
  content: "\e76a";
}

.icon-phone-lock:before {
  content: "\e76b";
}

.icon-phone-wave:before {
  content: "\e76c";
}

.icon-phone-pause:before {
  content: "\e76d";
}

.icon-phone-outgoing:before {
  content: "\e76e";
}

.icon-phone-incoming:before {
  content: "\e76f";
}

.icon-phone-in-out:before {
  content: "\e770";
}

.icon-phone-error:before {
  content: "\e771";
}

.icon-phone-sip:before {
  content: "\e772";
}

.icon-phone-plus:before {
  content: "\e773";
}

.icon-phone-minus:before {
  content: "\e774";
}

.icon-voicemail:before {
  content: "\e775";
}

.icon-dial:before {
  content: "\e776";
}

.icon-telephone2:before {
  content: "\e777";
}

.icon-pushpin:before {
  content: "\e778";
}

.icon-pushpin2:before {
  content: "\e779";
}

.icon-map-marker:before {
  content: "\e77a";
}

.icon-map-marker-user:before {
  content: "\e77b";
}

.icon-map-marker-down:before {
  content: "\e77c";
}

.icon-map-marker-check:before {
  content: "\e77d";
}

.icon-map-marker-crossed:before {
  content: "\e77e";
}

.icon-radar:before {
  content: "\e77f";
}

.icon-compass2:before {
  content: "\e780";
}

.icon-map:before {
  content: "\e781";
}

.icon-map2:before {
  content: "\e782";
}

.icon-location:before {
  content: "\e783";
}

.icon-road-sign:before {
  content: "\e784";
}

.icon-calendar-empty:before {
  content: "\e785";
}

.icon-calendar-check:before {
  content: "\e786";
}

.icon-calendar-cross:before {
  content: "\e787";
}

.icon-calendar-31:before {
  content: "\e788";
}

.icon-calendar-full:before {
  content: "\e789";
}

.icon-calendar-insert:before {
  content: "\e78a";
}

.icon-calendar-text:before {
  content: "\e78b";
}

.icon-calendar-user:before {
  content: "\e78c";
}

.icon-mouse:before {
  content: "\e78d";
}

.icon-mouse-left:before {
  content: "\e78e";
}

.icon-mouse-right:before {
  content: "\e78f";
}

.icon-mouse-both:before {
  content: "\e790";
}

.icon-keyboard:before {
  content: "\e791";
}

.icon-keyboard-up:before {
  content: "\e792";
}

.icon-keyboard-down:before {
  content: "\e793";
}

.icon-delete:before {
  content: "\e794";
}

.icon-spell-check:before {
  content: "\e795";
}

.icon-escape:before {
  content: "\e796";
}

.icon-enter2:before {
  content: "\e797";
}

.icon-screen:before {
  content: "\e798";
}

.icon-aspect-ratio:before {
  content: "\e799";
}

.icon-signal:before {
  content: "\e79a";
}

.icon-signal-lock:before {
  content: "\e79b";
}

.icon-signal-80:before {
  content: "\e79c";
}

.icon-signal-60:before {
  content: "\e79d";
}

.icon-signal-40:before {
  content: "\e79e";
}

.icon-signal-20:before {
  content: "\e79f";
}

.icon-signal-0:before {
  content: "\e7a0";
}

.icon-signal-blocked:before {
  content: "\e7a1";
}

.icon-sim:before {
  content: "\e7a2";
}

.icon-flash-memory:before {
  content: "\e7a3";
}

.icon-usb-drive:before {
  content: "\e7a4";
}

.icon-phone:before {
  content: "\e7a5";
}

.icon-smartphone:before {
  content: "\e7a6";
}

.icon-smartphone-notification:before {
  content: "\e7a7";
}

.icon-smartphone-vibration:before {
  content: "\e7a8";
}

.icon-smartphone-embed:before {
  content: "\e7a9";
}

.icon-smartphone-waves:before {
  content: "\e7aa";
}

.icon-tablet:before {
  content: "\e7ab";
}

.icon-tablet2:before {
  content: "\e7ac";
}

.icon-laptop:before {
  content: "\e7ad";
}

.icon-laptop-phone:before {
  content: "\e7ae";
}

.icon-desktop:before {
  content: "\e7af";
}

.icon-launch:before {
  content: "\e7b0";
}

.icon-new-tab:before {
  content: "\e7b1";
}

.icon-window:before {
  content: "\e7b2";
}

.icon-cable:before {
  content: "\e7b3";
}

.icon-cable2:before {
  content: "\e7b4";
}

.icon-tv:before {
  content: "\e7b5";
}

.icon-radio:before {
  content: "\e7b6";
}

.icon-remote-control:before {
  content: "\e7b7";
}

.icon-power-switch:before {
  content: "\e7b8";
}

.icon-power:before {
  content: "\e7b9";
}

.icon-power-crossed:before {
  content: "\e7ba";
}

.icon-flash-auto:before {
  content: "\e7bb";
}

.icon-lamp:before {
  content: "\e7bc";
}

.icon-flashlight:before {
  content: "\e7bd";
}

.icon-lampshade:before {
  content: "\e7be";
}

.icon-cord:before {
  content: "\e7bf";
}

.icon-outlet:before {
  content: "\e7c0";
}

.icon-battery-power:before {
  content: "\e7c1";
}

.icon-battery-empty:before {
  content: "\e7c2";
}

.icon-battery-alert:before {
  content: "\e7c3";
}

.icon-battery-error:before {
  content: "\e7c4";
}

.icon-battery-low1:before {
  content: "\e7c5";
}

.icon-battery-low2:before {
  content: "\e7c6";
}

.icon-battery-low3:before {
  content: "\e7c7";
}

.icon-battery-mid1:before {
  content: "\e7c8";
}

.icon-battery-mid2:before {
  content: "\e7c9";
}

.icon-battery-mid3:before {
  content: "\e7ca";
}

.icon-battery-full:before {
  content: "\e7cb";
}

.icon-battery-charging:before {
  content: "\e7cc";
}

.icon-battery-charging2:before {
  content: "\e7cd";
}

.icon-battery-charging3:before {
  content: "\e7ce";
}

.icon-battery-charging4:before {
  content: "\e7cf";
}

.icon-battery-charging5:before {
  content: "\e7d0";
}

.icon-battery-charging6:before {
  content: "\e7d1";
}

.icon-battery-charging7:before {
  content: "\e7d2";
}

.icon-chip:before {
  content: "\e7d3";
}

.icon-chip-x64:before {
  content: "\e7d4";
}

.icon-chip-x86:before {
  content: "\e7d5";
}

.icon-bubble:before {
  content: "\e7d6";
}

.icon-bubbles:before {
  content: "\e7d7";
}

.icon-bubble-dots:before {
  content: "\e7d8";
}

.icon-bubble-alert:before {
  content: "\e7d9";
}

.icon-bubble-question:before {
  content: "\e7da";
}

.icon-bubble-text:before {
  content: "\e7db";
}

.icon-bubble-pencil:before {
  content: "\e7dc";
}

.icon-bubble-picture:before {
  content: "\e7dd";
}

.icon-bubble-video:before {
  content: "\e7de";
}

.icon-bubble-user:before {
  content: "\e7df";
}

.icon-bubble-quote:before {
  content: "\e7e0";
}

.icon-bubble-heart:before {
  content: "\e7e1";
}

.icon-bubble-emoticon:before {
  content: "\e7e2";
}

.icon-bubble-attachment:before {
  content: "\e7e3";
}

.icon-phone-bubble:before {
  content: "\e7e4";
}

.icon-quote-open:before {
  content: "\e7e5";
}

.icon-quote-close:before {
  content: "\e7e6";
}

.icon-dna:before {
  content: "\e7e7";
}

.icon-heart-pulse:before {
  content: "\e7e8";
}

.icon-pulse:before {
  content: "\e7e9";
}

.icon-syringe:before {
  content: "\e7ea";
}

.icon-pills:before {
  content: "\e7eb";
}

.icon-first-aid:before {
  content: "\e7ec";
}

.icon-lifebuoy:before {
  content: "\e7ed";
}

.icon-bandage:before {
  content: "\e7ee";
}

.icon-bandages:before {
  content: "\e7ef";
}

.icon-thermometer:before {
  content: "\e7f0";
}

.icon-microscope:before {
  content: "\e7f1";
}

.icon-brain:before {
  content: "\e7f2";
}

.icon-beaker:before {
  content: "\e7f3";
}

.icon-skull:before {
  content: "\e7f4";
}

.icon-bone:before {
  content: "\e7f5";
}

.icon-construction:before {
  content: "\e7f6";
}

.icon-construction-cone:before {
  content: "\e7f7";
}

.icon-pie-chart:before {
  content: "\e7f8";
}

.icon-pie-chart2:before {
  content: "\e7f9";
}

.icon-graph:before {
  content: "\e7fa";
}

.icon-chart-growth:before {
  content: "\e7fb";
}

.icon-chart-bars:before {
  content: "\e7fc";
}

.icon-chart-settings:before {
  content: "\e7fd";
}

.icon-cake:before {
  content: "\e7fe";
}

.icon-gift:before {
  content: "\e7ff";
}

.icon-balloon:before {
  content: "\e800";
}

.icon-rank:before {
  content: "\e801";
}

.icon-rank2:before {
  content: "\e802";
}

.icon-rank3:before {
  content: "\e803";
}

.icon-crown:before {
  content: "\e804";
}

.icon-lotus:before {
  content: "\e805";
}

.icon-diamond:before {
  content: "\e806";
}

.icon-diamond2:before {
  content: "\e807";
}

.icon-diamond3:before {
  content: "\e808";
}

.icon-diamond4:before {
  content: "\e809";
}

.icon-linearicons:before {
  content: "\e80a";
}

.icon-teacup:before {
  content: "\e80b";
}

.icon-teapot:before {
  content: "\e80c";
}

.icon-glass:before {
  content: "\e80d";
}

.icon-bottle2:before {
  content: "\e80e";
}

.icon-glass-cocktail:before {
  content: "\e80f";
}

.icon-glass2:before {
  content: "\e810";
}

.icon-dinner:before {
  content: "\e811";
}

.icon-dinner2:before {
  content: "\e812";
}

.icon-chef:before {
  content: "\e813";
}

.icon-scale2:before {
  content: "\e814";
}

.icon-egg:before {
  content: "\e815";
}

.icon-egg2:before {
  content: "\e816";
}

.icon-eggs:before {
  content: "\e817";
}

.icon-platter:before {
  content: "\e818";
}

.icon-steak:before {
  content: "\e819";
}

.icon-hamburger:before {
  content: "\e81a";
}

.icon-hotdog:before {
  content: "\e81b";
}

.icon-pizza:before {
  content: "\e81c";
}

.icon-sausage:before {
  content: "\e81d";
}

.icon-chicken:before {
  content: "\e81e";
}

.icon-fish:before {
  content: "\e81f";
}

.icon-carrot:before {
  content: "\e820";
}

.icon-cheese:before {
  content: "\e821";
}

.icon-bread:before {
  content: "\e822";
}

.icon-ice-cream:before {
  content: "\e823";
}

.icon-ice-cream2:before {
  content: "\e824";
}

.icon-candy:before {
  content: "\e825";
}

.icon-lollipop:before {
  content: "\e826";
}

.icon-coffee-bean:before {
  content: "\e827";
}

.icon-coffee-cup:before {
  content: "\e828";
}

.icon-cherry:before {
  content: "\e829";
}

.icon-grapes:before {
  content: "\e82a";
}

.icon-citrus:before {
  content: "\e82b";
}

.icon-apple:before {
  content: "\e82c";
}

.icon-leaf:before {
  content: "\e82d";
}

.icon-landscape:before {
  content: "\e82e";
}

.icon-pine-tree:before {
  content: "\e82f";
}

.icon-tree:before {
  content: "\e830";
}

.icon-cactus:before {
  content: "\e831";
}

.icon-paw:before {
  content: "\e832";
}

.icon-footprint:before {
  content: "\e833";
}

.icon-speed-slow:before {
  content: "\e834";
}

.icon-speed-medium:before {
  content: "\e835";
}

.icon-speed-fast:before {
  content: "\e836";
}

.icon-rocket:before {
  content: "\e837";
}

.icon-hammer2:before {
  content: "\e838";
}

.icon-balance:before {
  content: "\e839";
}

.icon-briefcase:before {
  content: "\e83a";
}

.icon-luggage-weight:before {
  content: "\e83b";
}

.icon-dolly:before {
  content: "\e83c";
}

.icon-plane:before {
  content: "\e83d";
}

.icon-plane-crossed:before {
  content: "\e83e";
}

.icon-helicopter:before {
  content: "\e83f";
}

.icon-traffic-lights:before {
  content: "\e840";
}

.icon-siren:before {
  content: "\e841";
}

.icon-road:before {
  content: "\e842";
}

.icon-engine:before {
  content: "\e843";
}

.icon-oil-pressure:before {
  content: "\e844";
}

.icon-coolant-temperature:before {
  content: "\e845";
}

.icon-car-battery:before {
  content: "\e846";
}

.icon-gas:before {
  content: "\e847";
}

.icon-gallon:before {
  content: "\e848";
}

.icon-transmission:before {
  content: "\e849";
}

.icon-car:before {
  content: "\e84a";
}

.icon-car-wash:before {
  content: "\e84b";
}

.icon-car-wash2:before {
  content: "\e84c";
}

.icon-bus:before {
  content: "\e84d";
}

.icon-bus2:before {
  content: "\e84e";
}

.icon-car2:before {
  content: "\e84f";
}

.icon-parking:before {
  content: "\e850";
}

.icon-car-lock:before {
  content: "\e851";
}

.icon-taxi:before {
  content: "\e852";
}

.icon-car-siren:before {
  content: "\e853";
}

.icon-car-wash3:before {
  content: "\e854";
}

.icon-car-wash4:before {
  content: "\e855";
}

.icon-ambulance:before {
  content: "\e856";
}

.icon-truck:before {
  content: "\e857";
}

.icon-trailer:before {
  content: "\e858";
}

.icon-scale-truck:before {
  content: "\e859";
}

.icon-train:before {
  content: "\e85a";
}

.icon-ship:before {
  content: "\e85b";
}

.icon-ship2:before {
  content: "\e85c";
}

.icon-anchor:before {
  content: "\e85d";
}

.icon-boat:before {
  content: "\e85e";
}

.icon-bicycle:before {
  content: "\e85f";
}

.icon-bicycle2:before {
  content: "\e860";
}

.icon-dumbbell:before {
  content: "\e861";
}

.icon-bench-press:before {
  content: "\e862";
}

.icon-swim:before {
  content: "\e863";
}

.icon-football:before {
  content: "\e864";
}

.icon-baseball-bat:before {
  content: "\e865";
}

.icon-baseball:before {
  content: "\e866";
}

.icon-tennis:before {
  content: "\e867";
}

.icon-tennis2:before {
  content: "\e868";
}

.icon-ping-pong:before {
  content: "\e869";
}

.icon-hockey:before {
  content: "\e86a";
}

.icon-8ball:before {
  content: "\e86b";
}

.icon-bowling:before {
  content: "\e86c";
}

.icon-bowling-pins:before {
  content: "\e86d";
}

.icon-golf:before {
  content: "\e86e";
}

.icon-golf2:before {
  content: "\e86f";
}

.icon-archery:before {
  content: "\e870";
}

.icon-slingshot:before {
  content: "\e871";
}

.icon-soccer:before {
  content: "\e872";
}

.icon-basketball:before {
  content: "\e873";
}

.icon-cube:before {
  content: "\e874";
}

.icon-3d-rotate:before {
  content: "\e875";
}

.icon-puzzle:before {
  content: "\e876";
}

.icon-glasses:before {
  content: "\e877";
}

.icon-glasses2:before {
  content: "\e878";
}

.icon-accessibility:before {
  content: "\e879";
}

.icon-wheelchair:before {
  content: "\e87a";
}

.icon-wall:before {
  content: "\e87b";
}

.icon-fence:before {
  content: "\e87c";
}

.icon-wall2:before {
  content: "\e87d";
}

.icon-icons:before {
  content: "\e87e";
}

.icon-resize-handle:before {
  content: "\e87f";
}

.icon-icons2:before {
  content: "\e880";
}

.icon-select:before, .icon-th:before {
  content: "\e881";
}

.icon-select2:before {
  content: "\e882";
}

.icon-site-map:before {
  content: "\e883";
}

.icon-earth:before {
  content: "\e884";
}

.icon-earth-lock:before {
  content: "\e885";
}

.icon-network:before {
  content: "\e886";
}

.icon-network-lock:before {
  content: "\e887";
}

.icon-planet:before {
  content: "\e888";
}

.icon-happy:before {
  content: "\e889";
}

.icon-smile:before {
  content: "\e88a";
}

.icon-grin:before {
  content: "\e88b";
}

.icon-tongue:before {
  content: "\e88c";
}

.icon-sad:before {
  content: "\e88d";
}

.icon-wink:before {
  content: "\e88e";
}

.icon-dream:before {
  content: "\e88f";
}

.icon-shocked:before {
  content: "\e890";
}

.icon-shocked2:before {
  content: "\e891";
}

.icon-tongue2:before {
  content: "\e892";
}

.icon-neutral:before {
  content: "\e893";
}

.icon-happy-grin:before {
  content: "\e894";
}

.icon-cool:before {
  content: "\e895";
}

.icon-mad:before {
  content: "\e896";
}

.icon-grin-evil:before {
  content: "\e897";
}

.icon-evil:before {
  content: "\e898";
}

.icon-wow:before {
  content: "\e899";
}

.icon-annoyed:before {
  content: "\e89a";
}

.icon-wondering:before {
  content: "\e89b";
}

.icon-confused:before {
  content: "\e89c";
}

.icon-zipped:before {
  content: "\e89d";
}

.icon-grumpy:before {
  content: "\e89e";
}

.icon-mustache:before {
  content: "\e89f";
}

.icon-tombstone-hipster:before {
  content: "\e8a0";
}

.icon-tombstone:before {
  content: "\e8a1";
}

.icon-ghost:before {
  content: "\e8a2";
}

.icon-ghost-hipster:before {
  content: "\e8a3";
}

.icon-halloween:before {
  content: "\e8a4";
}

.icon-christmas:before {
  content: "\e8a5";
}

.icon-easter-egg:before {
  content: "\e8a6";
}

.icon-mustache2:before {
  content: "\e8a7";
}

.icon-mustache-glasses:before {
  content: "\e8a8";
}

.icon-pipe:before {
  content: "\e8a9";
}

.icon-alarm:before {
  content: "\e8aa";
}

.icon-alarm-add:before {
  content: "\e8ab";
}

.icon-alarm-snooze:before {
  content: "\e8ac";
}

.icon-alarm-ringing:before {
  content: "\e8ad";
}

.icon-bullhorn:before {
  content: "\e8ae";
}

.icon-hearing:before {
  content: "\e8af";
}

.icon-volume-high:before {
  content: "\e8b0";
}

.icon-volume-medium:before {
  content: "\e8b1";
}

.icon-volume-low:before {
  content: "\e8b2";
}

.icon-volume:before {
  content: "\e8b3";
}

.icon-mute:before {
  content: "\e8b4";
}

.icon-lan:before {
  content: "\e8b5";
}

.icon-lan2:before {
  content: "\e8b6";
}

.icon-wifi:before {
  content: "\e8b7";
}

.icon-wifi-lock:before {
  content: "\e8b8";
}

.icon-wifi-blocked:before {
  content: "\e8b9";
}

.icon-wifi-mid:before {
  content: "\e8ba";
}

.icon-wifi-low:before {
  content: "\e8bb";
}

.icon-wifi-low2:before {
  content: "\e8bc";
}

.icon-wifi-alert:before {
  content: "\e8bd";
}

.icon-wifi-alert-mid:before {
  content: "\e8be";
}

.icon-wifi-alert-low:before {
  content: "\e8bf";
}

.icon-wifi-alert-low2:before {
  content: "\e8c0";
}

.icon-stream:before {
  content: "\e8c1";
}

.icon-stream-check:before {
  content: "\e8c2";
}

.icon-stream-error:before {
  content: "\e8c3";
}

.icon-stream-alert:before {
  content: "\e8c4";
}

.icon-communication:before {
  content: "\e8c5";
}

.icon-communication-crossed:before {
  content: "\e8c6";
}

.icon-broadcast:before {
  content: "\e8c7";
}

.icon-antenna:before {
  content: "\e8c8";
}

.icon-satellite:before {
  content: "\e8c9";
}

.icon-satellite2:before {
  content: "\e8ca";
}

.icon-mic:before {
  content: "\e8cb";
}

.icon-mic-mute:before {
  content: "\e8cc";
}

.icon-mic2:before {
  content: "\e8cd";
}

.icon-spotlights:before {
  content: "\e8ce";
}

.icon-hourglass:before {
  content: "\e8cf";
}

.icon-loading:before {
  content: "\e8d0";
}

.icon-loading2:before {
  content: "\e8d1";
}

.icon-loading3:before {
  content: "\e8d2";
}

.icon-refresh:before {
  content: "\e8d3";
}

.icon-refresh2:before {
  content: "\e8d4";
}

.icon-undo:before {
  content: "\e8d5";
}

.icon-redo:before {
  content: "\e8d6";
}

.icon-jump2:before {
  content: "\e8d7";
}

.icon-undo2:before {
  content: "\e8d8";
}

.icon-redo2:before {
  content: "\e8d9";
}

.icon-sync:before {
  content: "\e8da";
}

.icon-repeat-one2:before {
  content: "\e8db";
}

.icon-sync-crossed:before {
  content: "\e8dc";
}

.icon-sync2:before {
  content: "\e8dd";
}

.icon-repeat-one3:before {
  content: "\e8de";
}

.icon-sync-crossed2:before {
  content: "\e8df";
}

.icon-return:before {
  content: "\e8e0";
}

.icon-return2:before {
  content: "\e8e1";
}

.icon-refund:before {
  content: "\e8e2";
}

.icon-history:before {
  content: "\e8e3";
}

.icon-history2:before {
  content: "\e8e4";
}

.icon-self-timer:before {
  content: "\e8e5";
}

.icon-clock:before {
  content: "\e8e6";
}

.icon-clock2:before {
  content: "\e8e7";
}

.icon-clock3:before {
  content: "\e8e8";
}

.icon-watch:before {
  content: "\e8e9";
}

.icon-alarm2:before {
  content: "\e8ea";
}

.icon-alarm-add2:before {
  content: "\e8eb";
}

.icon-alarm-remove:before {
  content: "\e8ec";
}

.icon-alarm-check:before {
  content: "\e8ed";
}

.icon-alarm-error:before {
  content: "\e8ee";
}

.icon-timer:before {
  content: "\e8ef";
}

.icon-timer-crossed:before {
  content: "\e8f0";
}

.icon-timer2:before {
  content: "\e8f1";
}

.icon-timer-crossed2:before {
  content: "\e8f2";
}

.icon-download:before {
  content: "\e8f3";
}

.icon-upload:before {
  content: "\e8f4";
}

.icon-download2:before {
  content: "\e8f5";
}

.icon-upload2:before {
  content: "\e8f6";
}

.icon-enter-up:before {
  content: "\e8f7";
}

.icon-enter-down:before {
  content: "\e8f8";
}

.icon-enter-left:before {
  content: "\e8f9";
}

.icon-enter-right:before {
  content: "\e8fa";
}

.icon-exit-up:before {
  content: "\e8fb";
}

.icon-exit-down:before {
  content: "\e8fc";
}

.icon-exit-left:before {
  content: "\e8fd";
}

.icon-exit-right:before {
  content: "\e8fe";
}

.icon-enter-up2:before {
  content: "\e8ff";
}

.icon-enter-down2:before {
  content: "\e900";
}

.icon-enter-vertical:before {
  content: "\e901";
}

.icon-enter-left2:before {
  content: "\e902";
}

.icon-enter-right2:before {
  content: "\e903";
}

.icon-enter-horizontal:before {
  content: "\e904";
}

.icon-exit-up2:before {
  content: "\e905";
}

.icon-exit-down2:before {
  content: "\e906";
}

.icon-exit-left2:before {
  content: "\e907";
}

.icon-exit-right2:before {
  content: "\e908";
}

.icon-cli:before {
  content: "\e909";
}

.icon-bug:before {
  content: "\e90a";
}

.icon-code:before {
  content: "\e90b";
}

.icon-file-code:before {
  content: "\e90c";
}

.icon-file-image:before {
  content: "\e90d";
}

.icon-file-zip:before {
  content: "\e90e";
}

.icon-file-audio:before {
  content: "\e90f";
}

.icon-file-video:before {
  content: "\e910";
}

.icon-file-preview:before {
  content: "\e911";
}

.icon-file-charts:before {
  content: "\e912";
}

.icon-file-stats:before {
  content: "\e913";
}

.icon-file-spreadsheet:before {
  content: "\e914";
}

.icon-link:before {
  content: "\e915";
}

.icon-unlink:before {
  content: "\e916";
}

.icon-link2:before {
  content: "\e917";
}

.icon-unlink2:before {
  content: "\e918";
}

.icon-thumbs-up:before {
  content: "\e919";
}

.icon-thumbs-down:before {
  content: "\e91a";
}

.icon-thumbs-up2:before {
  content: "\e91b";
}

.icon-thumbs-down2:before {
  content: "\e91c";
}

.icon-thumbs-up3:before {
  content: "\e91d";
}

.icon-thumbs-down3:before {
  content: "\e91e";
}

.icon-share:before {
  content: "\e91f";
}

.icon-share2:before {
  content: "\e920";
}

.icon-share3:before {
  content: "\e921";
}

.icon-magnifier:before {
  content: "\e922";
}

.icon-file-search:before {
  content: "\e923";
}

.icon-find-replace:before {
  content: "\e924";
}

.icon-zoom-in:before {
  content: "\e925";
}

.icon-zoom-out:before {
  content: "\e926";
}

.icon-loupe:before {
  content: "\e927";
}

.icon-loupe-zoom-in:before {
  content: "\e928";
}

.icon-loupe-zoom-out:before {
  content: "\e929";
}

.icon-cross:before {
  content: "\e92a";
}

.icon-menu:before {
  content: "\e92b";
}

.icon-list:before, .icon-list-alt:before {
  content: "\e92c";
}

.icon-list2:before {
  content: "\e92d";
}

.icon-list3:before {
  content: "\e92e";
}

.icon-menu2:before {
  content: "\e92f";
}

.icon-list4:before {
  content: "\e930";
}

.icon-menu3:before {
  content: "\e931";
}

.icon-exclamation:before {
  content: "\e932";
}

.icon-question:before {
  content: "\e933";
}

.icon-check:before {
  content: "\e934";
}

.icon-cross2:before {
  content: "\e935";
}

.icon-plus:before {
  content: "\e936";
}

.icon-minus:before {
  content: "\e937";
}

.icon-percent:before {
  content: "\e938";
}

.icon-chevron-up:before {
  content: "\e939";
}

.icon-chevron-down:before {
  content: "\e93a";
}

.icon-chevron-left:before {
  content: "\e93b";
}

.icon-chevron-right:before {
  content: "\e93c";
}

.icon-chevrons-expand-vertical:before {
  content: "\e93d";
}

.icon-chevrons-expand-horizontal:before {
  content: "\e93e";
}

.icon-chevrons-contract-vertical:before {
  content: "\e93f";
}

.icon-chevrons-contract-horizontal:before {
  content: "\e940";
}

.icon-arrow-up:before {
  content: "\e941";
}

.icon-arrow-down:before {
  content: "\e942";
}

.icon-arrow-left:before {
  content: "\e943";
}

.icon-arrow-right:before {
  content: "\e944";
}

.icon-arrow-up-right:before {
  content: "\e945";
}

.icon-arrows-merge:before {
  content: "\e946";
}

.icon-arrows-split:before {
  content: "\e947";
}

.icon-arrow-divert:before {
  content: "\e948";
}

.icon-arrow-return:before {
  content: "\e949";
}

.icon-expand:before {
  content: "\e94a";
}

.icon-contract:before {
  content: "\e94b";
}

.icon-expand2:before {
  content: "\e94c";
}

.icon-contract2:before {
  content: "\e94d";
}

.icon-move:before {
  content: "\e94e";
}

.icon-tab:before {
  content: "\e94f";
}

.icon-arrow-wave:before {
  content: "\e950";
}

.icon-expand3:before {
  content: "\e951";
}

.icon-expand4:before {
  content: "\e952";
}

.icon-contract3:before {
  content: "\e953";
}

.icon-notification:before {
  content: "\e954";
}

.icon-warning:before {
  content: "\e955";
}

.icon-notification-circle:before {
  content: "\e956";
}

.icon-question-circle:before {
  content: "\e957";
}

.icon-menu-circle:before {
  content: "\e958";
}

.icon-checkmark-circle:before {
  content: "\e959";
}

.icon-cross-circle:before {
  content: "\e95a";
}

.icon-plus-circle:before {
  content: "\e95b";
}

.icon-circle-minus:before {
  content: "\e95c";
}

.icon-percent-circle:before {
  content: "\e95d";
}

.icon-arrow-up-circle:before {
  content: "\e95e";
}

.icon-arrow-down-circle:before {
  content: "\e95f";
}

.icon-arrow-left-circle:before {
  content: "\e960";
}

.icon-arrow-right-circle:before {
  content: "\e961";
}

.icon-chevron-up-circle:before {
  content: "\e962";
}

.icon-chevron-down-circle:before {
  content: "\e963";
}

.icon-chevron-left-circle:before {
  content: "\e964";
}

.icon-chevron-right-circle:before {
  content: "\e965";
}

.icon-backward-circle:before {
  content: "\e966";
}

.icon-first-circle:before {
  content: "\e967";
}

.icon-previous-circle:before {
  content: "\e968";
}

.icon-stop-circle:before {
  content: "\e969";
}

.icon-play-circle:before {
  content: "\e96a";
}

.icon-pause-circle:before {
  content: "\e96b";
}

.icon-next-circle:before {
  content: "\e96c";
}

.icon-last-circle:before {
  content: "\e96d";
}

.icon-forward-circle:before {
  content: "\e96e";
}

.icon-eject-circle:before {
  content: "\e96f";
}

.icon-crop:before {
  content: "\e970";
}

.icon-frame-expand:before {
  content: "\e971";
}

.icon-frame-contract:before {
  content: "\e972";
}

.icon-focus:before {
  content: "\e973";
}

.icon-transform:before {
  content: "\e974";
}

.icon-grid:before {
  content: "\e975";
}

.icon-grid-crossed:before {
  content: "\e976";
}

.icon-layers:before {
  content: "\e977";
}

.icon-layers-crossed:before {
  content: "\e978";
}

.icon-toggle:before {
  content: "\e979";
}

.icon-rulers:before {
  content: "\e97a";
}

.icon-ruler:before {
  content: "\e97b";
}

.icon-funnel:before {
  content: "\e97c";
}

.icon-flip-horizontal:before {
  content: "\e97d";
}

.icon-flip-vertical:before {
  content: "\e97e";
}

.icon-flip-horizontal2:before {
  content: "\e97f";
}

.icon-flip-vertical2:before {
  content: "\e980";
}

.icon-angle:before {
  content: "\e981";
}

.icon-angle2:before {
  content: "\e982";
}

.icon-subtract:before {
  content: "\e983";
}

.icon-combine:before {
  content: "\e984";
}

.icon-intersect:before {
  content: "\e985";
}

.icon-exclude:before {
  content: "\e986";
}

.icon-align-center-vertical:before {
  content: "\e987";
}

.icon-align-right:before {
  content: "\e988";
}

.icon-align-bottom:before {
  content: "\e989";
}

.icon-align-left:before {
  content: "\e98a";
}

.icon-align-center-horizontal:before {
  content: "\e98b";
}

.icon-align-top:before {
  content: "\e98c";
}

.icon-square:before {
  content: "\e98d";
}

.icon-plus-square:before {
  content: "\e98e";
}

.icon-minus-square:before {
  content: "\e98f";
}

.icon-percent-square:before {
  content: "\e990";
}

.icon-arrow-up-square:before {
  content: "\e991";
}

.icon-arrow-down-square:before {
  content: "\e992";
}

.icon-arrow-left-square:before {
  content: "\e993";
}

.icon-arrow-right-square:before {
  content: "\e994";
}

.icon-chevron-up-square:before {
  content: "\e995";
}

.icon-chevron-down-square:before {
  content: "\e996";
}

.icon-chevron-left-square:before {
  content: "\e997";
}

.icon-chevron-right-square:before {
  content: "\e998";
}

.icon-check-square:before {
  content: "\e999";
}

.icon-cross-square:before {
  content: "\e99a";
}

.icon-menu-square:before {
  content: "\e99b";
}

.icon-prohibited:before {
  content: "\e99c";
}

.icon-circle:before {
  content: "\e99d";
}

.icon-radio-button:before {
  content: "\e99e";
}

.icon-ligature:before {
  content: "\e99f";
}

.icon-text-format:before {
  content: "\e9a0";
}

.icon-text-format-remove:before {
  content: "\e9a1";
}

.icon-text-size:before {
  content: "\e9a2";
}

.icon-bold:before {
  content: "\e9a3";
}

.icon-italic:before {
  content: "\e9a4";
}

.icon-underline:before {
  content: "\e9a5";
}

.icon-strikethrough:before {
  content: "\e9a6";
}

.icon-highlight:before {
  content: "\e9a7";
}

.icon-text-align-left:before {
  content: "\e9a8";
}

.icon-text-align-center:before {
  content: "\e9a9";
}

.icon-text-align-right:before {
  content: "\e9aa";
}

.icon-text-align-justify:before {
  content: "\e9ab";
}

.icon-line-spacing:before {
  content: "\e9ac";
}

.icon-indent-increase:before {
  content: "\e9ad";
}

.icon-indent-decrease:before {
  content: "\e9ae";
}

.icon-text-wrap:before {
  content: "\e9af";
}

.icon-pilcrow:before {
  content: "\e9b0";
}

.icon-direction-ltr:before {
  content: "\e9b1";
}

.icon-direction-rtl:before {
  content: "\e9b2";
}

.icon-page-break:before {
  content: "\e9b3";
}

.icon-page-break2:before {
  content: "\e9b4";
}

.icon-sort-alpha-asc:before {
  content: "\e9b5";
}

.icon-sort-alpha-desc:before {
  content: "\e9b6";
}

.icon-sort-numeric-asc:before {
  content: "\e9b7";
}

.icon-sort-numeric-desc:before {
  content: "\e9b8";
}

.icon-sort-amount-asc:before {
  content: "\e9b9";
}

.icon-sort-amount-desc:before {
  content: "\e9ba";
}

.icon-sort-time-asc:before {
  content: "\e9bb";
}

.icon-sort-time-desc:before {
  content: "\e9bc";
}

.icon-sigma:before {
  content: "\e9bd";
}

.icon-pencil-line:before {
  content: "\e9be";
}

.icon-hand:before {
  content: "\e9bf";
}

.icon-pointer-up:before {
  content: "\e9c0";
}

.icon-pointer-right:before {
  content: "\e9c1";
}

.icon-pointer-down:before {
  content: "\e9c2";
}

.icon-pointer-left:before {
  content: "\e9c3";
}

.icon-finger-tap:before {
  content: "\e9c4";
}

.icon-fingers-tap:before {
  content: "\e9c5";
}

.icon-reminder:before {
  content: "\e9c6";
}

.icon-fingers-crossed:before {
  content: "\e9c7";
}

.icon-fingers-victory:before {
  content: "\e9c8";
}

.icon-gesture-zoom:before {
  content: "\e9c9";
}

.icon-gesture-pinch:before {
  content: "\e9ca";
}

.icon-fingers-scroll-horizontal:before {
  content: "\e9cb";
}

.icon-fingers-scroll-vertical:before {
  content: "\e9cc";
}

.icon-fingers-scroll-left:before {
  content: "\e9cd";
}

.icon-fingers-scroll-right:before {
  content: "\e9ce";
}

.icon-hand2:before {
  content: "\e9cf";
}

.icon-pointer-up2:before {
  content: "\e9d0";
}

.icon-pointer-right2:before {
  content: "\e9d1";
}

.icon-pointer-down2:before {
  content: "\e9d2";
}

.icon-pointer-left2:before {
  content: "\e9d3";
}

.icon-finger-tap2:before {
  content: "\e9d4";
}

.icon-fingers-tap2:before {
  content: "\e9d5";
}

.icon-reminder2:before {
  content: "\e9d6";
}

.icon-gesture-zoom2:before {
  content: "\e9d7";
}

.icon-gesture-pinch2:before {
  content: "\e9d8";
}

.icon-fingers-scroll-horizontal2:before {
  content: "\e9d9";
}

.icon-fingers-scroll-vertical2:before {
  content: "\e9da";
}

.icon-fingers-scroll-left2:before {
  content: "\e9db";
}

.icon-fingers-scroll-right2:before {
  content: "\e9dc";
}

.icon-fingers-scroll-vertical3:before {
  content: "\e9dd";
}

.icon-border-style:before {
  content: "\e9de";
}

.icon-border-all:before {
  content: "\e9df";
}

.icon-border-outer:before {
  content: "\e9e0";
}

.icon-border-inner:before {
  content: "\e9e1";
}

.icon-border-top:before {
  content: "\e9e2";
}

.icon-border-horizontal:before {
  content: "\e9e3";
}

.icon-border-bottom:before {
  content: "\e9e4";
}

.icon-border-left:before {
  content: "\e9e5";
}

.icon-border-vertical:before {
  content: "\e9e6";
}

.icon-border-right:before {
  content: "\e9e7";
}

.icon-border-none:before {
  content: "\e9e8";
}

.icon-ellipsis:before {
  content: "\e9e9";
}

.icon-uni21:before {
  content: "!";
}

.icon-uni22:before {
  content: '"';
}

.icon-uni23:before {
  content: "#";
}

.icon-uni24:before {
  content: "$";
}

.icon-uni25:before {
  content: "%";
}

.icon-uni26:before {
  content: "&";
}

.icon-uni27:before {
  content: "'";
}

.icon-uni28:before {
  content: "(";
}

.icon-uni29:before {
  content: ")";
}

.icon-uni2a:before {
  content: "*";
}

.icon-uni2b:before {
  content: "+";
}

.icon-uni2c:before {
  content: ",";
}

.icon-uni2d:before {
  content: "-";
}

.icon-uni2e:before {
  content: ".";
}

.icon-uni2f:before {
  content: "/";
}

.icon-uni30:before {
  content: "0";
}

.icon-uni31:before {
  content: "1";
}

.icon-uni32:before {
  content: "2";
}

.icon-uni33:before {
  content: "3";
}

.icon-uni34:before {
  content: "4";
}

.icon-uni35:before {
  content: "5";
}

.icon-uni36:before {
  content: "6";
}

.icon-uni37:before {
  content: "7";
}

.icon-uni38:before {
  content: "8";
}

.icon-uni39:before {
  content: "9";
}

.icon-uni3a:before {
  content: ":";
}

.icon-uni3b:before {
  content: ";";
}

.icon-uni3c:before {
  content: "<";
}

.icon-uni3d:before {
  content: "=";
}

.icon-uni3e:before {
  content: ">";
}

.icon-uni3f:before {
  content: "?";
}

.icon-uni40:before {
  content: "@";
}

.icon-uni41:before {
  content: "A";
}

.icon-uni42:before {
  content: "B";
}

.icon-uni43:before {
  content: "C";
}

.icon-uni44:before {
  content: "D";
}

.icon-uni45:before {
  content: "E";
}

.icon-uni46:before {
  content: "F";
}

.icon-uni47:before {
  content: "G";
}

.icon-uni48:before {
  content: "H";
}

.icon-uni49:before {
  content: "I";
}

.icon-uni4a:before {
  content: "J";
}

.icon-uni4b:before {
  content: "K";
}

.icon-uni4c:before {
  content: "L";
}

.icon-uni4d:before {
  content: "M";
}

.icon-uni4e:before {
  content: "N";
}

.icon-uni4f:before {
  content: "O";
}

.icon-uni50:before {
  content: "P";
}

.icon-uni51:before {
  content: "Q";
}

.icon-uni52:before {
  content: "R";
}

.icon-uni53:before {
  content: "S";
}

.icon-uni54:before {
  content: "T";
}

.icon-uni55:before {
  content: "U";
}

.icon-uni56:before {
  content: "V";
}

.icon-uni57:before {
  content: "W";
}

.icon-uni58:before {
  content: "X";
}

.icon-uni59:before {
  content: "Y";
}

.icon-uni5a:before {
  content: "Z";
}

.icon-uni5b:before {
  content: "[";
}

.icon-uni5c:before {
  content: "\\";
}

.icon-uni5d:before {
  content: "]";
}

.icon-uni5e:before {
  content: "^";
}

.icon-uni5f:before {
  content: "_";
}

.icon-uni60:before {
  content: "`";
}

.icon-uni61:before {
  content: "a";
}

.icon-uni62:before {
  content: "b";
}

.icon-uni63:before {
  content: "c";
}

.icon-uni64:before {
  content: "d";
}

.icon-uni65:before {
  content: "e";
}

.icon-uni66:before {
  content: "f";
}

.icon-uni67:before {
  content: "g";
}

.icon-uni68:before {
  content: "h";
}

.icon-uni69:before {
  content: "i";
}

.icon-uni6a:before {
  content: "j";
}

.icon-uni6b:before {
  content: "k";
}

.icon-uni6c:before {
  content: "l";
}

.icon-uni6d:before {
  content: "m";
}

.icon-uni6e:before {
  content: "n";
}

.icon-uni6f:before {
  content: "o";
}

.icon-uni70:before {
  content: "p";
}

.icon-uni71:before {
  content: "q";
}

.icon-uni72:before {
  content: "r";
}

.icon-uni73:before {
  content: "s";
}

.icon-uni74:before {
  content: "t";
}

.icon-uni75:before {
  content: "u";
}

.icon-uni76:before {
  content: "v";
}

.icon-uni77:before {
  content: "w";
}

.icon-uni78:before {
  content: "x";
}

.icon-uni79:before {
  content: "y";
}

.icon-uni7a:before {
  content: "z";
}

.icon-uni7b:before {
  content: "{";
}

.icon-uni7c:before {
  content: "|";
}

.icon-uni7d:before {
  content: "}";
}

.icon-uni7e:before {
  content: "~";
}

.icon-copyright:before {
  content: "©";
}

.icon-lg {
  font-size: 42px;
}

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fontawesome {
  margin-right: 8px;
  color: #888;
}
.fontawesome:hover {
  color: #fff;
  transition: color 0.3s ease;
}

.action-toggle {
  padding-right: 8px !important;
  cursor: pointer;
}
.action-toggle:hover {
  color: #F39C12;
}

body.ipad select {
  background-color: #373b43;
  background-image: url("/assets/images/chevron-down.png") !important;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 13px 7px;
  -webkit-appearance: none;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
  z-index: 1051 !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background-color: transparent !important;
  border: 0 !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=&bgImgOpacityHighlight=&bgImgOpacityActive=&bgImgOpacityHover=&bgImgOpacityDefault=&bgImgOpacityContent=&bgImgOpacityHeader=&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cc0000&fcError=%235f3f3f&borderColorError=%23f1a899&bgTextureError=flat&bgColorError=%23fddfdf&iconColorHighlight=%23fff&fcHighlight=%23fff&borderColorHighlight=%236196df&bgTextureHighlight=flat&bgColorHighlight=%236196df&iconColorActive=%23ffffff&fcActive=%23ffffff&borderColorActive=%236196df&bgTextureActive=flat&bgColorActive=%236196df&iconColorHover=%23fff&fcHover=%23fff&borderColorHover=%236196df&bgTextureHover=flat&bgColorHover=%236196df&iconColorDefault=%23999eac&fcDefault=%23999eac&borderColorDefault=%23373b43&bgTextureDefault=flat&bgColorDefault=%23373b43&iconColorContent=%23999eac&fcContent=%23999eac&borderColorContent=%2324252b&bgTextureContent=flat&bgColorContent=%2324252b&iconColorHeader=%23999eac&fcHeader=%23999eac&borderColorHeader=%2324252b&bgTextureHeader=flat&bgColorHeader=%2324252b&cornerRadius=4px&fwDefault=normal&fsDefault=15px&ffDefault=Roboto%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Roboto, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #373b43;
}

.ui-widget-content {
  border: 1px solid #24252b;
  background: #24252b;
  color: #999eac;
}

.ui-widget-content a {
  color: #999eac;
}

.ui-widget-header {
  border: 1px solid #24252b;
  background: #24252b;
  color: #999eac;
  font-weight: bold;
}

.ui-widget-header a {
  color: #999eac;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #373b43;
  background: #373b43;
  font-weight: 500;
  color: #999eac;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #999eac;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #6196df;
  background: #6196df;
  font-weight: 500;
  color: #fff;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #fff;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #6196df;
  background: #6196df;
  font-weight: 500;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #6196df;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #24252b;
  background: #24252b;
  color: #fff;
}

.ui-state-checked {
  border: 1px solid #6196df;
  background: #6196df;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #fff;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: 500;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/assets/images/jquery-ui/ui-icons_999eac_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/assets/images/jquery-ui/ui-icons_999eac_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/assets/images/jquery-ui/ui-icons_fff_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/assets/images/jquery-ui/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/assets/images/jquery-ui/ui-icons_fff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/assets/images/jquery-ui/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/assets/images/jquery-ui/ui-icons_999eac_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 42% !important;
}

.ui-datepicker .ui-datepicker-title select {
  background-color: #373b43;
  color: #999eac;
  border: 1px solid #373b43;
  border-radius: 0;
  margin: 1px 5px !important;
}

@keyframes spinX {
  0% {
    transform: rotateX(0deg);
    transform-origin: 0% 50% 0;
  }
  100% {
    transform: rotateX(360deg);
    transform-origin: 0% 50% 0;
  }
}
html, body, .container-fluid {
  height: 100%;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 8px; /* for vertical scrollbars */
  height: 8px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #474E56 !important;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #474E56 !important;
}

#loading-wrapper {
  background-color: #373b43;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.no-js #loading-wrapper {
  display: none;
}

.js #loading-wrapper {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.se-pre-con:after {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
  background: url(/images/logo-loading.svg?e9e18517f69ee78d4e06121316ff2ab7) center no-repeat;
  content: "";
  animation: spinX 3s infinite;
}

.full-height {
  position: relative;
  height: 100%;
}

.pt {
  padding-top: 15px;
}

.npr {
  padding-right: 0;
}

.left-col {
  width: 55px;
  background: rgb(47, 50, 58);
  background: linear-gradient(180deg, rgb(47, 50, 58) 10%, rgb(36, 37, 43) 90%);
  box-shadow: 0 0 10px rgba(0, 0, 1, 0.26);
  transition: width 0.3s;
}
@media (max-width: 1024px) {
  .left-col {
    width: 5%;
  }
}
.left-col.hover {
  width: 240px;
}
.left-col.hover .menu .menu-item a {
  padding: 17px 0;
}
.left-col.hover .menu .menu-item a .text {
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
  transition: visibility 0.2s, opacity 0.2s, width 0.2s, height 0.2s;
}
.left-col .logo {
  background-color: #24252b;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
  padding-left: 5px;
}
.left-col .logo img {
  display: block;
  max-width: 90%;
  height: auto;
}
.left-col .menu {
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
}
.left-col .menu .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  border-bottom: 1px solid #24252b;
  box-shadow: 0px 1px 0px 0px #3f4249;
  font-size: 20px;
  text-align: center;
  position: relative;
  min-height: 57px;
  max-height: 57px;
}
.left-col .menu .menu-item a {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 18px 0;
  color: #a5aab9;
  text-decoration: none;
}
.left-col .menu .menu-item a .badge {
  position: absolute;
  left: 22px;
  top: 6px;
  min-width: 22px;
}
.left-col .menu .menu-item a [class^=icon-], .left-col .menu .menu-item a [class*=" icon-"] {
  min-width: 24px;
  padding-left: 15px;
}
.left-col .menu .menu-item a i {
  padding-left: 17px !important;
}
.left-col .menu .menu-item a .text {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
}
.left-col .menu .menu-item a:hover {
  background-color: #373b43;
  color: #FFFFFF !important;
}
.left-col .menu .menu-item a:hover i {
  color: #f39437;
}
.left-col .menu .menu-item a.active {
  color: #FFFFFF !important;
  background-color: #373b43;
}
.left-col .menu .menu-item a.active i {
  color: #6196df;
}
.left-col .menu .menu-item a.active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(47, 50, 58, 0);
  border-left-color: #373b43;
  border-width: 7px;
  margin-top: -7px;
}
.left-col .menu .menu-item.first {
  border-top: 0;
}

.right-col {
  width: 1px !important;
}
.right-col .main-left {
  overflow: auto;
}
.right-col .main-left .main-inner-left {
  width: 200px;
  padding: 15px;
  background-color: #24252b;
  border-right: 1px solid #1d1e23;
}
.right-col .main-left .main-inner-left.collapsed .panel {
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.right-col .main-left .main-inner-left.collapsed .collapsed-title {
  display: block;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.right-col .main-left .main-inner-left .collapsed-title {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s;
  font-size: 26px;
  transform: rotate(90deg);
  transform-origin: 50% center 0px;
  color: #5d626b;
}
.right-col .main-left .main-inner-left .panel {
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
  height: auto;
}
.right-col .main-left .main-inner-left .panel .panel-heading {
  border-bottom: 1px solid #1b1c20;
  box-shadow: 0px 1px 0px 0px #2f3036;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.right-col .main-left .main-inner-left .panel .panel-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.right-col .main-left .main-inner-left .panel .panel-body ul li {
  margin-bottom: 10px;
}
.right-col .main-left .main-inner-left .panel .panel-body ul li .badge-holder {
  margin-left: -15px;
}
.right-col .main-left .main-inner-left .panel .panel-body ul li a {
  float: left;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  color: #a5aab9;
}
.right-col .main-left .main-inner-left .panel .panel-body ul li a.active, .right-col .main-left .main-inner-left .panel .panel-body ul li a:hover {
  color: #a5aab9;
  background-color: #202127;
}
.right-col .main-left .main-inner-right {
  background-color: #27282f;
  border-left: 1px solid #32333a;
  padding: 15px;
  overflow: auto;
}
.right-col .main-right {
  width: 300px;
  background: rgb(47, 50, 58);
  background: linear-gradient(180deg, rgb(47, 50, 58) 10%, rgb(36, 37, 43) 90%);
  border-top: 1px solid #373b43;
  box-shadow: 0 0 10px rgba(0, 0, 1, 0.26);
  padding: 15px;
  overflow: auto;
}
.right-col .main-right.collapsed .panel {
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  border-bottom: 0;
  box-shadow: none;
}
.right-col .main-right.collapsed .main-right-bottom .overview-item-container {
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  border-bottom: 0;
  box-shadow: none;
}
.right-col .main-right.collapsed .main-right-bottom .dashboard-status-container {
  border-bottom: 0;
  box-shadow: none;
}
.right-col .main-right.collapsed .main-right-bottom .dashboard-status-container .switch {
  padding: 0;
  width: 100%;
}
.right-col .main-right.collapsed .main-right-bottom .dashboard-status-container .online-or-offline {
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.right-col .main-right .arrivals-container {
  background-color: #373b43;
  border: 1px solid #24252b;
  border-radius: 5px;
  font-size: 13px;
  margin-bottom: 15px;
  overflow: hidden;
}
.right-col .main-right .arrivals-container .arrival-day-container {
  border-bottom: 1px solid #24252b;
  padding: 8px 10px;
}
.right-col .main-right .arrivals-container .arrival-day-container .arrival-day {
  float: left;
  color: #efefef;
}
.right-col .main-right .arrivals-container .arrival-day-container .arrival-day-date {
  float: right;
}
.right-col .main-right .arrivals-container .arrival-item-container .arrival-item {
  padding: 10px;
  border-bottom: 1px solid #24252b;
}
.right-col .main-right .arrivals-container .arrival-item-container .arrival-item:last-child {
  border-bottom: 0;
}
.right-col .main-right .arrivals-container .arrival-item-container .arrival-item .form-group {
  overflow: hidden;
  margin-bottom: 5px;
}
.right-col .main-right .arrivals-container .arrival-item-container .arrival-item .form-group:last-child {
  margin-bottom: 0;
}
.right-col .main-right .arrivals-container .arrival-item-container .arrival-item .form-group .form-output {
  color: #efefef;
}
.right-col .main-right .view-more-holder {
  text-align: center;
  font-size: 13px;
  cursor: pointer;
}
.right-col .main-right .view-more-holder:hover {
  color: #6196df;
}
.right-col .main-right .view-more-holder .lnr {
  font-size: 11px;
  margin-top: 2px;
  margin-left: 6px;
}
.right-col .main-right .main-right-bottom {
  margin-top: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.right-col .main-right .main-right-bottom .dashboard-status-container {
  border-bottom: 1px solid #24252b;
  box-shadow: 0px 1px 0px 0px rgb(63, 66, 73);
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-left: 30px;
}
.right-col .main-right .main-right-bottom .dashboard-status-container .switch .holder {
  margin-top: 2px;
}
.right-col .main-right .main-right-bottom .dashboard-status-container .online-or-offline {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .right-col .main-right .main-right-bottom .dashboard-status-container .online-or-offline {
    font-size: 15px;
  }
}
.right-col .main-right .main-right-bottom .dashboard-status-container .online-or-offline .offline {
  color: #FA6B5B;
}
.right-col .main-right .main-right-bottom .dashboard-status-container .online-or-offline .online {
  color: #3cb39e;
}
.right-col .main-right .main-right-bottom .overview-item-container {
  background-color: #373b43;
  border: 1px solid #24252b;
  border-radius: 5px;
  font-size: 13px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
}
.right-col .main-right .main-right-bottom .overview-item-container .overview-item {
  padding: 10px;
  border-bottom: 1px solid #24252b;
}
.right-col .main-right .main-right-bottom .overview-item-container .overview-item:last-child {
  border-bottom: 0;
}
.right-col .main-right .main-right-bottom .overview-item-container .overview-item .form-group {
  overflow: hidden;
  margin-bottom: 5px;
}
.right-col .main-right .main-right-bottom .overview-item-container .overview-item .form-group:last-child {
  margin-bottom: 0;
}
.right-col .main-right .main-right-bottom .overview-item-container .overview-item .form-group .form-output {
  color: #efefef;
}
.right-col .main-right .main-right-bottom .overview-item-container .overview-item .form-group .form-output .new {
  color: #a5aab9;
}
.right-col .main-right .main-right-bottom .panel-toggle {
  text-align: left;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #24252b;
  box-shadow: 0px -1px 0px 0px rgb(63, 66, 73);
}
.right-col .navbar {
  position: relative;
  height: 60px;
  background: rgb(47, 50, 58);
  background: linear-gradient(90deg, rgb(47, 50, 58) 10%, rgb(36, 37, 43) 90%);
  border-bottom: 1px solid #24252b;
  box-shadow: 0 0 10px rgba(0, 0, 1, 0.26);
  margin-bottom: 0;
  z-index: 2;
}
.right-col .navbar .navbar-header {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  height: 100%;
  padding-right: 9px;
}
@media (max-width: 768px) {
  .right-col .navbar .navbar-header {
    padding-right: 0;
  }
}
.right-col .navbar .navbar-header .go-back {
  height: 100%;
  margin-right: 15px;
  float: left;
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1024px) {
  .right-col .navbar .navbar-header .go-back {
    font-size: 18px;
  }
}
.right-col .navbar .navbar-header .go-back [class^=icon-], .right-col .navbar .navbar-header .go-back [class*=" icon-"] {
  font-size: 10px;
  float: left;
  margin-top: 4px;
  margin-right: 8px;
}
.right-col .navbar .navbar-header .go-back a {
  color: #a5aab9;
  text-decoration: none;
}
.right-col .navbar .navbar-header .go-back a:hover {
  color: #efefef;
}
.right-col .navbar .navbar-header .search-holder {
  width: 35%;
}
.right-col .navbar .navbar-header .search-holder .navbar-form {
  width: 100%;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group {
  width: 100%;
  display: flex;
  align-content: center;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn {
  display: flex;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn i.fa {
  min-width: 0;
  font-size: 19px;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn .button-input-clear {
  padding: 10px 0 !important;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn .button-input-clear i.fa {
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn .button-input-clear.show i.fa {
  opacity: 1;
  visibility: visible;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn:last-child > .btn, .right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn:last-child > .btn-group {
  padding: 10px;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn:last-child > .btn:hover, .right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn:last-child > .btn.hover, .right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn:last-child > .btn-group:hover, .right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn:last-child > .btn-group.hover {
  background-color: #373b43;
  border-color: #373b43;
  color: #437BAC;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn:last-child > .btn:focus, .right-col .navbar .navbar-header .search-holder .navbar-form .input-group .input-group-btn:last-child > .btn-group:focus {
  border-color: transparent;
  box-shadow: none;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group > .form-control {
  font-size: 16px;
  padding: 0 15px;
  height: 44px;
}
.right-col .navbar .navbar-header .search-holder .navbar-form .input-group > .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}
.right-col .navbar .navbar-header .page, .right-col .navbar .navbar-header .page-search {
  height: 100%;
  min-width: 25%;
  float: left;
  display: flex;
  align-items: center;
}
.right-col .navbar .navbar-header .page .type, .right-col .navbar .navbar-header .page-search .type {
  display: inline-block;
  font-weight: 900;
  font-size: 21px;
  color: #efefef;
  margin-right: 6px;
}
@media (max-width: 1024px) {
  .right-col .navbar .navbar-header .page .type, .right-col .navbar .navbar-header .page-search .type {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .right-col .navbar .navbar-header .page .type, .right-col .navbar .navbar-header .page-search .type {
    font-size: 15px;
  }
}
.right-col .navbar .navbar-header .page .title, .right-col .navbar .navbar-header .page-search .title {
  display: inline-block;
  color: #a5aab9;
  font-weight: 500;
  font-size: 21px;
}
@media (max-width: 1024px) {
  .right-col .navbar .navbar-header .page .title, .right-col .navbar .navbar-header .page-search .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .right-col .navbar .navbar-header .page .title, .right-col .navbar .navbar-header .page-search .title {
    font-size: 15px;
  }
}
.right-col .navbar .navbar-header .navbar-right {
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.right-col .navbar .navbar-header .navbar-right .notifications:hover {
  color: #FFFFFF !important;
}
.right-col .navbar .navbar-header .navbar-right .dropdown.open .dropdown-toggle {
  background-color: transparent;
  color: #6196df;
}
.right-col .navbar .navbar-header .navbar-right .dropdown a:hover {
  background-color: transparent;
  color: #6196df;
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-toggle {
  overflow: hidden;
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-toggle img {
  margin-right: 10px;
  float: left;
}
@media (max-width: 768px) {
  .right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-toggle img {
    display: none;
  }
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-toggle .user {
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-toggle .user {
    font-size: 15px;
    margin-top: 0;
  }
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-toggle .caret {
  margin-left: 20px;
  float: left;
  margin-top: 17px;
}
@media (max-width: 768px) {
  .right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-toggle .caret {
    margin-left: 5px;
    margin-top: 10px;
  }
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 1, 0.26);
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu:after, .right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu:after {
  border-color: rgba(47, 50, 58, 0);
  border-bottom-color: #2f323a;
  border-width: 7px;
  margin-left: -7px;
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu:before {
  border-color: rgba(39, 40, 47, 0);
  border-bottom-color: #22252b;
  border-width: 8px;
  margin-left: -8px;
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu > li {
  overflow: hidden;
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu > li:first-child > a {
  border-top: 0;
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu > li > a {
  float: left;
  width: 100%;
  height: 100%;
  padding: 8px 15px;
  border-bottom: 1px solid #24252b;
  border-top: 1px solid #3f4249;
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu > li > a .lnr {
  float: left;
  min-width: 25px;
  font-size: 25px;
  margin-right: 15px;
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu > li > a .item {
  float: left;
  font-weight: bold;
  margin-top: 4px;
}
.right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu > li > a:hover, .right-col .navbar .navbar-header .navbar-right .dropdown .dropdown-menu > li > a:focus {
  background-color: #373b43;
}

.panel-toggle {
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid #1b1c20;
  box-shadow: 0px -1px 0px 0px #2f3036;
  text-align: right;
}
.panel-toggle a {
  display: block;
  padding: 4px 0;
  width: 100%;
  text-decoration: none;
}
.panel-toggle a.toggle-collapse:hover {
  margin-left: -5px;
}
.panel-toggle a.toggle-expand {
  display: none;
}
.panel-toggle a.toggle-expand:hover {
  margin-left: 5px;
}
.panel-toggle a span {
  display: inline-block;
  color: #6196df;
  font-size: 20px;
}

.list-info .row {
  border-bottom: 1px solid #24252b;
  padding: 11px 0;
}
.list-info .row:first-child {
  padding-top: 0;
}
.list-info .row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.list-info .row .list-output {
  color: #efefef;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.list-info .row .list-output.apl {
  padding-left: 15px;
}
@media (min-width: 1025px) {
  .list-info .row .list-output {
    padding-left: 0;
  }
}

.card-views .card-view {
  line-height: 166%;
}

.pagination > .active > a {
  background-color: #484d57;
  color: #fefefe;
}
.pagination > .active > a:hover {
  background-color: #6196df;
  color: #efefef;
  border-color: transparent;
}
.pagination > .disabled > a {
  background-color: #373b43;
  border-color: transparent;
  color: #fefefe;
}
.pagination > .disabled > a:hover {
  background-color: #6196df;
  color: #efefef;
  border-color: transparent;
}
.pagination > li > a, .pagination > li > span {
  margin-left: 3px;
  margin-right: 3px;
  border-radius: 4px;
  font-size: 12px;
}
.pagination > li > a:hover, .pagination > li > span:hover {
  background-color: #6196df;
  color: #efefef;
  border-color: transparent;
}

@media (min-width: 1025px) {
  .col-right {
    padding-left: 0;
  }
}

.errors-list {
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.errors-list .error-item {
  display: flex;
  flex-flow: row nowrap;
  line-height: 166%;
  margin-bottom: 5px;
}
.errors-list .error-item:last-child {
  margin-bottom: 0;
}
.errors-list .error-item [class^=icon-], .errors-list .error-item [class*=" icon-"] {
  margin-top: 5px;
  margin-right: 6px;
  font-size: 16px;
  font-weight: 500;
}

#imap-password {
  float: left;
}

.action-toggle {
  float: left;
}
.action-toggle .fa-toggle-on {
  margin-left: 6px;
}
.action-toggle a {
  cursor: pointer;
}
.action-toggle a:hover {
  text-decoration: none;
}

.panel-collapsible-button {
  position: absolute;
  top: 15px;
  right: 0;
  color: #efefef;
  z-index: 1;
  cursor: pointer;
}
.panel-collapsible-button:hover {
  color: #437BAC;
}
.panel-collapsible-button:hover .state {
  color: #437BAC;
}
.panel-collapsible-button .title {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  float: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.1s;
}
.panel-collapsible-button .state {
  float: right;
  font-size: 26px;
  padding: 0 20px 0 15px;
  margin-top: -7px;
  cursor: pointer;
  color: #efefef;
}
.panel-collapsible-button .state span {
  font-weight: 500;
}

.panel.collapsed .title {
  height: auto;
  visibility: visible;
}
.panel.collapsed .panel-body {
  height: 58px;
  overflow: hidden;
  text-indent: -9999px;
}
.panel.collapsed .panel-body form {
  opacity: 0;
}

.mail-log-template .panel-body.transparent {
  border: 1px solid #2f323a;
  border-radius: 0;
  overflow: hidden;
}
.mail-log-template .panel-body.transparent object {
  background-color: #24252b;
  display: block;
  padding: 15px;
}

.well-container .col-md-4 {
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

i.fa, i.fal, i.fas, i.fad {
  min-width: 16px;
  margin-right: 6px;
}

hr {
  border-color: #24252b;
}
hr.light {
  border-color: #373a43;
}

.m-r-1 {
  margin-right: 10px;
}

.tile {
  background: rgb(47, 50, 58);
  background: linear-gradient(180deg, rgb(47, 50, 58) 10%, rgb(36, 37, 43) 90%);
  /* opacity: 0.9; */
}

.text-tag-disconnected {
  color: #FA6B5B;
}

.login-holder {
  width: 100%;
  height: 100%;
  float: left;
  padding: 50px;
}

.login-left {
  height: 100%;
  background: #fff;
}
.login-left .login-header {
  float: left;
  width: 100%;
}
.login-left .login-content {
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
.login-left .login-content .form-inner.hide {
  display: none;
}
.login-left .login-content .login-block .login-intro {
  font-weight: 500;
  margin-bottom: 25px;
}
.login-left .login-content .login-block .forgot-password {
  color: #f39437;
  padding-left: 10px;
  transition: all 0.2s;
  text-decoration: none;
}
.login-left .login-content .login-block .forgot-password:hover {
  color: #1F4D87;
  padding-left: 15px;
}
.login-left .login-content .login-block .forgot-password .icon-chevron-right {
  font-size: 12px;
}
.login-left .login-content .login-block .btn {
  width: 100%;
  font-size: 21px;
}

.login-right {
  height: 100%;
  background: #2196F3;
  background-image: url("/assets/images/login-background-image.jpg");
  background-position: bottom right;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .login-right {
    display: none;
  }
}
.login-right img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0.5;
}

div.login-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.login-container div.login-left, div.login-container div.login-right {
  height: 100%;
}
div.login-container div.login-left {
  width: 42.1%;
  background: #fff;
  padding: 50px;
}
div.login-container div.login-inner {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
div.login-container div.separator {
  position: absolute;
  left: 50%;
  width: 3%;
  height: 100%;
  z-index: 2;
  margin-top: 0;
  margin-left: -122px;
}
div.login-container div.separator:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
div.login-container div.separator:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.auth-message {
  color: #f39437;
  margin-bottom: 25px;
}

.separator {
  position: absolute;
  right: -77px;
  z-index: 1;
}
.separator img {
  display: block;
  width: auto;
  height: 100%;
}

/* perfect-scrollbar v0.7.1 */
.ps {
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #aaa;
  height: 6px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #aaa;
  width: 6px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 6px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}

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

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 6px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #aaa;
  height: 6px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #aaa;
  width: 6px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #aaa;
}

.tooltip {
  z-index: 9999;
}

a {
  color: #6196df;
  transition: all 0.2s;
}
a:hover, a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

b, strong {
  font-weight: bold;
}

.action {
  display: block;
  padding: 6px 13px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .action {
    padding: 10px 13px;
  }
}
.action.action-edit, .action.action-delete, .action.action-default {
  text-decoration: none;
}
.action.light {
  background-color: #e1e4ec;
}
.action.light.action-edit, .action.light.action-delete, .action.light.action-default {
  background-color: #e1e4ec;
  color: #adb2c0;
}
.action.light.action-edit:hover, .action.light.action-delete:hover, .action.light.action-default:hover {
  background-color: #6196df;
  color: #efefef;
}
.action.dark {
  background-color: #373b43;
}
.action.dark.action-edit, .action.dark.action-delete, .action.dark.action-default {
  background-color: #343843;
  color: #9ca1af;
}
.action.dark.action-edit:hover {
  background-color: #f39437;
  color: #efefef;
}
.action.dark.action-delete:hover {
  background-color: #d24131;
  color: #efefef;
}
.action.dark.action-default:hover {
  background-color: #437BAC;
  color: #efefef;
}

.login a {
  color: #f39437;
}
.login a:hover {
  color: #1F4D87;
}

.form-checkbox-group {
  min-height: 69px;
}
.form-checkbox-group .checkbox {
  padding-top: 32px;
}

div.well {
  background: rgb(47, 50, 58);
  background: linear-gradient(180deg, rgb(47, 50, 58) 10%, rgb(36, 37, 43) 90%);
  box-shadow: none;
  text-align: center;
}
div.well a {
  color: #949ba2;
}

div.well-sm {
  padding: 0;
}

div.well:hover {
  transition: background-color 0.3s ease;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

div.well:hover i {
  transition: transform 0.6s ease;
  transform: rotate(10deg);
  color: #fff;
}

div.well a {
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  display: block;
}

div.well a:hover {
  color: #fff;
  text-decoration: none;
}

div.well i {
  margin-bottom: 5px;
}

div.well div {
  font-size: 13px;
}

div.well-container .col-md-4 {
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
}
