/*!
 * jQuery UI CSS Framework 1.13.2
 * 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;
	-ms-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: -.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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!
 * jQuery UI Button 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;

	/* 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: .4em 1em;
}

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

/*!
 * jQuery UI Checkboxradio 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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 {

	/* 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;
}


/*!
 * jQuery UI Datepicker 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;
	/* 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 .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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!
 * jQuery UI Resizable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}

/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;
}

/* 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: .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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!
 * jQuery UI CSS Framework 1.13.2
 * 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/
 */


/* 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;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-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("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{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/ui-icons_555555_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")/*{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}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

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

.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
.flatpickr-confirm {
	height: 40px;
	max-height: 0px;
	visibility: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	background: rgba(0,0,0,0.06)
}

.flatpickr-confirm svg path {
	fill: inherit;
}

.flatpickr-confirm.darkTheme {
	color: white;
	fill: white;
}

.flatpickr-confirm.visible {
	max-height: 40px;
	visibility: visible
}

/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  transition            : .2s;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
span.emoji {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: baseline;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 1em;
    height: 1em;
    background-size: 1em;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

span.emoji-sizer {
    line-height: 0.81em;
    font-size: 1em;
    margin: -2px 0;
}

span.emoji-outer {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    height: 1em;
    width: 1em;
}

span.emoji-inner {
    display: -moz-inline-box;
    display: inline-block;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
    vertical-align: baseline;
    *vertical-align: auto;
    *zoom: 1;
}

img.emoji {
    width: 1em;
    height: 1em;
}

.emoji-wysiwyg-editor:empty:before {
    content: attr(placeholder);
    color: #9aa2ab;
}

.emoji-picker-container {
    position: relative;
}

.emoji-picker-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    opacity: 0.7;
    z-index: 100;
    transition: none;
    color: black;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.emoji-picker-icon.parent-has-scroll {
    right: 28px;
}

.emoji-picker-icon:hover {
    opacity: 1;
}

/* Emoji area */
.emoji-wysiwyg-editor:empty:before {
    content: attr(placeholder);
    color: #9aa2ab;
}

.emoji-wysiwyg-editor:active:before,
.emoji-wysiwyg-editor:focus:before {
    content: none;
}

.emoji-wysiwyg-editor {
    padding: 6px;
    padding-right: 35px;
    margin-bottom: 0px;
    min-height: 35px; /* 35 */
    height: 30px;
    max-height: 284px;
    overflow: auto;
    line-height: 17px;
    border: 1px solid #d2dbe3;
    border-radius: 2px;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-user-select: text;
    word-wrap: break-word;
}

.emoji-wysiwyg-editor.parent-has-scroll {
     padding-right: 40px;
 }

.emoji-wysiwyg-editor.single-line-editor {
    min-height: 35px;
    height: inherit;
}

.emoji-wysiwyg-editor img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.emoji-menu {
    position: absolute;
    z-index: 999;
    width: 225px;
    overflow: hidden;
    border: 1px #dfdfdf solid;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.emoji-items-wrap1 {
    background: #ffffff;
    padding: 5px 2px 5px 5px;
}

.emoji-items-wrap1 .emoji-menu-tabs {
    width: 100%;
    margin-bottom: 8px;
    margin-top: 3px;
}

.emoji-items-wrap1 .emoji-menu-tabs td {
    text-align: center;
    color: white;
    line-height: 0;
}

.emoji-menu-tabs .emoji-menu-tab {
    display: inline-block;
    width: 24px;
    height: 29px;
    background: url('../img/IconsetSmiles.png') no-repeat;
    background-size: 42px 350px;
    border: 0;
}

.is_1x .emoji-menu-tabs .emoji-menu-tab {
    background-image: url('../img/IconsetSmiles_1x.png');
}

.emoji-menu-tabs .icon-recent { background-position: -9px -306px; }

.emoji-menu-tabs .icon-recent-selected { background-position: -9px -277px; }

.emoji-menu-tabs .icon-smile { background-position: -9px -34px; }

.emoji-menu-tabs .icon-smile-selected { background-position: -9px -5px; }

.emoji-menu-tabs .icon-flower { background-position: -9px -145px; }

.emoji-menu-tabs .icon-flower-selected { background-position: -9px -118px; }

.emoji-menu-tabs .icon-bell { background-position: -9px -89px; }

.emoji-menu-tabs .icon-bell-selected { background-position: -9px -61px; }

.emoji-menu-tabs .icon-car { background-position: -9px -196px; }

.emoji-menu-tabs .icon-car-selected { background-position: -9px -170px; }

.emoji-menu-tabs .icon-grid { background-position: -9px -248px; }

.emoji-menu-tabs .icon-grid-selected { background-position: -9px -222px; }

.emoji-menu-tabs .icon-smile,
.emoji-menu-tabs .icon-flower,
.emoji-menu-tabs .icon-bell,
.emoji-menu-tabs .icon-car,
.emoji-menu-tabs .icon-grid {
    opacity: 0.7;
}

.emoji-menu-tabs .icon-smile:hover,
.emoji-menu-tabs .icon-flower:hover,
.emoji-menu-tabs .icon-bell:hover,
.emoji-menu-tabs .icon-car:hover,
.emoji-menu-tabs .icon-grid:hover {
    opacity: 1;
}

.emoji-menu .emoji-items-wrap {
    position: relative;
    height: 174px;
}

.emoji-menu .emoji-items {
    padding-right: 8px;
    outline: 0 !important;
}

.emoji-menu img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    border: 0 none;
}

.emoji-menu .emoji-items a {
    margin: -1px 0 0 -1px;
    padding: 5px;
    display: block;
    float: left;
    border-radius: 2px;
    border: 0;
}

.emoji-menu .emoji-items a:hover {
    background-color: #edf2f5;
}

.emoji-menu:after {
    content: ' ';
    display: block;
    clear: left;
}

.emoji-menu a .label {
    display: none;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-1x: url("../img/flags.png?1");
  --iti-path-flags-2x: url("../img/flags@2x.png?1");
  --iti-path-globe-1x: url("../img/globe.png");
  --iti-path-globe-2x: url("../img/globe@2x.png");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
  background: none;
  border: 0;
  margin: 0;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: white;
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-gray);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: 3px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-gray);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: var(--iti-flag-width);
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: var(--iti-border-width) solid var(--iti-border-gray);
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-text-gray);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__flag-box, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--show-selected-dial-code input.iti__tel-input,
.iti--show-selected-dial-code input.iti__tel-input[type=text],
.iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel] {
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: var(--iti-input-padding);
  margin-right: 0;
}
.iti--allow-dropdown .iti__country-container, .iti--show-selected-dial-code .iti__country-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__country-container, [dir=rtl] .iti--show-selected-dial-code .iti__country-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__country-container:hover, .iti--allow-dropdown .iti__country-container:hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:hover .iti__selected-country {
  background-color: var(--iti-hover-color);
}
.iti--allow-dropdown .iti__country-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__country-container:has(+ input[disabled]):hover .iti__selected-country,
.iti--allow-dropdown .iti__country-container:has(+ input[readonly]):hover .iti__selected-country {
  background-color: transparent;
}
.iti--show-selected-dial-code .iti__selected-country {
  background-color: var(--iti-hover-color);
}
.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: var(--iti-arrow-padding);
}
[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: var(--iti-arrow-padding);
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__np {
  --iti-flag-width: 13px;
}

.iti__va, .iti__ch {
  --iti-flag-width: 15px;
}

.iti__ne, .iti__be {
  --iti-flag-width: 18px;
}

.iti__mc {
  --iti-flag-width: 19px;
}

.iti__zw, .iti__ws, .iti__vg, .iti__uz, .iti__uk, .iti__tv, .iti__to, .iti__tl, .iti__tk, .iti__tj, .iti__tc, .iti__ta, .iti__su, .iti__st, .iti__ss, .iti__si, .iti__sh, .iti__sd, .iti__sc, .iti__sb, .iti__ps, .iti__pn, .iti__ph, .iti__om, .iti__nz, .iti__nu, .iti__nr, .iti__ng, .iti__nf, .iti__nc, .iti__my, .iti__ms, .iti__mp, .iti__mn, .iti__mk, .iti__me, .iti__md, .iti__ly, .iti__lv, .iti__lk, .iti__lc, .iti__kz, .iti__ky, .iti__kw, .iti__kp, .iti__ki, .iti__jo, .iti__jm, .iti__io, .iti__im, .iti__ie, .iti__hu, .iti__hr, .iti__hn, .iti__hm, .iti__gw, .iti__gs, .iti__gi, .iti__gb, .iti__fk, .iti__fj, .iti__et, .iti__er, .iti__eh, .iti__dm, .iti__dg, .iti__cx, .iti__cu, .iti__ck, .iti__cc, .iti__ca, .iti__by, .iti__bs, .iti__bn, .iti__bm, .iti__ba, .iti__az, .iti__au, .iti__as, .iti__am, .iti__ai, .iti__ae, .iti__ac {
  --iti-flag-height: 10px;
}

.iti__us, .iti__um, .iti__py, .iti__mh, .iti__lr, .iti__gu, .iti__fm {
  --iti-flag-height: 11px;
}

.iti__vu, .iti__tt, .iti__sv, .iti__ni, .iti__mx, .iti__lu, .iti__lt, .iti__li, .iti__km, .iti__kg, .iti__je, .iti__ir, .iti__ht, .iti__gy, .iti__gd, .iti__fi, .iti__de, .iti__cv, .iti__cr, .iti__cq, .iti__bz, .iti__bi, .iti__bh, .iti__bg, .iti__bd {
  --iti-flag-height: 12px;
}

.iti__tg, .iti__se, .iti__pw, .iti__pl, .iti__kh, .iti__gt, .iti__ee, .iti__ax, .iti__ar {
  --iti-flag-height: 13px;
}

.iti__xk, .iti__va, .iti__sm, .iti__sj, .iti__pg, .iti__np, .iti__no, .iti__ne, .iti__mc, .iti__is, .iti__il, .iti__ga, .iti__fo, .iti__dk, .iti__ch, .iti__cd, .iti__bv, .iti__be, .iti__al {
  --iti-flag-height: 15px;
}

.iti__qa {
  --iti-flag-height: 8px;
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -22px;
}

.iti__ae {
  --iti-flag-offset: -44px;
}

.iti__af {
  --iti-flag-offset: -66px;
}

.iti__ag {
  --iti-flag-offset: -88px;
}

.iti__ai {
  --iti-flag-offset: -110px;
}

.iti__al {
  --iti-flag-offset: -132px;
}

.iti__am {
  --iti-flag-offset: -154px;
}

.iti__ao {
  --iti-flag-offset: -176px;
}

.iti__aq {
  --iti-flag-offset: -198px;
}

.iti__ar {
  --iti-flag-offset: -220px;
}

.iti__as {
  --iti-flag-offset: -242px;
}

.iti__at {
  --iti-flag-offset: -264px;
}

.iti__au {
  --iti-flag-offset: -286px;
}

.iti__aw {
  --iti-flag-offset: -308px;
}

.iti__ax {
  --iti-flag-offset: -330px;
}

.iti__az {
  --iti-flag-offset: -352px;
}

.iti__ba {
  --iti-flag-offset: -374px;
}

.iti__bb {
  --iti-flag-offset: -396px;
}

.iti__bd {
  --iti-flag-offset: -418px;
}

.iti__be {
  --iti-flag-offset: -440px;
}

.iti__bf {
  --iti-flag-offset: -460px;
}

.iti__bg {
  --iti-flag-offset: -482px;
}

.iti__bh {
  --iti-flag-offset: -504px;
}

.iti__bi {
  --iti-flag-offset: -526px;
}

.iti__bj {
  --iti-flag-offset: -548px;
}

.iti__bl {
  --iti-flag-offset: -570px;
}

.iti__bm {
  --iti-flag-offset: -592px;
}

.iti__bn {
  --iti-flag-offset: -614px;
}

.iti__bo {
  --iti-flag-offset: -636px;
}

.iti__bq {
  --iti-flag-offset: -658px;
}

.iti__br {
  --iti-flag-offset: -680px;
}

.iti__bs {
  --iti-flag-offset: -702px;
}

.iti__bt {
  --iti-flag-offset: -724px;
}

.iti__bv {
  --iti-flag-offset: -746px;
}

.iti__bw {
  --iti-flag-offset: -768px;
}

.iti__by {
  --iti-flag-offset: -790px;
}

.iti__bz {
  --iti-flag-offset: -812px;
}

.iti__ca {
  --iti-flag-offset: -834px;
}

.iti__cc {
  --iti-flag-offset: -856px;
}

.iti__cd {
  --iti-flag-offset: -878px;
}

.iti__cf {
  --iti-flag-offset: -900px;
}

.iti__cg {
  --iti-flag-offset: -922px;
}

.iti__ch {
  --iti-flag-offset: -944px;
}

.iti__ci {
  --iti-flag-offset: -961px;
}

.iti__ck {
  --iti-flag-offset: -983px;
}

.iti__cl {
  --iti-flag-offset: -1005px;
}

.iti__cm {
  --iti-flag-offset: -1027px;
}

.iti__cn {
  --iti-flag-offset: -1049px;
}

.iti__co {
  --iti-flag-offset: -1071px;
}

.iti__cp {
  --iti-flag-offset: -1093px;
}

.iti__cq {
  --iti-flag-offset: -1115px;
}

.iti__cr {
  --iti-flag-offset: -1137px;
}

.iti__cu {
  --iti-flag-offset: -1159px;
}

.iti__cv {
  --iti-flag-offset: -1181px;
}

.iti__cw {
  --iti-flag-offset: -1203px;
}

.iti__cx {
  --iti-flag-offset: -1225px;
}

.iti__cy {
  --iti-flag-offset: -1247px;
}

.iti__cz {
  --iti-flag-offset: -1269px;
}

.iti__de {
  --iti-flag-offset: -1291px;
}

.iti__dg {
  --iti-flag-offset: -1313px;
}

.iti__dj {
  --iti-flag-offset: -1335px;
}

.iti__dk {
  --iti-flag-offset: -1357px;
}

.iti__dm {
  --iti-flag-offset: -1379px;
}

.iti__do {
  --iti-flag-offset: -1401px;
}

.iti__dz {
  --iti-flag-offset: -1423px;
}

.iti__ea {
  --iti-flag-offset: -1445px;
}

.iti__ec {
  --iti-flag-offset: -1467px;
}

.iti__ee {
  --iti-flag-offset: -1489px;
}

.iti__eg {
  --iti-flag-offset: -1511px;
}

.iti__eh {
  --iti-flag-offset: -1533px;
}

.iti__er {
  --iti-flag-offset: -1555px;
}

.iti__es {
  --iti-flag-offset: -1577px;
}

.iti__et {
  --iti-flag-offset: -1599px;
}

.iti__eu {
  --iti-flag-offset: -1621px;
}

.iti__ez {
  --iti-flag-offset: -1643px;
}

.iti__fi {
  --iti-flag-offset: -1665px;
}

.iti__fj {
  --iti-flag-offset: -1687px;
}

.iti__fk {
  --iti-flag-offset: -1709px;
}

.iti__fm {
  --iti-flag-offset: -1731px;
}

.iti__fo {
  --iti-flag-offset: -1753px;
}

.iti__fr {
  --iti-flag-offset: -1775px;
}

.iti__fx {
  --iti-flag-offset: -1797px;
}

.iti__ga {
  --iti-flag-offset: -1819px;
}

.iti__gb {
  --iti-flag-offset: -1841px;
}

.iti__gd {
  --iti-flag-offset: -1863px;
}

.iti__ge {
  --iti-flag-offset: -1885px;
}

.iti__gf {
  --iti-flag-offset: -1907px;
}

.iti__gg {
  --iti-flag-offset: -1929px;
}

.iti__gh {
  --iti-flag-offset: -1951px;
}

.iti__gi {
  --iti-flag-offset: -1973px;
}

.iti__gl {
  --iti-flag-offset: -1995px;
}

.iti__gm {
  --iti-flag-offset: -2017px;
}

.iti__gn {
  --iti-flag-offset: -2039px;
}

.iti__gp {
  --iti-flag-offset: -2061px;
}

.iti__gq {
  --iti-flag-offset: -2083px;
}

.iti__gr {
  --iti-flag-offset: -2105px;
}

.iti__gs {
  --iti-flag-offset: -2127px;
}

.iti__gt {
  --iti-flag-offset: -2149px;
}

.iti__gu {
  --iti-flag-offset: -2171px;
}

.iti__gw {
  --iti-flag-offset: -2193px;
}

.iti__gy {
  --iti-flag-offset: -2215px;
}

.iti__hk {
  --iti-flag-offset: -2237px;
}

.iti__hm {
  --iti-flag-offset: -2259px;
}

.iti__hn {
  --iti-flag-offset: -2281px;
}

.iti__hr {
  --iti-flag-offset: -2303px;
}

.iti__ht {
  --iti-flag-offset: -2325px;
}

.iti__hu {
  --iti-flag-offset: -2347px;
}

.iti__ic {
  --iti-flag-offset: -2369px;
}

.iti__id {
  --iti-flag-offset: -2391px;
}

.iti__ie {
  --iti-flag-offset: -2413px;
}

.iti__il {
  --iti-flag-offset: -2435px;
}

.iti__im {
  --iti-flag-offset: -2457px;
}

.iti__in {
  --iti-flag-offset: -2479px;
}

.iti__io {
  --iti-flag-offset: -2501px;
}

.iti__iq {
  --iti-flag-offset: -2523px;
}

.iti__ir {
  --iti-flag-offset: -2545px;
}

.iti__is {
  --iti-flag-offset: -2567px;
}

.iti__it {
  --iti-flag-offset: -2589px;
}

.iti__je {
  --iti-flag-offset: -2611px;
}

.iti__jm {
  --iti-flag-offset: -2633px;
}

.iti__jo {
  --iti-flag-offset: -2655px;
}

.iti__jp {
  --iti-flag-offset: -2677px;
}

.iti__ke {
  --iti-flag-offset: -2699px;
}

.iti__kg {
  --iti-flag-offset: -2721px;
}

.iti__kh {
  --iti-flag-offset: -2743px;
}

.iti__ki {
  --iti-flag-offset: -2765px;
}

.iti__km {
  --iti-flag-offset: -2787px;
}

.iti__kn {
  --iti-flag-offset: -2809px;
}

.iti__kp {
  --iti-flag-offset: -2831px;
}

.iti__kr {
  --iti-flag-offset: -2853px;
}

.iti__kw {
  --iti-flag-offset: -2875px;
}

.iti__ky {
  --iti-flag-offset: -2897px;
}

.iti__kz {
  --iti-flag-offset: -2919px;
}

.iti__la {
  --iti-flag-offset: -2941px;
}

.iti__lb {
  --iti-flag-offset: -2963px;
}

.iti__lc {
  --iti-flag-offset: -2985px;
}

.iti__li {
  --iti-flag-offset: -3007px;
}

.iti__lk {
  --iti-flag-offset: -3029px;
}

.iti__lr {
  --iti-flag-offset: -3051px;
}

.iti__ls {
  --iti-flag-offset: -3073px;
}

.iti__lt {
  --iti-flag-offset: -3095px;
}

.iti__lu {
  --iti-flag-offset: -3117px;
}

.iti__lv {
  --iti-flag-offset: -3139px;
}

.iti__ly {
  --iti-flag-offset: -3161px;
}

.iti__ma {
  --iti-flag-offset: -3183px;
}

.iti__mc {
  --iti-flag-offset: -3205px;
}

.iti__md {
  --iti-flag-offset: -3226px;
}

.iti__me {
  --iti-flag-offset: -3248px;
}

.iti__mf {
  --iti-flag-offset: -3270px;
}

.iti__mg {
  --iti-flag-offset: -3292px;
}

.iti__mh {
  --iti-flag-offset: -3314px;
}

.iti__mk {
  --iti-flag-offset: -3336px;
}

.iti__ml {
  --iti-flag-offset: -3358px;
}

.iti__mm {
  --iti-flag-offset: -3380px;
}

.iti__mn {
  --iti-flag-offset: -3402px;
}

.iti__mo {
  --iti-flag-offset: -3424px;
}

.iti__mp {
  --iti-flag-offset: -3446px;
}

.iti__mq {
  --iti-flag-offset: -3468px;
}

.iti__mr {
  --iti-flag-offset: -3490px;
}

.iti__ms {
  --iti-flag-offset: -3512px;
}

.iti__mt {
  --iti-flag-offset: -3534px;
}

.iti__mu {
  --iti-flag-offset: -3556px;
}

.iti__mv {
  --iti-flag-offset: -3578px;
}

.iti__mw {
  --iti-flag-offset: -3600px;
}

.iti__mx {
  --iti-flag-offset: -3622px;
}

.iti__my {
  --iti-flag-offset: -3644px;
}

.iti__mz {
  --iti-flag-offset: -3666px;
}

.iti__na {
  --iti-flag-offset: -3688px;
}

.iti__nc {
  --iti-flag-offset: -3710px;
}

.iti__ne {
  --iti-flag-offset: -3732px;
}

.iti__nf {
  --iti-flag-offset: -3752px;
}

.iti__ng {
  --iti-flag-offset: -3774px;
}

.iti__ni {
  --iti-flag-offset: -3796px;
}

.iti__nl {
  --iti-flag-offset: -3818px;
}

.iti__no {
  --iti-flag-offset: -3840px;
}

.iti__np {
  --iti-flag-offset: -3862px;
}

.iti__nr {
  --iti-flag-offset: -3877px;
}

.iti__nu {
  --iti-flag-offset: -3899px;
}

.iti__nz {
  --iti-flag-offset: -3921px;
}

.iti__om {
  --iti-flag-offset: -3943px;
}

.iti__pa {
  --iti-flag-offset: -3965px;
}

.iti__pe {
  --iti-flag-offset: -3987px;
}

.iti__pf {
  --iti-flag-offset: -4009px;
}

.iti__pg {
  --iti-flag-offset: -4031px;
}

.iti__ph {
  --iti-flag-offset: -4053px;
}

.iti__pk {
  --iti-flag-offset: -4075px;
}

.iti__pl {
  --iti-flag-offset: -4097px;
}

.iti__pm {
  --iti-flag-offset: -4119px;
}

.iti__pn {
  --iti-flag-offset: -4141px;
}

.iti__pr {
  --iti-flag-offset: -4163px;
}

.iti__ps {
  --iti-flag-offset: -4185px;
}

.iti__pt {
  --iti-flag-offset: -4207px;
}

.iti__pw {
  --iti-flag-offset: -4229px;
}

.iti__py {
  --iti-flag-offset: -4251px;
}

.iti__qa {
  --iti-flag-offset: -4273px;
}

.iti__re {
  --iti-flag-offset: -4295px;
}

.iti__ro {
  --iti-flag-offset: -4317px;
}

.iti__rs {
  --iti-flag-offset: -4339px;
}

.iti__ru {
  --iti-flag-offset: -4361px;
}

.iti__rw {
  --iti-flag-offset: -4383px;
}

.iti__sa {
  --iti-flag-offset: -4405px;
}

.iti__sb {
  --iti-flag-offset: -4427px;
}

.iti__sc {
  --iti-flag-offset: -4449px;
}

.iti__sd {
  --iti-flag-offset: -4471px;
}

.iti__se {
  --iti-flag-offset: -4493px;
}

.iti__sg {
  --iti-flag-offset: -4515px;
}

.iti__sh {
  --iti-flag-offset: -4537px;
}

.iti__si {
  --iti-flag-offset: -4559px;
}

.iti__sj {
  --iti-flag-offset: -4581px;
}

.iti__sk {
  --iti-flag-offset: -4603px;
}

.iti__sl {
  --iti-flag-offset: -4625px;
}

.iti__sm {
  --iti-flag-offset: -4647px;
}

.iti__sn {
  --iti-flag-offset: -4669px;
}

.iti__so {
  --iti-flag-offset: -4691px;
}

.iti__sr {
  --iti-flag-offset: -4713px;
}

.iti__ss {
  --iti-flag-offset: -4735px;
}

.iti__st {
  --iti-flag-offset: -4757px;
}

.iti__su {
  --iti-flag-offset: -4779px;
}

.iti__sv {
  --iti-flag-offset: -4801px;
}

.iti__sx {
  --iti-flag-offset: -4823px;
}

.iti__sy {
  --iti-flag-offset: -4845px;
}

.iti__sz {
  --iti-flag-offset: -4867px;
}

.iti__ta {
  --iti-flag-offset: -4889px;
}

.iti__tc {
  --iti-flag-offset: -4911px;
}

.iti__td {
  --iti-flag-offset: -4933px;
}

.iti__tf {
  --iti-flag-offset: -4955px;
}

.iti__tg {
  --iti-flag-offset: -4977px;
}

.iti__th {
  --iti-flag-offset: -4999px;
}

.iti__tj {
  --iti-flag-offset: -5021px;
}

.iti__tk {
  --iti-flag-offset: -5043px;
}

.iti__tl {
  --iti-flag-offset: -5065px;
}

.iti__tm {
  --iti-flag-offset: -5087px;
}

.iti__tn {
  --iti-flag-offset: -5109px;
}

.iti__to {
  --iti-flag-offset: -5131px;
}

.iti__tr {
  --iti-flag-offset: -5153px;
}

.iti__tt {
  --iti-flag-offset: -5175px;
}

.iti__tv {
  --iti-flag-offset: -5197px;
}

.iti__tw {
  --iti-flag-offset: -5219px;
}

.iti__tz {
  --iti-flag-offset: -5241px;
}

.iti__ua {
  --iti-flag-offset: -5263px;
}

.iti__ug {
  --iti-flag-offset: -5285px;
}

.iti__uk {
  --iti-flag-offset: -5307px;
}

.iti__um {
  --iti-flag-offset: -5329px;
}

.iti__un {
  --iti-flag-offset: -5351px;
}

.iti__us {
  --iti-flag-offset: -5373px;
}

.iti__uy {
  --iti-flag-offset: -5395px;
}

.iti__uz {
  --iti-flag-offset: -5417px;
}

.iti__va {
  --iti-flag-offset: -5439px;
}

.iti__vc {
  --iti-flag-offset: -5456px;
}

.iti__ve {
  --iti-flag-offset: -5478px;
}

.iti__vg {
  --iti-flag-offset: -5500px;
}

.iti__vi {
  --iti-flag-offset: -5522px;
}

.iti__vn {
  --iti-flag-offset: -5544px;
}

.iti__vu {
  --iti-flag-offset: -5566px;
}

.iti__wf {
  --iti-flag-offset: -5588px;
}

.iti__ws {
  --iti-flag-offset: -5610px;
}

.iti__xk {
  --iti-flag-offset: -5632px;
}

.iti__ye {
  --iti-flag-offset: -5654px;
}

.iti__yt {
  --iti-flag-offset: -5676px;
}

.iti__za {
  --iti-flag-offset: -5698px;
}

.iti__zm {
  --iti-flag-offset: -5720px;
}

.iti__zw {
  --iti-flag-offset: -5742px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
.vjs-svg-icon{display:inline-block;background-repeat:no-repeat;background-position:center;fill:currentColor;height:1.8em;width:1.8em}.vjs-svg-icon:before{content:none!important}.vjs-control:focus .vjs-svg-icon,.vjs-svg-icon:hover{filter:drop-shadow(0 0 .25em #fff)}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\f101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\f102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\f103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\f104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\f105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\f106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\f107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\f108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\f109"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\f10a"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\f10b"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\f10c"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\f10d"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\f10e"}.vjs-icon-downloading{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-downloading:before{content:"\f10f"}.vjs-icon-file-download{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download:before{content:"\f110"}.vjs-icon-file-download-done{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-done:before{content:"\f111"}.vjs-icon-file-download-off{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-file-download-off:before{content:"\f112"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\f113"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\f114"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\f115"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\f116"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\f117"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\f118"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\f119"}.vjs-icon-repeat{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-repeat:before{content:"\f11a"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\f11b"}.video-js .vjs-skip-backward-5 .vjs-icon-placeholder,.vjs-icon-replay-5{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before,.vjs-icon-replay-5:before{content:"\f11c"}.video-js .vjs-skip-backward-10 .vjs-icon-placeholder,.vjs-icon-replay-10{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before,.vjs-icon-replay-10:before{content:"\f11d"}.video-js .vjs-skip-backward-30 .vjs-icon-placeholder,.vjs-icon-replay-30{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before,.vjs-icon-replay-30:before{content:"\f11e"}.video-js .vjs-skip-forward-5 .vjs-icon-placeholder,.vjs-icon-forward-5{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before,.vjs-icon-forward-5:before{content:"\f11f"}.video-js .vjs-skip-forward-10 .vjs-icon-placeholder,.vjs-icon-forward-10{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before,.vjs-icon-forward-10:before{content:"\f120"}.video-js .vjs-skip-forward-30 .vjs-icon-placeholder,.vjs-icon-forward-30{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before,.vjs-icon-forward-30:before{content:"\f121"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\f122"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\f123"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\f124"}.vjs-icon-shuffle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-shuffle:before{content:"\f125"}.vjs-icon-cast{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cast:before{content:"\f126"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\f127"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\f128"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\f129"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\f12a"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\f12b"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\f12c"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\f12d"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\f12e"}.video-js{display:inline-block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-1-1,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-fluid{width:100%;max-width:100%}.video-js.vjs-1-1:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-fluid:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window,body.vjs-pip-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen,body.vjs-pip-window .video-js{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),body.vjs-pip-window .video-js{width:100%!important;height:100%!important;padding-top:0!important;display:block}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-pip-container .vjs-pip-text{position:absolute;bottom:10%;font-size:2em;background-color:rgba(0,0,0,.7);padding:.5em;text-align:center;width:100%}.vjs-layout-small.vjs-pip-container .vjs-pip-text,.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,.vjs-layout-x-small.vjs-pip-container .vjs-pip-text{bottom:0;font-size:1.4em}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:50%;left:50%;padding:0;margin-top:-.81666em;margin-left:-1.5em;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-button .vjs-svg-icon{width:1em;height:1em;position:absolute;top:50%;left:50%;line-height:1;transform:translate(-50%,-50%)}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{display:flex;justify-content:center;list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.js-focus-visible .vjs-menu li.vjs-selected:hover .vjs-svg-icon,.vjs-menu li.vjs-selected .vjs-svg-icon,.vjs-menu li.vjs-selected:focus .vjs-svg-icon,.vjs-menu li.vjs-selected:hover .vjs-svg-icon{fill:#000}.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible){background:0 0}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-pip-window .vjs-menu-button-popup .vjs-menu{left:unset;right:1em}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js:not(.vjs-controls-disabled,.vjs-using-native-controls,.vjs-error) .vjs-control-bar.vjs-lock-showing{display:flex!important}.vjs-audio-only-mode .vjs-control-bar,.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible;pointer-events:auto}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.vjs-button>.vjs-svg-icon{display:inline-block}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js :not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;line-height:.35em;z-index:1}.vjs-svg-icons-enabled .vjs-play-progress:before{content:none!important}.vjs-play-progress .vjs-svg-icon{position:absolute;top:-.35em;right:-.4em;width:.9em;height:.9em;pointer-events:none;line-height:.15em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-svg-icons-enabled .vjs-volume-level:before{content:none}.vjs-volume-level .vjs-svg-icon{position:absolute;width:.9em;height:.9em;pointer-events:none;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{line-height:.35em;right:-.5em}.vjs-slider-horizontal .vjs-volume-level .vjs-svg-icon{right:-.3em;transform:translateY(-50%)}.vjs-slider-vertical .vjs-volume-level .vjs-svg-icon{top:-.55em;transform:translateX(-50%)}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.vjs-poster{display:inline-block;vertical-align:middle;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster,.vjs-pip-container.vjs-has-started .vjs-poster{display:block}.vjs-poster img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-svg-icons-enabled .vjs-seek-to-live-control{line-height:0}.vjs-seek-to-live-control .vjs-svg-icon{width:1em;height:1em;pointer-events:none;fill:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-svg-icon{fill:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.video-js .vjs-current-time,.video-js .vjs-duration,.vjs-live .vjs-time-control,.vjs-live .vjs-time-divider{display:none}.vjs-time-divider{display:none;line-height:3em}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.vjs-error .vjs-text-track-display{display:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,.vjs-pip-window .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control,.vjs-pip-window .vjs-fullscreen-control{display:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.85;text-align:left;border:.6em solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:5em;height:5em;border-radius:50%;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-error .vjs-loading-spinner{display:none}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-.6em;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-svg-icon{width:1.5em;height:1.5em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\f10c";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-description-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before,.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \f12e";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto;width:initial}.video-js.vjs-layout-tiny .vjs-progress-control,.video-js.vjs-layout-x-small .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-error .vjs-text-track-settings{display:none}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-text-track-settings select{font-size:inherit}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:10px;border:none}.vjs-text-track-settings fieldset span{display:inline-block;padding:0 .6em .8em}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;font-weight:700;font-size:1.2em}.vjs-text-track-settings .vjs-label{margin:0 .5em .5em 0}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}.vjs-title-bar{background:rgba(0,0,0,.9);background:linear-gradient(180deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.7) 60%,rgba(0,0,0,0) 100%);font-size:1.2em;line-height:1.5;transition:opacity .1s;padding:.666em 1.333em 4em;pointer-events:none;position:absolute;top:0;width:100%}.vjs-error .vjs-title-bar{display:none}.vjs-title-bar-description,.vjs-title-bar-title{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vjs-title-bar-title{font-weight:700;margin-bottom:.333em}.vjs-playing.vjs-user-inactive .vjs-title-bar{opacity:0;transition:opacity 1s}.video-js .vjs-skip-forward-5{cursor:pointer}.video-js .vjs-skip-forward-10{cursor:pointer}.video-js .vjs-skip-forward-30{cursor:pointer}.video-js .vjs-skip-backward-5{cursor:pointer}.video-js .vjs-skip-backward-10{cursor:pointer}.video-js .vjs-skip-backward-30{cursor:pointer}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:0}.video-js :focus:not(:focus-visible){outline:0}
@charset "UTF-8";
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-black.woff2") format("woff2"), url("../fonts/avenirltstd-black.woff") format("woff"), url("../fonts/avenirltstd-black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-blackoblique.woff2") format("woff2"), url("../fonts/avenirltstd-blackoblique.woff") format("woff"), url("../fonts/avenirltstd-blackoblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-heavyoblique.woff2") format("woff2"), url("../fonts/avenirltstd-heavyoblique.woff") format("woff"), url("../fonts/avenirltstd-heavyoblique.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-heavy.woff2") format("woff2"), url("../fonts/avenirltstd-heavy.woff") format("woff"), url("../fonts/avenirltstd-heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-medium.woff2") format("woff2"), url("../fonts/avenirltstd-medium.woff") format("woff"), url("../fonts/avenirltstd-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-mediumoblique.woff2") format("woff2"), url("../fonts/avenirltstd-mediumoblique.woff") format("woff"), url("../fonts/avenirltstd-mediumoblique.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-roman.woff2") format("woff2"), url("../fonts/avenirltstd-roman.woff") format("woff"), url("../fonts/avenirltstd-roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-oblique.woff2") format("woff2"), url("../fonts/avenirltstd-oblique.woff") format("woff"), url("../fonts/avenirltstd-oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-book.woff2") format("woff2"), url("../fonts/avenirltstd-book.woff") format("woff"), url("../fonts/avenirltstd-book.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-bookoblique.woff2") format("woff2"), url("../fonts/avenirltstd-bookoblique.woff") format("woff"), url("../fonts/avenirltstd-bookoblique.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-lightoblique.woff2") format("woff2"), url("../fonts/avenirltstd-lightoblique.woff") format("woff"), url("../fonts/avenirltstd-lightoblique.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-light.woff2") format("woff2"), url("../fonts/avenirltstd-light.woff") format("woff"), url("../fonts/avenirltstd-light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geliat";
  src: url("../fonts/Geliat-Bold.eot");
  src: url("../fonts/Geliat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geliat-Bold.woff2") format("woff2"), url("../fonts/Geliat-Bold.woff") format("woff"), url("../fonts/Geliat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geliat";
  src: url("../fonts/Geliat-Regular.eot");
  src: url("../fonts/Geliat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Geliat-Regular.woff2") format("woff2"), url("../fonts/Geliat-Regular.woff") format("woff"), url("../fonts/Geliat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geliat";
  src: url("../fonts/Geliat-SemiBold.eot");
  src: url("../fonts/Geliat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geliat-SemiBold.woff2") format("woff2"), url("../fonts/Geliat-SemiBold.woff") format("woff"), url("../fonts/Geliat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geliat";
  src: url("../fonts/Geliat-Medium.eot");
  src: url("../fonts/Geliat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Geliat-Medium.woff2") format("woff2"), url("../fonts/Geliat-Medium.woff") format("woff"), url("../fonts/Geliat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@keyframes closeRollIn {
  0% {
    opacity: 0;
    transform: rotate(-1turn) scale(0.95);
  }
  70% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
@keyframes pulse {
  10% {
    transform: scale(1.2);
  }
}
@keyframes rotate-360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shimmerLoader {
  0% {
    background-color: rgba(165, 165, 165, 0.15);
  }
  50% {
    background-color: rgba(165, 165, 165, 0.35);
  }
  100% {
    background-color: rgba(165, 165, 165, 0.15);
  }
}
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #56a4d6;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d07271;
  --orange: #efb94f;
  --yellow: #efb94f;
  --green: #59b877;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #56a4d6;
  --secondary: #6c757d;
  --success: #59b877;
  --info: #17a2b8;
  --warning: #efb94f;
  --danger: #d07271;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "Avenir LT Std", Avenir, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Avenir LT Std", Avenir, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #56a4d6;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2c7fb4;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

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

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d1ebd9;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a9dab8;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dddddd;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #bddbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 164, 214, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #59b877;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(89, 184, 119, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #59b877;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #59b877;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #7dc794;
  background-color: #7dc794;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(89, 184, 119, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #59b877;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #59b877;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #59b877;
  box-shadow: 0 0 0 0.2rem rgba(89, 184, 119, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #ffffff;
  background-color: rgba(208, 114, 113, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d07271;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d07271;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #dd9897;
  background-color: #dd9897;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(208, 114, 113, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d07271;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d07271;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d07271;
  box-shadow: 0 0 0 0.2rem rgba(208, 114, 113, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 164, 214, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #56a4d6;
  border-color: #56a4d6;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #3793cf;
  border-color: #318dc8;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #3793cf;
  border-color: #318dc8;
  box-shadow: 0 0 0 0.2rem rgba(111, 178, 220, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #56a4d6;
  border-color: #56a4d6;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #318dc8;
  border-color: #2e86be;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 178, 220, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #59b877;
  border-color: #59b877;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #46a464;
  border-color: #439b5f;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #46a464;
  border-color: #439b5f;
  box-shadow: 0 0 0 0.2rem rgba(114, 195, 139, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #59b877;
  border-color: #59b877;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #439b5f;
  border-color: #3f9359;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(114, 195, 139, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #efb94f;
  border-color: #efb94f;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ecab2c;
  border-color: #eba620;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #ecab2c;
  border-color: #eba620;
  box-shadow: 0 0 0 0.2rem rgba(208, 163, 73, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #efb94f;
  border-color: #efb94f;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #eba620;
  border-color: #e9a215;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 163, 73, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #d07271;
  border-color: #d07271;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c65554;
  border-color: #c34c4b;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #c65554;
  border-color: #c34c4b;
  box-shadow: 0 0 0 0.2rem rgba(215, 135, 134, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #d07271;
  border-color: #d07271;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #c34c4b;
  border-color: #c04241;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 135, 134, 0.5);
}

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

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

.btn-outline-primary {
  color: #56a4d6;
  border-color: #56a4d6;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #56a4d6;
  border-color: #56a4d6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 164, 214, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #56a4d6;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #56a4d6;
  border-color: #56a4d6;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 164, 214, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #59b877;
  border-color: #59b877;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #59b877;
  border-color: #59b877;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 184, 119, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #59b877;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #59b877;
  border-color: #59b877;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 184, 119, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-outline-danger {
  color: #d07271;
  border-color: #d07271;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #d07271;
  border-color: #d07271;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 114, 113, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d07271;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #d07271;
  border-color: #d07271;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 114, 113, 0.5);
}

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

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

.btn-link {
  font-weight: 400;
  color: #56a4d6;
  text-decoration: none;
}
.btn-link:hover {
  color: #2c7fb4;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #56a4d6;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.3rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #56a4d6;
  background-color: #56a4d6;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(86, 164, 214, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bddbef;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #e6f1f9;
  border-color: #e6f1f9;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eeeeee;
}

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

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

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

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #bddbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 164, 214, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #bddbef;
  box-shadow: 0 0 0 0.2rem rgba(86, 164, 214, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #eeeeee;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

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

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

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

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #56a4d6;
}

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

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

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

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

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

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

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

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

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #56a4d6;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #2c7fb4;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 164, 214, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #56a4d6;
  border-color: #56a4d6;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

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

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #ffffff;
  background-color: #56a4d6;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #318dc8;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(86, 164, 214, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #59b877;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #439b5f;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(89, 184, 119, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #efb94f;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #eba620;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 185, 79, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #d07271;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #c34c4b;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 114, 113, 0.5);
}

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

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

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #2d556f;
  background-color: #ddedf7;
  border-color: #d0e6f4;
}
.alert-primary hr {
  border-top-color: #bbdbef;
}
.alert-primary .alert-link {
  color: #1e394b;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #2e603e;
  background-color: #def1e4;
  border-color: #d1ebd9;
}
.alert-success hr {
  border-top-color: #bfe3ca;
}
.alert-success .alert-link {
  color: #1d3e28;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #7c6029;
  background-color: #fcf1dc;
  border-color: #fbebce;
}
.alert-warning hr {
  border-top-color: #f9e1b6;
}
.alert-warning .alert-link {
  color: #56421c;
}

.alert-danger {
  color: #6c3b3b;
  background-color: #f6e3e3;
  border-color: #f2d8d7;
}
.alert-danger hr {
  border-top-color: #ecc5c4;
}
.alert-danger .alert-link {
  color: #4b2929;
}

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

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

.media-body {
  flex: 1;
}

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

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

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

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

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

.list-group-item-primary {
  color: #2d556f;
  background-color: #d0e6f4;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #2d556f;
  background-color: #bbdbef;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #2d556f;
  border-color: #2d556f;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #2e603e;
  background-color: #d1ebd9;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2e603e;
  background-color: #bfe3ca;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #2e603e;
  border-color: #2e603e;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #7c6029;
  background-color: #fbebce;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7c6029;
  background-color: #f9e1b6;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #7c6029;
  border-color: #7c6029;
}

.list-group-item-danger {
  color: #6c3b3b;
  background-color: #f2d8d7;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #6c3b3b;
  background-color: #ecc5c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #6c3b3b;
  border-color: #6c3b3b;
}

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

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

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

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Avenir LT Std", Avenir, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Avenir LT Std", Avenir, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #59b877 !important;
}

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

.bg-info {
  background-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #59b877 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

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

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

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #56a4d6 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #2c7fb4 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #59b877 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #3b8a54 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #efb94f !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #dd9914 !important;
}

.text-danger {
  color: #d07271 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b83e3d !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dddddd;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dddddd;
  }
}
@media (max-width: 991.98px) {
  .container .container {
    width: 100%;
    max-width: none;
  }
}

.container-fluid--narrow {
  max-width: 1140px;
}

.container-fluid--limited {
  max-width: 1340px;
}

.blockquote {
  border-left: 5px solid #dddddd;
  padding-left: 1rem;
}

.form-group .btn + .btn {
  margin-left: 5px;
}

.custom-file-label {
  height: calc(1.6em + 0.75rem + 3px);
}
.custom-file-label:after {
  height: calc(1.6em + 0.85rem);
  border-radius: 0 0.15rem 0.15rem 0;
}

.invalid-feedback {
  display: block;
}

.alert {
  border: none;
}

.tooltip-inner {
  font-size: 13px;
}

.mt-3 {
  margin-top: 1.075rem !important;
}

.mb-3 {
  margin-bottom: 1.075rem !important;
}

.my-3 {
  margin-top: 1.075rem !important;
  margin-bottom: 1.075rem !important;
}

.ui-slider {
  border: none !important;
  height: 6px;
  background: #dddddd;
  width: calc(100% - 29px);
  margin-left: 9px;
}
.ui-slider .ui-slider-range {
  background: #56a4d6;
}
.ui-slider .ui-slider-handle {
  width: 29px;
  height: 29px;
  background: #ffffff;
  border-radius: 100%;
  border: 1px solid #dddddd;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  top: 0px;
  margin-top: -13px;
  cursor: grab;
}

.flatpickr-months {
  background: #f64747;
}
.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-current-month {
  height: 34px;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: rgba(255, 255, 255, 0.6);
  fill: rgba(255, 255, 255, 0.6);
  line-height: 13px;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #ffffff;
}
.flatpickr-months .flatpickr-current-month {
  font-size: 120%;
}
.flatpickr-months .flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.flatpickr-months .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-months .flatpickr-current-month input.cur-year {
  color: #ffffff;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #f64747;
}

.flatpickr-weekdays {
  background: #f64747;
}

span.flatpickr-weekday {
  color: #ffffff;
}

.flatpickr-day {
  border-radius: 0;
  line-height: 38px;
}

.flatpickr-input-wrap {
  position: relative;
}
.flatpickr-input-wrap .form-control {
  padding-left: 52px;
}
.flatpickr-input-wrap .form-control:focus + .fal, .flatpickr-input-wrap .form-control:focus + .far, .flatpickr-input-wrap .form-control:focus + .fas {
  border-color: #56a4d6;
}
.flatpickr-input-wrap .fal, .flatpickr-input-wrap .far, .flatpickr-input-wrap .fas {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dddddd;
  text-indent: 3px;
  transition: border-color 0.15s ease-in-out;
}

.flatpickr-confirm {
  font-weight: 700;
  border-top: 1px solid #dddddd;
  background: rgba(0, 0, 0, 0.06);
}
.flatpickr-confirm:hover {
  background: rgba(0, 0, 0, 0.1);
}

.fa-circle-box-info {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  font-size: 0.9rem;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem !important;
  margin: 0 3px;
  text-align: center;
  vertical-align: middle;
  transition: background-color 0.25s ease;
}
.fa-circle-box-info:hover {
  background-color: rgba(0, 0, 0, 0.09);
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.grecaptcha-badge {
  width: 0.1px !important;
}

.input-group > .input-group-prepend > select.select2 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

select.select2 {
  background-color: #ffffff;
  border-color: #dddddd;
  border-radius: 4px;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  pointer-events: none;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
select.select2.select2--md {
  height: 36px;
  font-size: 15px;
}
select.select2.is-invalid + .select2-container .select2-selection {
  border-color: #d07271;
}

.select2-search__field::-moz-placeholder {
  color: #999999;
}

.select2-search__field::placeholder {
  color: #999999;
}

.select2-search__field:-ms-input-placeholder {
  color: #999999;
}

.select2-search__field::-ms-input-placeholder {
  color: #999999;
}

.select2-container .select2-selection__rendered > *:first-child.select2-search--inline,
.select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
  width: 100% !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
  border-color: #dddddd;
  padding: 0.375rem 0.75rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #56a4d6;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 323px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

.select2-container .select2-dropdown {
  border: 1px solid #dddddd;
}
.select2-container .select2-results__option {
  position: relative;
  padding: 8px 15px;
  word-break: break-word;
}
.select2-container .select2-results__option[aria-selected=true] {
  background-color: #e6e6e6;
  color: inherit;
  display: none;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #56a4d6;
}
.select2-container .select2-selection__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.select2-container .select2-selection--single {
  height: 40px;
  border-radius: 4px;
  border-color: #dddddd;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 38px;
  padding-right: 38px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  width: 36px;
  height: 100%;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 8px;
  position: static;
  height: 16px;
  background-position: 50%;
  vertical-align: middle;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/img/icons/arrow-right.svg");
  transform: rotate(90deg) translate(0);
  transform-origin: center;
  right: 0;
  transition: 0.2s ease;
}
.select2-container .select2-selection--multiple {
  border-color: #dddddd;
  min-height: 40px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0.0715rem 0.75rem 0.0715rem;
}
.select2-container .select2-selection--multiple .select2-selection__rendered > li {
  margin: 9px 5px 9px 0;
  line-height: 18px;
  word-break: break-word;
  white-space: normal;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-search__field {
  margin-top: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: transparent;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border: 1px solid #dddddd;
  font-size: 1rem;
  padding: 3px 8px;
  padding-right: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice + .select2-search .select2-search__field {
  margin-top: 5px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  width: 20px;
  height: 20px;
  font-size: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 2px;
  padding-left: 3px;
  padding-right: 5px;
  transition: 0.2s ease;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("/img/icons/times-grey.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
}
.select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #56a4d6;
}
.select2-container.select2-container--open {
  z-index: 1099;
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #56a4d6;
}
.select2-container.select2-container--open .select2-selection--single,
.select2-container.select2-container--open .select2-selection--multiple {
  border-color: #56a4d6;
}
.select2-container.select2-container--open .select2-dropdown {
  top: -1px;
}
.select2-container.select2-container--open .select2-dropdown.select2-dropdown--above {
  top: 1px;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(-90deg) translate(0);
}

.language-select li:after,
.language-select span.select2-selection__rendered:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 21px;
  position: absolute;
  top: 9px;
  left: 0;
  margin-left: 15px;
  background-image: url("/img/flags/locales.png");
}

.language-select .select2-container .select2-selection--single .select2-selection__rendered {
  text-indent: 25px;
}

.language-select li[title=English]:after,
.language-select span.select2-selection__rendered[title=English]:after,
.language-select span.select2-selection__rendered[data-title=English]:after {
  background-position: -42px bottom;
}

.language-select li[title=French]:after,
.language-select span.select2-selection__rendered[title=French]:after,
.language-select span.select2-selection__rendered[data-title=French]:after {
  background-position: -63px -21px;
}

.language-select li[title=Italian]:after,
.language-select span.select2-selection__rendered[title=Italian]:after,
.language-select span.select2-selection__rendered[data-title=Italian]:after {
  background-position: -105px -42px;
}

.language-select li[title=Spanish]:after,
.language-select span.select2-selection__rendered[title=Spanish]:after,
.language-select span.select2-selection__rendered[data-title=Spanish]:after {
  background-position: 0 -105px;
}

.language-select li[title=Dutch]:after,
.language-select span.select2-selection__rendered[title=Dutch]:after,
.language-select span.select2-selection__rendered[data-title=Dutch]:after {
  background-position: -21px -63px;
}

.language-select li[title=Swedish]:after,
.language-select span.select2-selection__rendered[title=Swedish]:after,
.language-select span.select2-selection__rendered[data-title=Swedish]:after {
  background-position: -21px -105px;
}

.language-select li[title=Polish]:after,
.language-select span.select2-selection__rendered[title=Polish]:after,
.language-select span.select2-selection__rendered[data-title=Polish]:after {
  background-position: -21px -84px;
}

.language-select li[title=Finnish]:after,
.language-select span.select2-selection__rendered[title=Finnish]:after,
.language-select span.select2-selection__rendered[data-title=Finnish]:after {
  background-position: -42px -21px;
}

.language-select li[title=Danish]:after,
.language-select span.select2-selection__rendered[title=Danish]:after,
.language-select span.select2-selection__rendered[data-title=Danish]:after {
  background-position: -21px -21px;
}

.language-select li[title=German]:after,
.language-select span.select2-selection__rendered[title=German]:after,
.language-select span.select2-selection__rendered[data-title=German]:after {
  background-position: -84px -21px;
}

.language-select li[title=Norwegian]:after,
.language-select span.select2-selection__rendered[title=Norwegian]:after,
.language-select span.select2-selection__rendered[data-title=Norwegian]:after {
  background-position: -64px -64px;
}

.language-select li[title=Japanese]:after,
.language-select span.select2-selection__rendered[title=Japanese]:after,
.language-select span.select2-selection__rendered[data-title=Japanese]:after {
  background-position: -126px -42px;
}

.select2-selection__rendered .option-icon,
.select2-results__option .option-icon {
  position: relative;
  margin-right: 2px;
  font-size: 19px;
  text-align: center;
  width: 1.25em;
}

.select2-results__option--highlighted .option-icon {
  color: #fff !important;
}

select[readonly].select2 + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2 + .select2-container .select2-selection {
  background: #e9ecef;
  box-shadow: none;
}
select[readonly].select2 + .select2-container .select2-selection__arrow,
select[readonly].select2 + .select2-container .select2-selection__clear {
  display: none;
}

.select2--sm + .select2-container {
  font-size: 0.875rem;
}
.select2--sm + .select2-container .select2-selection--single {
  height: 33px;
}
.select2--sm + .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 31px;
  padding-left: 0.5rem;
  padding-right: 34px;
}
.select2--sm .select2-results__option {
  padding: 7px 10px;
  font-size: 0.875rem;
}

.select2--md + .select2-container .select2-selection--single {
  height: 36px;
}
.select2--md + .select2-container .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2--md + .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  line-height: 34px;
}
.select2--md .select2-results__option {
  padding-top: 7px;
  padding-bottom: 7px;
}

.select2-result-user {
  cursor: pointer;
  padding-top: 4px;
  padding-bottom: 3px;
}

.select2-result-user__avatar {
  float: left;
  width: 60px;
  margin-right: 10px;
}

.select2-result-user__avatar img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

.select2-result-user__meta {
  margin-left: 70px;
}

.select2-result-user__title {
  color: black;
  font-weight: 700;
  word-wrap: break-word;
  line-height: 1.1;
  margin-bottom: 4px;
}

.select2-result-user__forks, .select2-result-user__stargazers {
  margin-right: 1em;
}

.select2-result-user__forks, .select2-result-user__stargazers, .select2-result-user__watchers {
  display: inline-block;
  color: #aaa;
  font-size: 11px;
}

.select2-result-user__description {
  font-size: 13px;
  color: #777;
  margin-top: 4px;
}

.select2-results__option--highlighted .select2-result-user__title {
  color: white;
}

.select2-results__option--highlighted .select2-result-user__forks, .select2-results__option--highlighted .select2-result-user__stargazers, .select2-results__option--highlighted .select2-result-user__description, .select2-results__option--highlighted .select2-result-user__watchers {
  color: #c6dcef;
}

.input-group-prepend[data-select2-id],
.input-group-append[data-select2-id] {
  min-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast {
  background-color: #030303;
}

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

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

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

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

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

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
#toast-container {
  pointer-events: none;
  transition: 0.15s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-direction: column-reverse;
}
#toast-container .toast-message {
  position: relative;
}
#toast-container > div {
  border: 3px solid;
  padding: 20px 15px 20px 80px;
  background-position: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
  margin-bottom: 10px;
  pointer-events: all;
  font-size: 1.13rem;
  font-weight: 300;
  color: #4d4d4d;
  width: 400px !important;
  max-width: 100%;
  transition: box-shadow 0.25s ease;
  opacity: 0.98;
}
#toast-container > div:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25) !important;
}
#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success {
  background-size: 40px;
}
#toast-container > .toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAzLjE1Nzg5QzEwLjcxMzcgMy4xNTc4OSAzLjE1Nzg5IDEwLjcxMzcgMy4xNTc4OSAyMEMzLjE1Nzg5IDI5LjI4NjMgMTAuNzEzNyAzNi44NDIxIDIwIDM2Ljg0MjFDMjkuMjg2MyAzNi44NDIxIDM2Ljg0MjEgMjkuMjg2MyAzNi44NDIxIDIwQzM2Ljg0MjEgMTAuNzEzNyAyOS4yODYzIDMuMTU3ODkgMjAgMy4xNTc4OVpNMjAgNDBDOC45NzE1OCA0MCAwIDMxLjAyODQgMCAyMEMwIDguOTcxNTggOC45NzE1OCAwIDIwIDBDMzEuMDI4NCAwIDQwIDguOTcxNTggNDAgMjBDNDAgMzEuMDI4NCAzMS4wMjg0IDQwIDIwIDQwWiIgZmlsbD0iIzhERDY2NiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LjA0OTYgMjkuODU1NkMxNy42MDEyIDI5Ljg1NTYgMTcuMTcyOCAyOS42NjUxIDE2Ljg3MTcgMjkuMzI4M0w5Ljg3NDg3IDIxLjQ4ODNDOS4yOTM4MiAyMC44Mzc3IDkuMzUwNjYgMTkuODM5OCAxMC4wMDEyIDE5LjI1ODhDMTAuNjUyOCAxOC42Nzc3IDExLjY0OTYgMTguNzM0NiAxMi4yMzA3IDE5LjM4NTFMMTcuODYwMSAyNS42OTI1TDI3LjYyODYgMTAuODU1NkMyOC4xMDc1IDEwLjEyNzIgMjkuMDg3NSA5LjkyNTEgMjkuODE1OSAxMC40MDUxQzMwLjU0NDMgMTAuODg1MSAzMC43NDY0IDExLjg2NCAzMC4yNjY0IDEyLjU5MjVMMTkuMzY4NiAyOS4xNDUxQzE5LjA5OTEgMjkuNTU0NiAxOC42NTM4IDI5LjgxNTYgMTguMTY1NCAyOS44NTE0QzE4LjEyNjQgMjkuODU0NiAxOC4wODc1IDI5Ljg1NTYgMTguMDQ5NiAyOS44NTU2WiIgZmlsbD0iIzhERDY2NiIvPgo8L3N2Zz4K") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgd2lkdGg9IjQwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0UyNTc0QyI+PHBhdGggZD0ibTIwIDBjLTExLjA1NDY4OCAwLTIwIDguOTQ1MzEyLTIwIDIwczguOTQ1MzEyIDIwIDIwIDIwIDIwLTguOTQ1MzEyIDIwLTIwLTguOTQ1MzEyLTIwLTIwLTIwem0wIDM2Ljg3NWMtOS4zMjgxMjUgMC0xNi44NzUtNy41NDY4NzUtMTYuODc1LTE2Ljg3NXM3LjU0Njg3NS0xNi44NzUgMTYuODc1LTE2Ljg3NSAxNi44NzUgNy41NDY4NzUgMTYuODc1IDE2Ljg3NS03LjU0Njg3NSAxNi44NzUtMTYuODc1IDE2Ljg3NXptMCAwIi8+PHBhdGggZD0ibTIwIDEwLjA3MDMxMmMtLjg2MzI4MSAwLTEuNTYyNS42OTkyMTktMS41NjI1IDEuNTYyNXYxMC4wNTg1OTRjMCAuODYzMjgyLjY5OTIxOSAxLjU2MjUgMS41NjI1IDEuNTYyNXMxLjU2MjUtLjY5OTIxOCAxLjU2MjUtMS41NjI1di0xMC4wNTg1OTRjMC0uODYzMjgxLS42OTkyMTktMS41NjI1LTEuNTYyNS0xLjU2MjV6bTAgMCIvPjxwYXRoIGQ9Im0yMi4xMDkzNzUgMjcuMjc3MzQ0YzAgMS4xNjQwNjItLjk0NTMxMyAyLjEwOTM3NS0yLjEwOTM3NSAyLjEwOTM3NXMtMi4xMDkzNzUtLjk0NTMxMy0yLjEwOTM3NS0yLjEwOTM3NWMwLTEuMTY0MDYzLjk0NTMxMy0yLjEwOTM3NSAyLjEwOTM3NS0yLjEwOTM3NXMyLjEwOTM3NS45NDUzMTIgMi4xMDkzNzUgMi4xMDkzNzV6bTAgMCIvPjwvZz48L3N2Zz4K") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgd2lkdGg9IjQwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2VmYjk0ZiI+PHBhdGggZD0ibTIwIDBjLTExLjA1NDY4OCAwLTIwIDguOTQ1MzEyLTIwIDIwczguOTQ1MzEyIDIwIDIwIDIwIDIwLTguOTQ1MzEyIDIwLTIwLTguOTQ1MzEyLTIwLTIwLTIwem0wIDM2Ljg3NWMtOS4zMjgxMjUgMC0xNi44NzUtNy41NDY4NzUtMTYuODc1LTE2Ljg3NXM3LjU0Njg3NS0xNi44NzUgMTYuODc1LTE2Ljg3NSAxNi44NzUgNy41NDY4NzUgMTYuODc1IDE2Ljg3NS03LjU0Njg3NSAxNi44NzUtMTYuODc1IDE2Ljg3NXptMCAwIi8+PHBhdGggZD0ibTIwIDEwLjA3MDMxMmMtLjg2MzI4MSAwLTEuNTYyNS42OTkyMTktMS41NjI1IDEuNTYyNXYxMC4wNTg1OTRjMCAuODYzMjgyLjY5OTIxOSAxLjU2MjUgMS41NjI1IDEuNTYyNXMxLjU2MjUtLjY5OTIxOCAxLjU2MjUtMS41NjI1di0xMC4wNTg1OTRjMC0uODYzMjgxLS42OTkyMTktMS41NjI1LTEuNTYyNS0xLjU2MjV6bTAgMCIvPjxwYXRoIGQ9Im0yMi4xMDkzNzUgMjcuMjc3MzQ0YzAgMS4xNjQwNjItLjk0NTMxMyAyLjEwOTM3NS0yLjEwOTM3NSAyLjEwOTM3NXMtMi4xMDkzNzUtLjk0NTMxMy0yLjEwOTM3NS0yLjEwOTM3NWMwLTEuMTY0MDYzLjk0NTMxMy0yLjEwOTM3NSAyLjEwOTM3NS0yLjEwOTM3NXMyLjEwOTM3NS45NDUzMTIgMi4xMDkzNzUgMi4xMDkzNzV6bTAgMCIvPjwvZz48L3N2Zz4K") !important;
}
#toast-container > .toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA0MCA0MCIgd2lkdGg9IjQwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzU2YTRkNiI+PHBhdGggZD0ibTIwIDBjLTExLjA1NDY4OCAwLTIwIDguOTQ1MzEyLTIwIDIwczguOTQ1MzEyIDIwIDIwIDIwIDIwLTguOTQ1MzEyIDIwLTIwLTguOTQ1MzEyLTIwLTIwLTIwem0wIDM2Ljg3NWMtOS4zMjgxMjUgMC0xNi44NzUtNy41NDY4NzUtMTYuODc1LTE2Ljg3NXM3LjU0Njg3NS0xNi44NzUgMTYuODc1LTE2Ljg3NSAxNi44NzUgNy41NDY4NzUgMTYuODc1IDE2Ljg3NS03LjU0Njg3NSAxNi44NzUtMTYuODc1IDE2Ljg3NXptMCAwIi8+PHBhdGggZD0ibTIwIDEwLjA3MDMxMmMtLjg2MzI4MSAwLTEuNTYyNS42OTkyMTktMS41NjI1IDEuNTYyNXYxMC4wNTg1OTRjMCAuODYzMjgyLjY5OTIxOSAxLjU2MjUgMS41NjI1IDEuNTYyNXMxLjU2MjUtLjY5OTIxOCAxLjU2MjUtMS41NjI1di0xMC4wNTg1OTRjMC0uODYzMjgxLS42OTkyMTktMS41NjI1LTEuNTYyNS0xLjU2MjV6bTAgMCIvPjxwYXRoIGQ9Im0yMi4xMDkzNzUgMjcuMjc3MzQ0YzAgMS4xNjQwNjItLjk0NTMxMyAyLjEwOTM3NS0yLjEwOTM3NSAyLjEwOTM3NXMtMi4xMDkzNzUtLjk0NTMxMy0yLjEwOTM3NS0yLjEwOTM3NWMwLTEuMTY0MDYzLjk0NTMxMy0yLjEwOTM3NSAyLjEwOTM3NS0yLjEwOTM3NXMyLjEwOTM3NS45NDUzMTIgMi4xMDkzNzUgMi4xMDkzNzV6bTAgMCIvPjwvZz48L3N2Zz4K") !important;
}

@media (max-width: 400px) {
  #toast-container > div {
    border-radius: 0;
  }
  .toast-bottom-center {
    top: 0;
    bottom: auto;
  }
}
body.page-discovery #toast-container {
  bottom: 74px;
}
body.page-discovery .modal-backdrop + #toast-container {
  bottom: 0;
}

.toast {
  flex-basis: auto;
  max-width: 100%;
  background-color: white;
}

.toast-success {
  border-color: #8dd666 !important;
}

.toast-error {
  border-color: #E2574C !important;
}

.toast-info {
  border-color: #56a4d6 !important;
}

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

.wistia_embed {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.a-color-picker-hsl > label,
.a-color-picker-rgb > label,
.a-color-picker-single-input > label {
  margin: auto;
  display: none;
}

.fr-box {
  word-break: break-word !important;
}
.fr-box .fr-sticky-dummy {
  display: none !important;
}
.fr-box .fr-toolbar {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
}
.fr-box .fr-toolbar .fr-popup {
  left: 250px !important;
}

.iti {
  width: 100%;
}

.iti {
  --iti-path-flags-1x: url("/img/intl-tel-input/flags.png");
  --iti-path-flags-2x: url("/img/intl-tel-input/flags@2x.png");
  --iti-path-globe-1x: url("/img/intl-tel-input/globe.png");
  --iti-path-globe-2x: url("/img/intl-tel-input/globe@2x.png");
}

.iti__search-input {
  outline: none !important;
}

* {
  outline: none !important;
}

html {
  min-width: 320px;
  font-size: 14px;
}

body {
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 300;
}

h3, h4, h5, h6 {
  font-weight: 400;
}

small {
  font-weight: inherit;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg,
.container-xl, .container-xxl {
  padding-right: 25px;
  padding-left: 25px;
}

pre {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px;
  white-space: pre;
  word-break: break-word;
}

a {
  transition: color 0.2s ease;
}

ul {
  margin: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
ul {
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}

select {
  -webkit-appearance: none;
}

.PageHeader {
  margin-bottom: 15px;
}
.PageHeader__action {
  font-size: 1.14rem;
  margin-bottom: 10px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.PageHeader__action:hover, .PageHeader__action:focus {
  text-decoration: none;
}
@media (min-width: 992px) {
  .PageHeader__action {
    margin-bottom: 0;
  }
}
.PageHeader__action--collapse {
  z-index: 1;
  font-size: 16px;
  padding-right: 40px;
  background-color: #ffffff;
  font-weight: 500 !important;
}
.PageHeader__action--collapse[aria-expanded=true] {
  box-shadow: none;
}
.PageHeader__action--collapse[aria-expanded=true]:hover, .PageHeader__action--collapse[aria-expanded=true]:focus, .PageHeader__action--collapse[aria-expanded=true]:active {
  box-shadow: none;
}
.PageHeader__action--collapse[aria-expanded=true] i {
  transform: rotate(-90deg) translate(0);
}
.PageHeader__action--collapse span {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PageHeader__action--collapse i {
  display: inline-block;
  border: none;
  width: 8px;
  position: static;
  height: 16px;
  background-position: 50%;
  vertical-align: middle;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("/img/icons/arrow-right.svg");
  transform: rotate(90deg) translate(0);
  transform-origin: center;
  right: 0;
  transition: 0.2s ease;
}

.PageHeader__action--secondary {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .PageHeader__action--secondary {
    margin-top: 0;
  }
}

.PageHeader__title {
  font-size: 32px;
  position: relative;
  font-weight: 300;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .PageHeader__title {
    text-align: center;
  }
}

.PageHeader__title-cog {
  display: inline;
}

.PageHeader__title-switch {
  padding-left: 7px;
  zoom: 0.75;
}

@media (min-width: 992px) {
  .PageHeader {
    align-items: flex-end;
  }
}

#page-header-collapsible-menu {
  position: relative;
  top: -58px;
  margin-bottom: -40px;
  padding-top: 55px;
}

.sortable a {
  text-decoration: none;
  padding: 0 10px;
  color: #4d4d4d;
  display: flex;
  flex-direction: row;
  transition: background-color 0.2s ease;
}
.sortable a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.03);
}
.sortable a:hover i {
  visibility: visible !important;
}
.sortable a:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sortable.sorting-disabled a:hover, .sortable.sorting-disabled a:active {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.02);
}
.sortable:not(.sorted) i {
  visibility: hidden;
}
.sortable i {
  color: #b8bbc4;
  padding-left: 5px;
  margin: auto 3px auto auto;
  position: relative;
}
.sortable i.fa-chevron-down {
  top: -1px;
}

.btn[data-toggle=collapse][data-target="#page-header-collapsible-menu"]:not(.collapsed) .fa-chevron-down {
  display: none;
}
.btn[data-toggle=collapse][data-target="#page-header-collapsible-menu"].collapsed .fa-chevron-up {
  display: none;
}

.white-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.black-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.loader {
  display: block;
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  color: #56a4d6;
}
.loader:before, .loader:after {
  border-width: 3px;
  width: 2.5rem;
  height: 2.5rem;
  margin: -1.25rem 0 0 -1.25rem;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
}
.loader:before {
  border-radius: 50%;
  border-style: solid;
  border-color: #56a4d6;
  opacity: 0.15;
}
.loader:after {
  animation: rotate-360 0.7s linear infinite;
  border-radius: 50%;
  border-style: solid;
  border-color: transparent;
  border-top-color: #56a4d6;
  box-shadow: 0 0 0 1px transparent;
}
.loader--xl {
  width: 5rem;
  height: 5rem;
  margin: 15px auto;
}
.loader--xl:before, .loader--xl:after {
  width: 5rem;
  height: 5rem;
  margin: -2.5rem 0 0 -2.5rem;
  border-width: 6px;
}
.loader--xl:after {
  animation: rotate-360 0.9s linear infinite;
}

.loader--margin-gs-list-table {
  margin: 23px auto 15px;
}
@media (min-width: 992px) {
  .loader--margin-gs-list-table {
    margin: 53px auto 30px;
  }
}

@media (min-width: 768px) {
  .loader--margin-xl {
    margin: 30px auto;
  }
}
@media (min-width: 992px) {
  .loader--margin-xl {
    margin: 60px auto;
  }
}
@media (min-width: 1200px) {
  .loader--margin-xl {
    margin: 90px auto;
  }
}

.pulsate {
  animation: pulse 0.6s 1;
}

pre.sf-dump, pre.sf-dump .sf-dump-default {
  z-index: 1 !important;
}

.fa-chevron-rotating {
  transition: transform 0.2s;
}

.rotate-180 {
  transform: rotate(-180deg);
}

.Event {
  display: flex;
  align-items: center;
}
.Event__icon {
  display: flex;
  font-size: 30px;
  margin-right: 10px;
}
.Event__icon i {
  margin: 0 auto;
}

.Event__content {
  display: flex;
  flex-direction: column;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}

.Event__description {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: -4px;
}

.Event__date {
  color: #747B8D;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ErrorBlock {
  align-items: center;
  background: #fefbfb;
  color: #c65452;
  font-weight: 300;
  display: flex;
  justify-content: center;
  font-size: 1.14rem;
  border: 1px dashed #d07271;
  padding: 30px;
  text-align: center;
}

.dropdown-menu {
  list-style: none;
  padding: 1.075rem 0;
  z-index: 200;
  border-radius: 10px;
  margin: 10px 0 0;
}

.dropdown-item {
  transition: 0.2s ease;
  padding: 0.25rem 1.5rem 0.25rem;
}
.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  color: #4d4d4d;
  background-color: #f6f6f6;
}

.Dropup {
  position: relative;
}
.Dropup.open .Dropdown__menu {
  display: block;
}
.Dropup--disabled {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}

.Dropup__menu {
  float: left;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background: #ffffff;
  margin: 3px 0 15px 0;
  z-index: 500;
  min-width: 160px;
  max-width: 220px;
  border-radius: 10px;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0975);
}
.Dropup__menu--with-arrow {
  top: calc(100% + 12px);
}
.Dropup__menu--with-arrow::before {
  position: absolute;
  bottom: -12px;
  left: -2px;
  transform: translate(50%, 0);
  display: inline-block;
  border-right: 12px solid transparent;
  border-top: 12px solid #dddddd;
  border-left: 12px solid transparent;
  content: "";
}
.Dropup__menu--with-arrow::after {
  position: absolute;
  bottom: -11px;
  left: 0;
  transform: translate(50%, 0);
  display: inline-block;
  border-right: 11px solid transparent;
  border-top: 11px solid #ffffff;
  border-left: 11px solid transparent;
  content: "";
}

.Dropup__menu--discovery-bottom-bar {
  margin-bottom: 40px !important;
  min-width: 320px !important;
  max-width: 320px !important;
  padding: 30px !important;
}
@media (min-width: 768px) {
  .Dropup__menu--discovery-bottom-bar {
    min-width: 514px !important;
    max-width: 514px !important;
    padding: 30px 60px !important;
    left: 50%;
    margin-left: -237px;
  }
  .Dropup__menu--discovery-bottom-bar.Dropup__menu--with-arrow:before {
    display: none;
  }
  .Dropup__menu--discovery-bottom-bar.Dropup__menu--with-arrow:after {
    display: none;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .Dropup__menu--discovery-bottom-bar.Dropup__menu--with-arrow:before {
    left: 232px;
    display: inline-block;
  }
  .Dropup__menu--discovery-bottom-bar.Dropup__menu--with-arrow:after {
    left: 234px;
    display: inline-block;
  }
}

.Dropup__close-button {
  background-image: url("/img/icons/times-grey.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
  transition: 0.2s ease;
}
.Dropup__close-button:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .Dropup__close-button {
    width: 21px;
    height: 21px;
  }
}

.Dropdown {
  position: relative;
}
.Dropdown.open .Dropdown__menu {
  display: block;
}
.Dropdown--disabled {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}

.Dropdown__toggle {
  cursor: pointer;
}

.Dropdown__close-button {
  background-image: url("/img/icons/times-grey.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
  transition: 0.2s ease;
}
.Dropdown__close-button:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .Dropdown__close-button {
    width: 21px;
    height: 21px;
  }
}

.Dropdown__menu {
  float: left;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  background: #ffffff;
  margin: 3px 0 15px 0;
  z-index: 500;
  min-width: 160px;
  max-width: 220px;
  border-radius: 10px;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #dddddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0975);
}
.Dropdown__menu--with-arrow {
  top: calc(100% + 12px);
}
.Dropdown__menu--with-arrow::before {
  position: absolute;
  top: -12px;
  right: -2px;
  transform: translate(-50%, 0);
  display: inline-block;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #dddddd;
  border-left: 12px solid transparent;
  content: "";
}
.Dropdown__menu--with-arrow::after {
  position: absolute;
  top: -11px;
  right: 0;
  transform: translate(-50%, 0);
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #ffffff;
  border-left: 11px solid transparent;
  content: "";
}

.Dropdown__menu--user-menu {
  margin: 0;
  width: 280px;
  top: 10px !important;
  max-width: 280px;
}

.Dropdown__menu--profile-view-header {
  min-width: 320px !important;
  max-width: 320px !important;
  padding: 30px !important;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .Dropdown__menu--profile-view-header {
    min-width: 460px !important;
    max-width: 460px !important;
    left: -128px !important;
  }
}

.Dropdown__menu--list-table-item {
  min-width: 320px !important;
  max-width: 320px !important;
  padding: 10px !important;
  margin-bottom: 3px !important;
  max-height: 360px;
  overflow: auto;
  white-space: normal;
}
@media (min-width: 768px) {
  .Dropdown__menu--list-table-item {
    padding: 15px !important;
    min-width: 460px !important;
    max-width: 460px !important;
    max-height: 430px;
  }
}

.Dropdown__menu--checkboxes {
  min-width: 250px !important;
  max-width: 250px !important;
  padding: 15px !important;
  margin-bottom: 3px !important;
  max-height: 360px;
  overflow: auto;
  white-space: normal;
}

.Dropdown__menu--notes-timeline {
  max-height: 300px;
  overflow: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  min-width: 320px;
  max-width: 320px;
  padding: 10px;
}
@media (min-width: 768px) {
  .Dropdown__menu--notes-timeline {
    padding: 15px;
    min-width: 460px;
    max-width: 460px;
    max-height: 440px;
  }
}

.Dropdown__item {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
}
.Dropdown__item a {
  color: #4d4d4d;
  text-decoration: none;
}
.Dropdown__item:first-child .Dropdown__item-child {
  border-top: none;
}
.Dropdown__item:first-child .Dropdown__item-child {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.Dropdown__item:last-child .Dropdown__item-child {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.Dropdown__item--with-icon .Dropdown__item-child {
  padding: 5px 15px 5px 10px;
}

.Dropdown__item-child {
  display: block;
  padding: 15px;
  color: #4d4d4d;
  font-size: 1rem;
  border: none;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  border-top: 1px solid #efefef;
  transition: 0.2s ease;
  text-align: left;
  background: none;
  width: 100%;
}
.Dropdown__item-child:hover {
  text-decoration: none;
  background: #f6f6f6;
}
.Dropdown__item-child:hover .Dropdown__item-counter {
  background: #56a4d6;
  color: #4d4d4d;
}
.Dropdown__item-child--notification {
  padding-right: 30px;
}
.Dropdown__item-child--notification::after {
  content: "";
  background: #d07271;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.Dropdown__item-icon {
  margin-right: 5px;
}

.Dropdown__item-counter {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  background: #56a4d6;
  border-radius: 3px;
  font-size: 0.93rem;
  line-height: 20px;
  padding: 0 5px;
  font-weight: 500;
}

.Dropdown__item-divider {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 1px;
  overflow: hidden;
  background-color: #dddddd;
}

.dropdown.show > .GSListViewTable__user-controls-button--icon:not(.GSListViewTable__user-controls-button--emails) {
  color: #56a4d6;
}

.dropdown.show > .GSListViewTable__user-controls-button--emails.EmailStatusColor--none {
  color: #56a4d6;
}

.text-icon {
  color: #b8bbc4 !important;
}

.text-phone-verified {
  color: #33FF00 !important;
}

.text-100 {
  font-weight: 100 !important;
}

.text-300 {
  font-weight: 300 !important;
}

.text-400 {
  font-weight: 400 !important;
}

.text-500,
.text-semibold {
  font-weight: 500 !important;
}

.text-600 {
  font-weight: 600 !important;
}

.text-700,
.text-bold {
  font-weight: 700 !important;
}

.text-900 {
  font-weight: 900 !important;
}

.text-smallest {
  font-size: 0.72rem !important;
}

.text-small,
.text-xs {
  font-size: 0.79rem !important;
}

.text-smaller,
.text-sm {
  font-size: 0.93rem !important;
}

.text-lg {
  font-size: 1.14rem !important;
}

.text-xl {
  font-size: 1.24rem !important;
}

.text-2xl,
.text-xxl {
  font-size: 1.43rem !important;
}

.text-3xl {
  font-size: 2.3rem;
}

@media (min-width: 768px) {
  .text-center-md {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-right-md {
    text-align: right !important;
  }
}

@media (min-width: 992px) {
  .text-right-lg {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }
}

.text-break-all {
  word-break: break-all;
}

.text-break-word {
  word-break: break-word;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-decoration-underline {
  text-decoration: underline;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.page-break {
  page-break-after: always;
}

.opacity-40 {
  opacity: 40%;
}

.pointer-events-none {
  pointer-events: none;
}

.max-w-150px {
  max-width: 150px !important;
}

.click-once.click-once-clicked {
  pointer-events: none;
}

hr {
  border-top: 1px solid #efefef;
}

.HR {
  border-top: 1px solid #efefef;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .HR {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.HR--margin-lg {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .HR--margin-lg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.HR--tooltip {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}

.HR--full-width {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1200px) {
  .HR--full-width {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.HR--full-width-modal {
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 768px) {
  .HR--full-width-modal {
    margin-left: -50px;
    margin-right: -50px;
  }
}

.HR--thick {
  border-width: 2px;
}

.HR--transparent {
  border-color: transparent !important;
}

.HR--with-text {
  position: relative;
}
.HR--with-text:before {
  content: attr(data-value);
  position: absolute;
  color: #747b8d;
  left: 50%;
  padding: 0 15px;
  font-size: 0.93rem;
  font-weight: 700;
  background-color: #ffffff;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal.fade .modal-dialog {
  transform: translate3d(0, 0, 0);
}
.modal .modal-dialog {
  max-width: 540px;
}
.modal .modal-dialog .modal-content {
  border: none;
  border-radius: 8px;
}
.modal .modal-dialog .modal-content .modal-title {
  font-weight: 700;
  font-size: 1.14rem;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px !important;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px !important;
  }
}
.modal-backdrop.show {
  opacity: 0.66;
}
.modal-backdrop.show ~ .modal-backdrop.show {
  z-index: 1050;
}
.modal-backdrop.show ~ .modal-backdrop.show ~ .modal-backdrop.show {
  z-index: 1060;
}
.modal-backdrop.show ~ .modal-backdrop.show ~ .modal-backdrop.show ~ .modal-backdrop.show {
  z-index: 1070;
}
.modal-backdrop.show ~ .modal-backdrop.show ~ .modal-backdrop.show ~ .modal-backdrop.show ~ .modal-backdrop.show {
  z-index: 1080;
}

.Modal--xs .Modal__dialog {
  max-width: 400px;
}
.Modal--xs .Modal__header {
  padding: 30px 30px 0;
  margin-bottom: 0;
}
.Modal--xs .Modal__body {
  padding: 15px 30px;
}

.Modal--lg .Modal__dialog {
  max-width: 800px;
}
@media (max-width: 814px) {
  .Modal--lg .Modal__dialog {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.Modal--xl .Modal__dialog {
  max-width: 1060px;
}
@media (max-width: 1074px) {
  .Modal--xl {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.Modal__dialog {
  z-index: 1;
}
@media (min-width: 576px) {
  .Modal__dialog {
    margin-top: 24.5px;
    margin-bottom: 24.5px;
  }
}

.Modal__header {
  padding: 20px 50px 0;
  margin-bottom: -15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .Modal__header {
    padding: 30px 50px 0 50px;
  }
}

.Modal__title {
  font-weight: 700;
  font-size: 1.14rem;
}
.Modal__title .fa-success-check-circle {
  font-size: 23px;
  position: relative;
  top: 3px;
}
.Modal__title--xl {
  font-size: 32px;
}

.Modal__title--light {
  font-weight: 300;
}

.Modal__description {
  font-weight: 400;
  font-size: 1.12em;
}

.Modal__body {
  padding: 30px;
}
@media (min-width: 768px) {
  .Modal__body {
    padding: 20px 50px;
  }
}

.Modal__actions {
  display: flex;
  justify-content: space-between;
}
.Modal__actions--center {
  text-align: center;
  justify-content: center;
}

.Modal__actions--limit-btn-size .btn {
  max-width: 176px;
}

.Modal__actions .btn + .btn {
  margin-left: 10px;
}
.Modal__actions:not(.Modal__actions--limit-btn-size) .btn {
  width: 100%;
}

.Modal__close-button {
  background-image: url("/img/icons/times-grey.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
  transition: 0.2s ease;
  color: #747B8D;
  font-weight: 500;
  font-size: 12px;
  padding-top: 22px;
}
.Modal__close-button:hover {
  opacity: 0.6;
}
.Modal__close-button:active {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .Modal__close-button {
    width: 21px;
    height: 21px;
  }
}

.Modal__nav-button-wrap {
  display: none;
  text-align: center;
  bottom: 0;
  top: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: fixed;
  width: 70px;
  margin: auto;
  max-height: 300px;
  height: 100%;
}
.Modal__nav-button-wrap:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .Modal__nav-button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1250px) {
  .Modal__nav-button-wrap {
    width: 95px;
  }
}
@media (min-width: 1300px) {
  .Modal__nav-button-wrap {
    width: 120px;
  }
}
@media (min-width: 1400px) {
  .Modal__nav-button-wrap {
    width: 140px;
  }
}
@media (min-width: 1500px) {
  .Modal__nav-button-wrap {
    width: 150px;
  }
}
@media (min-width: 1600px) {
  .Modal__nav-button-wrap {
    width: 160px;
  }
}
.Modal__nav-button-wrap--prev {
  left: 0;
}

.Modal__nav-button-wrap--next {
  right: 0;
}

.Modal__nav-button-wrap--disabled {
  cursor: not-allowed;
}
.Modal__nav-button-wrap--disabled:hover {
  background-color: transparent;
}
.Modal__nav-button-wrap--disabled .Modal__nav-button {
  opacity: 0.2;
}

.Modal__nav-button {
  background-size: 20px 40px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 40px;
  transition: 0.2s;
}
.Modal__nav-button--prev {
  background-image: url("/img/icons/modal-prev-arrow.svg");
  margin-right: 6px;
}
@media (min-width: 1600px) {
  .Modal__nav-button--prev {
    margin-right: 10px;
  }
}

.Modal__nav-button--next {
  background-image: url("/img/icons/modal-next-arrow.svg");
  margin-left: 6px;
}
@media (min-width: 1600px) {
  .Modal__nav-button--next {
    margin-left: 10px;
  }
}

.Nav {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.Nav--lg {
  font-size: 1.07rem;
}

.Nav--xl {
  font-size: 1.14rem;
}

@media (min-width: 992px) {
  .Nav {
    flex-direction: row;
    margin-bottom: 25px;
  }
}
.Nav__item {
  align-items: center;
  border-radius: 0;
  border-left: 3px solid transparent;
  color: #4d4d4d;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  font-weight: 500;
  font-size: 1.07rem;
  padding: 14px 5px;
  text-align: center;
  transition: color 0.2s ease;
}
@media (min-width: 992px) {
  .Nav__item {
    font-size: 0.96rem;
    border-bottom: 3px solid transparent;
    border-left: none;
    justify-content: center;
  }
  .Nav__item:only-child {
    border-radius: 3px;
  }
  .Nav__item:first-child:not(:only-child) {
    border-radius: 3px;
    border-bottom-right-radius: 0;
  }
  .Nav__item:last-child:not(:only-child) {
    border-radius: 3px;
    border-bottom-left-radius: 0;
  }
}
.Nav__item:hover {
  color: #56a4d6;
  text-decoration: none;
}
.Nav__item--active {
  cursor: default;
  pointer-events: none;
  font-weight: 700;
  color: #56a4d6;
  border-color: #56a4d6;
  background-color: #ffffff;
}
.Nav__item--active:hover {
  color: #56a4d6;
  border-color: #56a4d6;
  background-color: #ffffff;
}

.Nav__item i {
  margin-right: 5px;
  position: relative;
}

.Nav__item--danger:not(.Nav__item--active) {
  border-left: 3px solid #d07271;
}
@media (min-width: 992px) {
  .Nav__item--danger:not(.Nav__item--active) {
    border-left: none;
    border-bottom: 3px solid #d07271;
  }
}

.Nav__item--success:not(.Nav__item--active) {
  border-left: 3px solid #59b877;
}
@media (min-width: 992px) {
  .Nav__item--success:not(.Nav__item--active) {
    border-left: none;
    border-bottom: 3px solid #59b877;
  }
}

.Nav__item--disabled:not(.Nav__item--active) {
  cursor: default;
  pointer-events: none;
  background-color: #f4f3f3;
  color: #ccc;
}

.NavCards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
@media (min-width: 1200px) {
  .NavCards {
    flex-direction: row;
  }
  .NavCards .NavCard + .NavCard {
    margin-left: 10px;
  }
}
@media (min-width: 1400px) {
  .NavCards .NavCard + .NavCard {
    margin-left: 25px;
  }
}

.NavCard {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  border: 3px solid transparent;
  padding: 12px;
  margin-bottom: 15px;
  text-decoration: none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  transition: 0.2s ease;
}
@media (min-width: 992px) {
  .NavCard {
    margin-bottom: 25px;
  }
}
@media (min-width: 1400px) {
  .NavCard {
    padding: 15px;
  }
}
.NavCard:hover, .NavCard:focus {
  text-decoration: none;
}
.NavCard__title {
  color: #4d4d4d;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .NavCard__title {
    font-size: 15px;
  }
}

.NavCard__value {
  color: #4d4d4d;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
  line-height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: -1px;
}

.NavCard__description {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #8B8B8B;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.NavCard__links {
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.NavCard--active {
  border-color: #56a4d6;
}

a.NavCard {
  cursor: pointer;
}
a.NavCard:hover {
  border-color: #56a4d6;
}

.table thead th,
table thead th {
  border-bottom-width: 1px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
.table td,
table td {
  position: relative;
}
.table td.with-icon,
table td.with-icon {
  padding-right: 1.75rem;
}
.table tfoot,
table tfoot {
  border-top: 1px solid #dddddd;
}
.table tfoot th,
table tfoot th {
  font-weight: 700;
}

.table-borderless thead td,
.table-borderless thead th,
.table-bordered thead td,
.table-bordered thead th {
  border: none;
  font-weight: 700;
}

.th {
  font-weight: 400;
  font-size: 1rem;
  white-space: nowrap;
  padding: 0.75rem;
}

.table-new {
  background-color: rgba(251, 235, 206, 0.6);
}

.table-hover .table-new:hover {
  background-color: rgba(251, 235, 206, 0.95);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.table-separator-row {
  border: none !important;
}
.table-separator-row td {
  border: none !important;
  padding: 10px;
}

.GSTable {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}
.GSTable__title {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 10px;
}

.GSTable__header {
  align-items: center;
  display: none;
}
@media (min-width: 992px) {
  .GSTable__header {
    display: flex;
    flex-direction: row;
  }
}
.GSTable__header .GSTable__column {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .GSTable__header .GSTable__column {
    display: block;
  }
}
.GSTable__header .GSTable__column.sortable a {
  margin: 0 -5px;
}

.GSTable__row {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}
@media (max-width: 991.98px) {
  .GSTable__row {
    padding: 15px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .GSTable__row {
    flex-direction: row;
    border: none;
  }
}
.GSTable__row--with-border {
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
}
.GSTable__row--with-border + .GSTable__row--with-border {
  margin-top: 0;
}

.GSTable__row--with-full-border {
  border: 1px solid #eeeeee;
}
.GSTable__row--with-full-border + .GSTable__row--with-full-border {
  margin-top: 20px;
}

.GSTable__row--empty {
  margin-bottom: 0;
}
.GSTable__row--empty .GSTable__column {
  color: #8B8B8B;
  width: 100%;
}

.GSTable__row--disabled {
  background-color: #fafafa;
}

.GSTable__row:not(.GSTable__row--with-border) + .GSTable__row:not(.GSTable__row--with-border) {
  margin-top: 20px;
}

.GSTable__column-name-mobile {
  color: #747B8D;
  display: block;
}
@media (min-width: 992px) {
  .GSTable__column-name-mobile {
    display: none;
  }
}
.GSTable__column-name-mobile--inline {
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .GSTable__column-name-mobile--inline {
    display: none;
  }
}

.GSTable__column {
  position: relative;
  min-height: 1px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .GSTable__column + .GSTable__column {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .GSTable__column {
    padding: 15px;
    width: auto;
  }
}
.GSTable__column--with-icon .IconButton {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}
@media (min-width: 992px) {
  .GSTable__column--with-icon .IconButton {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.GSTable__column--with-icon .IconButton + .IconButton {
  margin-left: 0;
  right: 40px;
}
@media (min-width: 992px) {
  .GSTable__column--with-icon {
    padding-right: 50px;
  }
}

.GSTable__column--primary {
  font-size: 24px;
  display: block;
  flex-basis: auto;
  text-align: center;
  width: 100%;
  font-weight: 300;
  word-break: break-word;
}
@media (max-width: 991.98px) {
  .GSTable__column--primary {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .GSTable__column--primary {
    font-size: 18px;
    width: auto;
    text-align: left;
  }
}

.GSTable__column--centered {
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .GSTable__column--striped:nth-child(odd) {
    background: rgba(166, 166, 166, 0.2);
  }
}

.GSTable__column--buttons {
  white-space: nowrap;
  width: 100%;
}
.GSTable__column--buttons .btn {
  white-space: nowrap;
  display: block;
  width: 100%;
}
.GSTable__column--buttons .btn + .btn {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .GSTable__column--buttons {
    max-width: 160px;
  }
}

.GSTable__column--buttons-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: 100%;
}
.GSTable__column--buttons-row .btn {
  white-space: nowrap;
  display: inline-block;
  flex: 1;
  min-width: auto;
}
.GSTable__column--buttons-row .btn + .btn {
  margin-left: 5px;
}
@media (min-width: 992px) {
  .GSTable__column--buttons-row {
    max-width: 230px;
  }
}
@media (min-width: 1200px) {
  .GSTable__column--buttons-row {
    max-width: 240px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-title {
    width: 100%;
    min-width: 230px;
  }
}

.GSTable__column--type-avatar {
  width: 80px;
}
.GSTable__column--type-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 2px #dddddd;
}

.GSTable__column--type-actions {
  white-space: nowrap;
  text-align: center;
}
.GSTable__column--type-actions .IconButton ~ .IconButton {
  margin-left: 3px;
}
@media (min-width: 992px) {
  .GSTable__column--type-actions {
    width: 110px;
    min-width: 110px;
    display: flex;
    justify-content: center;
  }
}

.GSTable__column--type-checkbox {
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 992px) {
  .GSTable__column--type-checkbox {
    width: 90px;
    min-width: 90px;
    display: flex;
    justify-content: center;
  }
}

.GSTable__column--type-toggle {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .GSTable__column--type-toggle {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-width: 90px;
    width: 90px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-number {
    text-align: center;
    width: 120px;
    min-width: 120px;
  }
}
.GSTable__column--type-number span {
  display: none;
  text-transform: uppercase;
  font-size: 8px;
  width: 100%;
}
@media (min-width: 992px) {
  .GSTable__column--type-number span {
    display: block;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-number-sm {
    text-align: center;
    width: 90px;
    min-width: 90px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-number-l-sm {
    text-align: center;
    width: 82px;
    min-width: 82px;
    padding: 2px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-number-x-sm {
    text-align: center;
    width: 63px;
    min-width: 63px;
    padding: 2px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-bool {
    text-align: center;
    width: 92px;
    min-width: 92px;
  }
}
@media (min-width: 1200px) {
  .GSTable__column--type-bool {
    text-align: center;
    width: 102px;
    min-width: 102px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-text-xs {
    width: 100px;
    min-width: 100px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-text-sm {
    width: 160px;
    min-width: 160px;
  }
}
@media (min-width: 1200px) {
  .GSTable__column--type-text-sm {
    width: 180px;
    min-width: 180px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-text {
    width: 220px;
    min-width: 220px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-text-lg {
    width: 250px;
    min-width: 250px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-text-xl {
    width: 300px;
    min-width: 300px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-text-xxl {
    width: 350px;
    min-width: 350px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-date {
    width: 160px;
    min-width: 160px;
  }
}

@media (min-width: 992px) {
  .GSTable__column--type-AvatarGrid {
    width: 140px;
    min-width: 140px;
  }
}

.Form__header {
  margin-bottom: 0;
}

.Form__heading {
  font-size: 1.8rem;
  font-weight: 300;
}

.Form__subheading {
  font-size: 1.5rem;
  font-weight: 300;
}

.Buttons {
  display: flex;
  flex-direction: column;
}
.Buttons .btn + .btn {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .Buttons {
    flex-direction: row;
  }
  .Buttons .btn + .btn {
    margin-left: 1rem;
  }
  .Buttons .btn + .btn {
    margin-top: 0;
  }
}

.btn {
  min-width: 90px;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1.65;
  cursor: pointer;
  letter-spacing: normal;
  font-size: 1.14rem;
  padding: 0.35rem 0.75rem 0.35rem;
}
.btn i {
  font-size: inherit;
  vertical-align: middle;
}

.btn-wide {
  min-width: 150px;
}

.btn-size-input {
  padding: 0.42rem 1rem 0.42rem;
}

.btn,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
  text-decoration: none;
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
}

.btn-success {
  color: #ffffff;
}

.btn-link:hover {
  text-decoration: none;
}

.btn-float {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border: none;
}
.btn-float:hover, .btn-float:focus, .btn-float:active {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.btn-light {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #4d4d4d;
}
.btn-light.disabled {
  background-color: #f9f9f9;
  border-color: #dddddd;
  color: #4d4d4d;
}
.btn-light:hover {
  background-color: #f7f7f7;
  border-color: #dddddd;
  color: #4d4d4d;
}
.btn-light:not(:disabled):not(.disabled):active {
  background-color: #f2f2f2;
  border-color: #dddddd;
  color: #4d4d4d;
}

.btn-link-black {
  color: #4d4d4d;
  border: none;
  background: none;
}
.btn-link-black:hover {
  color: #56a4d6;
}

.btn-copy-to-clipboard {
  min-width: 100px;
}

.btn-file {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}

.btn-icon i {
  color: #b8bbc4;
  font-size: 1.29rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=file] {
  display: none !important;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control::placeholder {
  color: #999999;
}

.form-control:focus {
  box-shadow: none;
  border-color: #56a4d6;
}

.form-control {
  min-height: 40px;
  line-height: 1.8;
  border-radius: 4px;
  border-color: #dddddd;
  color: #4d4d4d;
  padding: 0.45rem 0.75rem 0.45rem;
}
@media (min-width: 576px) {
  .form-control {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.form-control:disabled {
  background-color: #eeeeee;
}
.form-control[readonly] {
  background-color: #f1f1f1;
}
.form-control--inline-number {
  min-height: 29px;
  width: 54px;
  text-align: center;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 5px;
}

/*
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
    padding-right: 0.75rem;

    @include media-min-width(576px) {
        padding-right: 12px;
    }
}
*/
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none;
}

.noresize {
  resize: none;
}

.vresize {
  resize: vertical;
}

.hresize {
  resize: horizontal;
}

textarea.autosize {
  resize: none;
}
textarea.autosize[data-max-rows="4"] {
  max-height: 100px;
}

textarea.form-control:disabled,
textarea.form-control[readonly] {
  resize: none;
}

.input-group-prepend,
.input-group-append,
.input-group-btn {
  font-size: inherit;
}

.input-group-text {
  justify-content: center;
  border-color: #dddddd;
  background-color: #eeeeee;
  padding-bottom: 0.15rem;
}

.input-group-checkbox .input-group-text {
  border-left: 0;
  background-color: transparent;
  padding-left: 1px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.input-group-checkbox > .form-control:not(:last-child):focus + .input-group-append .input-group-text {
  border-color: #56a4d6;
}
.input-group-checkbox > .form-control:not(:last-child) {
  padding-right: 0;
  border-right: none;
}
.input-group-checkbox > .form-control {
  min-width: 40px;
  flex-grow: 0;
}

.input-group > .input-group-prepend > .select2-container .select2-selection--single,
.input-group > .input-group-prepend > .select2-container .select2-selection--multiple {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .select2-container .select2-selection--single,
.input-group > .input-group-append > .select2-container .select2-selection--multiple {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ImageInputWithPreview__avatar {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #eeeeee;
}

.ImageInputWithPreview__picture {
  height: 100px;
  width: 100px;
  border-radius: 3px;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #eeeeee;
}
.ImageInputWithPreview__picture--size-200 {
  width: 200px;
  height: 200px;
}

.ImageInputWithPreview__logo {
  height: 40px;
  width: auto;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ImageInputWithPreview__logo--square {
  height: 40px;
  width: 40px;
}

.ImageInputWithPreview__button {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
}
.ImageInputWithPreview__button .btn, .ImageInputWithPreview__button button {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}

.ImageInputWithPreview__input {
  display: none !important;
}

.InputIcon {
  position: absolute;
  font-size: 18px;
  padding: 11px 0;
  left: 10px;
  color: #b8bbc4;
  z-index: 11;
}
.InputIcon + .form-control {
  padding-left: 40px;
}

.Checkbox {
  display: inline-block;
}
.Checkbox--disabled label {
  opacity: 0.5;
  pointer-events: none;
}

.Checkbox input[type=checkbox] {
  display: none;
}
.Checkbox input[type=checkbox]:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.Checkbox input[type=checkbox]:not(:checked) + label:hover .Checkbox__box {
  box-shadow: 0 0 0 1px #56a4d6;
}
.Checkbox input[type=checkbox]:checked + label .Checkbox__box {
  box-shadow: 0 0 0 1px #56a4d6;
}
.Checkbox input[type=checkbox]:checked + label .Checkbox__box:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.Checkbox label {
  position: relative;
  display: flex;
  padding: 5px 0 5px 30px;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: 400;
  box-sizing: content-box;
  line-height: 1.4;
  transition: 0.2s ease;
}
@media (min-width: 576px) {
  .Checkbox label {
    font-size: inherit;
  }
}
.Checkbox label .NetworkIcon {
  margin-right: 0.35rem;
}
.Checkbox__box {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  box-shadow: 0 0 0 1px #bdc0c9;
  transition: box-shadow 0.2s;
}
.Checkbox__box:after {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 66%;
  background-image: url("/img/icons/check.svg");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
@media (min-width: 576px) {
  .Checkbox__box {
    height: 22px;
    width: 22px;
    border-radius: 5px;
  }
}

.CheckboxHeart {
  opacity: 0;
  position: absolute;
}
.CheckboxHeart:checked ~ label .heart-svg {
  fill: red;
  opacity: 1;
}
.CheckboxHeart ~ label {
  margin-bottom: 0px;
  width: 22px;
}
.CheckboxHeart .heart-svg {
  transition: 0.25s ease;
  fill: #bdc0c9;
}

.CheckboxHeartOutline {
  opacity: 0;
  position: absolute;
}
.CheckboxHeartOutline:checked ~ label path {
  fill: #eb8995;
  opacity: 1;
}
.CheckboxHeartOutline ~ label {
  margin-bottom: 0px;
  width: 22px;
}
.CheckboxHeartOutline ~ label path {
  transition: 0.25s ease;
  fill: #bdc0c9;
}

.HeartOutlineLabel {
  cursor: pointer;
  width: 28px;
  height: 28px;
  margin: 0;
  background-image: url("/img/icons/heart-outline.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.HeartOutlineLabel.active {
  background-image: url("/img/icons/heart-outline-active.svg");
}

.InputRange {
  margin-bottom: 10px;
}
.InputRange__values {
  display: flex;
  align-items: center;
}
.InputRange__values .input-group-text {
  min-width: 40px;
  background-color: transparent;
}

.InputRange__dash {
  text-align: center;
  padding: 0 10px;
}
.InputRange__dash:before {
  content: "—";
}

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

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

.InputRange__slider {
  margin-top: 20px;
  position: relative;
}

.InputRadio {
  display: none;
}
.InputRadio + label {
  position: relative;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  width: 22px;
  height: 22px;
  min-width: 22px;
}
.InputRadio + label .box {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px #dddddd;
  overflow: hidden;
}
.InputRadio + label .box:after {
  content: "";
  display: block;
  background: #56a4d6;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  transform: scale(0);
  opacity: 0;
  transition: 0.2s;
}
.InputRadio:disabled + label, .InputRadio:disabled + label + .InputRadio__description-label {
  opacity: 0.5;
  pointer-events: none;
}
.InputRadio:checked + label .box {
  box-shadow: inset 0 0 0 1px #56a4d6;
}
.InputRadio:checked + label .box:after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.InputRadio__wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.InputRadio__wrap:not(.InputRadio__wrap--inline) + .InputRadio__wrap:not(.InputRadio__wrap--inline) {
  margin-top: 10px;
}
.InputRadio__wrap--inline {
  display: inline-flex;
}
.InputRadio__wrap--inline + .InputRadio__wrap--inline {
  margin-left: 10px;
}

.InputRadio__description-label {
  display: inline-block;
  padding-left: 7px;
  line-height: 22px;
  cursor: pointer;
}

.form-switch {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
.form-switch input {
  display: none;
}
.form-switch input:disabled + i {
  opacity: 0.8;
  cursor: not-allowed;
}
.form-switch input:checked + i {
  background-color: #56a4d6;
}
.form-switch input:checked + i::before {
  transform: translate3d(14px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(18px, 2px, 0);
}
.form-switch i {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 22px;
  background-color: #e6e6e6;
  border-radius: 19px;
  vertical-align: text-bottom;
  transition: all 0.25s linear;
}
.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 18px;
  background-color: #e6e6e6;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.2s linear;
}
.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0);
  transition: all 0.15s ease-in-out;
}

.Tags {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 0 -5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.Tags .Tag {
  margin: 5px 5px 0 5px;
}

.Tag {
  border: 1px solid #dddddd;
  padding: 2px 7px 2px;
  border-radius: 7px;
  font-size: 0.93rem;
  color: #4d4d4d;
  display: flex;
  white-space: normal;
  word-break: break-all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.Tag--trashable {
  padding-right: 0;
  pointer-events: all;
}

.Tag__trash-icon {
  border-left: 1px solid #dddddd;
  margin: -2px 0 -2px 5px;
  padding: 2px 5px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: 0.2s ease;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b8bbc4;
}
.Tag__trash-icon:hover, .Tag__trash-icon:focus {
  background-color: #F7F7F7;
  color: #56a4d6;
}
.Tag__trash-icon * {
  pointer-events: none;
}

.Tag--clickable {
  pointer-events: all;
  cursor: pointer;
}

.Tag--grey {
  background-color: #F7F7F7;
}

.Tag--removable {
  padding-right: 0px;
}
.Tag--removable:after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("/img/icons/times-grey.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  min-width: 20px;
  height: 100%;
  cursor: pointer;
  pointer-events: all;
  margin-left: 2px;
}

.IconButton {
  cursor: pointer;
  color: #b8bbc4;
  font-size: 20px;
  text-align: center;
  transition: 0.2s ease;
  text-decoration: none;
  width: 1.25em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.IconButton:hover {
  color: #56a4d6;
  text-decoration: none;
}
.IconButton:active {
  color: #2e84bc;
}
.IconButton + .IconButton {
  margin-left: 5px;
}
.IconButton--blue {
  color: #56a4d6;
}
.IconButton--blue:hover, .IconButton--blue:active {
  color: #2e84bc;
}

.IconButton--danger {
  color: #d07271;
}
.IconButton--danger:hover, .IconButton--danger:active {
  color: #bf413f;
}

.IconButton--success {
  color: #59b877;
}
.IconButton--success:hover, .IconButton--success:active {
  color: #3e9158;
}

.IconButton--warning {
  color: #efb94f;
}
.IconButton--warning:hover, .IconButton--warning:active {
  color: #e7a015;
}

.IconButton--lg {
  font-size: 30px;
}

.IconButton--disabled {
  cursor: default;
  opacity: 0.6;
}
.IconButton--disabled:hover {
  color: #b8bbc4;
}

.IconButton--svg {
  width: 22px;
  height: 22px;
}

.NetworkIcon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-position: center;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .NetworkIcon {
    width: 25px;
    height: 25px;
  }
}
.NetworkIcon--blog {
  background-image: url("/img/icons/networks/blog.svg");
}

.NetworkIcon--facebook {
  background-image: url("/img/icons/networks/facebook.svg");
}

.NetworkIcon--growsocial {
  background-image: url("/img/icons/networks/growsocial.svg");
}

.NetworkIcon--instagram {
  background-image: url("/img/icons/networks/instagram.svg");
}

.NetworkIcon--pinterest {
  background-image: url("/img/icons/networks/pinterest.svg");
}

.NetworkIcon--podcast {
  background-image: url("/img/icons/networks/podcast.svg");
}

.NetworkIcon--snapchat {
  background-image: url("/img/icons/networks/snapchat.svg");
}

.NetworkIcon--tumblr {
  background-image: url("/img/icons/networks/tumblr.svg");
}

.NetworkIcon--twitter {
  background-image: url("/img/icons/networks/twitter.svg");
}

.NetworkIcon--youtube {
  background-image: url("/img/icons/networks/youtube.svg");
}

.InfoBox {
  border: 1px solid #efefef;
  width: 100%;
  font-size: 1.14rem;
  max-width: 500px;
  margin: 30px auto 5px;
  border-radius: 10px;
  padding: 15px;
}
@media (min-width: 992px) {
  .InfoBox {
    margin: 60px auto 30px;
    padding: 30px;
  }
}
.InfoBox > :last-child {
  margin-bottom: 0;
}

label {
  font-size: 14px;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

label[for*=allow-all-team-members] {
  margin-bottom: 0.5rem;
}

.Label {
  display: flex;
  font-weight: 700;
  font-size: 1.07rem;
  align-items: center;
  margin-bottom: 0.1rem;
}
.Label--light {
  font-weight: 300 !important;
}

.Label--semibold {
  font-weight: 500 !important;
}

.Label--sm {
  font-size: 13px;
  font-weight: 500;
}

.Label--lg {
  font-size: 1.14rem;
  font-weight: 700;
}

.Label--xl {
  font-size: 1.29rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.Label--bold {
  font-weight: 700;
}

.Label--bold {
  font-weight: 700;
}

.Label--required::after {
  color: red;
  content: "*";
  display: inline;
  font-size: 90%;
  margin-left: 3px;
}

.Label__icon {
  width: 25px;
  height: 25px;
  font-size: 24px;
  margin-right: 10px;
  color: #b8bbc4;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.Label__file-icon {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

.Sublabel {
  font-size: 0.92rem;
  font-weight: 400;
  display: block;
  margin-top: -10px;
}

.col-form-label {
  align-self: center;
}

.tooltip {
  pointer-events: none;
}

.tooltip-inner {
  background: #ffffff;
  color: #4d4d4d;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.12);
  padding: 0.4rem;
  font-size: 0.96rem;
  max-width: 240px;
  pointer-events: none;
}

.tooltip .arrow {
  display: none;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: 0.3rem 0;
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: 0.3rem 0;
}

.tooltip.show {
  opacity: 1;
}

.Box {
  border-radius: 8px;
  padding: 15px;
  background-color: #ffffff;
  margin-bottom: 15px;
  border: 1px solid #efefef;
}
@media (min-width: 992px) {
  .Box {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .Box {
    border: none;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.04);
    padding: 30px;
  }
}
.Box--no-padding {
  padding: 0 !important;
}

.Box--padding-wide {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .Box--padding-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .Box--padding-wide {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1400px) {
  .Box--padding-wide {
    padding-left: 75px;
    padding-right: 75px;
  }
}

.Box--with-border {
  border: 1px solid #dddddd;
}

.Box--warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}

.Box--danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}

.Box__header {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .Box__header {
    flex-direction: row;
  }
}

.Box__filters {
  width: 100%;
  margin-bottom: 15px;
}

.Box__title {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
}

.FlagSprite {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-image: url("/img/flags/locales.png");
}
.FlagSprite--en_GB {
  background-position: -21px -126px;
}

.FlagSprite--en_US {
  background-position: -42px -126px;
}

.FlagSprite--de_DE {
  background-position: -84px -21px;
}

.FlagSprite--fr_FR {
  background-position: -63px -21px;
}

.FlagSprite--it_IT {
  background-position: -105px -42px;
}

.FlagSprite--es_ES {
  background-position: 0px -105px;
}

.FlagSprite--nl_NL {
  background-position: -21px -63px;
}

.FlagSprite--sv_SE {
  background-position: -21px -105px;
}

.FlagSprite--pl_PL {
  background-position: -21px -84px;
}

.FlagSprite--nb_NO {
  background-position: -64px -64px;
}

.FlagSprite--da_DK {
  background-position: -21px -21px;
}

.FlagSprite--fi_FI {
  background-position: -42px -21px;
}

.FlagSprite--ja_JP {
  background-position: -126px -42px;
}

.Pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin: auto;
  justify-content: space-between;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .Pagination {
    justify-content: center;
  }
}
.Pagination__page-item {
  display: none;
}
@media (min-width: 992px) {
  .Pagination__page-item {
    display: block;
    margin: 0 13px;
  }
  .Pagination__page-item:first-child {
    margin-left: 0;
  }
  .Pagination__page-item:last-child {
    margin-right: 0;
  }
}
.Pagination__page-item--icon {
  display: block;
}

.Pagination__page-item--dots {
  display: none;
}
@media (min-width: 992px) {
  .Pagination__page-item--dots {
    display: block;
  }
}

.Pagination__page-item.active {
  display: block;
  pointer-events: none;
}
.Pagination__page-item.active .Pagination__page-link {
  color: #ffffff;
  background-color: #56a4d6;
  border-color: #56a4d6;
}
.Pagination__page-item.disabled {
  pointer-events: none;
  opacity: 0.65;
}
.Pagination__page-item.disabled .fas {
  color: #dddddd;
  border-color: #dddddd;
}

.Pagination__page-link {
  color: #56a4d6;
  border: 2px solid transparent;
  border-radius: 50px !important;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  font-weight: 700;
  display: flex;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  align-items: center;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.Pagination__page-link:hover {
  color: #3290cc;
  text-decoration: none;
  border-color: #3290cc;
}
@media (min-width: 992px) {
  .Pagination__page-link {
    padding: 0 7.5px 0;
    width: auto;
    height: 34px;
    min-width: 34px;
  }
}
.Pagination__page-link.fas {
  font-size: 16px;
  border-color: #56a4d6;
  display: flex;
  padding: 0;
}
.Pagination__page-link.fas:before {
  position: relative;
}

body {
  position: initial;
  margin-top: 75px;
}
@media (min-width: 992px) {
  body {
    margin-top: 0;
  }
}

.Header {
  display: block;
  background: #ffffff;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #efefef;
  position: absolute;
  top: 0;
  z-index: 200;
}
@media (min-width: 992px) {
  .Header {
    position: relative;
    box-shadow: 2px 2px 5px rgba(210, 210, 210, 0.33);
  }
}
.Header__navbar {
  border: none;
  position: relative;
}
.Header__navbar--profile.Header__navbar--open {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}

.Header__navbar--open {
  border-bottom: 1px solid #dddddd;
}

@media (min-width: 992px) {
  .Header__navbar {
    height: 60px;
    border: none;
  }
}

.Header__navbar-header {
  height: 60px;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .Header__navbar-header {
    float: left;
    height: 60px;
    margin-right: 0;
    margin-left: 0;
  }
}

.Header__navbar-brand {
  float: none;
  padding: 19.5px 10px;
  font-size: 18px;
  display: flex;
  position: absolute;
  left: 50%;
  margin-left: -64px;
  transition: opacity 0.2s;
}
@media (min-width: 992px) {
  .Header__navbar-brand:not(.Header__navbar-brand--center) {
    height: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    left: auto;
  }
  .Header__navbar-brand:hover {
    opacity: 0.65;
  }
}
.Header__navbar-brand img {
  width: 128px;
  pointer-events: none;
}

.Header__navbar-brand-logo {
  display: inline-block;
}

.Header__navbar-collapse {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  box-shadow: none;
  background: #ffffff;
  overflow-x: visible;
  position: absolute;
  left: 0;
  right: 0;
  transition: none;
  -webkit-overflow-scrolling: touch;
}
.Header__navbar-collapse.show {
  box-shadow: 0 52px 50px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .Header__navbar-collapse {
    border: none;
    position: relative;
    height: auto;
    width: auto;
    float: left;
    padding: 0;
    margin: 0 0 0 15px;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .Header__navbar-collapse.collapse {
    display: inline-block;
  }
  .Header__navbar-collapse.show {
    box-shadow: none;
  }
}

.Header__navbar-nav {
  list-style: none;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .Header__navbar-nav {
    margin: 0;
    float: left;
  }
}

.Header__navbar-nav-item {
  position: relative;
  display: block;
}
.Header__navbar-nav-item:last-child {
  border: none;
}
.Header__navbar-nav-item a {
  border-left: 4px solid transparent;
  display: block;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
  font-size: 1.2rem;
  color: #4d4d4d;
  transition: color 0.2s;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.Header__navbar-nav-item a:hover, .Header__navbar-nav-item a:focus {
  color: #56a4d6;
  text-decoration: none;
  background-color: transparent;
}
@media (min-width: 992px) {
  .Header__navbar-nav-item {
    float: left;
    margin: 0;
    border: none;
  }
  .Header__navbar-nav-item:first-child {
    margin-left: 0;
  }
  .Header__navbar-nav-item:last-child {
    margin-right: 0;
  }
  .Header__navbar-nav-item a {
    border-left: none;
    padding: 0 10px;
    line-height: 54px;
    font-size: 0.8rem;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
  }
}
@media (min-width: 1200px) {
  .Header__navbar-nav-item a {
    font-size: 1.037rem;
  }
}
.Header__navbar-nav-item--active a {
  color: #56a4d6;
  border-left-color: #56a4d6;
}
@media (min-width: 992px) {
  .Header__navbar-nav-item--active {
    border-left-color: transparent;
    border-bottom-color: #56a4d6;
  }
}

@media (max-width: 991.98px) {
  .Header__navbar-nav-item--notification::after {
    content: "";
    background: #d07271;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  .Header__navbar-nav-item--notification a {
    padding-right: 30px;
  }
}

.Header__navbar-nav-item-counter {
  background: #56a4d6;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding: 0 5px;
  min-width: 22px;
  margin-left: 5px;
  position: relative;
  text-align: center;
}

.Header__navbar-toggle {
  border: none;
  border-radius: 0;
  float: left;
  margin: 0;
  padding: 0;
  width: 60px;
  position: relative;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 992px) {
  .Header__navbar-toggle {
    display: none;
  }
}
.Header__navbar-toggle--menu {
  padding: 20px 15px;
}
.Header__navbar-toggle--menu:not(.collapsed) .icon-bar:nth-child(1) {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.Header__navbar-toggle--menu:not(.collapsed) .icon-bar:nth-child(3) {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.Header__navbar-toggle--menu:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
}
.Header__navbar-toggle--menu .icon-bar {
  background: #bdc0c9;
  display: block;
  height: 2px;
  margin: 0;
  opacity: 1;
  width: 30px;
  transition: transform 0.1s ease-in;
  transform-origin: 50% 50%;
}
.Header__navbar-toggle--menu .icon-bar:nth-child(2) {
  margin-bottom: 7px;
  margin-top: 7px;
}

.UserMenu {
  display: none;
  float: right;
  position: relative;
  height: 60px;
}
.UserMenu.open .UserMenu__name, .UserMenu.open .UserMenu__dropdown-toggle .icon-caret {
  opacity: 1;
}
.UserMenu.open .UserMenu__dropdown {
  display: block;
}
@media (min-width: 992px) {
  .UserMenu {
    display: block;
  }
}
.UserMenu__picture-wrap {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  pointer-events: none;
}
.UserMenu__picture-wrap--notification::after {
  content: "";
  background: #d07271;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.UserMenu__picture {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.UserMenu__dropdown-toggle {
  display: inline-block;
  cursor: pointer;
  height: inherit;
  display: flex;
  align-items: center;
}
.UserMenu__dropdown-toggle:after {
  display: none !important;
}
.UserMenu__dropdown-toggle .icon-caret {
  position: absolute;
  line-height: 20px;
  padding-left: 5px;
  color: #ffffff;
  opacity: 0.6;
}
.UserMenu__dropdown-toggle:hover .UserMenu__name, .UserMenu__dropdown-toggle:hover .icon-caret {
  opacity: 1;
}

.UserMenu__dropdown-item-icon {
  margin-right: 10px;
}

.language-switcher {
  text-align: left;
  margin-left: 0px;
  width: 100%;
  top: 5px;
}
@media (min-width: 992px) {
  .language-switcher {
    width: 21px;
    height: 21px;
    margin-left: 10px;
  }
}
.language-switcher .lang {
  position: relative;
  width: 100%;
  background-image: none;
  height: auto;
  cursor: pointer;
  z-index: 8;
  transition: opacity 0.2s ease;
}
@media (min-width: 992px) {
  .language-switcher .lang {
    background-image: url("/img/flags/locales.png");
    padding: 0;
    width: 21px;
    height: 21px;
    margin-top: 15px;
  }
  .language-switcher .lang:hover {
    opacity: 0.6;
  }
}
.language-switcher .lang .fa-angle-up {
  display: none;
}
@media (min-width: 992px) {
  .language-switcher .lang .fa-angle-up {
    display: none;
  }
}
@media (min-width: 992px) {
  .language-switcher .lang .fa-angle-down {
    display: none;
  }
}
.language-switcher .lang span {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0px;
  float: none;
  background: none;
}
.language-switcher .lang span .FlagSprite {
  top: 3px;
  left: 3px;
}
@media (min-width: 992px) {
  .language-switcher .lang span {
    display: none;
  }
}
.language-switcher .arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 17px dashed #dddddd;
  border-bottom-color: #dddddd;
  right: -7px;
  top: 26px;
  z-index: 7;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  display: none;
}
.language-switcher .arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 18px dashed #fff;
  left: -18px;
  top: -17px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.language-switcher .languages {
  line-height: 1.6;
  z-index: 5;
  right: -20px;
  top: 60px;
  background: #ffffff;
  display: none;
  position: static;
  border-radius: 0px;
  border: none;
  padding: 0 10px;
  height: 0px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 100px;
  width: 100% !important;
  margin: 0;
}
@media (min-width: 992px) {
  .language-switcher .languages {
    position: absolute;
    width: 750px !important;
    height: auto;
    padding: 30px;
    border: 1px solid #dddddd;
    border-radius: 4px;
  }
}
.language-switcher .languages .region {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  float: left;
  margin-top: 15px;
}
.language-switcher .languages .region:first-child {
  margin-top: 0;
}
.language-switcher .languages ul {
  list-style: none;
  margin-top: 0px;
  padding: 0;
}
.language-switcher .languages ul li {
  width: 50%;
  height: auto;
  line-height: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 10px 0px;
  display: inline-block;
  text-align: left;
  float: left;
  font-size: 16px;
}
.language-switcher .languages ul li a {
  padding: 0 12px;
  width: 100%;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .language-switcher .languages ul li a {
    display: inline-block;
    width: auto;
  }
}
.language-switcher .languages ul li a .FlagSprite {
  float: left;
  margin-top: 1px;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .language-switcher .languages ul li {
    width: 25%;
  }
}

@media (max-width: 991.98px) {
  body.languages-open .language-switcher .languages {
    height: auto !important;
    display: block;
  }
  body.languages-open .language-switcher > a .fa-angle-up {
    display: inline-block;
  }
  body.languages-open .language-switcher > a .fa-angle-down {
    display: none;
  }
}
@media (min-width: 992px) {
  body.languages-open .language-switcher .arrow,
  body.languages-open .language-switcher .languages {
    display: block;
  }
}
code[class*=language-],
pre[class*=language-] {
  font-size: 12px;
  line-height: 2;
  margin: 10px auto 15px;
  vertical-align: middle;
  color: black;
  text-shadow: 0 1px white;
  font-family: "Operator Mono", "Fira Code", Consolas, Monaco, "Andale Mono", monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
          hyphens: none;
}
code[class*=language-] .token.comment,
code[class*=language-] .token.prolog,
code[class*=language-] .token.doctype,
code[class*=language-] .token.cdata,
code[class*=language-] .token.punctuation,
pre[class*=language-] .token.comment,
pre[class*=language-] .token.prolog,
pre[class*=language-] .token.doctype,
pre[class*=language-] .token.cdata,
pre[class*=language-] .token.punctuation {
  color: #999;
}
code[class*=language-] .token.operator,
code[class*=language-] .token.entity,
code[class*=language-] .token.url,
code[class*=language-] .language-css .token.string,
code[class*=language-] .style .token.string,
pre[class*=language-] .token.operator,
pre[class*=language-] .token.entity,
pre[class*=language-] .token.url,
pre[class*=language-] .language-css .token.string,
pre[class*=language-] .style .token.string {
  color: #555;
}
code[class*=language-] .token.selector,
code[class*=language-] .token.string,
code[class*=language-] .token.char,
code[class*=language-] .token.builtin,
code[class*=language-] .token.inserted,
pre[class*=language-] .token.selector,
pre[class*=language-] .token.string,
pre[class*=language-] .token.char,
pre[class*=language-] .token.builtin,
pre[class*=language-] .token.inserted {
  color: #2E7D32;
}
code[class*=language-] .token.atrule,
code[class*=language-] .token.attr-value,
code[class*=language-] .token.keyword,
pre[class*=language-] .token.atrule,
pre[class*=language-] .token.attr-value,
pre[class*=language-] .token.keyword {
  color: #07a;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: rgba(238, 238, 238, 0.35);
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}

:not(pre) > code[class*=language-] {
  background: #f0f2f1;
  color: #f4645f;
  padding: 1px 5px;
  border-radius: 3px;
}

.Rating {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.Rating--disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  opacity: 0.25;
}

.Rating label {
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 0;
  font-size: 15px;
}
.Rating label:not(:first-of-type) {
  padding-right: 2px;
}
.Rating label:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f005";
  color: #b8bbc4;
  line-height: 1;
  transition: 0.2s;
}
.Rating input {
  display: none;
}
.Rating input:checked ~ label:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #56a4d6;
}
.Rating:not(:checked) > label:hover:before, .Rating:not(:checked) > label:hover ~ label:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #2d82b8;
}

.Search__results-count {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .Search__results-count {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .Search__results-count {
    margin-bottom: -4px;
  }
}

.Search__flash-search-button {
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  transition: 0.2s ease;
  text-decoration: none;
  width: 1.25em;
  color: #b8bbc4;
}
.Search__flash-search-button.active {
  color: #56a4d6;
}

.Search__sort-label {
  font-weight: 500;
  font-size: 0.93rem;
  padding-right: 0;
  display: none;
  margin-right: -7px;
}
@media (min-width: 768px) {
  .Search__sort-label {
    display: block;
  }
}

.Search__show-per-page-select-wrap {
  font-size: 1.14rem;
  display: none;
}
@media (min-width: 768px) {
  .Search__show-per-page-select-wrap {
    display: block;
    padding-right: 0;
  }
}

.Search__view-buttons .nav-item {
  padding: 0;
}
.Search__view-buttons .nav-item:last-child .Search__view-switch-button {
  margin-right: 0px;
}

.Search__sort-select-wrap {
  font-size: 1.14rem;
}

.Search__view-switch-button {
  cursor: pointer;
  width: 20px;
  height: 20px;
  float: left;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
  border-radius: 0px;
  padding: 0px;
  margin-right: 10px;
}
.Search__view-switch-button--bio {
  background-image: url("/img/icons/bio.svg");
}
.Search__view-switch-button--bio.active {
  background-image: url("/img/icons/bio-active.svg");
}

.Search__view-switch-button--grid {
  background-image: url("/img/icons/bnb.svg");
}
.Search__view-switch-button--grid.active {
  background-image: url("/img/icons/bnb-active.svg");
}

.Search__view-switch-button--list {
  background-image: url("/img/icons/bars.svg");
}
.Search__view-switch-button--list.active {
  background-image: url("/img/icons/bars-active.svg");
}

.SearchBar {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .SearchBar {
    flex-direction: row;
  }
  .SearchBar .select2-container--default .select2-selection--single {
    min-width: 186px;
  }
}
@media (max-width: 767.98px) {
  .SearchBar .select2-container .select2-selection {
    border-radius: 4px !important;
  }
}
.SearchBar select[name=searchType] {
  display: none;
}
.SearchBar__title {
  border: none;
  background-color: transparent;
  padding-left: 0;
  font-size: 16px;
  display: block;
  font-size: 16px;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .SearchBar__title {
    display: flex;
    width: auto;
  }
}

.SearchBar__input-wrap {
  position: relative;
  display: flex;
  flex: 1;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .SearchBar__input-wrap {
    margin: 0;
  }
}
.SearchBar__input-wrap .form-control {
  min-width: 260px;
  border-radius: 0;
  font-size: 16px;
}
.SearchBar__input-wrap .form-control:focus {
  z-index: 10;
}
@media (max-width: 767.98px) {
  .SearchBar__input-wrap .form-control {
    border-radius: 4px;
  }
}

.SearchBar__submit {
  font-size: 16px;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .SearchBar__submit {
    border-radius: 4px !important;
  }
}

.SearchFilters {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .SearchFilters {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.SearchFilters__title {
  display: block;
  font-size: 13px;
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .SearchFilters__title {
    display: flex;
    padding-right: 10px;
    width: auto;
    margin-right: 8px;
  }
}

.SearchFilters__filters {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}

.SearchFilters__filter {
  position: relative !important;
}

.SearchFilters__filter-actions-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .SearchFilters__filter-actions-wrap {
    width: auto;
    margin-left: auto;
  }
}

.SearchFilters__save-preset-button {
  color: #56a4d6;
  cursor: pointer;
  line-height: 26px;
  transition: 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.SearchFilters__save-preset-button:hover {
  color: #3290cc;
}

.SearchFilters__load-preset-button {
  color: #56a4d6;
  cursor: pointer;
  line-height: 26px;
  transition: 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.SearchFilters__load-preset-button:hover {
  color: #3290cc;
}

.SearchFilters__clear-all-button {
  color: #56a4d6;
  cursor: pointer;
  line-height: 26px;
  transition: 0.2s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.SearchFilters__clear-all-button:hover {
  color: #3290cc;
}

.SearchFilters__filter-button {
  border: 1px solid #dddddd;
  border-radius: 6px;
  color: #4d4d4d;
  cursor: pointer;
  font-weight: 300;
  max-width: 100%;
  width: auto;
  line-height: 1;
  font-size: 1rem;
  position: relative;
  transition: 0.2s ease;
  width: auto;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 6px 9px 7px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 101;
}
.SearchFilters__filter-button:before {
  content: attr(data-title);
}
.SearchFilters__filter-button:hover {
  color: #ffffff;
  background-color: #56a4d6;
  border-color: #3290cc;
}
.SearchFilters__filter-button:active {
  color: #ffffff;
  background-color: #3290cc;
  border-color: #2e84bc;
}
@media (min-width: 992px) {
  .SearchFilters__filter-button {
    font-size: 1.1rem;
  }
}
.SearchFilters__filter-button--active {
  color: #ffffff;
  background-color: #56a4d6;
  border-color: #56a4d6;
  padding-right: 24px;
}
.SearchFilters__filter-button--active:hover {
  color: #ffffff;
  background-color: #3290cc;
  border-color: #2e84bc;
}
.SearchFilters__filter-button--active:before {
  content: attr(data-title-applied);
}
.SearchFilters__filter-button--active .SearchFilters__filter-button-value, .SearchFilters__filter-button--active + .SearchFilters__filter-button-clear-icon {
  display: inline-block;
}

.SearchFilters__filter-button-value {
  display: none;
}
.SearchFilters__filter-button-value span:not(:last-child):after {
  display: inline;
  content: ", ";
}

.SearchFilters__filter-button-clear-icon {
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 18px;
  line-height: 26px;
  position: absolute;
  top: 7px;
  right: 14px;
  z-index: 102;
  background-size: 100%;
  background-position: center;
  width: 14px;
  height: 14px;
  background-image: url("/img/icons/times-white.svg");
  animation-duration: 0.5s;
  animation-name: closeRollIn;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: rotate(0deg) scale(1);
}
@media (min-width: 992px) {
  .SearchFilters__filter-button-clear-icon {
    top: 8px;
  }
}

.SearchFilters__filter-open .white-overlay {
  opacity: 1;
  visibility: visible;
}

.SearchFilters__filter-form {
  margin-bottom: 1rem;
  font-size: 1.14rem;
}
.SearchFilters__filter-form .form-row:not(:last-child) {
  margin-bottom: 1rem;
}

.SearchFilters__dropdown-menu {
  width: 320px;
}
@media (min-width: 768px) {
  .SearchFilters__dropdown-menu {
    width: 400px;
  }
}
.SearchFilters__dropdown-menu--md {
  width: 320px;
}
@media (min-width: 768px) {
  .SearchFilters__dropdown-menu--md {
    width: 420px;
  }
}

.SearchFilters__dropdown-menu--lg {
  width: 320px;
}
@media (min-width: 768px) {
  .SearchFilters__dropdown-menu--lg {
    width: 470px;
  }
}

.SearchFilters__dropdown-menu--xl {
  width: 320px;
}
@media (min-width: 768px) {
  .SearchFilters__dropdown-menu--xl {
    width: 570px;
  }
}

.SearchFilters__filter.show .SearchFilters__filter-button {
  color: #ffffff;
  background-color: #3290cc;
  border-color: #2e84bc;
}

#include-exclude-search-filter-form p {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 25px;
  line-height: 25px;
}

.SearchResults__tabs {
  display: block;
  width: 100%;
}

.SearchResults__pagination {
  margin: auto;
}
.SearchResults__pagination .Pagination {
  margin-top: 0;
}

.SearchResults__error {
  min-height: 100px;
}
@media (min-width: 768px) {
  .SearchResults__error {
    min-height: 130px;
  }
}
@media (min-width: 992px) {
  .SearchResults__error {
    min-height: 190px;
  }
}
@media (min-width: 1200px) {
  .SearchResults__error {
    min-height: 250px;
  }
}

.AvatarGrid {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
@media (max-width: 991.98px) {
  .AvatarGrid--center-mobile {
    margin: auto;
    justify-content: center;
  }
}

.AvatarGrid__item {
  margin: 5px;
}

.AvatarGrid__item-img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.VideoTutorial {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .VideoTutorial {
    padding: 0 7.5px;
  }
}
@media (min-width: 992px) {
  .VideoTutorial {
    margin-bottom: 0;
  }
}
.VideoTutorial__thumbnail {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: 0.2s ease;
}
.VideoTutorial__thumbnail:hover {
  opacity: 0.75;
}

.VideoTutorial__title {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
}

.VideoTutorial__description {
  font-size: 16px;
  color: #8B8B8B;
}

.InfluencerQualityScore {
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: #ffffff !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.InfluencerQualityScore--unknown {
  background-color: #D4D4D4;
}

.InfluencerQualityScore--0 {
  background-color: #FF3536;
}

.InfluencerQualityScore--1 {
  background-color: #FF3536;
}

.InfluencerQualityScore--2 {
  background-color: #FF3536;
}

.InfluencerQualityScore--3 {
  background-color: #FF3536;
}

.InfluencerQualityScore--4 {
  background-color: #FF3536;
}

.InfluencerQualityScore--5 {
  background-color: #FF3536;
}

.InfluencerQualityScore--6 {
  background-color: #FF3536;
}

.InfluencerQualityScore--7 {
  background-color: #FF3536;
}

.InfluencerQualityScore--8 {
  background-color: #FF3536;
}

.InfluencerQualityScore--9 {
  background-color: #FF3536;
}

.InfluencerQualityScore--10 {
  background-color: #FF3536;
}

.InfluencerQualityScore--11 {
  background-color: #F96C26;
}

.InfluencerQualityScore--12 {
  background-color: #F96C26;
}

.InfluencerQualityScore--13 {
  background-color: #F96C26;
}

.InfluencerQualityScore--14 {
  background-color: #F96C26;
}

.InfluencerQualityScore--15 {
  background-color: #F96C26;
}

.InfluencerQualityScore--16 {
  background-color: #F96C26;
}

.InfluencerQualityScore--17 {
  background-color: #F96C26;
}

.InfluencerQualityScore--18 {
  background-color: #F96C26;
}

.InfluencerQualityScore--19 {
  background-color: #F96C26;
}

.InfluencerQualityScore--20 {
  background-color: #F2AF13;
}

.InfluencerQualityScore--21 {
  background-color: #F2AF13;
}

.InfluencerQualityScore--22 {
  background-color: #F2AF13;
}

.InfluencerQualityScore--23 {
  background-color: #F2AF13;
}

.InfluencerQualityScore--24 {
  background-color: #F2AF13;
}

.InfluencerQualityScore--25 {
  background-color: #F2AF13;
}

.InfluencerQualityScore--26 {
  background-color: #F2AF13;
}

.InfluencerQualityScore--27 {
  background-color: #F2AF13;
}

.InfluencerQualityScore--28 {
  background-color: #F2AF13;
}

.InfluencerQualityScore--29 {
  background-color: #F2AF13;
}

.InfluencerQualityScore--30 {
  background-color: #EFCC0B;
}

.InfluencerQualityScore--31 {
  background-color: #EFCC0B;
}

.InfluencerQualityScore--32 {
  background-color: #EFCC0B;
}

.InfluencerQualityScore--33 {
  background-color: #EFCC0B;
}

.InfluencerQualityScore--34 {
  background-color: #EFCC0B;
}

.InfluencerQualityScore--35 {
  background-color: #EFCC0B;
}

.InfluencerQualityScore--36 {
  background-color: #EFCC0B;
}

.InfluencerQualityScore--37 {
  background-color: #EFCC0B;
}

.InfluencerQualityScore--38 {
  background-color: #EFCC0B;
}

.InfluencerQualityScore--39 {
  background-color: #EFCC0B;
}

.InfluencerQualityScore--40 {
  background-color: #DAD11B;
}

.InfluencerQualityScore--41 {
  background-color: #DAD11B;
}

.InfluencerQualityScore--42 {
  background-color: #DAD11B;
}

.InfluencerQualityScore--43 {
  background-color: #DAD11B;
}

.InfluencerQualityScore--44 {
  background-color: #DAD11B;
}

.InfluencerQualityScore--45 {
  background-color: #DAD11B;
}

.InfluencerQualityScore--46 {
  background-color: #DAD11B;
}

.InfluencerQualityScore--47 {
  background-color: #DAD11B;
}

.InfluencerQualityScore--48 {
  background-color: #DAD11B;
}

.InfluencerQualityScore--49 {
  background-color: #DAD11B;
}

.InfluencerQualityScore--50 {
  background-color: #C1D22E;
}

.InfluencerQualityScore--51 {
  background-color: #C1D22E;
}

.InfluencerQualityScore--52 {
  background-color: #C1D22E;
}

.InfluencerQualityScore--53 {
  background-color: #C1D22E;
}

.InfluencerQualityScore--54 {
  background-color: #C1D22E;
}

.InfluencerQualityScore--55 {
  background-color: #C1D22E;
}

.InfluencerQualityScore--56 {
  background-color: #C1D22E;
}

.InfluencerQualityScore--57 {
  background-color: #C1D22E;
}

.InfluencerQualityScore--58 {
  background-color: #C1D22E;
}

.InfluencerQualityScore--59 {
  background-color: #C1D22E;
}

.InfluencerQualityScore--60 {
  background-color: #A9D342;
}

.InfluencerQualityScore--61 {
  background-color: #A9D342;
}

.InfluencerQualityScore--62 {
  background-color: #A9D342;
}

.InfluencerQualityScore--63 {
  background-color: #A9D342;
}

.InfluencerQualityScore--64 {
  background-color: #A9D342;
}

.InfluencerQualityScore--65 {
  background-color: #A9D342;
}

.InfluencerQualityScore--66 {
  background-color: #A9D342;
}

.InfluencerQualityScore--67 {
  background-color: #A9D342;
}

.InfluencerQualityScore--68 {
  background-color: #A9D342;
}

.InfluencerQualityScore--69 {
  background-color: #A9D342;
}

.InfluencerQualityScore--70 {
  background-color: #90D456;
}

.InfluencerQualityScore--71 {
  background-color: #90D456;
}

.InfluencerQualityScore--72 {
  background-color: #90D456;
}

.InfluencerQualityScore--73 {
  background-color: #90D456;
}

.InfluencerQualityScore--74 {
  background-color: #90D456;
}

.InfluencerQualityScore--75 {
  background-color: #90D456;
}

.InfluencerQualityScore--76 {
  background-color: #90D456;
}

.InfluencerQualityScore--77 {
  background-color: #90D456;
}

.InfluencerQualityScore--78 {
  background-color: #90D456;
}

.InfluencerQualityScore--79 {
  background-color: #90D456;
}

.InfluencerQualityScore--80 {
  background-color: #77D56A;
}

.InfluencerQualityScore--81 {
  background-color: #77D56A;
}

.InfluencerQualityScore--82 {
  background-color: #77D56A;
}

.InfluencerQualityScore--83 {
  background-color: #77D56A;
}

.InfluencerQualityScore--84 {
  background-color: #77D56A;
}

.InfluencerQualityScore--85 {
  background-color: #77D56A;
}

.InfluencerQualityScore--86 {
  background-color: #77D56A;
}

.InfluencerQualityScore--87 {
  background-color: #77D56A;
}

.InfluencerQualityScore--88 {
  background-color: #77D56A;
}

.InfluencerQualityScore--89 {
  background-color: #77D56A;
}

.InfluencerQualityScore--90 {
  background-color: #59D682;
}

.InfluencerQualityScore--91 {
  background-color: #59D682;
}

.InfluencerQualityScore--92 {
  background-color: #59D682;
}

.InfluencerQualityScore--93 {
  background-color: #59D682;
}

.InfluencerQualityScore--94 {
  background-color: #59D682;
}

.InfluencerQualityScore--95 {
  background-color: #59D682;
}

.InfluencerQualityScore--96 {
  background-color: #59D682;
}

.InfluencerQualityScore--97 {
  background-color: #59D682;
}

.InfluencerQualityScore--98 {
  background-color: #59D682;
}

.InfluencerQualityScore--99 {
  background-color: #59D682;
}

.InfluencerQualityScore--100 {
  background-color: #59D682;
}

.InfluencerPercentileScore--unknown {
  color: #D4D4D4;
}

.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--0 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--1 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--2 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--3 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--4 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--5 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--6 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--7 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--8 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--9 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--10 {
  color: #FF3536;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--11 {
  color: #F96C26;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--12 {
  color: #F96C26;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--13 {
  color: #F96C26;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--14 {
  color: #F96C26;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--15 {
  color: #F96C26;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--16 {
  color: #F96C26;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--17 {
  color: #F96C26;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--18 {
  color: #F96C26;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--19 {
  color: #F96C26;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--20 {
  color: #F96C26;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--21 {
  color: #F2AF13;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--22 {
  color: #F2AF13;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--23 {
  color: #F2AF13;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--24 {
  color: #F2AF13;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--25 {
  color: #F2AF13;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--26 {
  color: #F2AF13;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--27 {
  color: #F2AF13;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--28 {
  color: #F2AF13;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--29 {
  color: #F2AF13;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--30 {
  color: #F2AF13;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--31 {
  color: #EFCC0B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--32 {
  color: #EFCC0B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--33 {
  color: #EFCC0B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--34 {
  color: #EFCC0B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--35 {
  color: #EFCC0B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--36 {
  color: #EFCC0B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--37 {
  color: #EFCC0B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--38 {
  color: #EFCC0B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--39 {
  color: #EFCC0B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--40 {
  color: #EFCC0B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--41 {
  color: #DAD11B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--42 {
  color: #DAD11B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--43 {
  color: #DAD11B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--44 {
  color: #DAD11B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--45 {
  color: #DAD11B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--46 {
  color: #DAD11B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--47 {
  color: #DAD11B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--48 {
  color: #DAD11B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--49 {
  color: #DAD11B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--50 {
  color: #DAD11B;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--51 {
  color: #C1D22E;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--52 {
  color: #C1D22E;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--53 {
  color: #C1D22E;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--54 {
  color: #C1D22E;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--55 {
  color: #C1D22E;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--56 {
  color: #C1D22E;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--57 {
  color: #C1D22E;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--58 {
  color: #C1D22E;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--59 {
  color: #C1D22E;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--60 {
  color: #C1D22E;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--61 {
  color: #A9D342;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--62 {
  color: #A9D342;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--63 {
  color: #A9D342;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--64 {
  color: #A9D342;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--65 {
  color: #A9D342;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--66 {
  color: #A9D342;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--67 {
  color: #A9D342;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--68 {
  color: #A9D342;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--69 {
  color: #A9D342;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--70 {
  color: #A9D342;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--71 {
  color: #90D456;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--72 {
  color: #90D456;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--73 {
  color: #90D456;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--74 {
  color: #90D456;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--75 {
  color: #90D456;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--76 {
  color: #90D456;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--77 {
  color: #90D456;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--78 {
  color: #90D456;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--79 {
  color: #90D456;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--80 {
  color: #90D456;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--81 {
  color: #77D56A;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--82 {
  color: #77D56A;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--83 {
  color: #77D56A;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--84 {
  color: #77D56A;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--85 {
  color: #77D56A;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--86 {
  color: #77D56A;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--87 {
  color: #77D56A;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--88 {
  color: #77D56A;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--89 {
  color: #77D56A;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--90 {
  color: #77D56A;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--91 {
  color: #59D682;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--92 {
  color: #59D682;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--93 {
  color: #59D682;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--94 {
  color: #59D682;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--95 {
  color: #59D682;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--96 {
  color: #59D682;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--97 {
  color: #59D682;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--98 {
  color: #59D682;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--99 {
  color: #59D682;
}
.InfluencerPercentileScore--higher-is-better.InfluencerPercentileScore--100 {
  color: #59D682;
}

.NotesTimeline__item {
  border: 1px solid #efefef;
  padding: 5px 10px;
  margin-top: 20px;
  border-radius: 3px;
}

.NotesTimeline__text {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  white-space: normal;
}

.NotesTimeline__user-info-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  white-space: nowrap;
}

.NotesTimeline__user-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

.NotesTimeline__user-avatar {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
}

.NotesTimeline__user {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.NotesTimeline__username {
  font-size: 16px;
}

.NotesTimeline__remove-item-button {
  color: #d07271;
  cursor: pointer;
  transition: 0.2s ease;
}
.NotesTimeline__remove-item-button:hover {
  color: #c14443;
}

.CollabSiteApplicationDecisionButtons .IconButton.fa-success-check-circle:hover, .CollabSiteApplicationDecisionButtons .IconButton.fa-success-check-circle:focus, .CollabSiteApplicationDecisionButtons .IconButton.fa-success-check-circle:active {
  color: #59b877;
}
.CollabSiteApplicationDecisionButtons .IconButton.fa-success-check-circle.IconButton--active {
  color: #59b877 !important;
}
.CollabSiteApplicationDecisionButtons .IconButton.fa-cross-circle:hover, .CollabSiteApplicationDecisionButtons .IconButton.fa-cross-circle:focus, .CollabSiteApplicationDecisionButtons .IconButton.fa-cross-circle:active {
  color: #d07271;
}
.CollabSiteApplicationDecisionButtons .IconButton.fa-cross-circle.IconButton--active {
  color: #d07271 !important;
}

.CollabSiteProfileApplicationDecisionButtons {
  display: flex;
  align-items: center;
}
.CollabSiteProfileApplicationDecisionButtons a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #4d4d4d;
  border: 2px solid;
  padding: 5px 10px;
  border-radius: 10px;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.CollabSiteProfileApplicationDecisionButtons a span {
  position: relative;
}
.CollabSiteProfileApplicationDecisionButtons a:hover {
  opacity: 0.65;
}
.CollabSiteProfileApplicationDecisionButtons a + a {
  margin-left: 10px;
}
.CollabSiteProfileApplicationDecisionButtons .CollabSiteProfileApplicationDecisionButtons__accept-button {
  border-color: #59b877;
}
.CollabSiteProfileApplicationDecisionButtons .CollabSiteProfileApplicationDecisionButtons__reject-button {
  border-color: #d07271;
}
.CollabSiteProfileApplicationDecisionButtons .IconButton {
  width: 30px;
  height: 30px;
  font-size: 30px;
  margin-right: 7px;
}
.CollabSiteProfileApplicationDecisionButtons .IconButton.fa-success-check-circle {
  color: #59b877 !important;
}
.CollabSiteProfileApplicationDecisionButtons .IconButton.fa-cross-circle {
  color: #d07271 !important;
}

.CollabSiteProfileApplicationDecisionButton--disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}

.influencer-status-icon-color-1 {
  color: #15CBF3;
}

.influencer-status-icon-color-2,
.influencer-status-icon-color-6,
.influencer-status-icon-color-7 {
  color: #7AC751;
}

.influencer-status-icon-color-3,
.influencer-status-icon-color-4 {
  color: #FB2B3A;
}

.influencer-status-icon-color-5,
.influencer-status-icon-color-8 {
  color: #A144EB;
}

.influencer-status-icon-color-9 {
  color: #DDAB40;
}

.influencer-status-icon-color-10 {
  color: #b8bbc4;
}

.influencer-status-icon-color-11 {
  color: #CE1312;
}

.GSListViewTable {
  border: 1px solid transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.GSListViewTable::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991.98px) {
  .GSListViewTable {
    overflow-x: auto;
  }
}
.GSListViewTable__scroll {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  display: none;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .GSListViewTable__scroll {
    display: block;
  }
}

.GSListViewTable__scrolled-section-inner {
  min-width: 100%;
}

.GSListViewTable__section-scroll-wrapper {
  width: 100%;
  float: right;
  height: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 992px) {
  .GSListViewTable__section-scroll-wrapper {
    display: none;
  }
}
.GSListViewTable__section-scroll-wrapper::-webkit-scrollbar {
  width: 100px;
  border-radius: 6px;
  background: #ebebeb !important;
  height: 6px;
  display: block;
  border: 1px solid transparent;
}
.GSListViewTable__section-scroll-wrapper::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 6px;
}
.GSListViewTable__section-scroll-wrapper::-webkit-scrollbar-thumb {
  background: #c6c7c9;
  border-radius: 8px;
  background-clip: padding-box;
}

.GSListViewTable__scroll-wrapper {
  width: 100%;
  float: right;
  height: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #ebebeb #c6c7c9;
  scrollbar-width: thin;
  cursor: ew-resize;
  position: relative;
}
.GSListViewTable__scroll-wrapper::-webkit-scrollbar {
  width: 100px;
  border-radius: 6px;
  background: #ebebeb !important;
  height: 6px;
  display: block;
  border: 1px solid transparent;
}
.GSListViewTable__scroll-wrapper::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 6px;
}
.GSListViewTable__scroll-wrapper::-webkit-scrollbar-thumb {
  background: #c6c7c9;
  border-radius: 8px;
  background-clip: padding-box;
}
@media (min-width: 992px) {
  .GSListViewTable__scroll-wrapper {
    width: calc(100% - 220px);
  }
}
@media (min-width: 992px) {
  .GSListViewTable__scroll-wrapper--with-actions {
    width: calc(100% - 450px);
  }
}

.GSListViewTable__scroll-wrapper-inner {
  bottom: 0;
  height: 10px;
}

.GSListViewTable__fixed-section {
  width: 220px;
  float: left;
  position: relative;
}
.GSListViewTable__fixed-section--with-actions {
  width: 450px;
}

@media (min-width: 992px) {
  .GSListViewTable__fixed-section {
    box-shadow: 5px 0 5px -5px #efefef;
  }
}
.GSListViewTable__fixed-section .row {
  flex-wrap: nowrap;
  align-items: center;
}
.GSListViewTable__fixed-section .row .GSListViewTable__heading {
  text-align: left;
  flex-basis: auto;
  flex-grow: 1;
}
.GSListViewTable__scrolled-section {
  width: calc(100% - 220px);
  float: left;
  position: relative;
}
@media (min-width: 992px) {
  .GSListViewTable__scrolled-section {
    overflow-x: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .GSListViewTable__scrolled-section::-webkit-scrollbar {
    display: none;
  }
}
.GSListViewTable__scrolled-section--with-actions {
  width: calc(100% - 450px);
}

.GSListViewTable__wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .GSListViewTable__wrap {
    width: 100% !important;
  }
}

.GSListViewTable__tab-buttons {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  height: 100%;
}

.GSListViewTable__tab-button {
  font-size: 14px;
  border-radius: 6px;
  line-height: 27px;
  font-weight: 400;
  height: 30px;
  border: 1px solid #dddddd;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  transition: 0.2s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none !important;
  color: #4d4d4d !important;
  flex: 1;
}
.GSListViewTable__tab-button:hover {
  border-color: #56a4d6;
  cursor: pointer;
  box-shadow: inset 0 0 0px 1px #56a4d6;
}
.GSListViewTable__tab-button + .GSListViewTable__tab-button {
  margin-left: 8px;
}
.GSListViewTable__tab-button--disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.6;
}

.GSListViewTable__tab-button--active {
  cursor: default;
  pointer-events: none;
  border-color: #56a4d6;
  box-shadow: inset 0 0 0px 1px #56a4d6;
}

.GSListViewTable__select-checkbox-wrap {
  padding-left: 0;
  align-items: center;
  display: flex;
}
.GSListViewTable__select-checkbox-wrap .Checkbox label {
  margin-left: 1px;
  padding: 0;
  width: 22px;
  height: 22px;
}

.GSListViewTable__fake-select-checkbox-wrap {
  padding-left: 0;
  align-items: center;
  display: flex;
}
.GSListViewTable__fake-select-checkbox-wrap > .Dropdown {
  align-items: center;
  display: flex;
}
.GSListViewTable__fake-select-checkbox-wrap > .Dropdown > .Checkbox label {
  margin-left: 1px;
  padding: 0;
  width: 22px;
  height: 22px;
}

.GSListViewTable__header .row {
  margin: 0px;
  padding: 0px;
  flex-wrap: nowrap;
}

.GSListViewTable__heading {
  text-align: center;
  height: 40px;
  line-height: 42px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}
.GSListViewTable__heading.sortable a {
  justify-content: center;
}
.GSListViewTable__heading.sortable i {
  margin: auto 3px auto 2px;
  pointer-events: none;
}

.GSListViewTable__column {
  font-size: 1rem;
  flex: 0 0 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.GSListViewTable__column .InfluencerQualityScore {
  font-size: 16px;
  font-weight: 700;
  width: 30px;
  margin: auto;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
}
.GSListViewTable__column .InfluencerQualityScore--percentage {
  font-size: 14px;
  width: 45px;
}
.GSListViewTable__column:not(.InfluencerQualityScore--percentage).InfluencerQualityScore--100 {
  font-size: 14px;
}
.GSListViewTable__column--status {
  max-width: 235px;
  min-width: 235px;
}
.GSListViewTable__column--status:not(.GSListViewTable__heading) {
  text-align: left;
}

.GSListViewTable__column--width-60 {
  max-width: 60px;
  min-width: 60px;
}

.GSListViewTable__column--width-61 {
  max-width: 61px;
  min-width: 61px;
}

.GSListViewTable__column--width-62 {
  max-width: 62px;
  min-width: 62px;
}

.GSListViewTable__column--width-63 {
  max-width: 63px;
  min-width: 63px;
}

.GSListViewTable__column--width-64 {
  max-width: 64px;
  min-width: 64px;
}

.GSListViewTable__column--width-65 {
  max-width: 65px;
  min-width: 65px;
}

.GSListViewTable__column--width-66 {
  max-width: 66px;
  min-width: 66px;
}

.GSListViewTable__column--width-67 {
  max-width: 67px;
  min-width: 67px;
}

.GSListViewTable__column--width-68 {
  max-width: 68px;
  min-width: 68px;
}

.GSListViewTable__column--width-69 {
  max-width: 69px;
  min-width: 69px;
}

.GSListViewTable__column--width-70 {
  max-width: 70px;
  min-width: 70px;
}

.GSListViewTable__column--width-71 {
  max-width: 71px;
  min-width: 71px;
}

.GSListViewTable__column--width-72 {
  max-width: 72px;
  min-width: 72px;
}

.GSListViewTable__column--width-73 {
  max-width: 73px;
  min-width: 73px;
}

.GSListViewTable__column--width-74 {
  max-width: 74px;
  min-width: 74px;
}

.GSListViewTable__column--width-75 {
  max-width: 75px;
  min-width: 75px;
}

.GSListViewTable__column--width-76 {
  max-width: 76px;
  min-width: 76px;
}

.GSListViewTable__column--width-77 {
  max-width: 77px;
  min-width: 77px;
}

.GSListViewTable__column--width-78 {
  max-width: 78px;
  min-width: 78px;
}

.GSListViewTable__column--width-79 {
  max-width: 79px;
  min-width: 79px;
}

.GSListViewTable__column--width-80 {
  max-width: 80px;
  min-width: 80px;
}

.GSListViewTable__column--width-81 {
  max-width: 81px;
  min-width: 81px;
}

.GSListViewTable__column--width-82 {
  max-width: 82px;
  min-width: 82px;
}

.GSListViewTable__column--width-83 {
  max-width: 83px;
  min-width: 83px;
}

.GSListViewTable__column--width-84 {
  max-width: 84px;
  min-width: 84px;
}

.GSListViewTable__column--width-85 {
  max-width: 85px;
  min-width: 85px;
}

.GSListViewTable__column--width-86 {
  max-width: 86px;
  min-width: 86px;
}

.GSListViewTable__column--width-87 {
  max-width: 87px;
  min-width: 87px;
}

.GSListViewTable__column--width-88 {
  max-width: 88px;
  min-width: 88px;
}

.GSListViewTable__column--width-89 {
  max-width: 89px;
  min-width: 89px;
}

.GSListViewTable__column--width-90 {
  max-width: 90px;
  min-width: 90px;
}

.GSListViewTable__column--width-91 {
  max-width: 91px;
  min-width: 91px;
}

.GSListViewTable__column--width-92 {
  max-width: 92px;
  min-width: 92px;
}

.GSListViewTable__column--width-93 {
  max-width: 93px;
  min-width: 93px;
}

.GSListViewTable__column--width-94 {
  max-width: 94px;
  min-width: 94px;
}

.GSListViewTable__column--width-95 {
  max-width: 95px;
  min-width: 95px;
}

.GSListViewTable__column--width-96 {
  max-width: 96px;
  min-width: 96px;
}

.GSListViewTable__column--width-97 {
  max-width: 97px;
  min-width: 97px;
}

.GSListViewTable__column--width-98 {
  max-width: 98px;
  min-width: 98px;
}

.GSListViewTable__column--width-99 {
  max-width: 99px;
  min-width: 99px;
}

.GSListViewTable__column--width-100 {
  max-width: 100px;
  min-width: 100px;
}

.GSListViewTable__column--width-101 {
  max-width: 101px;
  min-width: 101px;
}

.GSListViewTable__column--width-102 {
  max-width: 102px;
  min-width: 102px;
}

.GSListViewTable__column--width-103 {
  max-width: 103px;
  min-width: 103px;
}

.GSListViewTable__column--width-104 {
  max-width: 104px;
  min-width: 104px;
}

.GSListViewTable__column--width-105 {
  max-width: 105px;
  min-width: 105px;
}

.GSListViewTable__column--width-106 {
  max-width: 106px;
  min-width: 106px;
}

.GSListViewTable__column--width-107 {
  max-width: 107px;
  min-width: 107px;
}

.GSListViewTable__column--width-108 {
  max-width: 108px;
  min-width: 108px;
}

.GSListViewTable__column--width-109 {
  max-width: 109px;
  min-width: 109px;
}

.GSListViewTable__column--width-110 {
  max-width: 110px;
  min-width: 110px;
}

.GSListViewTable__column--width-111 {
  max-width: 111px;
  min-width: 111px;
}

.GSListViewTable__column--width-112 {
  max-width: 112px;
  min-width: 112px;
}

.GSListViewTable__column--width-113 {
  max-width: 113px;
  min-width: 113px;
}

.GSListViewTable__column--width-114 {
  max-width: 114px;
  min-width: 114px;
}

.GSListViewTable__column--width-115 {
  max-width: 115px;
  min-width: 115px;
}

.GSListViewTable__column--width-116 {
  max-width: 116px;
  min-width: 116px;
}

.GSListViewTable__column--width-117 {
  max-width: 117px;
  min-width: 117px;
}

.GSListViewTable__column--width-118 {
  max-width: 118px;
  min-width: 118px;
}

.GSListViewTable__column--width-119 {
  max-width: 119px;
  min-width: 119px;
}

.GSListViewTable__column--width-120 {
  max-width: 120px;
  min-width: 120px;
}

.GSListViewTable__column--width-121 {
  max-width: 121px;
  min-width: 121px;
}

.GSListViewTable__column--width-122 {
  max-width: 122px;
  min-width: 122px;
}

.GSListViewTable__column--width-123 {
  max-width: 123px;
  min-width: 123px;
}

.GSListViewTable__column--width-124 {
  max-width: 124px;
  min-width: 124px;
}

.GSListViewTable__column--width-125 {
  max-width: 125px;
  min-width: 125px;
}

.GSListViewTable__column--width-126 {
  max-width: 126px;
  min-width: 126px;
}

.GSListViewTable__column--width-127 {
  max-width: 127px;
  min-width: 127px;
}

.GSListViewTable__column--width-128 {
  max-width: 128px;
  min-width: 128px;
}

.GSListViewTable__column--width-129 {
  max-width: 129px;
  min-width: 129px;
}

.GSListViewTable__column--width-130 {
  max-width: 130px;
  min-width: 130px;
}

.GSListViewTable__column--width-131 {
  max-width: 131px;
  min-width: 131px;
}

.GSListViewTable__column--width-132 {
  max-width: 132px;
  min-width: 132px;
}

.GSListViewTable__column--width-133 {
  max-width: 133px;
  min-width: 133px;
}

.GSListViewTable__column--width-134 {
  max-width: 134px;
  min-width: 134px;
}

.GSListViewTable__column--width-135 {
  max-width: 135px;
  min-width: 135px;
}

.GSListViewTable__column--width-136 {
  max-width: 136px;
  min-width: 136px;
}

.GSListViewTable__column--width-137 {
  max-width: 137px;
  min-width: 137px;
}

.GSListViewTable__column--width-138 {
  max-width: 138px;
  min-width: 138px;
}

.GSListViewTable__column--width-139 {
  max-width: 139px;
  min-width: 139px;
}

.GSListViewTable__column--width-140 {
  max-width: 140px;
  min-width: 140px;
}

.GSListViewTable__column--width-141 {
  max-width: 141px;
  min-width: 141px;
}

.GSListViewTable__column--width-142 {
  max-width: 142px;
  min-width: 142px;
}

.GSListViewTable__column--width-143 {
  max-width: 143px;
  min-width: 143px;
}

.GSListViewTable__column--width-144 {
  max-width: 144px;
  min-width: 144px;
}

.GSListViewTable__column--width-145 {
  max-width: 145px;
  min-width: 145px;
}

.GSListViewTable__column--width-146 {
  max-width: 146px;
  min-width: 146px;
}

.GSListViewTable__column--width-147 {
  max-width: 147px;
  min-width: 147px;
}

.GSListViewTable__column--width-148 {
  max-width: 148px;
  min-width: 148px;
}

.GSListViewTable__column--width-149 {
  max-width: 149px;
  min-width: 149px;
}

.GSListViewTable__column--width-150 {
  max-width: 150px;
  min-width: 150px;
}

.GSListViewTable__column--width-151 {
  max-width: 151px;
  min-width: 151px;
}

.GSListViewTable__column--width-152 {
  max-width: 152px;
  min-width: 152px;
}

.GSListViewTable__column--width-153 {
  max-width: 153px;
  min-width: 153px;
}

.GSListViewTable__column--width-154 {
  max-width: 154px;
  min-width: 154px;
}

.GSListViewTable__column--width-155 {
  max-width: 155px;
  min-width: 155px;
}

.GSListViewTable__column--width-156 {
  max-width: 156px;
  min-width: 156px;
}

.GSListViewTable__column--width-157 {
  max-width: 157px;
  min-width: 157px;
}

.GSListViewTable__column--width-158 {
  max-width: 158px;
  min-width: 158px;
}

.GSListViewTable__column--width-159 {
  max-width: 159px;
  min-width: 159px;
}

.GSListViewTable__column--width-160 {
  max-width: 160px;
  min-width: 160px;
}

.GSListViewTable__column--width-161 {
  max-width: 161px;
  min-width: 161px;
}

.GSListViewTable__column--width-162 {
  max-width: 162px;
  min-width: 162px;
}

.GSListViewTable__column--width-163 {
  max-width: 163px;
  min-width: 163px;
}

.GSListViewTable__column--width-164 {
  max-width: 164px;
  min-width: 164px;
}

.GSListViewTable__column--width-165 {
  max-width: 165px;
  min-width: 165px;
}

.GSListViewTable__column--width-166 {
  max-width: 166px;
  min-width: 166px;
}

.GSListViewTable__column--width-167 {
  max-width: 167px;
  min-width: 167px;
}

.GSListViewTable__column--width-168 {
  max-width: 168px;
  min-width: 168px;
}

.GSListViewTable__column--width-169 {
  max-width: 169px;
  min-width: 169px;
}

.GSListViewTable__column--width-170 {
  max-width: 170px;
  min-width: 170px;
}

.GSListViewTable__column--width-171 {
  max-width: 171px;
  min-width: 171px;
}

.GSListViewTable__column--width-172 {
  max-width: 172px;
  min-width: 172px;
}

.GSListViewTable__column--width-173 {
  max-width: 173px;
  min-width: 173px;
}

.GSListViewTable__column--width-174 {
  max-width: 174px;
  min-width: 174px;
}

.GSListViewTable__column--width-175 {
  max-width: 175px;
  min-width: 175px;
}

.GSListViewTable__column--width-176 {
  max-width: 176px;
  min-width: 176px;
}

.GSListViewTable__column--width-177 {
  max-width: 177px;
  min-width: 177px;
}

.GSListViewTable__column--width-178 {
  max-width: 178px;
  min-width: 178px;
}

.GSListViewTable__column--width-179 {
  max-width: 179px;
  min-width: 179px;
}

.GSListViewTable__column--width-180 {
  max-width: 180px;
  min-width: 180px;
}

.GSListViewTable__column--width-181 {
  max-width: 181px;
  min-width: 181px;
}

.GSListViewTable__column--width-182 {
  max-width: 182px;
  min-width: 182px;
}

.GSListViewTable__column--width-183 {
  max-width: 183px;
  min-width: 183px;
}

.GSListViewTable__column--width-184 {
  max-width: 184px;
  min-width: 184px;
}

.GSListViewTable__column--width-185 {
  max-width: 185px;
  min-width: 185px;
}

.GSListViewTable__column--width-186 {
  max-width: 186px;
  min-width: 186px;
}

.GSListViewTable__column--width-187 {
  max-width: 187px;
  min-width: 187px;
}

.GSListViewTable__column--width-188 {
  max-width: 188px;
  min-width: 188px;
}

.GSListViewTable__column--width-189 {
  max-width: 189px;
  min-width: 189px;
}

.GSListViewTable__column--width-190 {
  max-width: 190px;
  min-width: 190px;
}

.GSListViewTable__column--width-191 {
  max-width: 191px;
  min-width: 191px;
}

.GSListViewTable__column--width-192 {
  max-width: 192px;
  min-width: 192px;
}

.GSListViewTable__column--width-193 {
  max-width: 193px;
  min-width: 193px;
}

.GSListViewTable__column--width-194 {
  max-width: 194px;
  min-width: 194px;
}

.GSListViewTable__column--width-195 {
  max-width: 195px;
  min-width: 195px;
}

.GSListViewTable__column--width-196 {
  max-width: 196px;
  min-width: 196px;
}

.GSListViewTable__column--width-197 {
  max-width: 197px;
  min-width: 197px;
}

.GSListViewTable__column--width-198 {
  max-width: 198px;
  min-width: 198px;
}

.GSListViewTable__column--width-199 {
  max-width: 199px;
  min-width: 199px;
}

.GSListViewTable__column--width-200 {
  max-width: 200px;
  min-width: 200px;
}

.GSListViewTable__column--width-201 {
  max-width: 201px;
  min-width: 201px;
}

.GSListViewTable__column--width-202 {
  max-width: 202px;
  min-width: 202px;
}

.GSListViewTable__column--width-203 {
  max-width: 203px;
  min-width: 203px;
}

.GSListViewTable__column--width-204 {
  max-width: 204px;
  min-width: 204px;
}

.GSListViewTable__column--width-205 {
  max-width: 205px;
  min-width: 205px;
}

.GSListViewTable__column--width-206 {
  max-width: 206px;
  min-width: 206px;
}

.GSListViewTable__column--width-207 {
  max-width: 207px;
  min-width: 207px;
}

.GSListViewTable__column--width-208 {
  max-width: 208px;
  min-width: 208px;
}

.GSListViewTable__column--width-209 {
  max-width: 209px;
  min-width: 209px;
}

.GSListViewTable__column--width-210 {
  max-width: 210px;
  min-width: 210px;
}

.GSListViewTable__column--width-211 {
  max-width: 211px;
  min-width: 211px;
}

.GSListViewTable__column--width-212 {
  max-width: 212px;
  min-width: 212px;
}

.GSListViewTable__column--width-213 {
  max-width: 213px;
  min-width: 213px;
}

.GSListViewTable__column--width-214 {
  max-width: 214px;
  min-width: 214px;
}

.GSListViewTable__column--width-215 {
  max-width: 215px;
  min-width: 215px;
}

.GSListViewTable__column--width-216 {
  max-width: 216px;
  min-width: 216px;
}

.GSListViewTable__column--width-217 {
  max-width: 217px;
  min-width: 217px;
}

.GSListViewTable__column--width-218 {
  max-width: 218px;
  min-width: 218px;
}

.GSListViewTable__column--width-219 {
  max-width: 219px;
  min-width: 219px;
}

.GSListViewTable__column--width-220 {
  max-width: 220px;
  min-width: 220px;
}

.GSListViewTable__column--width-221 {
  max-width: 221px;
  min-width: 221px;
}

.GSListViewTable__column--width-222 {
  max-width: 222px;
  min-width: 222px;
}

.GSListViewTable__column--width-223 {
  max-width: 223px;
  min-width: 223px;
}

.GSListViewTable__column--width-224 {
  max-width: 224px;
  min-width: 224px;
}

.GSListViewTable__column--width-225 {
  max-width: 225px;
  min-width: 225px;
}

.GSListViewTable__column--width-226 {
  max-width: 226px;
  min-width: 226px;
}

.GSListViewTable__column--width-227 {
  max-width: 227px;
  min-width: 227px;
}

.GSListViewTable__column--width-228 {
  max-width: 228px;
  min-width: 228px;
}

.GSListViewTable__column--width-229 {
  max-width: 229px;
  min-width: 229px;
}

.GSListViewTable__column--width-230 {
  max-width: 230px;
  min-width: 230px;
}

.GSListViewTable__column--width-231 {
  max-width: 231px;
  min-width: 231px;
}

.GSListViewTable__column--width-232 {
  max-width: 232px;
  min-width: 232px;
}

.GSListViewTable__column--width-233 {
  max-width: 233px;
  min-width: 233px;
}

.GSListViewTable__column--width-234 {
  max-width: 234px;
  min-width: 234px;
}

.GSListViewTable__column--width-235 {
  max-width: 235px;
  min-width: 235px;
}

.GSListViewTable__column--width-236 {
  max-width: 236px;
  min-width: 236px;
}

.GSListViewTable__column--width-237 {
  max-width: 237px;
  min-width: 237px;
}

.GSListViewTable__column--width-238 {
  max-width: 238px;
  min-width: 238px;
}

.GSListViewTable__column--width-239 {
  max-width: 239px;
  min-width: 239px;
}

.GSListViewTable__column--width-240 {
  max-width: 240px;
  min-width: 240px;
}

.GSListViewTable__column--width-241 {
  max-width: 241px;
  min-width: 241px;
}

.GSListViewTable__column--width-242 {
  max-width: 242px;
  min-width: 242px;
}

.GSListViewTable__column--width-243 {
  max-width: 243px;
  min-width: 243px;
}

.GSListViewTable__column--width-244 {
  max-width: 244px;
  min-width: 244px;
}

.GSListViewTable__column--width-245 {
  max-width: 245px;
  min-width: 245px;
}

.GSListViewTable__column--width-246 {
  max-width: 246px;
  min-width: 246px;
}

.GSListViewTable__column--width-247 {
  max-width: 247px;
  min-width: 247px;
}

.GSListViewTable__column--width-248 {
  max-width: 248px;
  min-width: 248px;
}

.GSListViewTable__column--width-249 {
  max-width: 249px;
  min-width: 249px;
}

.GSListViewTable__column--width-250 {
  max-width: 250px;
  min-width: 250px;
}

.GSListViewTable__column--width-251 {
  max-width: 251px;
  min-width: 251px;
}

.GSListViewTable__column--width-252 {
  max-width: 252px;
  min-width: 252px;
}

.GSListViewTable__column--width-253 {
  max-width: 253px;
  min-width: 253px;
}

.GSListViewTable__column--width-254 {
  max-width: 254px;
  min-width: 254px;
}

.GSListViewTable__column--width-255 {
  max-width: 255px;
  min-width: 255px;
}

.GSListViewTable__column--width-256 {
  max-width: 256px;
  min-width: 256px;
}

.GSListViewTable__column--width-257 {
  max-width: 257px;
  min-width: 257px;
}

.GSListViewTable__column--width-258 {
  max-width: 258px;
  min-width: 258px;
}

.GSListViewTable__column--width-259 {
  max-width: 259px;
  min-width: 259px;
}

.GSListViewTable__column--width-260 {
  max-width: 260px;
  min-width: 260px;
}

.GSListViewTable__column--width-261 {
  max-width: 261px;
  min-width: 261px;
}

.GSListViewTable__column--width-262 {
  max-width: 262px;
  min-width: 262px;
}

.GSListViewTable__column--width-263 {
  max-width: 263px;
  min-width: 263px;
}

.GSListViewTable__column--width-264 {
  max-width: 264px;
  min-width: 264px;
}

.GSListViewTable__column--width-265 {
  max-width: 265px;
  min-width: 265px;
}

.GSListViewTable__column--width-266 {
  max-width: 266px;
  min-width: 266px;
}

.GSListViewTable__column--width-267 {
  max-width: 267px;
  min-width: 267px;
}

.GSListViewTable__column--width-268 {
  max-width: 268px;
  min-width: 268px;
}

.GSListViewTable__column--width-269 {
  max-width: 269px;
  min-width: 269px;
}

.GSListViewTable__column--width-270 {
  max-width: 270px;
  min-width: 270px;
}

.GSListViewTable__column--width-271 {
  max-width: 271px;
  min-width: 271px;
}

.GSListViewTable__column--width-272 {
  max-width: 272px;
  min-width: 272px;
}

.GSListViewTable__column--width-273 {
  max-width: 273px;
  min-width: 273px;
}

.GSListViewTable__column--width-274 {
  max-width: 274px;
  min-width: 274px;
}

.GSListViewTable__column--width-275 {
  max-width: 275px;
  min-width: 275px;
}

.GSListViewTable__column--width-276 {
  max-width: 276px;
  min-width: 276px;
}

.GSListViewTable__column--width-277 {
  max-width: 277px;
  min-width: 277px;
}

.GSListViewTable__column--width-278 {
  max-width: 278px;
  min-width: 278px;
}

.GSListViewTable__column--width-279 {
  max-width: 279px;
  min-width: 279px;
}

.GSListViewTable__column--width-280 {
  max-width: 280px;
  min-width: 280px;
}

.GSListViewTable__column--width-281 {
  max-width: 281px;
  min-width: 281px;
}

.GSListViewTable__column--width-282 {
  max-width: 282px;
  min-width: 282px;
}

.GSListViewTable__column--width-283 {
  max-width: 283px;
  min-width: 283px;
}

.GSListViewTable__column--width-284 {
  max-width: 284px;
  min-width: 284px;
}

.GSListViewTable__column--width-285 {
  max-width: 285px;
  min-width: 285px;
}

.GSListViewTable__column--width-286 {
  max-width: 286px;
  min-width: 286px;
}

.GSListViewTable__column--width-287 {
  max-width: 287px;
  min-width: 287px;
}

.GSListViewTable__column--width-288 {
  max-width: 288px;
  min-width: 288px;
}

.GSListViewTable__column--width-289 {
  max-width: 289px;
  min-width: 289px;
}

.GSListViewTable__column--width-290 {
  max-width: 290px;
  min-width: 290px;
}

.GSListViewTable__column--width-291 {
  max-width: 291px;
  min-width: 291px;
}

.GSListViewTable__column--width-292 {
  max-width: 292px;
  min-width: 292px;
}

.GSListViewTable__column--width-293 {
  max-width: 293px;
  min-width: 293px;
}

.GSListViewTable__column--width-294 {
  max-width: 294px;
  min-width: 294px;
}

.GSListViewTable__column--width-295 {
  max-width: 295px;
  min-width: 295px;
}

.GSListViewTable__column--width-296 {
  max-width: 296px;
  min-width: 296px;
}

.GSListViewTable__column--width-297 {
  max-width: 297px;
  min-width: 297px;
}

.GSListViewTable__column--width-298 {
  max-width: 298px;
  min-width: 298px;
}

.GSListViewTable__column--width-299 {
  max-width: 299px;
  min-width: 299px;
}

.GSListViewTable__column--width-300 {
  max-width: 300px;
  min-width: 300px;
}

.GSListViewTable__column--width-301 {
  max-width: 301px;
  min-width: 301px;
}

.GSListViewTable__column--width-302 {
  max-width: 302px;
  min-width: 302px;
}

.GSListViewTable__column--width-303 {
  max-width: 303px;
  min-width: 303px;
}

.GSListViewTable__column--width-304 {
  max-width: 304px;
  min-width: 304px;
}

.GSListViewTable__column--width-305 {
  max-width: 305px;
  min-width: 305px;
}

.GSListViewTable__column--width-306 {
  max-width: 306px;
  min-width: 306px;
}

.GSListViewTable__column--width-307 {
  max-width: 307px;
  min-width: 307px;
}

.GSListViewTable__column--width-308 {
  max-width: 308px;
  min-width: 308px;
}

.GSListViewTable__column--width-309 {
  max-width: 309px;
  min-width: 309px;
}

.GSListViewTable__column--width-310 {
  max-width: 310px;
  min-width: 310px;
}

.GSListViewTable__column--width-311 {
  max-width: 311px;
  min-width: 311px;
}

.GSListViewTable__column--width-312 {
  max-width: 312px;
  min-width: 312px;
}

.GSListViewTable__column--width-313 {
  max-width: 313px;
  min-width: 313px;
}

.GSListViewTable__column--width-314 {
  max-width: 314px;
  min-width: 314px;
}

.GSListViewTable__column--width-315 {
  max-width: 315px;
  min-width: 315px;
}

.GSListViewTable__column--width-316 {
  max-width: 316px;
  min-width: 316px;
}

.GSListViewTable__column--width-317 {
  max-width: 317px;
  min-width: 317px;
}

.GSListViewTable__column--width-318 {
  max-width: 318px;
  min-width: 318px;
}

.GSListViewTable__column--width-319 {
  max-width: 319px;
  min-width: 319px;
}

.GSListViewTable__column--width-320 {
  max-width: 320px;
  min-width: 320px;
}

.GSListViewTable__column--universal-actions {
  overflow: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.GSListViewTable__column--large-actions {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.GSListViewTable__column--large-actions .IconButton {
  width: 30px;
  height: 30px;
  font-size: 30px;
}
.GSListViewTable__column--large-actions .IconButton.IconButton--active {
  cursor: default;
}
.GSListViewTable__column--large-actions .IconButton + .IconButton {
  margin-left: 10px;
}

.GSListViewTable__avatar-wrap {
  width: 30px;
  height: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .GSListViewTable__avatar-wrap {
    width: 40px;
    height: 40px;
  }
}

.GSListViewTable__avatar {
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 1px #d0d0d0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50%;
}

.GSListViewTable__avatar-archived-icon {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 13px;
  color: white;
  text-align: center;
  text-shadow: 0px 0 2px rgba(0, 0, 0, 0.8);
  padding: 5.5px 3.88px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 50%;
}

.GSListViewTable__name-wrap {
  font-size: 14px;
  line-height: 20px;
  max-height: 60px;
  padding: 0;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
}

.GSListViewTable__name {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
}

.GSListViewTable__heading-user-controls {
  padding-left: 5px;
  max-width: 272px;
}

.GSListViewTable__user-controls-wrap {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  max-height: 30px;
  padding-left: 5px;
  padding-right: 11px;
}

.GSListViewTable__sort {
  border: none;
  background: none;
  width: 24px;
  align-items: center;
  height: 100%;
  padding: 0;
  cursor: pointer;
}
.GSListViewTable__sort i {
  color: #b8bbc4;
  font-size: 1rem;
  text-align: center;
  line-height: 100%;
  height: 20px;
}
.GSListViewTable__sort--disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.GSListViewTable__user-controls-button {
  border: none;
  background-color: transparent;
  padding: 0;
  height: 30px;
  width: 30px;
  background-size: 24px;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  color: #b8bbc4;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  text-decoration: none !important;
}
.GSListViewTable__user-controls-button.dropdown-toggle:after {
  display: none;
}
.GSListViewTable__user-controls-button--icon {
  background: none;
  color: #b8bbc4;
  font-size: 24px;
}
.GSListViewTable__user-controls-button--icon.active, .GSListViewTable__user-controls-button--icon:hover {
  color: #56a4d6;
}

.GSListViewTable__user-controls-button--dots {
  width: 12px;
}

.GSListViewTable__user-controls-button--emails.EmailStatusColor--unknown {
  color: #56a4d6;
}
.GSListViewTable__user-controls-button--emails.EmailStatusColor--deliverable {
  color: #7AC751;
}
.GSListViewTable__user-controls-button--emails.EmailStatusColor--risky {
  color: #F3A715;
}
.GSListViewTable__user-controls-button--emails.EmailStatusColor--undeliverable {
  color: #F07670;
}
.GSListViewTable__user-controls-button--emails.EmailStatusColor--custom {
  color: #C929E3;
}

.InfluencerListTableItem {
  color: #4d4d4d;
  font-size: 14px;
  margin: 0px;
  padding: 0;
  border-bottom: 1px solid #efefef;
  height: 66px;
  flex-wrap: nowrap;
  align-items: center;
}
.InfluencerListTableItem:last-of-type {
  border-bottom: none;
}
.InfluencerListTableItem .dropdown {
  display: inline-flex;
}
.InfluencerListTableItem .dropdown button:after {
  content: none;
}
.InfluencerListTableItem__influencer-lists-count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: 0;
  width: 27px;
  height: 27px;
  top: 1px;
  right: 0;
  color: #8B8B8B;
  font-weight: 700;
  font-size: 0.9rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
}
.InfluencerListTableItem__influencer-lists-count--sm {
  font-size: 0.52rem;
}

.EmailMessages__statuses {
  max-width: 470px;
  min-height: 200px;
  bottom: 30px;
  right: 15%;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  justify-content: flex-end;
  position: fixed;
}

.EmailMessages__status {
  background-color: white;
  border: 1px solid #F3F3F3;
  border-radius: 10px;
  color: black;
  min-width: 350px;
  padding: 7px;
  min-height: 40px;
}
.EmailMessages__status i {
  font-size: 26px;
}

.EmailMessages__status-title {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.EmailMessages__status-title p {
  margin-bottom: 0;
  font-weight: 500;
}

.StatsBlock {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  padding-top: 10px;
  margin-bottom: 20px;
  position: relative;
}
.StatsBlock--empty {
  padding-top: 20px;
}

.StatsBlock--with-icon {
  padding-top: 20px;
}

.StatsBlock:hover .StatsBlock__info-icon {
  opacity: 0.7;
}
.StatsBlock__heading {
  display: flex;
  width: 100%;
  font-weight: 700;
  margin-bottom: 15px;
  align-items: center;
}
.StatsBlock__heading--lg {
  font-size: 1.14rem;
}

.StatsBlock__heading--xl {
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 40px;
}

.StatsBlock__heading--chart {
  font-weight: 300;
  font-size: 1.72rem;
  justify-content: center;
  text-align: center;
}

.StatsBlock__heading-text {
  position: relative;
}

.StatsBlock__heading-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.StatsBlock__heading-icon--xl {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}

.StatsBlock__heading-icon--thumbsup {
  width: auto !important;
  height: 40px !important;
}

.StatsBlock__info-icon {
  width: 16px;
  height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 0;
  transition: 0.25s ease-in;
}
.StatsBlock__info-icon:hover {
  opacity: 1 !important;
}

.StatsBlock__icon {
  font-size: 1.2rem;
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border-radius: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 10px;
  overflow: hidden;
}
.StatsBlock__icon img {
  width: 56px;
  height: 56px;
  min-width: 56px;
}
.StatsBlock__icon--with-green-border {
  border: 3px solid #5CCB39;
}

.StatsBlock__icon--with-red-border {
  border: 3px solid #d07271;
}

.StatsBlock__icon--width-4-chars {
  font-size: 1.1rem;
  width: 56px;
}

.StatsBlock__icon--width-5-chars {
  width: 66px;
  font-size: 1.1rem;
}

.StatsBlock__icon--width-6-chars {
  width: 74px;
  font-size: 1.1rem;
}

.StatsBlock__icon--width-7-chars {
  width: 82px;
  font-size: 1.1rem;
}

.StatsBlock__icon--width-8-chars {
  width: 82px;
  font-size: 1rem;
}

.StatsBlock__icon--percentage {
  align-items: center;
  font-size: 1.6rem;
  display: flex;
  width: 66px;
  height: 56px;
  text-align: center;
  overflow: visible;
}

.StatsBlock__icon--score-width-4-chars {
  font-size: 1.55rem;
}

.StatsBlock__icon--score-width-5-chars {
  font-size: 1.5rem;
}

.StatsBlock__icon--score-width-6-chars {
  font-size: 1.3rem;
}

.StatsBlock__icon--score-width-7-chars {
  font-size: 1.2rem;
}

.StatsBlock__icon--score-width-8-chars {
  font-size: 1.1rem;
}

.StatsBlock__icon--score-width-9-chars {
  font-size: 1rem;
}

.StatsBlock__icon--score-width-10-chars {
  font-size: 0.95rem;
}

.StatsBlock__icon--sm img {
  width: 42px;
  height: 42px;
}

.StatsBlock__icon--aqs-es {
  font-size: 36px;
  width: 66px;
  height: 56px;
}
.StatsBlock__icon--aqs-es.InfluencerQualityScore {
  text-align: center;
  display: inline-block;
}

.StatsBlock__icon--lg {
  font-size: 3.15rem;
  width: 102px;
  height: 102px;
}
.StatsBlock__icon--lg.InfluencerQualityScore {
  line-height: 110px;
  text-align: center;
  display: inline-block;
}

.StatsBlock__title {
  font-weight: 700;
  font-size: 1.29rem;
  line-height: 1.4;
}
.StatsBlock__title--lg {
  font-size: 1.57rem;
  line-height: 1.2;
}

.StatsBlock__title--lg-focus {
  font-size: 1.57rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 12.6px 0;
  font-weight: 900;
}

.StatsBlock__title--xl-focus {
  font-size: 2.58rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  font-weight: 900;
}

.StatsBlock__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.StatsBlock__collapse-item {
  display: block;
  width: 100%;
}
.StatsBlock__collapse-item + .StatsBlock__collapse-item {
  margin-top: 9px;
}

.StatsBlock__collapse-title {
  font-weight: 500;
  font-size: 1.29rem;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.StatsBlock__collapse-title.collapsed .StatsBlock__collapse-icon {
  transform: rotate(-180deg) translate(0);
}

.StatsBlock__collapse-icon {
  background-image: url("/img/icons/arrow-up-blue.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 10px;
  position: relative;
  top: 0;
  transition: 0.2s ease;
  transform-origin: center;
}

.StatsBlock__collapse {
  font-size: 1.14rem;
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: white;
  transition: 0.2s ease;
}

.StripeElement--focus {
  border-color: #56a4d6;
}

.StripeElement--invalid {
  border-color: #d07271;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-errors {
  color: #d07271;
}
#card-errors:not(:empty) {
  padding-top: 10px;
}

.auth-container {
  max-width: 600px;
}

@media (max-width: 600px) {
  .auth-container {
    margin-bottom: 30px;
    margin-top: -15px;
    padding: 0;
  }
  .Box {
    border-radius: 0;
    border-right: none;
    border-left: none;
  }
}
.page-welcome-subscribe {
  background-color: white !important;
}
.page-welcome-subscribe .black-overlay {
  opacity: 1;
  visibility: visible;
}

.WelcomePage__onboarding-area {
  max-width: 1100px;
  margin: 0 auto;
}

.WelcomePage__title {
  font-size: 50px;
  line-height: 70px;
  font-weight: 900;
  margin-bottom: 5px;
  text-align: center;
}

.WelcomePage__lead {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}

.WelcomePage__dashboard-promo-bg {
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .WelcomePage__dashboard-promo-bg {
    display: block;
    background-attachment: fixed;
    background-image: url("/img/promo/collabflow-scout-bg.jpeg");
    background-position: center 76px;
    background-repeat: no-repeat;
    background-size: contain;
    height: calc(100vh - 76px);
    filter: blur(1px);
  }
}

.WelcomePage__dashboard-promo-card-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .WelcomePage__dashboard-promo-card-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.WelcomePage__dashboard-promo-card {
  display: block;
  width: 100%;
  background: white;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  z-index: 101;
}
@media (min-width: 992px) {
  .WelcomePage__dashboard-promo-card {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.25);
    padding: 21px;
    margin-bottom: 0;
    max-width: 580px;
  }
}

.WelcomePage__dashboard-promo-card-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 992px) {
  .WelcomePage__dashboard-promo-card-title {
    margin-top: 21px;
  }
}

.WelcomePage__dashboard-promo-card-description {
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}

.WelcomePage__dashboard-promo-card-cta-button {
  border-radius: 10px;
  background-color: #36B1FF;
  font-size: 28px;
  font-weight: 500;
  margin: 27px auto 14px;
  padding: 0.75rem 0.75rem 0.2rem;
  max-width: 450px;
  width: 100%;
  color: white;
}
.WelcomePage__dashboard-promo-card-cta-button:hover, .WelcomePage__dashboard-promo-card-cta-button:focus {
  color: white;
  background-color: #089fff;
}
.WelcomePage__dashboard-promo-card-cta-button:active {
  color: white;
  background-color: #0095f3;
}
@media (min-width: 992px) {
  .WelcomePage__dashboard-promo-card-cta-button {
    font-size: 36px;
  }
}

.WelcomePage__dashboard-promo-card-payment-provider-logo-wrap {
  margin-top: 11px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.WelcomePage__dashboard-promo-card-misc-text {
  color: #999999;
}

.ApplicationForm {
  margin-top: 2rem;
}
.ApplicationForm .form-group {
  margin-bottom: 2rem;
}

.SalesRepCard__avatar-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.SalesRepCard__avatar {
  width: 95px;
  height: 95px;
  margin-right: 20px;
  border-radius: 50%;
  pointer-events: none;
}

.SalesRepCard__name {
  font-size: 22px;
  font-weight: 500;
}

.SalesRepCard__content > :last-child {
  margin-bottom: 0;
}
.SalesRepCard__content p {
  margin-bottom: 0;
}

.InvoiceTableItems__item + .InvoiceTableItems__item {
  margin-top: 1.25rem;
}

.InvoiceTableItems__show-more-btn {
  margin-top: 0.5rem;
}

.page-header.dm-page {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 1.5rem 0 1.5rem;
  flex-wrap: wrap;
}
.page-header.dm-page .page-title {
  color: #4d4d4d;
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  margin: 0;
}
@media (max-width: 768px) {
  .page-header.dm-page {
    padding-top: 5.5rem;
  }
}

.dm-container.card {
  max-height: 660px;
}
.dm-container.card .dm-column.dm-profile-column,
.dm-container.card .dm-column.threads {
  overflow-y: auto;
}
.dm-container.card .dm-column {
  max-height: 660px;
}

.dm-container .card-body .dm-column:last-child {
  margin-bottom: 0;
}

.dm-column .dimmer .loader {
  display: none;
}
.dm-column .dimmer.active .loader {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.dm-column .dimmer .input-group {
  display: flex;
}

.page-options {
  margin-left: auto;
}

.input-icon {
  position: relative;
}
.input-icon .select2-container {
  width: 100% !important;
  display: block;
}
.input-icon .input-icon-addon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  color: #9aa0ac;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  pointer-events: none;
}
.input-icon .input-icon-addon:last-child {
  left: auto;
  right: 0;
}

@media (max-width: 1400px) {
  .dm-container .dimmer .dimmer-content {
    max-height: 100%;
  }
}
@media (max-width: 1200px) {
  .select2-search input {
    padding-left: 5px !important;
  }
  .select2-search input::-moz-placeholder {
    font-size: 13px;
  }
  .select2-search input::placeholder {
    font-size: 13px;
  }
  .select2-search input::-moz-placeholder {
    font-size: 13px;
  }
  .select2-search input::placeholder {
    font-size: 13px;
  }
}
.dm-container {
  margin: 0 0 30px 0;
  /* Right sidebar */
}
.dm-container > .card-header {
  display: none;
}
.dm-container input {
  padding-left: 0 !important;
}
.dm-container .dm-profile-column {
  border-top: none;
  border-right: none;
}
.dm-container .dm-profile-column .card-title {
  padding: 1.5rem 1rem 0.6rem 1.5rem;
  margin-bottom: 0.5rem;
}
.dm-container .dm-profile-column .card-title .profile_meta {
  padding: 0 3px;
}
.dm-container .dm-profile-column .card-title .profile_meta h4 {
  font-weight: 300;
}
.dm-container .dm-profile-column .profile_card .profile-stats {
  padding: 1rem 1.5rem 0 1rem;
}
.dm-container .dm-profile-column .profile_card .profile-stats label {
  margin-bottom: 0.2rem;
}
.dm-container .dm-profile-column .profile_card .profile-stats .profile_tags {
  padding: 15px 0 0 0;
}
.dm-container .dm-profile-column .profile_card .profile-stats .profile_lists {
  padding: 0;
}
.dm-container .dm-profile-column .profile_card .accordion {
  border-left: none;
  border-right: none;
}
.dm-container .dm-profile-column .profile_card .accordion .card:last-child {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}
.dm-container .dm-profile-column .profile_card .accordion .card {
  border-radius: 0;
  border-bottom: none;
}
.dm-container .dm-profile-column .profile_card .accordion .card .card-header {
  padding: 0.7rem 1.25rem;
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.dm-container .dm-profile-column .profile_card .accordion .card .card-body {
  border: none;
}
.dm-container .filters {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  background: #ffffff;
}
.dm-container .select2-container .select2-container--default .select2-selection__rendered {
  border-radius: 5px;
}
.dm-container .select2-container .select2-container--default .select2-selection__rendered li.select2-search {
  width: calc(100% - 35px) !important;
  margin: 10px 0;
}
.dm-container .select2-container .select2-selection--multiple .select2-selection__rendered {
  border-radius: 5px;
}
.dm-container .select2-container .select2-selection--multiple .select2-selection__rendered li.select2-search {
  width: calc(100% - 46px) !important;
  margin: 10px 0;
}
.dm-container .threads .card-table .thread_item {
  border-bottom: 1px solid rgba(0, 40, 100, 0.12);
  border-right: none;
  border-left: none;
  border-top: none;
}
.dm-container .threads .card-table .thread_item td:first-child {
  padding-left: 1.5rem;
}
.dm-container .threads .card-table .thread_item td:first-child .avatar {
  background-size: 100%;
  width: 31px;
  height: 31px;
  border-radius: 50%;
}
.dm-container .threads .card-table .thread_item td:last-child {
  padding: 0 0.5rem;
}
.dm-container .threads .card-table .thread_item td {
  line-height: 15px;
  padding: 0.7rem 0.5rem;
  vertical-align: middle;
  font-size: 14px;
}
.dm-container .threads .card-table .thread_item td .fe-circle {
  font-size: 22px;
}
.dm-container .threads .card-table .thread_item td .small {
  font-size: 13px;
}
.dm-container .card-body .dm-column {
  border-radius: 0;
}
.dm-container .card-body .messages_inner .dimmer {
  height: 100%;
}
.dm-container .card-body .messages_inner .dimmer .avatar {
  border-radius: 50%;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content {
  height: 100%;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .scroll-btn {
  position: absolute;
  right: 2rem;
  z-index: 10;
  top: -45px;
  display: none;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .o-auto {
  max-height: 43rem;
  overflow: auto;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .dm-input {
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .dm-input .message-text {
  padding-right: 40px;
  border: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .dm-input .message-text ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .dm-input .dm-input-control {
  display: flex;
  align-items: center;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .dm-input .dm-input-control .message_image_label {
  font-size: 27px;
  line-height: 27px;
  margin: 0;
  opacity: 0.3;
  padding: 0 6px 0 0;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .dm-input .dm-input-control .btn-send-message {
  padding: 0 12px 0 6px;
  border: none;
  background: no-repeat;
  cursor: pointer;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .dm-input .dm-input-control .btn-send-message img {
  width: 20px;
  max-width: 100%;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .dm-input .card-header {
  height: initial;
  min-height: initial;
  background: #ffffff;
  display: flex;
}
.dm-container .card-body .messages_inner .dimmer .dimmer-content .dm-input .card-header .dm-container {
  height: 100%;
}
.dm-container input {
  padding-left: 10px !important;
}
.dm-container .filters p {
  display: inline-block;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 16px;
}
.dm-container .filters .tag {
  background: none;
  cursor: pointer;
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 400;
  border-radius: 7px;
  border: 1px solid #bdc0c9;
  min-width: 72px;
  text-align: center;
  display: inline-block;
  line-height: 24px;
  margin: 10px 5px;
  padding: 0;
}
.dm-container .profile_card .profile_meta .profile_user_name {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}
.dm-container .profile_card .profile_stats label {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 900;
}
.dm-container .profile_card .profile_stats .icon_wrapper {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #eeeeee;
  padding: 3px;
}
.dm-container .profile_card .profile_stats .icon_wrapper img {
  margin: auto;
}
.dm-container .profile_card .profile_stats .icon_wrapper .icon_text {
  color: #646464;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.dm-container .profile_icon {
  flex: 1;
}
.dm-container .profile_meta {
  flex: 3;
}
.dm-container .profile_stats {
  flex: 1;
}
.dm-container .profile_tags {
  padding: 10px 0 0 0;
}
.dm-container .profile_tags p {
  color: #4d4d4d;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.dm-container .profile_tags span {
  color: #56a4d6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
}
.dm-container .profile_tags i {
  color: #56a4d6;
  margin-left: 5px;
  font-size: 18px;
}
.dm-container .profile_status_wrapper {
  position: relative;
}
.dm-container .profile_status_wrapper .profile_status_icon {
  position: absolute;
  left: 10px;
  top: 9px;
}
.dm-container .profile_status_wrapper .select2-selection {
  padding-left: 26px;
}
.dm-container .profile_lists {
  padding: 10px 0 0 0;
}
.dm-container .profile_lists p {
  color: #4d4d4d;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.dm-container .profile_lists span {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 26px;
}
.dm-container .accordion .card {
  margin: 0;
}
.dm-container .accordion .card .card-header {
  background: none;
}
.dm-container .accordion .card .card-header a {
  color: #212529;
  width: 100%;
}
.dm-container .accordion .card .card-header a h5 {
  display: flex;
  justify-content: space-between;
  line-height: 35px;
}
.dm-container .accordion .card .card-header a h5 .rotate-icon {
  margin: auto 0;
}
.dm-container .accordion .card .card-header a:not(.collapsed) h5 {
  font-weight: 500;
}
.dm-container .accordion .card .card-header a:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.dm-container .accordion .card .card-header a:hover {
  text-decoration: none;
}
.dm-container .accordion .card .card-body {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.dm-container .emoji-picker-container {
  bottom: 0;
}
.dm-container .emoji-picker-icon {
  background-image: url("/img/icons/smile-grey.svg");
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 12px;
}
.dm-container .emoji-wysiwyg-editor {
  overflow: hidden;
  border-left: 0;
  border-right: 0;
  border-right: 0;
  margin: 0 !important;
  height: auto;
  font-size: 16px;
  max-height: 6.6em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  overflow-y: scroll;
}
.dm-container .emoji-wysiwyg-editor:before {
  max-height: 6.6em;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
}
.dm-container .emojiPicker {
  opacity: 0;
  transition: opacity ease-in-out 0.8s;
}
.dm-container .emojiPicker.visible {
  opacity: 1;
}
.dm-container .input-group-append {
  position: absolute;
  right: 5px;
  bottom: 6px;
  z-index: 100;
  cursor: pointer;
}
.dm-container .input-group-append .message_image_label {
  font-size: 27px;
  line-height: 27px;
  margin: 0;
  opacity: 0.3;
}
.dm-container #threads_list {
  color: #4d4d4d;
}
.dm-container #threads_list .table-active {
  background-color: rgba(0, 0, 0, 0.035);
}
.dm-container #threads_list .fullname {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
.dm-container #threads_list .date {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.35px;
  line-height: 24px;
}
.dm-container .message_item {
  width: 70%;
  border: none;
}
.dm-container .message_item .media {
  width: 100%;
}
.dm-container .message_item .media ._text {
  width: 100%;
}
.dm-container .message_item .media ._text p {
  margin: 0;
}
.dm-container .incoming_message {
  align-self: flex-start;
}
.dm-container .incoming_message .avatar {
  width: 24px;
  height: 24px;
  background-size: 100%;
}
.dm-container .incoming_message .media-body {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.35px;
  line-height: 24px;
}
.dm-container .incoming_message ._text {
  border-radius: 6px 16px 16px;
  background-color: #eeeeee;
  padding: 11px;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.dm-container .outcoming_message {
  align-self: flex-end;
}
.dm-container .outcoming_message .avatar {
  width: 24px;
  height: 24px;
  background-size: 100%;
}
.dm-container .outcoming_message .media-body {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.35px;
  line-height: 24px;
}
.dm-container .outcoming_message ._text {
  border-radius: 16px 6px 16px 16px;
  background-color: #456a91;
  padding: 11px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.dm-container .threads,
.dm-container .messages_inner,
.dm-container .profile_card {
  border-top: none;
  border-radius: 0;
}
.dm-container .messages_inner {
  border: 0;
}
.dm-container .messages_inner .card-header {
  border: 0;
}
.dm-container .md-accordion .card {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.dm-container .md-accordion .card .card-header {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-left: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 0;
}
.dm-container .md-accordion .card .card-body {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}
.dm-container .threads {
  border-left: none;
}
.dm-container .threads .card-header {
  background: none;
  padding: 20px;
}
.dm-container .uploaded_image {
  display: none;
  position: absolute;
  top: 58px;
  right: 10px;
  border: none;
}
.dm-container .uploaded_image.active {
  display: block;
}
.dm-container .uploaded_image_preview {
  max-width: 96px;
  height: auto;
}
.dm-container .uploaded_image .remove_image {
  position: absolute;
  right: -6px;
  top: -8px;
  font-size: 24px;
  line-height: 24px;
  color: red;
  cursor: pointer;
}

.setup-email-page .setup-email-form .gsuite-controls label {
  margin: 5px;
}
.setup-email-page .setup-email-form .host-settings {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.setup-email-page .setup-email-form .host-settings .host-settings-row {
  margin: 1.4rem 0;
}
.setup-email-page .setup-email-form .week-days {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.setup-email-page .setup-email-form .week-days .Checkbox {
  margin-right: 40px;
}

.instagram-accounts .GSTable__column.avatar-column {
  width: 64px;
  min-width: 64px;
}
.instagram-accounts .GSTable__column.action-column {
  width: 125px;
  min-width: 125px;
}
.instagram-accounts .avatar {
  background-color: initial;
}

.email-accounts .users-column, .instagram-accounts .users-column {
  min-width: 200px;
}

.email-accounts .Pagination {
  max-width: 300px;
}

.ig-email-show-message-textArea {
  height: 200px;
  border-radius: 4px;
  border-color: #dddddd;
  color: #4d4d4d;
  width: 100%;
}

.Sequence__progress-bar {
  width: 95%;
  min-width: 95px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f2f2f2;
  cursor: pointer;
}
@media (max-width: 991px) {
  .Sequence__progress-bar {
    width: 35%;
  }
}

.Sequence__progress-bar-inner {
  display: block;
  height: 17px;
  background-color: #7AC751;
  border-radius: 12px;
  transition: width 500ms ease-in-out;
}

.email-account__profile {
  display: flex;
  flex-direction: row;
}

.email-account__full-name {
  font-size: 22px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}

.email-account__profile-avatar-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.email-account__job-title {
  font-size: 20px;
}

.email-account__profile-avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.email-account__email-address {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1061px) {
  .email-account__full-name {
    font-size: 18px;
    font-weight: 400;
  }
  .email-account__job-title {
    font-size: 15px;
  }
  .email-account__email-address {
    font-size: 12px;
  }
  .email-account__profile-avatar {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  .email-account__full-name {
    font-size: 20px;
    font-weight: 400;
  }
  .email-account__job-title {
    font-size: 17px;
  }
  .email-account__email-address {
    font-size: 15px;
  }
  .email-account__profile-avatar {
    width: 65px;
    height: 65px;
  }
}

.ig-email-show-message-modal {
  min-width: 460px !important;
  max-width: 460px !important;
}

.keywords_table .keywords_table_btn_group {
  display: flex;
  align-items: center;
}
.keywords_table .keywords_table_btn_group .keyword_table_btn {
  display: flex;
}

@media (min-width: 992px) {
  .box-buttons {
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 1.7rem;
    display: flex;
    align-items: baseline;
  }
  .box-buttons .btn {
    min-width: initial;
    padding: 5px;
  }
  .box-buttons .btn i {
    font-size: 30px;
    color: #bdc0c9;
  }
  .box-buttons .collapsed i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .Box__header .Box__title .green {
    font-weight: 700;
  }
  .send_from {
    width: auto;
    top: 0;
    right: 90px;
  }
}
@media (max-width: 992px) {
  .box-buttons {
    z-index: 1;
    position: absolute;
    right: 12px;
    top: 1rem;
  }
  .box-buttons .btn {
    min-width: initial;
    padding: 3px;
  }
  .box-buttons .btn i {
    font-size: 30px;
    color: #bdc0c9;
  }
  .box-buttons .collapsed i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .send_from {
    width: 170px;
  }
  .delay_units {
    margin-right: 50px;
  }
}
@media (max-width: 427px) {
  .delay_number {
    margin-right: 50px;
  }
}
.page-autopilot-sequence-edit {
  margin-bottom: 74px;
}

.vue-builder-container {
  position: absolute;
  padding: 0;
  bottom: 0;
}

.create-sequence-page .sending-patterns {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  max-width: 420px;
  min-height: 55px;
}
.create-sequence-page .sending-patterns input {
  max-width: 70px;
  border: 1px solid #DEDEDE;
  text-align: center;
  border-radius: 8px !important;
  max-height: 28px !important;
  min-height: 20px !important;
  padding: 5px;
}
.create-sequence-page .sending-patterns p {
  margin-bottom: 0;
}
.create-sequence-page .sending-patterns .input-group {
  padding: 10px 15px;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.create-sequence-page .sending-patterns .input-group:last-child {
  border-bottom: none;
}
.create-sequence-page .sending-patterns .sm-input {
  max-width: 28px;
}
.create-sequence-page .window_messaging {
  text-align: initial;
}
.create-sequence-page .window_messaging .next-message-label {
  color: #606060;
  font-size: 22px;
  font-weight: 300;
}
.create-sequence-page .window_messaging label {
  font-size: 12px;
  font-weight: 700;
  color: #606060;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01px;
}
.create-sequence-page .add-single-message {
  font-size: 20px !important;
  display: flex;
  -moz-column-gap: 3px;
       column-gap: 3px;
  justify-content: center;
}
.create-sequence-page .add-single-message i {
  font-weight: 400 !important;
}
.create-sequence-page .max_width_700 {
  padding-left: 0;
  padding-right: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.create-sequence-page .margin_top_50 {
  margin-top: 50px;
}
.create-sequence-page .emoji-picker-container {
  margin: 0;
}
.create-sequence-page .emoji-picker-container .emoji-wysiwyg-editor.form-control {
  height: auto;
  margin: 0;
}
.create-sequence-page .emoji-picker-container .emoji-picker-icon {
  top: calc(100% - 35px);
}
.create-sequence-page .chevron-down {
  text-align: center;
  font-size: 35px;
}
.create-sequence-page .chevron-down i {
  color: #56a4d6;
}
.create-sequence-page .select-type .dm-input {
  width: 100%;
}
.create-sequence-page .select-type label {
  font-size: 14px;
  font-weight: 700;
  color: #606060;
  margin-bottom: 1.5rem;
}
.create-sequence-page .select-type .btn {
  font-size: 15px;
  font-weight: 700;
  min-width: 235px;
  line-height: 30px;
}
.create-sequence-page .select-type .btn i {
  font-size: 28px;
  vertical-align: -6px;
  font-weight: 200;
}
.create-sequence-page .Box.email-message, .create-sequence-page .email-message {
  margin-bottom: 1rem;
}
.create-sequence-page .Box.email-message .Box__title, .create-sequence-page .email-message .Box__title {
  text-align: left;
}
.create-sequence-page .Box.email-message label, .create-sequence-page .email-message label {
  font-size: 12px;
  font-weight: 700;
  color: #606060;
  margin-bottom: 0.5rem;
  letter-spacing: -0.01px;
}
.create-sequence-page .Box.email-message label.next-message-label, .create-sequence-page .email-message label.next-message-label {
  color: #606060;
  font-size: 22px;
  font-weight: 300;
  margin-top: 8px;
  letter-spacing: -0.02px;
}
.create-sequence-page .Box.email-message .message-subject, .create-sequence-page .email-message .message-subject {
  margin-bottom: 1.5rem;
}
.create-sequence-page .Box.email-message .save-btn, .create-sequence-page .email-message .save-btn {
  margin-top: 1.5rem;
  width: 290px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01px;
}
.create-sequence-page .show-ig-email-messages {
  color: grey;
  width: 100px;
}
.create-sequence-page .add-message {
  margin-bottom: 2rem;
}
.create-sequence-page .add-message button {
  color: #606060;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.02px;
}
.create-sequence-page .add-message button i {
  vertical-align: -4px;
  font-size: 30px;
  color: #59b877;
}
.create-sequence-page .sequence-message-pause {
  display: flex;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.create-sequence-page .new-message-type .delay_number {
  max-width: 60px;
}
.create-sequence-page .new-message-type .next-message-label {
  color: #606060;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.02px;
}
.create-sequence-page .new-message-type .pause .form-control {
  display: inline-block;
  width: initial;
  color: #606060;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.02px;
}
.create-sequence-page .new-message-type .pause .number_of {
  width: 65px;
}
.create-sequence-page .new-message-type .replied_to {
  display: inline-block;
  width: initial;
  color: #606060;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.02px;
}
.create-sequence-page .new-message-type .follow_message_with {
  color: #606060;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01px;
  letter-spacing: -0.01px;
}
.create-sequence-page .emoji-picker-icon {
  background-image: url("/img/icons/smile-grey.svg");
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 12px;
}
.create-sequence-page .instagram-message .Box__header .Box__title .blue {
  color: #456a91;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02px;
}
.create-sequence-page .instagram-message .card-header {
  border: none;
  background: none;
}
.create-sequence-page .instagram-message .card-header .input-group {
  color: #606060;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.02px;
}
.create-sequence-page .instagram-message .card-header .input-group .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #606060;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.02px;
}
.create-sequence-page .instagram-message .window_messaging {
  margin-bottom: 1rem;
}
.create-sequence-page .instagram-message .window_messaging .message_window_button {
  text-align: center;
  margin-top: 0;
}
.create-sequence-page .instagram-message .window_messaging .Box__header .Box__title {
  text-align: left;
}
.create-sequence-page .new-message-type .instagram-message .Box__header .send_from, .create-sequence-page .new-message-type .email-message .Box__header .send_from {
  right: 0;
}
.create-sequence-page .week-days {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.create-sequence-page .week-days .Checkbox {
  margin-right: 40px;
}
.create-sequence-page .message_window_button {
  text-align: center;
  margin-top: 1rem;
  font-weight: 400;
}
.create-sequence-page .message_window_button button:hover {
  color: #2c7fb4 !important;
}
.create-sequence-page .message_window_button img, .create-sequence-page .message_window_button i {
  margin-right: 5px;
  margin-top: -8px;
}
.create-sequence-page .message_window_button i {
  font-size: 32px;
  vertical-align: -6px;
  color: #59b877;
  font-weight: 400;
}

.email-signature .fr-box {
  margin: auto;
}
.email-signature .fr-box input[type=file] {
  display: initial !important;
}

.fr-box input[type=file] {
  display: initial !important;
}

.fr-element {
  padding: 0 20px !important;
}

.send_from.validation_error,
.fr-box.validation_error,
.message_text.validation_error {
  border: solid 1px red;
}

.page-outreach-sequence-edit {
  margin-bottom: 100px;
}
.page-outreach-sequence-edit .create-sequence-page .mb95 {
  margin-bottom: 95px;
}
.page-outreach-sequence-edit .create-sequence-page .Box {
  position: relative;
}

.sequence-create-message {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
}
.sequence-create-message i {
  vertical-align: -4px;
  font-size: 42px;
  color: #59b877;
}

.sequence-edit-massages-link {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}
.sequence-edit-massages-link a {
  color: #4D4D4D;
}

.sequence-accounts .GSTable__column--header img, .sequence-accounts .GSTable__column-name-mobile img {
  width: 35px;
}

.autopilot-form .save-btn {
  margin-top: 1.5rem;
  width: 290px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01px;
}

.sequence-log .message-status-icon {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.sequence-log .message-type-icon {
  width: 26px;
  height: 26px;
}

.add-email-modal {
  min-width: 800px;
}
.add-email-modal .add-email-modal-body .add_email {
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  padding: 15px 10px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  max-height: 165px;
  height: 100%;
}
.add-email-modal .add-email-modal-body .add_email i {
  font-size: 65px;
  color: #BEC0C8;
}
.add-email-modal .add-email-modal-body .add_email p {
  font-weight: 500;
  font-size: 14px;
  margin-top: 0.5rem;
  text-align: center;
  color: #000000;
}
.add-email-modal .add-email-modal-body .add_email:hover {
  border: 2px solid #56A4D6;
}
.add-email-modal .add-email-modal-body .email-type-icon {
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 89px;
  display: inline-block;
}
.add-email-modal .add-email-modal-body .simple-email-icon {
  background-image: url("/img/icons/mail-grey.svg");
}
.add-email-modal .add-email-modal-body .gmail-icon {
  height: 60px;
  width: 80px;
  background-image: url("/img/icons/gmail.svg");
}
.add-email-modal .add-email-modal-body .outlook-icon {
  height: 60px;
  width: 65px;
  background-image: url("/img/icons/outlook.svg");
}
@media (max-width: 992px) {
  .add-email-modal {
    min-width: 100%;
    padding: 8px;
  }
  .add-email-modal .add-email-modal-body .add_email p {
    font-size: 13px;
  }
}

.sequence_status {
  font-size: 32px;
}

.sequence_status_sm {
  font-size: 28px;
}

.sequence-dashboard .GSTable {
  width: inherit;
  min-width: inherit;
  margin: auto;
}
.sequence-dashboard .GSTable .GSTable__column--type-number {
  width: auto;
  min-width: 120px;
}
.sequence-dashboard .GSTable .GSTable__column--type-number img {
  width: 28px;
}
.sequence-dashboard .GSTable .GSTable__row {
  border: none;
}
.sequence-dashboard .Box {
  min-height: 200px;
}
.sequence-dashboard .Box:hover a {
  color: #56A4D6;
}
.sequence-dashboard .Box a {
  font-weight: 300;
  font-size: 18px;
  line-height: 42px;
  color: #4D4D4D;
  text-decoration: none !important;
}
.sequence-dashboard .Box .message-icon {
  min-height: 140px;
  margin: auto;
}
.sequence-dashboard .statistic-box {
  font-size: 30px;
  font-weight: 500;
}
.sequence-dashboard .edit-message-sequence-btn .email-icon {
  background-image: url("/img/icons/mail-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 89px;
  display: inline-block;
}
.sequence-dashboard .edit-message-sequence-btn .direct-icon {
  background-image: url("/img/icons/direct-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 89px;
  display: inline-block;
}
.sequence-dashboard .edit-message-sequence-btn:hover .email-icon {
  background-image: url("/img/icons/mail.svg");
}
.sequence-dashboard .edit-message-sequence-btn:hover .direct-icon {
  background-image: url("/img/icons/direct.svg");
}
.sequence-dashboard .influencer-message-statistics-btn .statistics-image {
  background-image: url("/img/icons/statistics-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 80px;
  display: inline-block;
}
.sequence-dashboard .influencer-message-statistics-btn:hover .statistics-image {
  background-image: url("/img/icons/statistics-blue.svg");
}
.sequence-dashboard .message-log-btn .log-icon {
  background-image: url("/img/icons/log-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 65px;
  display: inline-block;
}
.sequence-dashboard .message-log-btn .info-icon {
  background-image: url("/img/icons/info-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 65px;
  display: inline-block;
}
.sequence-dashboard .message-log-btn:hover .log-icon {
  background-image: url("/img/icons/log.svg");
}
.sequence-dashboard .message-log-btn:hover .info-icon {
  background-image: url("/img/icons/info-circle-active.svg");
}
.sequence-dashboard .master-inbox-page-btn .master-inbox-icon {
  background-image: url("/img/icons/paper-plane-grey.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  width: 65px;
  display: inline-block;
}
.sequence-dashboard .master-inbox-page-btn:hover .master-inbox-icon {
  background-image: url("/img/icons/paper-plane-blue.svg");
}

.close-button {
  background-image: url("/img/icons/times-grey.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  color: #bdc0c9;
  font-weight: 500;
  font-size: 12px;
  padding-top: 22px;
  cursor: pointer;
}
.close-button:hover {
  background-image: url("/img/icons/times-blue.svg");
}

.influencers-sequence .GSTable .avatar-column, .influencers-sequence .GSTable .action-column {
  width: 50px;
  min-width: 50px;
}
.influencers-sequence .GSTable .avatar-column .chevron, .influencers-sequence .GSTable .action-column .chevron {
  cursor: pointer;
  display: flex;
  text-decoration: none;
  font-size: 40px;
  line-height: 30px;
  color: #b8bbc4;
}
.influencers-sequence .GSTable .sequence-log {
  display: none;
}

.no-borders {
  border: none !important;
}

.input-sm-number {
  order: 1px solid #DEDEDE;
  text-align: center;
  border-radius: 8px !important;
  max-height: 28px !important;
  min-height: 20px !important;
  max-width: 55px;
  padding: 5px;
}

.process-loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.process-loader .loader-container {
  z-index: 101;
  width: 100%;
  top: 45%;
  text-align: center;
  position: absolute;
  transform: translateY(-45%);
}
.process-loader .loader-container .card {
  width: -moz-max-content;
  width: max-content;
  padding: 50px;
  margin: auto;
}
.process-loader .loader-container .loader {
  margin: 30px auto;
}
.process-loader .loader-container .loader-message {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #4D4D4D;
}
.process-loader .process-loader-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: white;
  opacity: 30%;
}

/* Master Inbox styles and variables */
.process-loader {
  z-index: 1060;
}

.gs-extra-small-label {
  line-height: 1;
}

.gs-master-inbox-input-validation-error {
  border: 2px solid #fc3d3d;
  transition: border-color 0.3s ease-in-out;
}
.gs-master-inbox-input-validation-error:focus {
  outline: none;
  border-color: #ff5c5c;
}

.email-input-error-message {
  color: #ef2e2e;
  font-size: 12px;
}

.gs-master-inbox {
  display: flex;
  border-radius: 8px;
  margin-bottom: 15px;
  background-color: white;
  /* Master Inbox page filters */
}
.gs-master-inbox .side-panel {
  border-right: 1px solid #dddddd;
}
.gs-master-inbox .inbox-table-section {
  padding: 30px 0;
  min-height: 400px;
}
.gs-master-inbox .no-loaded-data {
  font-weight: 500;
  font-size: 14px;
  color: #8A8A8A;
  text-align: center;
}
.gs-master-inbox .filters {
  min-width: 250px;
  padding: 20px 15px 15px;
  display: flex;
  flex-direction: column;
}
.gs-master-inbox .filters .reset_all_inbox_filters {
  cursor: pointer;
  color: #777777;
}
.gs-master-inbox .filters .reset_all_inbox_filters:hover {
  color: #4899D3;
}
.gs-master-inbox .filters .filters-title {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
}
.gs-master-inbox .filters .filter-name {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}
.gs-master-inbox .filters .filter-name i {
  color: #4D4D4D;
  font-weight: 500;
  font-size: 10px;
}
.gs-master-inbox .filters .filter-items {
  max-height: 330px;
  overflow-y: auto;
  padding: 5px 0 5px 1px;
}
.gs-master-inbox .filters .filter-items .select-all-item {
  font-weight: 500;
  font-size: 14px;
  color: #8A8A8A;
}
.gs-master-inbox .filters .filter-items .filter-item {
  font-weight: 400;
  font-size: 14px;
  color: #777777;
  word-break: break-word;
}
.gs-master-inbox .master-inbox-head-checkbox {
  display: flex;
  align-items: end;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
}
.gs-master-inbox .star_avatar_column {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.gs-master-inbox .star_avatar_column .star_column {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gs-master-inbox .star_avatar_column .star_column .star_block {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.gs-master-inbox .star_avatar_column .star_column .marked {
  background-image: url("/img/icons/yellow_star.svg");
}
.gs-master-inbox .star_avatar_column .star_column .unmarked {
  background-image: url("/img/icons/grey_star.svg");
}
.gs-master-inbox .status-block {
  display: flex;
  align-items: center;
  min-width: 35px;
  margin-right: 5px;
  justify-content: center;
}
.gs-master-inbox .status-block .inbox-status {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 12px;
}
.gs-master-inbox .master_inbox_row {
  background-color: #f7f7f7;
}
.gs-master-inbox .master_inbox_row .Checkbox__box {
  margin-top: 4px;
}
.gs-master-inbox .unread_inbox {
  background-color: white;
}
.gs-master-inbox .unread_inbox .inbox-status {
  height: 12px;
  width: 12px;
  background-image: url("/img/icons/blue-ellipse.svg");
}
.gs-master-inbox .reply_inbox .inbox-status {
  width: 22px;
  height: 22px;
  background-image: url("/img/icons/reply_grey.svg");
}
.gs-master-inbox .forward_inbox .inbox-status {
  width: 22px;
  height: 22px;
  background-image: url("/img/icons/forward_grey.svg");
}
.gs-master-inbox .reply_all_inbox .inbox-status {
  width: 22px;
  height: 22px;
  background-image: url("/img/icons/reply_all_grey.svg");
}
.gs-master-inbox tbody {
  border-bottom: 1px solid #dddddd;
}
.gs-master-inbox .inbox-item {
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: 50px;
  flex-wrap: nowrap;
  align-items: center;
}
.gs-master-inbox .master-inbox-header {
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  color: #4D4D4D;
}
.gs-master-inbox .email_subject {
  font-style: normal;
  margin-top: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4D4D4D;
}
.gs-master-inbox .inbox_row_time {
  padding-top: 6px;
}
.gs-master-inbox .date_time {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D;
}
.gs-master-inbox .openMasterInboxProfileButton {
  cursor: pointer;
}

.compose_new_email {
  display: flex;
  justify-content: flex-start;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.master_inbox_compose_email_page .fr-view {
  min-height: 120px !important;
}
.master_inbox_compose_email_page .compose_email_page_title {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #0a0a0a;
}
.master_inbox_compose_email_page .master_inbox_email_message {
  border: none;
  max-width: 100%;
  max-height: 680px;
}

.gs_master_inbox_actions_block .master_inbox_actions {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-bottom: 20px;
  align-items: end;
}
.gs_master_inbox_actions_block .master_inbox_actions .master_inbox_action {
  display: flex;
  align-items: end;
}

.master-inbox-response .inbox-nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 15px;
}
.master-inbox-response .inbox-nav .master_inbox_actions {
  margin-bottom: 0;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.master-inbox-response .inbox-nav .master_inbox_actions .master_inbox_action {
  display: flex;
}
.master-inbox-response .inbox-nav .inbox-action {
  box-sizing: border-box;
  width: 125px;
  height: 35px;
  background: #FFFFFF;
  color: #777;
  border: 1px solid #b8bbc4;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
}
.master-inbox-response .inbox-nav .inbox-action:hover {
  color: #4899D3;
  font-weight: 500;
  border: 1px solid #4899D3;
}
.master-inbox-response .email-sending-group {
  position: relative;
}
.master-inbox-response .master-i-icon {
  display: inline-block;
  width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  padding: 0 12px;
}
.master-inbox-response .reply_all .master-i-icon {
  background-image: url("/img/icons/reply_all_grey.svg");
}
.master-inbox-response .reply_all:hover .master-i-icon {
  background-image: url("/img/icons/reply_all_blue.svg");
}
.master-inbox-response .reply .master-i-icon {
  background-image: url("/img/icons/reply_grey.svg");
}
.master-inbox-response .reply:hover .master-i-icon {
  background-image: url("/img/icons/reply_blue.svg");
}
.master-inbox-response .forward .master-i-icon {
  background-image: url("/img/icons/forward_grey.svg");
}
.master-inbox-response .forward:hover .master-i-icon {
  background-image: url("/img/icons/forward_blue.svg");
}

.master_inbox_email_message {
  max-width: 650px;
  background-color: #fff;
  padding: 25px 15px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  display: none;
  margin-bottom: 30px;
  max-height: 980px;
  overflow-y: auto;
}
.master_inbox_email_message .email_inputs_block {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  max-width: 550px;
}
.master_inbox_email_message .email_inputs_block .master_inbox_select_input {
  max-width: 370px;
}
.master_inbox_email_message .email_inputs_block .action_desc {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  min-width: 50px;
  color: #777777;
}
.master_inbox_email_message .inbox_html_input {
  white-space: pre-line !important;
}
.master_inbox_email_message .inbox_html_input p {
  margin-bottom: 2px !important;
}
.master_inbox_email_message .master-inbox-send-message-subject {
  min-width: 320px;
}

.master_inbox_email_message_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.master_inbox_email_message_header .email_inputs {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.master_inbox_email_message_header .email_inputs .email_recipients_details {
  display: flex;
  align-items: self-end;
  text-align: center;
  flex-wrap: wrap;
  row-gap: 5px;
}
.master_inbox_email_message_header .email_inputs .email_recipients_details .add_recipient_container {
  display: flex;
}
.master_inbox_email_message_header .email_inputs .email_recipients_details .add_recipient_container .add_email_recipient {
  min-height: 35px;
  align-items: center;
  display: flex;
  padding: 0 8px;
  cursor: pointer;
}
.master_inbox_email_message_header .email_inputs .email_recipients_details .add_recipient_container .add_email_recipient .add_email_recipient_icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #b8bbc4;
  font-size: 24px;
  z-index: 1;
}
.master_inbox_email_message_header .email_inputs .email_recipients_details .add_recipient_container .add_email_recipient .add_email_recipient_icon:hover {
  color: #56a4d6;
}
.master_inbox_email_message_header .email_inputs .email_recipients_details .emails_to_send {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.master_inbox_email_message_header .email_inputs .email_recipients_details .email_recipient {
  min-height: 35px;
  padding: 0 16px;
  align-items: center;
  margin-right: 3px;
  display: flex;
  border: 1px solid #dddddd;
  border-radius: 8px;
  color: #333333;
}
.master_inbox_email_message_header .email_inputs .email_recipients_details .email_recipient .delete_email_recipient {
  background-image: url("/img/icons/times-grey.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  font-size: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.master_inbox_email_message_header .email_input_close_button {
  background-image: url("/img/icons/times-grey.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 1;
  transition: 0.2s ease;
  color: #bdc0c9;
  font-weight: 500;
  font-size: 12px;
}
.master_inbox_email_message_header .email_inputs {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.master_inbox_email_message_header .email_inputs .email-info-input {
  min-width: 370px;
  color: #333333;
}
.master_inbox_email_message_header .email_inputs .send-block {
  display: flex;
  align-items: end;
}
.master_inbox_email_message_header .email_inputs .send-block .send_master_inbox_message {
  border-radius: 22px;
}

.master_inbox_message_body {
  padding: 20px 30px;
}
.master_inbox_message_body .inbox-response-body {
  word-break: break-word;
  color: #333333;
  padding: 20px 0;
}

.pipe-icon-block {
  display: flex;
}
.pipe-icon-block .pipe-icon {
  color: #b8bbc4;
  font-size: 25px;
}

.master-inbox-response {
  max-width: 650px;
}
.master-inbox-response .response-info {
  background-color: white;
  padding: 20px 25px;
  border-radius: 8px;
  min-height: 300px;
  margin-bottom: 30px;
}
.master-inbox-response .response-info img {
  max-width: 100%;
}
.master-inbox-response .info-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  justify-content: space-between;
}
.master-inbox-response .info-header ul {
  list-style-type: none !important;
  padding: 0;
}
.master-inbox-response .info-header ul li {
  display: flex;
  color: #333333;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.master-inbox-response .info-header ul .list_title {
  color: #777777;
  display: block;
  min-width: 50px;
}
.master-inbox-response .info-header .time {
  color: #777777;
}

@media (max-width: 1280px) {
  .GS_MasterInbox_Body .email_subject {
    font-size: 14px;
  }
  .gs-master-inbox .filters .filters-title {
    font-size: 18px;
  }
  .gs-master-inbox .filters .filter-name {
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 992px) {
  .GS_MasterInbox_Body .email_subject {
    font-size: 13px;
    line-height: 17px;
  }
  .gs-master-inbox .filters {
    min-width: 210px;
  }
  .gs-master-inbox .filters .filters-title {
    font-size: 16px;
  }
  .gs-master-inbox .filters .filter-name {
    font-size: 12px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .gs-master-inbox {
    flex-direction: column;
  }
  .gs-master-inbox .filters {
    padding: 15px;
    border-right: 0;
    border-bottom: 1px solid #dddddd;
  }
  .gs-master-inbox .side-panel {
    border-right: 0;
  }
  .master_inbox_search_filters {
    min-width: 200px;
    margin: 0 auto;
  }
}
.page-discovery {
  margin-bottom: 74px;
}

.InfluencerSelection {
  display: none;
}
.InfluencerSelectionBar {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  height: 74px;
  z-index: 10;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.99);
  border-top: 1px solid #dddddd;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
}
.InfluencerSelectionBar__wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: auto;
  max-width: 1310px;
  padding: 0 15px;
  width: 100%;
}
.InfluencerSelectionBar__wrap--disabled {
  opacity: 0.6;
  pointer-events: none;
}

.InfluencerSelectionBar__heart-icon-wrap {
  display: flex;
  align-items: center;
}

.InfluencerSelectionBar__heart-icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

.InfluencerSelectionBar__heart-icon-count {
  font-size: 1.14rem;
  text-align: center;
  margin-top: 2.5px;
  min-width: 28px;
}

.InfluencerSelectionBar__select-button {
  margin-left: 10px;
  white-space: nowrap;
}

.InfluencerSelectionBar__save-button {
  margin: 0 10px;
  white-space: nowrap;
}

.InfluencerSelectionBar__selection-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

.InfluencerSelectionBar__selection-item {
  display: flex;
  width: 100%;
  align-items: center;
}

.InfluencerSelectionBar__selection-icon-wrap {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .InfluencerSelectionBar__selection-icon-wrap {
    margin-right: 10px;
  }
}

.InfluencerSelectionBar__selection-icon {
  color: #b8bbc4;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 28px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: 0.2s ease;
}
.InfluencerSelectionBar__selection-icon:hover {
  color: #56a4d6;
}

.InfluencerSelectionBar__selection-content {
  display: none;
  flex-wrap: wrap;
  max-height: 48px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .InfluencerSelectionBar__selection-content {
    display: block;
  }
}

.InfluencerSelectionBar__selection-icon-wrap.show > .InfluencerSelectionBar__selection-icon {
  color: #56a4d6;
}

.InfluencerBioViewItem {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .InfluencerBioViewItem {
    flex-direction: row;
  }
}
.InfluencerBioViewItem__details-wrap {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .InfluencerBioViewItem__details-wrap {
    width: calc(100% - 330px);
    float: left;
  }
}

.InfluencerBioViewItem__avatar-wrap {
  display: inline-block;
  position: relative;
  width: 173px;
  height: 173px;
}
.InfluencerBioViewItem__avatar-wrap .OpenInfluencerProfileViewButton {
  display: block;
  position: absolute;
  height: 70%;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .InfluencerBioViewItem__avatar-wrap {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
  }
  .InfluencerBioViewItem__avatar-wrap:hover .InfluencerBioViewItem__archive-button, .InfluencerBioViewItem__avatar-wrap:hover .InfluencerBioViewItem__unarchive-button {
    opacity: 1;
  }
}

.InfluencerBioViewItem__avatar {
  width: 173px;
  height: 173px;
  position: relative;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 0 2px #dddddd;
}

.InfluencerBioViewItem__archive-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 28px;
  height: 28px;
  top: 14px;
  left: 14px;
  position: absolute;
  transition: 0.2s ease;
  color: white;
  font-size: 28px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .InfluencerBioViewItem__archive-button {
    opacity: 0;
  }
}

.InfluencerBioViewItem__unarchive-button {
  align-items: center;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 28px;
  font-size: 28px;
  height: 28px;
  top: 14px;
  left: 14px;
  position: absolute;
  transition: 0.2s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .InfluencerBioViewItem__unarchive-button {
    opacity: 0;
  }
}

.InfluencerBioViewItem__avatar-favorite-button {
  display: flex;
  justify-content: center;
  background-image: url("/img/icons/heart-floating.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  align-items: center;
  width: 28px;
  height: 28px;
  position: absolute;
  margin: 0;
  top: 14px;
  right: 14px;
  cursor: pointer;
  transition: 0.2s ease;
}
.InfluencerBioViewItem__avatar-favorite-button.active {
  background-image: url("/img/icons/heart-floating-active.svg");
}

.InfluencerBioViewItem__avatar-lists-count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: 0;
  width: 28px;
  height: 28px;
  top: 13px;
  right: 14px;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.79rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.InfluencerBioViewItem__avatar-lists-count:empty {
  display: none;
}
.InfluencerBioViewItem__avatar-lists-count--sm {
  font-size: 0.55rem;
}

.InfluencerBioViewItem__description-wrap {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .InfluencerBioViewItem__description-wrap {
    width: calc(100% - 173px - 25px);
    display: inline-block;
  }
}

.InfluencerBioViewItem__name-wrap {
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
}
@media (min-width: 992px) {
  .InfluencerBioViewItem__name-wrap {
    font-size: 2rem;
  }
}

.InfluencerBioViewItem__name {
  display: inline;
}

.InfluencerBioViewItem__email {
  display: block;
  margin-top: 5px;
  line-height: 24px;
}

.InfluencerBioViewItem__description {
  display: block;
  margin-top: 5px;
  line-height: 26px;
}

.InfluencerBioViewItem__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 15px;
}
.InfluencerBioViewItem__actions > *:not(:first-child) {
  margin-left: 9px;
}
.InfluencerBioViewItem__actions .select2-container {
  flex: 1;
  max-width: 200px;
}

.InfluencerBioViewItem__summary {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .InfluencerBioViewItem__summary {
    margin-top: 0;
    flex-direction: row;
    width: calc(100% - 330px);
    float: left;
  }
}

.InfluencerBioViewItem__summary-item {
  width: 100%;
}
.InfluencerBioViewItem__summary-item + .InfluencerBioViewItem__summary-item {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .InfluencerBioViewItem__summary-item + .InfluencerBioViewItem__summary-item {
    margin-top: 0;
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .InfluencerBioViewItem__summary-item {
    width: auto;
  }
}

.InfluencerBioViewItem__summary-item-icon {
  width: 38px;
  height: 38px;
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.InfluencerBioViewItem__summary-item-count {
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  white-space: nowrap;
  margin-left: 45px;
}

.InfluencerBioViewItem__summary-item-description {
  font-size: 1.14rem;
  font-weight: 700;
  line-height: 26px;
  min-width: 110px;
  text-transform: uppercase;
  display: block;
  margin-left: 45px;
  margin-top: 6px;
}

.InfluencerBioViewItem__summary-item-sub-description {
  font-size: 0.79rem;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
  padding-left: 1px;
  white-space: nowrap;
  margin-left: 45px;
}

.InfluencerBioViewItem__stats-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .InfluencerBioViewItem__stats-wrap {
    margin-top: 0;
    padding-left: 5px;
    width: 330px;
  }
}

.InfluencerBioViewItem__stats-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.InfluencerBioViewItem__stats-item + .InfluencerBioViewItem__stats-item {
  margin-top: 13px;
}
.InfluencerBioViewItem__stats-item--open-profile-view {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.InfluencerBioViewItem__stats-item--open-profile-view .InfluencerBioViewItem__stats-item-icon {
  display: flex;
  flex-direction: column;
  color: #4d4d4d;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 18px;
  justify-content: flex-end;
  background-color: #efefef;
  padding: 0;
}
.InfluencerBioViewItem__stats-item--open-profile-view .InfluencerBioViewItem__stats-item-icon:before {
  content: "";
  width: 25px;
  display: inline-block;
  margin-bottom: auto;
  background-image: url("/img/icons/statistics-filled-blue.svg");
  height: 26px;
  background-size: 100%;
  background-position: center;
  margin: auto auto 0 auto;
  position: relative;
}
.InfluencerBioViewItem__stats-item--open-profile-view .InfluencerBioViewItem__stats-item-description {
  font-size: 1.29rem;
  font-weight: 300;
}
.InfluencerBioViewItem__stats-item--open-profile-view:hover {
  cursor: pointer;
}
.InfluencerBioViewItem__stats-item--open-profile-view:hover .InfluencerBioViewItem__stats-item-description {
  color: #56a4d6;
}

.InfluencerBioViewItem__stats-item-icon {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
  margin-right: 20px;
  border-radius: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.2s ease;
}
.InfluencerBioViewItem__stats-item-icon--percentage {
  font-size: 15px;
}

.InfluencerBioViewItem__stats-item-icon--flag {
  background-color: transparent;
  background-position: center;
  background-size: 100%;
}

.InfluencerBioViewItem__stats-item-icon:not(.InfluencerBioViewItem__stats-item-icon--percentage).InfluencerQualityScore--100 {
  font-size: 22px;
}

.InfluencerBioViewItem__stats-item-description {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.14rem;
  transition: 0.2s ease;
  width: calc(100% - 70px);
  text-overflow: ellipsis;
  overflow: hidden;
}

.InfluencerBioViewItem__save-now-button {
  line-height: 31px;
  height: 33px;
  font-size: 1rem;
  padding: 0 0.5rem;
}
.InfluencerBioViewItem__save-now-button i {
  position: relative;
  top: -1px;
}

.InfluencerGridViewItem {
  margin-top: 40px;
}
.InfluencerGridViewItem:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 992px) {
  .InfluencerGridViewItem:nth-child(2), .InfluencerGridViewItem:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .InfluencerGridViewItem:nth-child(4) {
    margin-top: 0;
  }
}
.InfluencerGridViewItem__name-wrap {
  margin-bottom: 3px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.43rem;
  line-height: 24px;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
}

.InfluencerGridViewItem__actions-wrap {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  max-height: 30px;
  margin-bottom: 3px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.InfluencerGridViewItem__actions-wrap .dropdown {
  display: inline-flex;
}
.InfluencerGridViewItem__actions-wrap .dropdown button:after {
  content: none;
}

.InfluencerGridViewItem__name {
  display: inline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.InfluencerGridViewItem__avatar-wrap {
  position: relative;
}
.InfluencerGridViewItem__avatar-wrap .OpenInfluencerProfileViewButton {
  display: block;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 60px;
  right: 60px;
}
@media (min-width: 992px) {
  .InfluencerGridViewItem__avatar-wrap {
    width: 100%;
  }
  .InfluencerGridViewItem__avatar-wrap:hover .InfluencerGridViewItem__archive-button, .InfluencerGridViewItem__avatar-wrap:hover .InfluencerGridViewItem__unarchive-button, .InfluencerGridViewItem__avatar-wrap:hover .InfluencerGridViewItem__save-now-button {
    opacity: 1;
  }
}

.InfluencerGridViewItem__avatar {
  width: 100%;
  height: auto;
  position: relative;
  box-shadow: 0 0 1px #d0d0d0;
  border-radius: 2px;
}

.InfluencerGridViewItem__summary {
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}

.InfluencerGridViewItem__summary-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.InfluencerGridViewItem__summary-item + .InfluencerGridViewItem__summary-item {
  margin-left: 20px;
}

.InfluencerGridViewItem__summary-item-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 5px;
}

.InfluencerGridViewItem__summary-item-count {
  font-size: 1.14rem;
  font-weight: 400;
}

.InfluencerGridViewItem__stats-item-icon {
  color: #ffffff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  height: 32px;
  width: 32px;
  margin-right: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.2s ease;
}
.InfluencerGridViewItem__stats-item-icon--percentage {
  font-size: 15px;
  width: 45px;
}

.InfluencerGridViewItem__stats-item-icon:not(.InfluencerGridViewItem__stats-item-icon--percentage).InfluencerQualityScore--100 {
  font-size: 15px;
}

.InfluencerGridViewItem__stats-item-description {
  font-weight: 700;
  font-size: 1.14rem;
}

.InfluencerGridViewItem__archive-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 28px;
  height: 28px;
  top: 14px;
  left: 14px;
  position: absolute;
  transition: 0.2s ease;
  color: white;
  font-size: 28px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .InfluencerGridViewItem__archive-button {
    opacity: 0;
  }
}

.InfluencerGridViewItem__unarchive-button {
  align-items: center;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 28px;
  font-size: 28px;
  height: 28px;
  top: 14px;
  left: 14px;
  position: absolute;
  transition: 0.2s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .InfluencerGridViewItem__unarchive-button {
    opacity: 0;
  }
}

.InfluencerGridViewItem__avatar-favorite-button {
  display: flex;
  justify-content: center;
  background-image: url("/img/icons/heart-floating.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  align-items: center;
  width: 28px;
  height: 28px;
  position: absolute;
  margin: 0;
  top: 14px;
  right: 14px;
  cursor: pointer;
  transition: 0.2s ease;
}
.InfluencerGridViewItem__avatar-favorite-button.active {
  background-image: url("/img/icons/heart-floating-active.svg");
}

.InfluencerGridViewItem__avatar-lists-count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: 0;
  width: 28px;
  height: 28px;
  top: 13px;
  right: 14px;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.79rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
}
.InfluencerGridViewItem__avatar-lists-count:empty {
  display: none;
}
.InfluencerGridViewItem__avatar-lists-count--sm {
  font-size: 0.55rem;
}

.InfluencerGridViewItem__save-now-button {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  width: 28px;
  height: 28px;
  position: absolute;
  color: white;
  border-radius: 50%;
  margin: 0;
  top: 52px;
  right: 14px;
  font-size: 28px;
  cursor: pointer;
  transition: 0.2s ease;
}
@media (min-width: 992px) {
  .InfluencerGridViewItem__save-now-button {
    opacity: 0;
  }
}

.InfluencersArchivedText {
  color: #8B8B8B;
  text-align: center;
  width: 100%;
}

.get-started__component-status {
  justify-content: center;
  padding: 4px 0 4px 4px;
}
.get-started__component-status i {
  color: #fff;
  font-size: 22px;
  margin-top: 1px;
  margin-bottom: -1px;
}

.get-started__component {
  border-top: 2px dashed #D9D9D9;
}

.get-started__header {
  color: #000000;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
}

.get-started__component-header {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
}

.get-started__component-description {
  color: #666666;
}

.get-started__status {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 50%;
}

.get-started__finished {
  background-color: #98DC29;
}

.get-started__waiting {
  background-color: #D9D9D9;
}

.EcommercePlatform__logo-wrap {
  max-width: 50px;
  margin-right: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.EcommercePlatform__logo {
  width: 100%;
  height: auto;
}

.EcommercePlatform__version {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.EcommercePlatform__version + .EcommercePlatform__version {
  margin-top: 0.5rem;
}
.EcommercePlatform__version .IconButton {
  margin-left: 0.5rem;
}

.PayoutsTableTitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.PayoutsTable__ambassador_payout_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.PayoutsTable__ambassador_avatar {
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 30px;
  width: 30px;
  box-shadow: 0 0 1px #d0d0d0;
}
@media (min-width: 992px) {
  .PayoutsTable__ambassador_avatar {
    height: 40px;
    width: 40px;
  }
}

.PayoutsTable__ambassador_name {
  margin-left: 12px;
}

.PayoutsTable__currency_amount {
  text-align: center;
}

.PayoutsTable .IconButton {
  font-size: 25px;
}

.PayoutsTableContainer {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.PayoutPaymentProofFiles {
  margin-bottom: 1.075rem;
}
.PayoutPaymentProofFiles:not(:has(.Tag)) {
  display: none !important;
}

.OpenInfluencerProfileViewButton[data-instagram-id],
.OpenInfluencerCollabSiteApplicationViewButton[data-collab-site-id][data-influencer-user-id] {
  cursor: pointer;
}

.ProfileView {
  background: #f9f9f9;
  display: block;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  padding: 1px 30px 30px;
  border-radius: 0 0 8px 8px;
}
.ProfileView--for-collab-site-user {
  padding: 20px;
}
@media (min-width: 992px) {
  .ProfileView--for-collab-site-user .StatsBlock {
    margin-bottom: 0;
  }
}

.ProfileView--for-public-use {
  max-width: 1060px;
  margin: 15px auto 0;
  position: relative;
}
.ProfileView--for-public-use .ProfileView {
  width: 100%;
  margin: 0;
  padding: 0 0 70px 0;
  border-radius: 0;
}
.ProfileView--for-public-use .ProfileView__header {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  border-radius: 12px;
  width: 100%;
}
.ProfileView--for-public-use .ProfileView__avatar-wrap {
  margin-bottom: 0;
}
.ProfileView--for-public-use .ProfileView__details-wrap {
  margin-bottom: 0;
}
.ProfileView--for-public-use .StatsBlock {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .ProfileView--for-public-use .ProfileView__details-wrap {
    width: 100%;
  }
  .ProfileView--for-public-use .ProfileView__avatar-wrap {
    margin-right: 15px;
  }
  .ProfileView--for-public-use .ProfileView__description-wrap {
    width: calc(100% - 195px);
  }
}

.ProfileView--private {
  padding: 30px;
}

.ProfileView__col {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .ProfileView {
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
  }
}
.ProfileView__header {
  background: #ffffff;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .ProfileView__header {
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 30px);
  }
}
@media (min-width: 992px) {
  .ProfileView__header {
    flex-direction: row;
  }
}

.ProfileView__details-wrap {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .ProfileView__details-wrap {
    width: calc(100% - 480px);
    float: left;
  }
}

.ProfileView__avatar-wrap {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
@media (min-width: 992px) {
  .ProfileView__avatar-wrap {
    width: 180px;
    height: 180px;
    margin-bottom: 25px;
    float: left;
  }
  .ProfileView__avatar-wrap:hover .ProfileView__archive-button, .ProfileView__avatar-wrap:hover .ProfileView__unarchive-button {
    opacity: 1;
  }
}

.ProfileView__avatar {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 0 2px #dddddd;
}

.ProfileView__archive-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 28px;
  height: 28px;
  top: 14px;
  left: 14px;
  position: absolute;
  transition: 0.2s ease;
  color: white;
  font-size: 28px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .ProfileView__archive-button {
    opacity: 0;
  }
}

.ProfileView__unarchive-button {
  align-items: center;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 28px;
  font-size: 28px;
  height: 28px;
  top: 14px;
  left: 14px;
  position: absolute;
  transition: 0.2s ease;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .ProfileView__unarchive-button {
    opacity: 0;
  }
}

.ProfileView__avatar-favorite-button {
  display: flex;
  justify-content: center;
  background-image: url("/img/icons/heart-floating.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  align-items: center;
  width: 28px;
  height: 28px;
  position: absolute;
  margin: 0;
  top: 14px;
  right: 14px;
  cursor: pointer;
  transition: 0.2s ease;
}
.ProfileView__avatar-favorite-button.active {
  background-image: url("/img/icons/heart-floating-active.svg");
}
.ProfileView__avatar-favorite-button:not(.d-none) + .ProfileView__avatar-lists-count {
  background: none;
  border-radius: 0;
}

.ProfileView__avatar-lists-count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: 0;
  width: 28px;
  height: 28px;
  top: 13px;
  right: 14px;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.79rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.ProfileView__avatar-lists-count:empty {
  display: none;
}
.ProfileView__avatar-lists-count--sm {
  font-size: 0.55rem;
}

.ProfileView__description-wrap {
  display: block;
  width: calc(100% - 205px);
  float: right;
}
@media (min-width: 992px) {
  .ProfileView__description-wrap {
    width: calc(100% - 180px - 25px);
    display: inline-block;
  }
}

.ProfileView__name-wrap {
  display: block;
}

.ProfileView__icons-wrap {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  position: relative;
  top: -6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 992px) {
  .ProfileView__icons-wrap {
    top: -7px;
  }
}

.ProfileView__instagram-icon {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  margin-right: 7px;
}

.ProfileView__verified-icon {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.ProfileView__social-icon-link {
  text-decoration: none !important;
}
.ProfileView__social-icon-link:hover .ProfileView__social-icon {
  opacity: 0.7;
}

.ProfileView__social-icon {
  width: 32px;
  height: 32px;
  transition: 0.25s;
}

.ProfileView__name {
  font-size: 1.8rem;
  font-weight: 300;
  display: inline;
  line-height: 36px;
}
@media (min-width: 992px) {
  .ProfileView__name {
    font-size: 2rem;
    line-height: 38px;
  }
}

.ProfileView__email {
  display: block;
  line-height: 24px;
}

.ProfileView__description {
  display: block;
  margin-top: 7px;
  line-height: 27px;
}

.ProfileView__website {
  display: block;
  line-height: 27px;
}
.ProfileView__website > a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
}

.ProfileView__header-inputs-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .ProfileView__header-inputs-wrap {
    padding-left: 20px;
    width: 480px;
  }
}

.ProfileView__header-input-row {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}

.ProfileView__header-input-title {
  width: 100%;
  margin-right: 10px;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 90px;
}

.ProfileView__header-input-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

.ProfileView__header-input-add-button {
  display: inline-block;
  justify-content: center;
  background-image: url("/img/icons/plus-circle-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  align-items: center;
  min-width: 19px;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  cursor: pointer;
  transition: 0.2s ease;
}

.ProfileView__save-now-button {
  margin-right: 15px;
  padding-top: 0.39rem;
  padding-bottom: 0.39rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.ProfileView__save-now-button i {
  position: relative;
  top: 1px;
}
.ProfileView__save-now-button ~ .select2-container {
  flex: 1;
  max-width: 235px;
}
.ProfileView__save-now-button ~ .select2-container .select2-selection {
  height: 36px;
}
.ProfileView__save-now-button ~ .select2-container .select2-selection .select2-selection__rendered {
  line-height: 34px;
}

.ProfileView__heading {
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 3rem;
  width: 100%;
  display: block;
  margin: 15px 0 5px;
}

.ProfileView__shortcuts {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 5px 0 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.ProfileView__shortcut {
  font-size: 0.86rem;
  font-weight: 500;
  cursor: pointer;
  padding: 2.5px 9px 3px;
  background: #ffffff;
  transition: 0.2s ease;
  text-transform: uppercase;
  border-radius: 12px;
  margin-left: 10px;
  margin-top: 10px;
  color: #4d4d4d;
  text-decoration: none;
  border: 1px solid transparent;
}
.ProfileView__shortcut--text {
  color: #8B8B8B;
  font-size: 0.86rem;
  font-weight: 500;
  text-transform: uppercase;
  background: none !important;
  pointer-events: none;
  margin-left: 0;
}

.ProfileView__shortcut:hover {
  color: #4d4d4d;
  text-decoration: none;
  border: 1px solid;
}

.ProfileView__audience-table {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.ProfileView__audience-table thead th {
  font-size: 18px;
  padding-bottom: 1rem;
  min-width: 115px;
}
.ProfileView__audience-table th, .ProfileView__audience-table td {
  padding: 0.25rem;
}

.ProfileView__audience-table-heading {
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 24px;
  min-width: 240px !important;
}

.ProfileView__header-banner {
  background: white;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 15px;
  height: calc(100% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ProfileView__header-banner-title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.ProfileView__header-banner-text {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}

.ProfileView__promo-overlay {
  position: absolute;
  bottom: 0;
  left: -5px;
  right: -5px;
  background: linear-gradient(180deg, rgba(249, 249, 249, 0.1) 0%, rgb(249, 249, 249) 45%, rgb(249, 249, 249) 100%);
}

.ProfileView__promo-overlay-text {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.ProfileViewPost {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
.ProfileViewPost:hover .ProfileViewPost__overlay,
.ProfileViewPost:hover .ProfileViewPost__overlay-item,
.ProfileViewPost:hover .ProfileViewPost__video-icon, .ProfileViewPost:focus .ProfileViewPost__overlay,
.ProfileViewPost:focus .ProfileViewPost__overlay-item,
.ProfileViewPost:focus .ProfileViewPost__video-icon {
  opacity: 1;
}
.ProfileViewPost__video-icon {
  background-image: url("/img/icons/instagram-reels.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 26px;
  height: 26px;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.15s;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .ProfileViewPost__video-icon {
    right: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
  }
}

.ProfileViewPost__overlay {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  width: 100%;
  text-decoration: none !important;
  border-radius: 4px;
  transition: all 0.15s;
  z-index: 1;
}

.ProfileViewPost__overlay-item {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.9rem;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.15s;
  opacity: 0;
}
.ProfileViewPost__overlay-item .fa-square-arrow-up-right {
  margin-left: 0.75rem;
}
@media (min-width: 768px) {
  .ProfileViewPost__overlay-item {
    font-size: 1.4rem;
  }
  .ProfileViewPost__overlay-item .fa-square-arrow-up-right {
    margin-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .ProfileViewPost__overlay-item {
    font-size: 0.9rem;
    line-height: 19px;
  }
  .ProfileViewPost__overlay-item .fa-square-arrow-up-right {
    margin-left: 0.25rem;
  }
}

.ProfileViewPost__picture {
  border-radius: 4px;
  height: auto;
  width: auto;
  background-color: #D4D4D4;
  max-height: 100%;
  max-width: 100%;
  min-width: 100%;
}
.ProfileViewPost__picture--loader {
  animation: shimmerLoader 1.5s infinite ease-in-out;
}

.ProfileViewPost__picture-placeholder {
  opacity: 0.25;
  border-radius: 4px;
  position: relative;
  height: auto;
  width: 100%;
}

.gs-external-collab-manager {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.gs-external-collab-manager__avatar-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.gs-external-collab-manager__avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-right: 15px;
  display: inline-block;
}

.gs-external-collab-manager__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.gs-external-collab-manager__name {
  font-size: 22px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
}

.gs-external-collab-manager__title {
  font-size: 16px;
  font-weight: 300;
  margin-top: 3px;
}

.gs-external-offer__title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
}

.gs-external-offer__success-title {
  display: flex;
  text-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 300;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 15px;
}
.gs-external-offer__success-title svg {
  max-height: 30px;
  width: 30px;
}

.gs-external-offer__small-section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin: 18px 0 15px;
  color: #4D4D4D;
}

.gs-external-offer__description {
  font-weight: 400;
  margin-bottom: 15px;
}

.gs-external-offer__description-text {
  margin-top: 10px;
  color: #4D4D4D;
}

.gs-external-offer__image-wrap {
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
}

.gs-external-offer__accept-terms {
  margin-bottom: 15px;
}
.gs-external-offer__accept-terms label {
  font-size: 17px;
  cursor: pointer;
  color: #4D4D4D;
}

.gs-external-offer__image {
  max-width: 100%;
  border-radius: 3px;
}

.gs-external-offer__section-title {
  font-size: 30px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 15px;
}

.gs-external-offer a {
  text-decoration: none;
  transition: 0.2s ease;
}
.gs-external-offer p {
  line-height: 130%;
}
.gs-external-offer img {
  width: 100% !important;
  border-radius: 3px !important;
}
.gs-external-offer .checkbox-wrapper input[type=checkbox] {
  display: none;
  visibility: hidden;
}
.gs-external-offer .checkbox-wrapper .cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  font-size: 16px;
}
.gs-external-offer .checkbox-wrapper .cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.gs-external-offer .checkbox-wrapper .cbx span:first-child {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}
.gs-external-offer .checkbox-wrapper .cbx span:first-child svg {
  position: absolute;
  top: 3.5px;
  left: 2.5px;
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.gs-external-offer .checkbox-wrapper .cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #7AC751;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}
.gs-external-offer .checkbox-wrapper .cbx span:last-child {
  padding-left: 4px;
}
.gs-external-offer .checkbox-wrapper .cbx:hover span:first-child {
  border-color: #7AC751;
}
.gs-external-offer .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child {
  background: #7AC751;
  border-color: #7AC751;
  animation: checkbox-wave 0.4s ease;
}
.gs-external-offer .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.gs-external-offer .checkbox-wrapper .inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}
@keyframes checkbox-wave {
  50% {
    transform: scale(0.9);
  }
}

.campaigns .GSTable .GSTable__column--type-title a {
  line-height: 36px;
}
.campaigns .GSTable .GSTable__column--type-number-sm .sub-column-title {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #8A8A8A;
  padding-top: 3px;
}
@media (min-width: 992px) {
  .campaigns .GSTable .GSTable__column--type-number-sm .sub-column-title {
    text-align: center;
  }
}
.campaigns .campaign-stats-icon {
  font-size: 27px;
  width: 25px;
  color: #b8bbc4;
}

.campaign-collab-modal__wrapper {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
}
.campaign-collab-modal__wrapper .loading-text {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.campaign-collab-modal__wrapper .uploading_preview div {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.campaign-collab-modal__wrapper .uploading_preview div p {
  color: #56A4D6;
  font-size: 14px;
  font-weight: 600;
}
.campaign-collab-modal__wrapper .uploading_preview div span {
  color: #d07271;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.campaign-collab-modal__wrapper .uploading_preview div span:hover {
  color: #bc6564;
}

.Campaign__publication-wrapper .vjs-poster.vjs-poster.vjs-poster {
  display: none;
}
.Campaign__publication-wrapper .carousel-control-prev, .Campaign__publication-wrapper .carousel-control-next {
  background-color: #4c4c4c;
  top: 45%;
  bottom: 45%;
  height: 27px !important;
  width: 27px !important;
  border-radius: 50%;
}
.Campaign__publication-wrapper .carousel-control-next-icon, .Campaign__publication-wrapper .carousel-control-prev-icon {
  height: 16px;
  width: 16px;
}
.Campaign__publication-wrapper .carousel-control-next-icon {
  background-position: 1px 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 272 512'%3E%3Cpath d='M30.3 15.3C50.1 .2 78.4 3.9 93.6 23.8L250.2 228.6c12.4 16.2 12.4 38.7 0 54.9L93.6 488.2c-15.2 19.8-43.5 23.6-63.3 8.4s-23.6-43.5-8.4-63.3L157.4 256 21.8 78.6C6.7 58.8 10.4 30.5 30.3 15.3z' fill='%23FFF'/%3E%3C/svg%3E");
}
.Campaign__publication-wrapper .carousel-control-prev-icon {
  background-position: -1px 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 272 512'%3E%3Cpath d='M241.7 15.3C221.9 .2 193.6 3.9 178.4 23.8L21.8 228.6c-12.4 16.2-12.4 38.7 0 54.9L178.4 488.2c15.2 19.8 43.5 23.6 63.3 8.4s23.6-43.5 8.4-63.3L114.6 256 250.2 78.6c15.2-19.8 11.4-48.2-8.4-63.3z' fill='%23FFF'/%3E%3C/svg%3E");
}
.Campaign__publication-wrapper .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.Campaign__publication-wrapper .carousel-control-next {
  right: 4px;
}
.Campaign__publication-wrapper .carousel-control-prev {
  left: 4px;
}
.Campaign__publication-wrapper .carousel-item {
  transition: transform 0.5s ease-in-out;
}
.Campaign__publication-wrapper .carousel-inner {
  max-width: 350px;
}
.Campaign__publication-wrapper .carousel-indicators {
  top: 100%;
}
.Campaign__publication-wrapper .carousel-indicators li {
  background-color: #1d1b1b;
}

.info-box {
  max-width: 600px;
  background-color: white;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  position: relative;
  padding: 30px;
  margin: 20px auto 30px;
}
.info-box__title {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.info-box__title i {
  font-size: 30px;
  padding-right: 10px;
}

.info-box__text {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.info-box__close {
  background-image: url("/img/icons/times-grey.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 1;
  transition: 0.2s ease;
}
.info-box__close:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .info-box__close {
    width: 21px;
    height: 21px;
  }
}

.Campaign__influencers-sales {
  min-height: 490px;
}

.Campaign__sequence-type-stats {
  background-color: white;
  min-height: 35px;
  min-width: 150px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  font-size: 17px;
  text-decoration: none;
}
.Campaign__sequence-type-stats a {
  text-decoration: none;
}

.Campaign__sort-select .select2-container {
  min-width: 220px;
}

.Campaign__items-counter {
  border-right: 2px solid #efefef;
  padding-right: 7px;
  height: 100%;
  align-items: center;
  display: flex;
}
.Campaign__items-counter a {
  background: #56a4d6;
  border-radius: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 2px 5px 0 5px;
  min-width: 22px;
  position: relative;
  bottom: 1px;
  text-align: center;
  text-decoration: none;
  display: block !important;
}

.Campaign__stats-link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.Campaign__stats-link a {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.Campaign__events {
  max-width: 879px;
  margin: 0 auto;
}

.Campaign__collab-stage {
  display: flex;
  align-items: end;
  -moz-column-gap: 8px;
       column-gap: 8px;
  min-width: 180px;
  cursor: pointer;
}

.Campaign__static-dashboard .Box {
  min-height: 150px;
  max-height: 180px;
  font-size: 30px;
  font-weight: 500;
  padding: 30px 10px;
}

.Campaign__codes-description {
  max-width: 600px;
}

.Campaign__email-templates-description {
  max-width: 550px;
}

.Campaign__preview-accept-btn {
  color: white !important;
  background-color: #56a4d6 !important;
}
.Campaign__preview-accept-btn:hover {
  background-color: #4e94c1 !important;
}

.Campaign__preview-cancel-btn {
  color: white !important;
  background-color: #c9c9c9 !important;
}
.Campaign__preview-cancel-btn:hover {
  background-color: #b2b2b2 !important;
}

.Campaign__collab-status {
  min-width: 180px;
  max-width: 195px;
}

.Campaign__collab-stage-icon {
  width: 32px;
}
.Campaign__collab-stage-icon i {
  font-size: 27px;
}

.Campaign__collab-stage-content {
  width: 100%;
}

.Campaign__success-progress {
  background-color: #7AC751;
}

.Campaign__failed-progress {
  background-color: #E8A93F;
}

.Campaign__terminated-progress {
  background-color: #E8723F;
}

.Campaign__collab-manager {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-weight: 400;
}

.Campaign__collab-stage-description {
  color: #4D4D4D;
}

.Campaign__collab-progress-bar {
  width: 95%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.Campaign__collab-progress-bar-inner {
  display: block;
  height: 14px;
  border-radius: 12px;
  transition: width 500ms ease-in-out;
}

.Campaign__collab-manager-avatar {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Campaign__collab-manager-xl-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Campaign__collab-manager-name {
  font-size: 22px;
  color: #4D4D4D;
  word-break: break-all;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

.Campaign__filter_number {
  min-width: 30px;
  padding-right: 3px;
  text-align: center;
}

.Campaign__collab-manager-email {
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  word-break: break-all;
}

.Campaign__publication-wrapper {
  max-width: 90%;
  margin: 0 auto;
}

.Campaign__publication-description {
  max-width: 450px;
  width: 100%;
}

.Campaign__publication-media {
  margin-right: 18px;
  min-width: 350px;
  height: 100%;
}
.Campaign__publication-media #carouselExampleIndicators {
  height: 100%;
}
.Campaign__publication-media .video-js {
  padding: 0 !important;
}
.Campaign__publication-media .video-js, .Campaign__publication-media img {
  width: 350px !important;
  height: 420px !important;
}
.Campaign__publication-media img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 797px) {
  .Campaign__publication-media {
    display: inline-flex;
  }
  .Campaign__publication-media .video-js, .Campaign__publication-media img {
    width: 300px !important;
    height: 300px !important;
  }
}

.Campaign__publication-title {
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3px;
}

.Campaign__publication-sub-title {
  text-align: center;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 12px;
}

.Campaign__publication-user-comment span {
  color: #000000;
  font-weight: 500;
  font-size: 17px;
}
.Campaign__publication-user-comment p {
  color: #333333;
  word-break: break-all;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  opacity: 0.8;
}

.Campaign__publication-content {
  display: flex;
  max-height: 420px;
  margin-bottom: 40px;
}
@media (max-width: 797px) {
  .Campaign__publication-content {
    flex-direction: column;
    max-height: 100%;
    row-gap: 40px;
  }
}

.Campaign__publication-source a {
  color: #56A4D6;
  font-size: 14px;
  font-weight: 500;
}

.Campaign__publication-text {
  margin-top: 5px;
  margin-bottom: 7px;
  color: #333333;
  word-break: break-all;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  opacity: 0.8;
}

.Campaign__publication-download {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  color: #56A4D6;
  font-size: 14px;
}
.Campaign__publication-download a {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  margin-bottom: 2px;
  align-items: baseline;
  text-decoration: none !important;
}
.Campaign__publication-download i {
  font-size: 20px;
}

.Campaign__publication-activities {
  margin-bottom: 9px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.Campaign__publication-activities .Campaign__publication-activity {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
  cursor: default;
}
.Campaign__publication-activities .Campaign__publication-activity i {
  font-size: 28px;
}
.Campaign__publication-activities .Campaign__publication-activity span {
  font-weight: 500;
  color: #000000;
  font-size: 14px;
}

.Campaign__result-icon {
  font-size: 25px;
}

.Campaign__result-message {
  margin-top: 2px !important;
}

.Collaboration__email-message-info {
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  padding: 15px 20px;
  margin-top: 20px;
  font-size: 15px;
}
.Collaboration__email-message-info img {
  max-width: 100%;
}

.Collaboration__email_message_preview {
  cursor: pointer;
}

.Collaboration__email_message_header {
  color: #4c4c4c;
}

.Collaboration__email_message_body {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #d9d9d9;
  word-wrap: break-word;
  color: #4c4c4c;
}

.Collaboration__event .load-collab-modal {
  cursor: pointer;
}

.Gs_campaign_table_body .GSListViewTable__avatar-wrap {
  cursor: pointer;
}

.Gs_campaign_table_body .GSListViewTable__name-wrap {
  cursor: pointer;
}

.Gs_campaign_table_body .Gs_campaign__event {
  cursor: pointer;
}
.Gs_campaign_table_body td {
  vertical-align: middle;
}

.CampaignManagement__search .SearchFilters__filter-form i {
  color: #b8bbc4;
  font-size: 23px;
  width: 40px;
  text-align: center;
}

.CampaignManagement__filter-title {
  font-size: 16px;
}
@media (max-width: 1200px) {
  .CampaignManagement__filter-title {
    font-size: 13px;
  }
}
@media (max-width: 999px) {
  .CampaignManagement__filter-title {
    font-size: 12px;
  }
}

#campaign-collab-modal .GSListViewTable__avatar {
  width: 50px;
  height: 50px;
}
#campaign-collab-modal .events-history__influencer-name {
  font-size: 25px;
  font-weight: 300;
  color: #4D4D4D;
}
#campaign-collab-modal .collab-history__button {
  cursor: pointer;
}
#campaign-collab-modal .collab-history__button i {
  color: #BDC0C9;
  font-size: 24px;
}
#campaign-collab-modal .collab-history__button:hover {
  color: #56a4d6;
}
#campaign-collab-modal .collab-history__button:hover i {
  color: #56a4d6;
}

.collab-history__header-element {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.collab-history__header-element .open-collab-events {
  display: none !important;
}
@media (max-width: 767px) {
  .collab-history__header-element {
    flex-direction: column;
    align-items: flex-start;
  }
}

.confirm-shipped-status {
  display: inline-flex;
  align-items: center;
}
.confirm-shipped-status .shipping-icon {
  background-image: url("/img/icons/track-blue.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center 2px;
  display: inline-block;
  margin-right: 7px;
  height: 33px;
  width: 33px;
  cursor: pointer;
}

.shipping-status-select .shipping-events {
  max-height: 200px;
  overflow-y: auto;
}

.campaign-shipping-address .shipped, .manages-shipping-address .shipped {
  color: #56a4d6 !important;
}
.campaign-shipping-address .received, .manages-shipping-address .received {
  color: #7AC751 !important;
}

.Gs_campaign_table_header .header_name {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}
.Gs_campaign_table_header th {
  border-top: none;
}

.address_label {
  text-align: start;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  padding: 0;
  margin: 0;
}

.campaign-influencer-message .action_desc {
  min-width: 100px;
  color: #999999;
}
.campaign-influencer-message .modal-input {
  width: 290px;
}

.grey-right-border {
  border-right: 1px solid #dddddd;
}

.grey-side-border {
  border-width: 0 1px 0 1px;
  border-style: solid;
  border-color: #dddddd;
}

.collaboration_list_name {
  margin-top: 2px;
  color: #818794;
  font-weight: 400;
  font-size: 15px;
}

.pros-cons-icon {
  font-size: 22px;
}

.GsCampaign_management_item_wrap {
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  max-height: 30px;
  padding-left: 0;
  padding-right: 0;
}

.inbox-item {
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: 40px;
  flex-wrap: nowrap;
  align-items: center;
}

.icon-button {
  background-color: transparent;
  padding: 0;
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blue-icon {
  color: #56a4d6 !important;
}

.active-icon {
  color: #7AC751 !important;
}

.campaign-management-icons {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.campaign-management-icons .campaign-email-icon {
  font-size: 29px !important;
}
.campaign-management-icons .collab-status-icon {
  cursor: pointer;
  font-size: 23px;
  width: 20px;
  margin-right: 5px;
  color: #b8bbc4;
}
.campaign-management-icons .campaign-icon-button {
  cursor: pointer;
  font-size: 23px;
  color: #b8bbc4;
}
.campaign-management-icons .campaign-icon-button:hover {
  color: #56a4d6;
}

.NotesTimeline .remove-collaboration-note {
  color: #d07271;
  cursor: pointer;
  transition: 0.2s ease;
}
.NotesTimeline .remove-collaboration-note:hover {
  color: #c14443;
}

.GsCampaign_offer_status i {
  cursor: default !important;
}

.GsCampaign__get_events_button {
  display: flex;
}

.gs-external-btn {
  min-width: 110px;
  line-height: 1.65;
  border-radius: 4px;
  color: white;
  background-color: #96c05a;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  padding: 7px 10.4px 3.4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
  text-decoration: none !important;
  cursor: pointer;
}
.gs-external-btn:hover {
  background-color: #87ad51;
  color: #fff;
}
.gs-external-btn--block {
  display: block;
  width: 100%;
}
.gs-external-btn--block + .gs-external-btn--block {
  margin-top: 15px;
}

.gs-external-btn--secondary {
  color: white;
  background-color: #c9c9c9;
}
.gs-external-btn--secondary:hover {
  background-color: #b2b2b2;
}

.gs-campaign-csv-uploading {
  margin-top: 5px !important;
  margin-left: 0 !important;
}
.gs-campaign-csv-uploading p {
  font-weight: 600;
  font-size: 16px;
  color: #4D4D4D;
}
.gs-campaign-csv-uploading h5, .gs-campaign-csv-uploading h6 {
  color: #4D4D4D;
  font-weight: 700;
  font-size: 1.1rem;
}

.csv-uploading-result p {
  margin-top: 4px !important;
  font-weight: 600;
  font-size: 16px;
}

.pros-cons-box {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 20px 20px;
  max-width: 600px;
}

.gs-campaign-templates .add-default-template {
  padding: 0.4rem 0.75rem 0.2rem;
  font-size: 1rem;
}

.custom-fields {
  border: 1px solid #E1E1E1;
  color: #4D4D4D;
  border-radius: 7px;
  padding: 1.075rem;
  align-items: center;
  text-align: center;
}
.custom-fields .custom-fields-title {
  font-weight: 100;
  font-size: 25px;
}
.custom-fields .custom-fields-item-value {
  border: 1px solid #E1E1E1;
  border-radius: 7px;
  width: 100%;
  color: #484848;
  padding: 7px 15px;
  text-align: start;
}
.custom-fields .copy-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-left: 7px;
  height: 33px;
  width: 33px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-image: url("/img/icons/copy-grey.svg");
}
.custom-fields .copy-icon:hover {
  background-image: url("/img/icons/copy-blue.svg");
}
.custom-fields .copy-icon:active {
  background-image: url("/img/icons/copy-grey.svg");
}

a.gs-external-link {
  text-decoration: none;
  color: inherit;
  transition: 0.2s ease;
}
a.gs-external-link:hover {
  text-decoration: none;
  color: #96c05a;
}

.gs-external-offer a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s ease;
}

.gs-external-narrow-container {
  background: white;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.04);
  max-width: 440px;
  padding: 25px;
  border-radius: 0;
}

@media (min-width: 401px) {
  .gs-external-narrow-container {
    border-radius: 10px;
  }
}
.gs-external-container {
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.04);
  max-width: 1024px;
  margin: 20px auto;
  padding: 15px;
}

@media (min-width: 768px) {
  .gs-collab-site--preview {
    min-height: calc(100vh - 60px);
  }
  .gs-external-container {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .gs-external-container {
    border-radius: 6px;
  }
  .gs-external-narrow-container {
    max-width: 520px;
  }
}
.gs-external-form-group {
  margin-bottom: 15px;
}

.gs-external-form-label {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 5px;
  display: block;
}
.gs-external-form-label span {
  font-weight: 300;
}

.gs-external-form-control {
  display: block;
  width: 100%;
  border-radius: 4px;
  height: 40px;
  padding: 5px 12px;
  line-height: 1.6;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: inherit;
  outline: none !important;
}
.gs-external-form-control:disabled {
  background-color: #f5f5f5;
}
.gs-external-form-control:focus {
  background-color: #fff;
  border-color: #96c05a;
}
.gs-external-form-control::-moz-placeholder {
  color: #999999;
}
.gs-external-form-control::placeholder {
  color: #999999;
}
.gs-external-form-control::-webkit-outer-spin-button, .gs-external-form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.gs-external-form-control[type=number] {
  -moz-appearance: textfield;
}

.statistic-table .coupons-statistic {
  color: #4D4D4D;
}
.statistic-table .gs-campaign-csv-uploading {
  border: 1px dashed #D9D9D9;
  border-radius: 10px;
  padding: 15px 15px;
}
.statistic-table .gs-campaign-csv-uploading p {
  font-weight: 400;
  font-size: 14px;
}
.statistic-table .gs-campaign-csv-uploading h6 {
  font-size: 14px;
}

.collab-view__history {
  overflow-x: hidden;
  padding-right: 15px;
}

.collab-view__publications {
  max-height: 620px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 15px;
}

textarea.gs-external-form-control {
  min-height: 63px;
  height: auto;
  resize: vertical;
}

.gs-external-checkbox {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.gs-external-checkbox input {
  margin: 0 5px 0 0;
}

.gs-external-hr {
  border-top: 2px solid #eeeeee;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-dark-pink {
  color: #C929E3 !important;
}

.gs-external-text-center {
  text-align: center !important;
}

.gs-external-text-black {
  color: #4d4d4d !important;
}

.gs-external-text-muted {
  color: #888888;
}

.gs-external-text-info {
  color: #56a4d6;
}

.gs-external-text-error {
  color: #d07271;
}

.gs-external-text-success {
  color: #59b877;
}

.gs-external-text-300 {
  font-weight: 300;
}

.gs-external-text-500 {
  font-weight: 500;
}

.gs-external-text-700 {
  font-weight: 700;
}

.gs-external-mt-0 {
  margin-top: 0px;
}

.gs-external-mb-0 {
  margin-bottom: 0px;
}

.gs-external-mb-1 {
  margin-bottom: 5px;
}

.gs-external-mb-2 {
  margin-bottom: 10px;
}

.gs-external-mb-3 {
  margin-bottom: 15px;
}

.gs-external-no-scroll {
  overflow: hidden;
}

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

.gs-campaign-open-preview-modal, .generate-campaign-template {
  cursor: pointer;
}

.preview-influencer-offer-content {
  margin: 0 auto;
}

.Email-message {
  background-color: #ffffff;
  padding: 20px 25px;
  border-radius: 8px;
  min-height: 300px;
  margin-bottom: 30px;
}
.Email-message__header {
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
  display: flex;
  justify-content: space-between;
}
.Email-message__header ul {
  list-style: none;
  color: #333333;
  padding: 0;
}
.Email-message__header ul li {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.Email-message__header-date {
  color: #777777;
}

.Email-message__header-column {
  color: #777777;
  display: block;
  min-width: 50px;
}

.Email-message__body {
  margin-top: 40px;
}
.Email-message__body img {
  max-width: 70%;
  display: block;
  padding: 10px 0;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.Email-message__attachments {
  border-top: 1px solid #E1E1E1;
  margin-top: 40px;
  padding: 20px 0;
}

.Email-message__attachment {
  margin-bottom: 20px;
}

.Email-message__attachment-control {
  min-height: 150px;
  border: 1px solid #E1E1E1;
  padding: 2px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Email-message__attachment-control:hover {
  opacity: 0.8;
}

.Email-message__attachment-control-icon {
  padding: 5px;
  border-radius: 50%;
  background-color: #4c4c4c;
}

@keyframes gs-page-builder-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes gs-page-builder-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(26px, 0);
  }
}
@keyframes gs-page-builder-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.gs-page-builder-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.gs-page-builder-ellipsis div {
  position: absolute;
  top: 33px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #56A4D6;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.gs-page-builder-ellipsis div:nth-child(1) {
  left: 8px;
  animation: gs-page-builder-ellipsis1 0.6s infinite;
}
.gs-page-builder-ellipsis div:nth-child(2) {
  left: 8px;
  animation: gs-page-builder-ellipsis2 0.6s infinite;
}
.gs-page-builder-ellipsis div:nth-child(3) {
  left: 32px;
  animation: gs-page-builder-ellipsis2 0.6s infinite;
}
.gs-page-builder-ellipsis div:nth-child(4) {
  left: 56px;
  animation: gs-page-builder-ellipsis3 0.6s infinite;
}

.gs-images-library .library-body {
  width: 100%;
  padding-left: 15px;
  padding-top: 15px;
}
.gs-images-library .alert-section {
  width: 30%;
  position: fixed;
  top: 70;
}
.gs-images-library .modal-body {
  max-height: calc(100vh - 20%);
  border-bottom: 1px solid #dddddd;
  padding: 0;
}
.gs-images-library .library-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
}
.gs-images-library img {
  width: 100%;
  max-height: 280px;
  border-radius: 6px;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 8px 0;
}
.gs-images-library img:hover {
  border: 4px solid #6cb2e0;
}
.gs-images-library .selected-image {
  border: 4px solid #56A4D6;
}
.gs-images-library .library-nav {
  width: 25%;
  display: flex;
  padding: 15px;
  flex-direction: column;
  background-color: rgb(247, 247, 247);
}
.gs-images-library .library-nav .nav-item {
  padding: 6px 10px 6px;
  font-weight: 600;
  font-size: 15px;
  margin: 8px 6px;
  border-radius: 8px;
  cursor: pointer;
}
.gs-images-library .library-nav .nav-item:hover {
  background-color: rgba(86, 164, 214, 0.8);
  color: #ffffff;
}
.gs-images-library .loaded-ig-items {
  margin-top: 30px;
}
.gs-images-library .selected-nav-item {
  background-color: #56A4D6;
  color: #ffffff;
}
.gs-images-library .default-item {
  background-color: #ffffff;
}
.gs-images-library .library-content {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  z-index: 9999;
  justify-content: center;
  width: 100%;
}
.gs-images-library .use-img {
  position: fixed;
  min-width: 255px;
  padding: 4px 4px;
  text-align: center;
  bottom: 65;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  background-color: #56A4D6;
  color: #ffffff;
  border-radius: 8px;
  cursor: pointer;
}
.gs-images-library .use-img:hover {
  background-color: #6cb2e0;
}
.gs-images-library .modal-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0a0a0a;
  z-index: 1000;
  opacity: 0.8;
}
.gs-images-library .img-library-modal {
  position: fixed;
}
.gs-images-library .gs-modal-dialog {
  max-width: 80%;
  transition: transform 0.3s ease-out;
  margin: 1.75rem auto;
}
.gs-images-library .modal-content {
  height: 95%;
}
.gs-images-library .instagram-library {
  max-width: 70%;
}
.gs-images-library .ig-numbers-input {
  align-items: center;
}
.gs-images-library .ig-numbers-input .images-number-input {
  border: 1px solid #ced4da;
  margin-left: 0;
  padding: 5px 10px;
  border-radius: 5px;
  max-width: 45px;
  color: #606060;
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .gs-images-library .gs-modal-dialog {
    max-width: 85%;
  }
  .gs-images-library .library-nav {
    width: 30%;
  }
}
@media (max-width: 1220px) {
  .gs-images-library .gs-modal-dialog {
    max-width: 90%;
  }
  .gs-images-library img {
    height: 200px;
  }
}
@media (max-width: 996px) {
  .gs-images-library .gs-modal-dialog {
    max-width: 95%;
  }
  .gs-images-library .library-nav {
    width: 35%;
  }
  .gs-images-library img {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .gs-images-library .gs-modal-dialog {
    max-width: 90%;
  }
  .gs-images-library .library-nav {
    width: 40%;
  }
  .gs-images-library .library-nav p {
    font-size: 11px;
  }
  .gs-images-library .library-container .modal-title {
    font-size: 1.08rem;
  }
  .gs-images-library img {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .gs-images-library .library-nav p {
    font-size: 9px;
  }
  .gs-images-library .modal-content {
    height: 100%;
  }
  .gs-images-library .gs-modal-dialog {
    max-width: 100%;
  }
  .gs-images-library .library-container .modal-title {
    font-size: 1rem;
  }
}

.menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding-bottom: 50px;
  height: calc(100vh - 61px);
}
.menu .menu-title:hover * {
  color: #56a4d6;
}

.marked-image-preview {
  background-color: #eeeeee;
  border-radius: 8px;
}

.device-menu-width-toggle {
  position: absolute;
  left: 100%;
  top: 100px;
  z-index: 50;
  background-color: #56a4d6;
  height: 60px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
  width: 38px;
  margin-left: 10px;
}

.devices-panel {
  position: fixed;
  bottom: 45px;
}

.device-menu-width-toggle i {
  color: #ffffff;
  font-weight: 800;
}

.alert-section {
  position: absolute;
  padding: 8px 10px;
  width: 100%;
}

.main-box {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 100px;
  position: relative;
}
.main-box .controller-box:hover p, .main-box .controller-box:hover i {
  color: #56a4d6;
}
.main-box .add_new_section {
  display: flex;
  justify-content: center;
  padding: 30px 20px 0;
  color: #b8bbc4;
  cursor: pointer;
  align-items: center;
}
.main-box .add_new_section p {
  transition: 0.2s ease;
  font-size: 21px;
  font-family: "Avenir LT Std", Avenir, Arial, sans-serif;
}
.main-box .add_new_section i {
  font-size: 21px;
}
.main-box .add_new_section:hover p, .main-box .add_new_section:hover i {
  color: #56a4d6;
}
.main-box .vacp-color-picker {
  max-width: 100%;
}
.main-box .btn {
  color: #ffffff;
}
.main-box textarea {
  resize: none;
}
@media (max-width: 750px) {
  .main-box textarea {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .main-box textarea {
    font-size: 10px;
  }
}
.main-box .top-section-text {
  font-family: "Avenir LT Std", Avenir, Arial, sans-serif;
  font-style: normal;
  font-weight: 100;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #424242;
  margin: 15px auto;
}
@media (max-width: 540px) {
  .main-box .top-section-text {
    font-weight: 300;
    font-size: 15px;
    line-height: 16px;
  }
}
.main-box .btn-no-image {
  border: 2px solid #BDC0C9;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(118, 118, 118, 0.05);
  border-radius: 10px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 1.07rem;
  width: 100%;
  line-height: 25px;
  margin: 0 auto 20px;
}
.main-box .btn-no-image:hover {
  border: 2px solid #56a4d6;
}
@media (max-width: 669px) {
  .main-box .btn-no-image {
    line-height: 20px;
    font-size: 0.9rem;
  }
}
.main-box .styles-group .vcp__header-icon {
  display: none;
}
.main-box .styles-group .vcp__header {
  background-color: white;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  padding-bottom: 0.6rem !important;
  padding-top: 0.6rem !important;
  border: 1px solid #ddd;
  font-size: 20px;
  border-radius: 8px;
  line-height: 24px;
  box-shadow: 0 0 10px rgba(118, 118, 118, 0.1);
}
.main-box .styles-group .vcp__header:hover {
  background-color: #f3f3f3;
}
.main-box .option-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #4D4D4D;
  font-family: "Avenir LT Std", Avenir, Arial, sans-serif;
}
@media (max-width: 540px) {
  .main-box .option-name {
    font-weight: 700;
    font-size: 8px;
    line-height: 13px;
  }
}
.main-box .vacp-color-space {
  height: 150px;
}
.main-box .option-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #4D4D4D;
  margin-top: 4px;
  font-family: "Avenir LT Std", Avenir, Arial, sans-serif;
}
@media (max-width: 540px) {
  .main-box .option-value {
    font-weight: 700;
    font-size: 9px;
    line-height: 19px;
  }
}
.main-box .color-box-preview {
  display: flex;
  border: 1px solid #ddd;
  font-size: 20px;
  width: 40px;
  border-radius: 8px;
  height: 30px;
  align-items: center;
}
.main-box .description-section-text {
  font-family: "Avenir LT Std", Avenir, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.main-box .styles-group .vcp__header-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 12px;
}
.main-box .vcp__header {
  transition: background-color 0.4s ease;
}
.main-box .vcp__body {
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.5, 0.25, 0, 1);
}
.main-box label {
  font-style: normal;
  font-weight: 700;
  font-family: "Avenir LT Std", Avenir, Arial, sans-serif;
  margin-bottom: 0.1rem;
  font-size: 16px;
  line-height: 22px;
  color: #4D4D4D;
}
.main-box .section-wrapper {
  padding: 5px 10px 5px 15px;
}
.main-box #headingOne .styles-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Avenir LT Std", Avenir, Arial, sans-serif;
  padding: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.html-editor-section .ql-editor {
  word-break: break-word;
}
.html-editor-section .ql-snow .ql-editor h1 {
  font-size: 1.4rem;
}
.html-editor-section .ql-snow .ql-editor h2 {
  font-size: 1.3rem;
}
.html-editor-section .ql-snow .ql-editor h3 {
  font-size: 1.2rem;
}
.html-editor-section .ql-snow .ql-editor h4 {
  font-size: 1.1rem;
}
.html-editor-section .ql-snow .ql-editor h5 {
  font-size: 1rem;
}
.html-editor-section .ql-snow .ql-editor h6 {
  font-size: 0.9rem;
}
.html-editor-section .ql-snow .ql-editor p {
  font-size: 0.9rem;
}

.AQS, #sf-aqs {
  display: none !important;
}
