@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400&display=swap);/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

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

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


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


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.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.12.1
 * 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.12.1
 * 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.12.1
 * 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;
	-ms-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.12.1
 * 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.12.1
 * 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.12.1
 * 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.12.1
 * 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.12.1
 * 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.12.1
 * 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.12.1
 * 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%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * 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.12.1
 * 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.12.1
 * 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.12.1
 * 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.12.1
 * 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: default;
	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.12.1
 * 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.12.1
 * 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.12.1
 * 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.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@charset "UTF-8";
@font-face {
  font-family: "icohybricks";
  src: url("../fonts/icohybricks.eot?h0xoec");
  src: url("../fonts/icohybricks.eot?h0xoec#iefix") format("embedded-opentype"), url("../fonts/icohybricks.ttf?h0xoec") format("truetype"), url("../fonts/icohybricks.woff?h0xoec") format("woff"), url("../fonts/icohybricks.svg?h0xoec#icohybricks") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icohybricks" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-remove-contact:before {
  content: "\E922";
}

.icon-add-contact-active:before {
  content: "\E90A";
}

.icon-add-contact:before {
  content: "\E921";
}

.icon-check:before {
  content: "\E920";
}

.icon-poke:before {
  content: "\E91E";
}

.icon-showContact:before {
  content: "\E91D";
}

.icon-cancel:before {
  content: "\E91C";
}

.icon-meeting-Visio-btn:before {
  content: "\E915";
}

.icon-meeting-Visio:before {
  content: "\E916";
}

.icon-arrow:before {
  content: "\E917";
}

.icon-arrow-previous:before {
  content: "\E903";
}

.icon-arrow-next:before {
  content: "\E902";
}

.icon-arrow-up:before {
  content: "\E904";
}

.icon-arrow-down:before {
  content: "\E901";
}

.icon-chat:before {
  content: "\E905";
}

.icon-contacts:before {
  content: "\E906";
}

.icon-date:before {
  content: "\E907";
}

.icon-agenda:before {
  content: "\E900";
}

.icon-Favorite-on:before {
  content: "\E918";
}

.icon-Favorite:before {
  content: "\E909";
}

.icon-user:before {
  content: "\E913";
}

.icon-contact-list:before {
  content: "\E91F";
}

.icon-help:before {
  content: "\E90B";
}

.icon-live-chat:before {
  content: "\E90C";
}

.icon-notifications:before {
  content: "\E90D";
}

.icon-pdf:before {
  content: "\E90E";
}

.icon-Play:before {
  content: "\E90F";
}

.icon-speech:before {
  content: "\E910";
}

.icon-time:before {
  content: "\E911";
}

.icon-Send:before {
  content: "\E919";
}

.icon-www:before {
  content: "\E91A";
}

.icon-linkedin-in:before {
  content: "\E91B";
}

.icon-facebook-f:before {
  content: "\E908";
}

.icon-twitter:before {
  content: "\E912";
}

.icon-youtube:before {
  content: "\E914";
}

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #f7b419;
  --secondary: #133d61;
  --success: #28a745;
  --info: #ccc;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f5f5f5;
  --dark: #092337;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f3f3f3;
  text-align: left;
  background-color: #092337;
}

[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.75rem;
}

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

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: 300;
}

dd {
  margin-bottom: .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: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #f7b419;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #bd8607;
  text-decoration: none;
}

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: #9A9A9A;
  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: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

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.75rem;
  font-weight: 500;
  line-height: 1.2;
}

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

@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

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

@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

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

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

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

@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

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

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

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

@media (max-width: 1200px) {
  .lead {
    font-size: calc(1.255rem + 0.06vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
}

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

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #092337;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 10px;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1900px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.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.33333333%;
  max-width: 33.33333333%;
}

.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.66666667%;
  max-width: 16.66666667%;
}

.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.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
    max-width: 16.66666667%;
  }
  .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.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
    max-width: 16.66666667%;
  }
  .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: 1200px) {
  .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.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
    max-width: 16.66666667%;
  }
  .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: 1400px) {
  .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.33333333%;
    max-width: 33.33333333%;
  }
  .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.66666667%;
    max-width: 16.66666667%;
  }
  .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%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1.5rem;
  color: #f3f3f3;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.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: #f3f3f3;
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #fbd887;
}

.table-hover .table-primary:hover {
  background-color: #fce2a6;
}

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #849aad;
}

.table-hover .table-secondary:hover {
  background-color: #aebcc9;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #e4e4e4;
}

.table-hover .table-info:hover {
  background-color: #e4e4e4;
}

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafafa;
}

.table-hover .table-light:hover {
  background-color: #efefef;
}

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7f8d97;
}

.table-hover .table-dark:hover {
  background-color: #acb4bc;
}

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

.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: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

@media (max-width: 1199.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: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.1rem + 2px);
  padding: 0.55rem 1.3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #092337;
  background-color: #EEF2E6;
  background-clip: padding-box;
  border: 1px solid #C4CAB0;
  border-radius: 100px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #092337;
}

.form-control:focus, .form-control.ng-not-empty {
  color: #092337;
  background-color: #FFFFFF;
  border-color: #f7b419;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: rgba(19, 61, 97, 0.6);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(19, 61, 97, 0.6);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(19, 61, 97, 0.6);
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  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:focus::-ms-value, select.form-control.ng-not-empty::-ms-value {
  color: #092337;
  background-color: #EEF2E6;
}

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

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

.col-form-label-lg {
  padding-top: calc(0.95rem + 1px);
  padding-bottom: calc(0.95rem + 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.55rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #f3f3f3;
  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.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 100px;
}

.form-control-lg {
  height: calc(1.5em + 1.9rem + 2px);
  padding: 0.95rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 100px;
}

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: -ms-flexbox;
  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: #9A9A9A;
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 10px;
}

.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: #28a745;
  padding-right: calc(1.5em + 1.1rem);
  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='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.275rem) center;
  background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-control:valid:focus, .was-validated .form-control.ng-not-empty:valid, .form-control.is-valid:focus, .is-valid.form-control.ng-not-empty {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 3.125rem);
  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 1.3rem center/8px 10px no-repeat, #EEF2E6 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='%2328a745' 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 2.3rem/calc(0.75em + 0.55rem) calc(0.75em + 0.55rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.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: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.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(40, 167, 69, 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: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 10px;
}

.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: #dc3545;
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.275rem) center;
  background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-control:invalid:focus, .was-validated .form-control.ng-not-empty:invalid, .form-control.is-invalid:focus, .is-invalid.form-control.ng-not-empty {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 3.125rem);
  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 1.3rem center/8px 10px no-repeat, #EEF2E6 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 2.3rem/calc(0.75em + 0.55rem) calc(0.75em + 0.55rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.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: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.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(220, 53, 69, 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: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    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: -ms-flexbox;
    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: 600;
  color: #f3f3f3;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.55rem 1.3rem;
  font-size: 1rem;
  line-height: 1.2rem;
  border-radius: 20px;
  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: #f3f3f3;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}

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

.btn-primary {
  color: #212529;
  background-color: #f7b419;
  border-color: #f7b419;
  box-shadow: none;
}

.btn-primary:hover {
  color: #212529;
  background-color: #e2a008;
  border-color: #d69707;
}

.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #e2a008;
  border-color: #d69707;
  box-shadow: 0 0 0 0.2rem rgba(215, 159, 27, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #f7b419;
  border-color: #f7b419;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #d69707;
  border-color: #c98f07;
}

.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(215, 159, 27, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #133d61;
  border-color: #133d61;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #0d2941;
  border-color: #0b2236;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #0d2941;
  border-color: #0b2236;
  box-shadow: 0 0 0 0.2rem rgba(54, 90, 121, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #133d61;
  border-color: #133d61;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0b2236;
  border-color: #091b2c;
}

.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(54, 90, 121, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: none;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.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(72, 180, 97, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
  box-shadow: none;
}

.btn-info:hover {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b3b2b2;
}

.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #b9b9b9;
  border-color: #b3b2b2;
  box-shadow: 0 0 0 0.2rem rgba(178, 179, 180, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #b3b2b2;
  border-color: #acacac;
}

.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(178, 179, 180, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: none;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.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(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #dcdbdb;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e2e2;
  border-color: #dcdbdb;
  box-shadow: 0 0 0 0.2rem rgba(213, 214, 214, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dcdbdb;
  border-color: #d5d5d5;
}

.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(213, 214, 214, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #092337;
  border-color: #092337;
  box-shadow: none;
}

.btn-dark:hover {
  color: #fff;
  background-color: #040e16;
  border-color: #02070b;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #040e16;
  border-color: #02070b;
  box-shadow: 0 0 0 0.2rem rgba(46, 68, 85, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #092337;
  border-color: #092337;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #02070b;
  border-color: black;
}

.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(46, 68, 85, 0.5);
}

.btn-outline-primary {
  color: #f7b419;
  border-color: #f7b419;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #f7b419;
  border-color: #f7b419;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 180, 25, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #f7b419;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #f7b419;
  border-color: #f7b419;
}

.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(247, 180, 25, 0.5);
}

.btn-outline-secondary {
  color: #133d61;
  border-color: #133d61;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #133d61;
  border-color: #133d61;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 61, 97, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #133d61;
  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: #fff;
  background-color: #133d61;
  border-color: #133d61;
}

.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(19, 61, 97, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.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(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #ccc;
  border-color: #ccc;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #ccc;
  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: #212529;
  background-color: #ccc;
  border-color: #ccc;
}

.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(204, 204, 204, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  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: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.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(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f5f5;
  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: #f5f5f5;
  border-color: #f5f5f5;
}

.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(245, 245, 245, 0.5);
}

.btn-outline-dark {
  color: #092337;
  border-color: #092337;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #092337;
  border-color: #092337;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 35, 55, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #092337;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #092337;
  border-color: #092337;
}

.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(9, 35, 55, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #f7b419;
  text-decoration: none;
}

.btn-link:hover {
  color: #bd8607;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.95rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 20px;
}

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

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

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.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: 1200px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

.dropdown-divider {
  height: 0;
  margin: 0.75rem 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: #fff;
  text-decoration: none;
  background-color: #f7b419;
}

.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: -ms-inline-flexbox;
  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: -ms-flexbox;
  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: -2px;
}

.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.975rem;
  padding-left: 0.975rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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: -2px;
}

.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: -ms-flexbox;
  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 > .form-control.ng-not-empty,
.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: -ms-flexbox;
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.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::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::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0.55rem 1.3rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(243, 243, 243, 0.8);
  text-align: center;
  white-space: nowrap;
  background-color: #EEF2E6;
  border: 1px solid #C4CAB0;
  border-radius: 100px;
}

.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 + 1.9rem + 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.95rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 100px;
}

.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.8rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 100px;
}

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

.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.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #555;
  border-color: transparent;
  background-color: transparent;
  box-shadow:;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none, none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f7b419;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow:;
}

.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: transparent;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #adb5bd solid 1px;
  box-shadow: none;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 10px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: transparent;
  background-color: transparent;
  box-shadow:;
}

.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='%23555' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: transparent;
}

.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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23555'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: transparent;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.1rem + 2px);
  padding: 0.55rem 2.3rem 0.55rem 1.3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #092337;
  vertical-align: middle;
  background: #EEF2E6 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 1.3rem center/8px 10px no-repeat;
  border: 1px solid #C4CAB0;
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #f7b419;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(247, 180, 25, 0.25);
}

.custom-select:focus::-ms-value {
  color: #092337;
  background-color: #EEF2E6;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.3rem;
  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 #092337;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #f7b419;
  box-shadow: none;
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.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.5em + 1.1rem + 2px);
  padding: 0.55rem 1.3rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #092337;
  background-color: #EEF2E6;
  border: 1px solid #C4CAB0;
  border-radius: 100px;
  box-shadow: none;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.1rem);
  padding: 0.55rem 1.3rem;
  line-height: 1.5;
  color: #092337;
  content: "Browse";
  background-color: #EEF2E6;
  border-left: inherit;
  border-radius: 0 100px 100px 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 #092337, none;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #092337, none;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #092337, none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #f7b419;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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: #fdecc6;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #f7b419;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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: #fdecc6;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #f7b419;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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: #fdecc6;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.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: -ms-flexbox;
  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: transparent solid transparent;
}

.nav-tabs .nav-link {
  margin-bottom: -transparent;
  border: transparent solid transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}

.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: white;
  background-color: rgb(255 255 255 / 3%);
  border-color: transparent;
}

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

.nav-pills .nav-link {
  border-radius: 10px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f7b419;
}

.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: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1.5rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1.5rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  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: 20px;
}

.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 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  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: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%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: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: none;
  background-clip: border-box;
  border: 0px solid none;
  border-radius: 10px;
}

.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: 10px;
  border-top-right-radius: 10px;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.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: none;
  border-bottom: 0px solid none;
}

.card-header:first-child {
  border-radius: 10px 10px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: none;
  border-top: 0px solid none;
}

.card-footer:last-child {
  border-radius: 0 0 10px 10px;
}

.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: 10px;
}

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

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

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

.card-deck .card {
  margin-bottom: 7.5px;
}

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

.card-group > .card {
  margin-bottom: 7.5px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    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: 2;
         column-count: 2;
    -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: 0px;
}

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

.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: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 10px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #f7b419;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #bd8607;
  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(247, 180, 25, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #f7b419;
  border-color: #f7b419;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.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: 10px;
  border-bottom-left-radius: 10px;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.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: 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #212529;
  background-color: #f7b419;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #d69707;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(247, 180, 25, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #133d61;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #0b2236;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(19, 61, 97, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #ccc;
}

a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #b3b2b2;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f5f5f5;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dcdbdb;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #092337;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #02070b;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(9, 35, 55, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 10px;
}

@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: 10px;
}

.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: #805e0d;
  background-color: #fdf0d1;
  border-color: #fdeabf;
}

.alert-primary hr {
  border-top-color: #fce2a6;
}

.alert-primary .alert-link {
  color: #523c08;
}

.alert-secondary {
  color: #0a2032;
  background-color: #d0d8df;
  border-color: #bdc9d3;
}

.alert-secondary hr {
  border-top-color: #aebcc9;
}

.alert-secondary .alert-link {
  color: #020508;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #6a6a6a;
  background-color: whitesmoke;
  border-color: #f1f1f1;
}

.alert-info hr {
  border-top-color: #e4e4e4;
}

.alert-info .alert-link {
  color: #515050;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7f7f7f;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}

.alert-light hr {
  border-top-color: #efefef;
}

.alert-light .alert-link {
  color: #666565;
}

.alert-dark {
  color: #05121d;
  background-color: #ced3d7;
  border-color: #bac1c7;
}

.alert-dark hr {
  border-top-color: #acb4bc;
}

.alert-dark .alert-link {
  color: black;
}

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

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

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 10px;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #f7b419;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -o-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-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

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

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

.media-body {
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 10px;
}

.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: #f3f3f3;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(243, 243, 243, 0.2);
}

.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: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #f7b419;
  border-color: #f7b419;
}

.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: 10px;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 10px;
  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: 10px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 10px;
    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: 10px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 10px;
    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: 1200px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 10px;
    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: 1400px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  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: #805e0d;
  background-color: #fdeabf;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #805e0d;
  background-color: #fce2a6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #805e0d;
  border-color: #805e0d;
}

.list-group-item-secondary {
  color: #0a2032;
  background-color: #bdc9d3;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #0a2032;
  background-color: #aebcc9;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0a2032;
  border-color: #0a2032;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #6a6a6a;
  background-color: #f1f1f1;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #6a6a6a;
  background-color: #e4e4e4;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #7f7f7f;
  background-color: #fcfcfc;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7f7f7f;
  background-color: #efefef;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.list-group-item-dark {
  color: #05121d;
  background-color: #bac1c7;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #05121d;
  background-color: #acb4bc;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #05121d;
  border-color: #05121d;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

.close:hover {
  color: black;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.toast {
  flex-basis: 365px;
  max-width: 365px;
  font-size: 0.875rem;
  background-color: rgba(10, 32, 50, 0.9);
  background-clip: padding-box;
  border: 1px solid transparent;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0;
  border-radius: 10px;
}

.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: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #f5f5f5;
  background-color: rgba(5, 17, 27, 0.6);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.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: 1055;
  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: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  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: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1052;
  width: 100vw;
  height: 100vh;
  background-color: black;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
}

.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: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.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: #f5f5f5;
}

.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: #f5f5f5;
}

.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: #f5f5f5;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 10px;
}

.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: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 10px 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: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: 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: #fff;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 10px 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: #fff;
}

.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: 9px;
  border-top-right-radius: 9px;
}

.popover-header:empty {
  display: none;
}

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

.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: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 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='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

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

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

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

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            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: #f7b419 !important;
}

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

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

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

.bg-success {
  background-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #28a745 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 10px !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: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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: 1200px) {
  .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: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

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

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-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: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}

.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: 0 0.5rem 1rem rgba(0, 0, 0, 0.45) !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.375rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.375rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.375rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.375rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.375rem !important;
}

.m-2 {
  margin: 0.75rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.75rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.75rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.75rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.75rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

.m-4 {
  margin: 2.25rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2.25rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2.25rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2.25rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2.25rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4.5rem !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.375rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.375rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.375rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.375rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.375rem !important;
}

.p-2 {
  padding: 0.75rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.75rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.75rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.75rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

.p-4 {
  padding: 2.25rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2.25rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2.25rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2.25rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2.25rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4.5rem !important;
}

.m-n1 {
  margin: -0.375rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.375rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.375rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.375rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.375rem !important;
}

.m-n2 {
  margin: -0.75rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.75rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.75rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.75rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.75rem !important;
}

.m-n3 {
  margin: -1.5rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important;
}

.m-n4 {
  margin: -2.25rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2.25rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2.25rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2.25rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2.25rem !important;
}

.m-n5 {
  margin: -4.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4.5rem !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.375rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.375rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.375rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.375rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.375rem !important;
  }
  .m-sm-2 {
    margin: 0.75rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.75rem !important;
  }
  .m-sm-3 {
    margin: 1.5rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important;
  }
  .m-sm-4 {
    margin: 2.25rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.25rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.25rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.25rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.25rem !important;
  }
  .m-sm-5 {
    margin: 4.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 4.5rem !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.375rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.375rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.375rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.375rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.375rem !important;
  }
  .p-sm-2 {
    padding: 0.75rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.75rem !important;
  }
  .p-sm-3 {
    padding: 1.5rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important;
  }
  .p-sm-4 {
    padding: 2.25rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.25rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.25rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.25rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.25rem !important;
  }
  .p-sm-5 {
    padding: 4.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 4.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.375rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.375rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.375rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.375rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.375rem !important;
  }
  .m-sm-n2 {
    margin: -0.75rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n3 {
    margin: -1.5rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n4 {
    margin: -2.25rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2.25rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2.25rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2.25rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2.25rem !important;
  }
  .m-sm-n5 {
    margin: -4.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -4.5rem !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.375rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.375rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.375rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.375rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.375rem !important;
  }
  .m-md-2 {
    margin: 0.75rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.75rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.75rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.75rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important;
  }
  .m-md-4 {
    margin: 2.25rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.25rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.25rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.25rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.25rem !important;
  }
  .m-md-5 {
    margin: 4.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 4.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 4.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 4.5rem !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.375rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.375rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.375rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.375rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.375rem !important;
  }
  .p-md-2 {
    padding: 0.75rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.75rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.75rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.75rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important;
  }
  .p-md-4 {
    padding: 2.25rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.25rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.25rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.25rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.25rem !important;
  }
  .p-md-5 {
    padding: 4.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 4.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 4.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 4.5rem !important;
  }
  .m-md-n1 {
    margin: -0.375rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.375rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.375rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.375rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.375rem !important;
  }
  .m-md-n2 {
    margin: -0.75rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.75rem !important;
  }
  .m-md-n3 {
    margin: -1.5rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.5rem !important;
  }
  .m-md-n4 {
    margin: -2.25rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.25rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.25rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.25rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.25rem !important;
  }
  .m-md-n5 {
    margin: -4.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -4.5rem !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: 1200px) {
  .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.375rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.375rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.375rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.375rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.375rem !important;
  }
  .m-lg-2 {
    margin: 0.75rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.75rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 2.25rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.25rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.25rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.25rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.25rem !important;
  }
  .m-lg-5 {
    margin: 4.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 4.5rem !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.375rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.375rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.375rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.375rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.375rem !important;
  }
  .p-lg-2 {
    padding: 0.75rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.75rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 2.25rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.25rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.25rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.25rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.25rem !important;
  }
  .p-lg-5 {
    padding: 4.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 4.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.375rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.375rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.375rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.375rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.375rem !important;
  }
  .m-lg-n2 {
    margin: -0.75rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n3 {
    margin: -1.5rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n4 {
    margin: -2.25rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.25rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.25rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.25rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.25rem !important;
  }
  .m-lg-n5 {
    margin: -4.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -4.5rem !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: 1400px) {
  .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.375rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.375rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.375rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.375rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.375rem !important;
  }
  .m-xl-2 {
    margin: 0.75rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.75rem !important;
  }
  .m-xl-3 {
    margin: 1.5rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important;
  }
  .m-xl-4 {
    margin: 2.25rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.25rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.25rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.25rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.25rem !important;
  }
  .m-xl-5 {
    margin: 4.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 4.5rem !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.375rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.375rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.375rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.375rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.375rem !important;
  }
  .p-xl-2 {
    padding: 0.75rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.75rem !important;
  }
  .p-xl-3 {
    padding: 1.5rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important;
  }
  .p-xl-4 {
    padding: 2.25rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.25rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.25rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.25rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.25rem !important;
  }
  .p-xl-5 {
    padding: 4.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 4.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.375rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.375rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.375rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.375rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.375rem !important;
  }
  .m-xl-n2 {
    margin: -0.75rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n3 {
    margin: -1.5rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n4 {
    margin: -2.25rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.25rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.25rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.25rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.25rem !important;
  }
  .m-xl-n5 {
    margin: -4.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -4.5rem !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;
  }
}

.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: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #f7b419 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #bd8607 !important;
}

.text-secondary {
  color: #133d61 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #061521 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #ccc !important;
}

a.text-info:hover, a.text-info:focus {
  color: #a6a6a6 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f5f5f5 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cfcfcf !important;
}

.text-dark {
  color: #092337 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #f3f3f3 !important;
}

.text-muted {
  color: #9A9A9A !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;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1200px !important;
  }
  .container {
    min-width: 1200px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: all 0.5s ease-in-out;
  height: 100%;
  overflow: hidden;
}

.vjs-poster {
  background-size: cover !important;
}

.list-inline-s a {
  width: 45px;
  height: 45px;
}

.fleche {
  background: -webkit-gradient(linear, left top, left bottom, from(#d39e00), color-stop(50%, #d39e00), color-stop(50%, #ffc107), to(#ffc107));
  background: -o-linear-gradient(top, #d39e00 0%, #d39e00 50%, #ffc107 50%, #ffc107 100%);
  background: linear-gradient(180deg, #d39e00 0%, #d39e00 50%, #ffc107 50%, #ffc107 100%);
  position: relative;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 27px);
}

.fleche:before, .fleche:after {
  content: "";
  display: block;
}

.fleche:after {
  clear: both;
}

.fleche {
  *zoom: 1;
}

.fleche .triangle {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -2px;
  right: -30px;
  clip: rect(auto, 60px, auto, 30px);
  transform: rotate(0deg);
}

.fleche .triangle::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: -o-linear-gradient(225deg, #d39e00 0%, #d39e00 50%, #ffc107 50%, #ffc107 100%);
  background: linear-gradient(225deg, #d39e00 0%, #d39e00 50%, #ffc107 50%, #ffc107 100%);
  transform: rotate(-45deg);
}

.fleche:before, .fleche:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -27px;
  width: 0;
  height: 0;
  border-top: 29px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 27px solid #ffc107;
  z-index: 2;
  transition: border-color .2s ease;
}

.fleche::before {
  right: auto;
  left: 0;
  border-left: 27px solid #fff;
  z-index: 0;
}

.fleche::after {
  border: none;
}

.poster {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}

.poster .btn-poster {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%) translateY(-50%);
}

#PlayerContainer #PlayerIframeContainer {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f7b419;
}

#PlayerContainer #PlayerIframeContainer #YukaFrame {
  border-radius: 10px;
}

#PlayerContainer .btn-outline-primary.active,
#PlayerContainer .btn-outline-primary:focus,
#PlayerContainer .btn-outline-primary:hover {
  border-color: transparent;
}

#PlayerContainer .SpeakersContainer .ProfilePhoto {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.09);
  border: 1px solid #fff;
}

.speaker_light {
  cursor: pointer;
}

.ratio-home-project {
  height: 260px;
  border-radius: 10px;
}

.clickable {
  cursor: pointer;
}

.unclickable {
  cursor: not-allowed;
}

.no-pointer {
  pointer-events: none;
}

.twitter-tweet {
  overflow: hidden;
}

.s-placement {
  position: relative;
  left: -4px;
}

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

.main-front {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.main-section {
  flex-grow: 1;
  /* 4 */
}

a {
  transition: .2s all ease;
}

.row [class*='col-'] {
  transition: all 0.5s ease-in-out;
}

.text-underline {
  text-decoration: underline;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #f7b419;
}

.bg-black {
  background-color: black;
}

.cover {
  min-height: 125%;
}

.cover .container {
  height: 100vh;
}

.badge-badgeName {
  color: #212529;
  background-color: white;
}

a.badge-badgeName:hover, a.badge-badgeName:focus {
  color: #212529;
  background-color: #e6e5e5;
}

a.badge-badgeName:focus, a.badge-badgeName.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-badgeName {
  color: #fff;
  background-color: black;
}

a.badge-badgeName:hover, a.badge-badgeName:focus {
  color: #fff;
  background-color: black;
}

a.badge-badgeName:focus, a.badge-badgeName.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-badgeName {
  color: #fff;
  background-color: red;
}

a.badge-badgeName:hover, a.badge-badgeName:focus {
  color: #fff;
  background-color: #cc0000;
}

a.badge-badgeName:focus, a.badge-badgeName.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.op-0 {
  opacity: 0;
}

.op-10 {
  opacity: 0.1;
}

.op-20 {
  opacity: 0.2;
}

.op-30 {
  opacity: 0.3;
}

.op-40 {
  opacity: 0.4;
}

.op-50 {
  opacity: 0.5;
}

.op-60 {
  opacity: 0.6;
}

.op-70 {
  opacity: 0.7;
}

.op-80 {
  opacity: 0.8;
}

.op-90 {
  opacity: 0.9;
}

.op-100 {
  opacity: 1;
}

.bg-transparent {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.r-90 {
  transform: rotate(90deg);
}

.r-180 {
  transform: rotate(180deg);
}

.logged-bg {
  background-image: url(../img/letop/background-auth.png);
}

.connexion-bg {
  background-image: url(../img/letop/background-guest.png);
}

.card.card-connexion {
  min-width: 600px;
}

/*
.bg-footer {
    //background-color: map-get($custom_colors, 'card_bg_logged');
    background-color: transparentize(theme-color-level("primary", 3), .1);
}
*/
.border-light-radius {
  border-radius: 10px;
}

.list-inline > li {
  display: inline-block;
}

.list-inline > li:not(:last-child) {
  margin-right: 0.5rem;
}

.first-letter {
  text-transform: normal;
}

.first-letter::first-letter {
  text-transform: uppercase;
}

.tags {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.tags .tag-item {
  width: auto;
  list-style: none;
  margin-right: 10px;
}

.tags .tag-item:last-child {
  margin-right: 0px;
}

.svg_prev {
  transform: rotate(-90deg);
  width: 25px;
}

.svg_next {
  transform: rotate(90deg);
  width: 25px;
}

.bg_icon_search {
  background-repeat: no-repeat;
  background-position: right 0.8em bottom 10px;
  background-size: 20px;
  padding-right: 38px;
}

.blur-light {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.blur-normal {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.blur-hard {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.img_contact {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: #f5f5f5;
  border-radius: 50%;
  position: relative;
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #f5f5f5;
  margin: 0 auto auto auto;
}

.img_contact.with_img img {
  max-width: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.img_contact .bi-icons {
  display: none;
  position: absolute;
  bottom: 0%;
  right: 5%;
  font-size: auto;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.img_contact.is-online .bi-icons, .img_contact.is-offline .bi-icons, .img_contact.is-busy .bi-icons {
  display: inline-block;
}

.img_contact.is-online .bi-icons i:nth-child(2),
.img_contact.is-online .bi-icons i:nth-child(3) {
  display: none;
}

.img_contact.is-offline .bi-icons i:nth-child(1),
.img_contact.is-offline .bi-icons i:nth-child(3) {
  display: none;
}

.img_contact.is-busy .bi-icons i:nth-child(1),
.img_contact.is-busy .bi-icons i:nth-child(2) {
  display: none;
}

.img_contact.is-online .bi-icons {
  background-color: #28a745;
}

.img_contact.is-offline .bi-icons {
  background-color: rgba(167, 167, 167, 0.9);
}

.img_contact.is-busy .bi-icons {
  background-color: #dc3545;
}

.badge-online {
  position: absolute;
  right: 0;
  top: 65%;
}

.content-top_nav.sticky-top {
  top: 45px;
}

@media (max-width: 768px) {
  .content-top_nav.sticky-top {
    top: 5px;
    position: relative;
  }
}

.content-top_nav .top_nav {
  width: auto;
  position: absolute;
  right: 0;
  z-index: 500;
}

@media (max-width: 768px) {
  .content-top_nav .top_nav {
    width: 100%;
    position: inherit;
  }
}

.content-top_nav .notification-container {
  position: absolute;
  right: 45px;
  z-index: 99999;
}

[data-toggle="collapse"] svg {
  transition: .2s all ease;
  transform: rotate(-180deg);
}

[data-toggle="collapse"].collapsed svg {
  transform: rotate(0deg);
}

.addtoagenda span,
.removefromagenda span {
  pointer-events: none;
}

.moment-picker {
  z-index: 9999999;
}

.fav {
  position: relative;
}

.fav:before, .fav:after {
  content: "";
  display: block;
}

.fav:after {
  clear: both;
}

.fav {
  *zoom: 1;
}

#NewsList {
  z-index: 0;
}

#NewsList + .card-footer {
  z-index: 1;
}

.ratio-home-project,
.ratio-project {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ratio-home-project img,
.ratio-project img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.ratio-project {
  height: 200px;
}

.ratio-project img {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.calltoactions-menu .btn.btn-secondary {
  font-size: 14px;
}

.calltoactions-menu .btn.btn-secondary svg {
  width: 28px;
  height: 28px;
  margin: 0 0 5px;
}

.overlay-modules .modules_wrapper {
  z-index: 99;
}

@supports (-webkit-line-clamp: 3) {
  .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
  }
}

@supports (-webkit-line-clamp: 10) {
  .line-clamp-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
  }
}

.sticky-top-tab {
  background-color: rgba(0, 47, 62, 0.9);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1500;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .sticky-top-tab {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(0, 47, 62, 0.4);
  }
}

.text-shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

dl dd {
  color: #f7b419;
  font-style: italic;
}

.bg-stand-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(65%, rgba(65, 186, 185, 0.732931)), color-stop(67%, rgba(65, 186, 185, 0.929009)), to(rgba(0, 138, 140, 0.973827)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(65, 186, 185, 0.732931) 65%, rgba(65, 186, 185, 0.929009) 67%, rgba(0, 138, 140, 0.973827) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(65, 186, 185, 0.732931) 65%, rgba(65, 186, 185, 0.929009) 67%, rgba(0, 138, 140, 0.973827) 100%);
}

.brand-stand {
  position: absolute;
  height: 14%;
  width: 20.4%;
  background: #fff;
  right: 7.5%;
  top: 4.3%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .brand-stand {
    top: -1%;
  }
}

@media screen and (max-width: 992px) {
  .site-footer {
    position: relative;
  }
}

.border-lg-left {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 992px) {
  .border-lg-left {
    border-left: 0 !important;
  }
}

.card-transparent, .card-transparent--blur {
  background-color: rgba(39, 61, 79, 0.85);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .card-transparent, .card-transparent--blur {
    background-color: rgba(48, 70, 87, 0.5);
  }
  .card-transparent--blur {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}

.border-1 {
  border-width: 1px !important;
  border-style: solid;
  border-color: #dee2e6;
}

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

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

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

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

.border-2 {
  border-width: 2px !important;
  border-style: solid;
  border-color: #dee2e6;
}

.border-top-2 {
  border-top-width: 2px !important;
  border-top-style: solid;
  border-top-color: #dee2e6;
}

.border-right-2 {
  border-right-width: 2px !important;
  border-right-style: solid;
  border-right-color: #dee2e6;
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
}

.border-left-2 {
  border-left-width: 2px !important;
  border-left-style: solid;
  border-left-color: #dee2e6;
}

.border-3 {
  border-width: 3px !important;
  border-style: solid;
  border-color: #dee2e6;
}

.border-top-3 {
  border-top-width: 3px !important;
  border-top-style: solid;
  border-top-color: #dee2e6;
}

.border-right-3 {
  border-right-width: 3px !important;
  border-right-style: solid;
  border-right-color: #dee2e6;
}

.border-bottom-3 {
  border-bottom-width: 3px !important;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
}

.border-left-3 {
  border-left-width: 3px !important;
  border-left-style: solid;
  border-left-color: #dee2e6;
}

.border-4 {
  border-width: 4px !important;
  border-style: solid;
  border-color: #dee2e6;
}

.border-top-4 {
  border-top-width: 4px !important;
  border-top-style: solid;
  border-top-color: #dee2e6;
}

.border-right-4 {
  border-right-width: 4px !important;
  border-right-style: solid;
  border-right-color: #dee2e6;
}

.border-bottom-4 {
  border-bottom-width: 4px !important;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
}

.border-left-4 {
  border-left-width: 4px !important;
  border-left-style: solid;
  border-left-color: #dee2e6;
}

.border-5 {
  border-width: 5px !important;
  border-style: solid;
  border-color: #dee2e6;
}

.border-top-5 {
  border-top-width: 5px !important;
  border-top-style: solid;
  border-top-color: #dee2e6;
}

.border-right-5 {
  border-right-width: 5px !important;
  border-right-style: solid;
  border-right-color: #dee2e6;
}

.border-bottom-5 {
  border-bottom-width: 5px !important;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
}

.border-left-5 {
  border-left-width: 5px !important;
  border-left-style: solid;
  border-left-color: #dee2e6;
}

.border-6 {
  border-width: 6px !important;
  border-style: solid;
  border-color: #dee2e6;
}

.border-top-6 {
  border-top-width: 6px !important;
  border-top-style: solid;
  border-top-color: #dee2e6;
}

.border-right-6 {
  border-right-width: 6px !important;
  border-right-style: solid;
  border-right-color: #dee2e6;
}

.border-bottom-6 {
  border-bottom-width: 6px !important;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
}

.border-left-6 {
  border-left-width: 6px !important;
  border-left-style: solid;
  border-left-color: #dee2e6;
}

.border-7 {
  border-width: 7px !important;
  border-style: solid;
  border-color: #dee2e6;
}

.border-top-7 {
  border-top-width: 7px !important;
  border-top-style: solid;
  border-top-color: #dee2e6;
}

.border-right-7 {
  border-right-width: 7px !important;
  border-right-style: solid;
  border-right-color: #dee2e6;
}

.border-bottom-7 {
  border-bottom-width: 7px !important;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
}

.border-left-7 {
  border-left-width: 7px !important;
  border-left-style: solid;
  border-left-color: #dee2e6;
}

.border-8 {
  border-width: 8px !important;
  border-style: solid;
  border-color: #dee2e6;
}

.border-top-8 {
  border-top-width: 8px !important;
  border-top-style: solid;
  border-top-color: #dee2e6;
}

.border-right-8 {
  border-right-width: 8px !important;
  border-right-style: solid;
  border-right-color: #dee2e6;
}

.border-bottom-8 {
  border-bottom-width: 8px !important;
  border-bottom-style: solid;
  border-bottom-color: #dee2e6;
}

.border-left-8 {
  border-left-width: 8px !important;
  border-left-style: solid;
  border-left-color: #dee2e6;
}

.bg-primary-10 {
  background-color: rgba(247, 180, 25, 0.9) !important;
}

.bg-primary-20 {
  background-color: rgba(247, 180, 25, 0.8) !important;
}

.bg-primary-30 {
  background-color: rgba(247, 180, 25, 0.7) !important;
}

.bg-primary-40 {
  background-color: rgba(247, 180, 25, 0.6) !important;
}

.bg-primary-50 {
  background-color: rgba(247, 180, 25, 0.5) !important;
}

.bg-primary-60 {
  background-color: rgba(247, 180, 25, 0.4) !important;
}

.bg-primary-70 {
  background-color: rgba(247, 180, 25, 0.3) !important;
}

.bg-primary-80 {
  background-color: rgba(247, 180, 25, 0.2) !important;
}

.bg-primary-90 {
  background-color: rgba(247, 180, 25, 0.1) !important;
}

.bg-secondary-10 {
  background-color: rgba(19, 61, 97, 0.9) !important;
}

.bg-secondary-20 {
  background-color: rgba(19, 61, 97, 0.8) !important;
}

.bg-secondary-30 {
  background-color: rgba(19, 61, 97, 0.7) !important;
}

.bg-secondary-40 {
  background-color: rgba(19, 61, 97, 0.6) !important;
}

.bg-secondary-50 {
  background-color: rgba(19, 61, 97, 0.5) !important;
}

.bg-secondary-60 {
  background-color: rgba(19, 61, 97, 0.4) !important;
}

.bg-secondary-70 {
  background-color: rgba(19, 61, 97, 0.3) !important;
}

.bg-secondary-80 {
  background-color: rgba(19, 61, 97, 0.2) !important;
}

.bg-secondary-90 {
  background-color: rgba(19, 61, 97, 0.1) !important;
}

.bg-success-10 {
  background-color: rgba(40, 167, 69, 0.9) !important;
}

.bg-success-20 {
  background-color: rgba(40, 167, 69, 0.8) !important;
}

.bg-success-30 {
  background-color: rgba(40, 167, 69, 0.7) !important;
}

.bg-success-40 {
  background-color: rgba(40, 167, 69, 0.6) !important;
}

.bg-success-50 {
  background-color: rgba(40, 167, 69, 0.5) !important;
}

.bg-success-60 {
  background-color: rgba(40, 167, 69, 0.4) !important;
}

.bg-success-70 {
  background-color: rgba(40, 167, 69, 0.3) !important;
}

.bg-success-80 {
  background-color: rgba(40, 167, 69, 0.2) !important;
}

.bg-success-90 {
  background-color: rgba(40, 167, 69, 0.1) !important;
}

.bg-info-10 {
  background-color: rgba(204, 204, 204, 0.9) !important;
}

.bg-info-20 {
  background-color: rgba(204, 204, 204, 0.8) !important;
}

.bg-info-30 {
  background-color: rgba(204, 204, 204, 0.7) !important;
}

.bg-info-40 {
  background-color: rgba(204, 204, 204, 0.6) !important;
}

.bg-info-50 {
  background-color: rgba(204, 204, 204, 0.5) !important;
}

.bg-info-60 {
  background-color: rgba(204, 204, 204, 0.4) !important;
}

.bg-info-70 {
  background-color: rgba(204, 204, 204, 0.3) !important;
}

.bg-info-80 {
  background-color: rgba(204, 204, 204, 0.2) !important;
}

.bg-info-90 {
  background-color: rgba(204, 204, 204, 0.1) !important;
}

.bg-warning-10 {
  background-color: rgba(255, 193, 7, 0.9) !important;
}

.bg-warning-20 {
  background-color: rgba(255, 193, 7, 0.8) !important;
}

.bg-warning-30 {
  background-color: rgba(255, 193, 7, 0.7) !important;
}

.bg-warning-40 {
  background-color: rgba(255, 193, 7, 0.6) !important;
}

.bg-warning-50 {
  background-color: rgba(255, 193, 7, 0.5) !important;
}

.bg-warning-60 {
  background-color: rgba(255, 193, 7, 0.4) !important;
}

.bg-warning-70 {
  background-color: rgba(255, 193, 7, 0.3) !important;
}

.bg-warning-80 {
  background-color: rgba(255, 193, 7, 0.2) !important;
}

.bg-warning-90 {
  background-color: rgba(255, 193, 7, 0.1) !important;
}

.bg-danger-10 {
  background-color: rgba(220, 53, 69, 0.9) !important;
}

.bg-danger-20 {
  background-color: rgba(220, 53, 69, 0.8) !important;
}

.bg-danger-30 {
  background-color: rgba(220, 53, 69, 0.7) !important;
}

.bg-danger-40 {
  background-color: rgba(220, 53, 69, 0.6) !important;
}

.bg-danger-50 {
  background-color: rgba(220, 53, 69, 0.5) !important;
}

.bg-danger-60 {
  background-color: rgba(220, 53, 69, 0.4) !important;
}

.bg-danger-70 {
  background-color: rgba(220, 53, 69, 0.3) !important;
}

.bg-danger-80 {
  background-color: rgba(220, 53, 69, 0.2) !important;
}

.bg-danger-90 {
  background-color: rgba(220, 53, 69, 0.1) !important;
}

.bg-light-10 {
  background-color: rgba(245, 245, 245, 0.9) !important;
}

.bg-light-20 {
  background-color: rgba(245, 245, 245, 0.8) !important;
}

.bg-light-30 {
  background-color: rgba(245, 245, 245, 0.7) !important;
}

.bg-light-40 {
  background-color: rgba(245, 245, 245, 0.6) !important;
}

.bg-light-50 {
  background-color: rgba(245, 245, 245, 0.5) !important;
}

.bg-light-60 {
  background-color: rgba(245, 245, 245, 0.4) !important;
}

.bg-light-70 {
  background-color: rgba(245, 245, 245, 0.3) !important;
}

.bg-light-80 {
  background-color: rgba(245, 245, 245, 0.2) !important;
}

.bg-light-90 {
  background-color: rgba(245, 245, 245, 0.1) !important;
}

.bg-dark-10 {
  background-color: rgba(9, 35, 55, 0.9) !important;
}

.bg-dark-20 {
  background-color: rgba(9, 35, 55, 0.8) !important;
}

.bg-dark-30 {
  background-color: rgba(9, 35, 55, 0.7) !important;
}

.bg-dark-40 {
  background-color: rgba(9, 35, 55, 0.6) !important;
}

.bg-dark-50 {
  background-color: rgba(9, 35, 55, 0.5) !important;
}

.bg-dark-60 {
  background-color: rgba(9, 35, 55, 0.4) !important;
}

.bg-dark-70 {
  background-color: rgba(9, 35, 55, 0.3) !important;
}

.bg-dark-80 {
  background-color: rgba(9, 35, 55, 0.2) !important;
}

.bg-dark-90 {
  background-color: rgba(9, 35, 55, 0.1) !important;
}

.connexion {
  height: 100%;
}

.connexion .main-content {
  height: 100%;
}

.bg, .bg-div, .bg-div--blur-light, .bg-div--blur-dark {
  background-position: center;
  background-repeat: no-repeat;
}

.bg.as-cover, .as-cover.bg-div, .as-cover.bg-div--blur-light, .as-cover.bg-div--blur-dark {
  background-size: cover;
}

.bg-div, .bg-div--blur-light, .bg-div--blur-dark {
  width: 100%;
  height: 100%;
  position: fixed;
  background-position: center bottom;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
}

.bg-div.is-fixed, .is-fixed.bg-div--blur-light, .is-fixed.bg-div--blur-dark {
  position: fixed;
}

.bg-div.logo-vue, .logo-vue.bg-div--blur-light, .logo-vue.bg-div--blur-dark {
  width: 260px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: static;
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-div--blur-light {
  filter: blur(0.2rem);
}

.bg-div--blur-dark {
  filter: blur(0.6rem);
}

.bg-div--blur-dark::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.card.card-connexion .logo {
  max-width: 314px;
  margin: 0 auto;
}

.form-login {
  position: relative;
  z-index: 7;
}

.connexion .lang-chooser {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.lang-chooser .btn-link {
  padding: 8px 10px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 50%;
}

.lang-chooser .btn-link.active {
  background-color: rgba(227, 166, 23, 0.8);
}

.toggler_wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.toggler_text {
  transition: .2s all ease;
  color: #f5f5f5;
}

.toggler {
  padding: 0;
}

.toggler .line {
  width: 41px;
  height: 4px;
  background-color: #f5f5f5;
  display: block;
  margin-bottom: 5px;
  transition: .2s all ease;
  border-radius: 24px;
}

.toggler .line:last-child {
  margin-bottom: 0px;
}

.toggler .line:nth-child(1) {
  transform: rotate(0deg);
}

.toggler .line .line:nth-child(1) {
  opacity: 0;
}

.toggler .line:nth-child(3) {
  transform: rotate(0deg);
}

.toggler.sidebar-opened {
  background-color: white;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px 0px;
  top: 39.4px;
}

.toggler.sidebar-opened .line {
  background-color: #f7b419;
  width: 27px;
  height: 3px;
}

.toggler.sidebar-opened .line:nth-child(1) {
  transform: rotate(45deg) translateY(11px);
  margin-left: 15px;
}

.toggler.sidebar-opened .line:nth-child(2) {
  opacity: 0;
}

.toggler.sidebar-opened .line:nth-child(3) {
  transform: rotate(-45deg) translateY(-12px);
  margin-left: 15px;
}

.toggler.sidebar-opened .toggler_text {
  opacity: 0;
}

.calltoactions-menu {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  max-width: 100px;
  align-self: flex-end;
}

.calltoactions-menu .btn {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  outline: 0;
  box-shadow: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  z-index: 1;
}

.calltoactions-menu .btn * {
  pointer-events: none;
}

.calltoactions-menu .btn.active, .calltoactions-menu .btn:focus, .calltoactions-menu .btn.active:focus {
  background-color: rgba(227, 166, 23, 0.8);
  color: #212529;
  box-shadow: none !important;
}

.calltoactions-menu .btn:nth-child(1) {
  border-top: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.calltoactions-menu .btn:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.calltoactions-menu .btn:hover, .calltoactions-menu .btn:focus, .calltoactions-menu .btn.active {
  color: #212529;
  background-repeat: no-repeat;
  background-color: rgba(227, 166, 23, 0.8);
}

.calltoactions-menu .btn .badge-alert {
  z-index: 2;
}

.menu {
  margin-bottom: 0;
}

.menu li {
  border-bottom: 1px solid rgba(227, 166, 23, 0.4);
  position: relative;
}

.menu li:first-child {
  border-top: 1px solid rgba(227, 166, 23, 0.4);
}

.menu li:hover .submenu {
  display: -ms-flexbox !important;
  display: flex !important;
}

.menu a {
  text-transform: uppercase;
  color: white;
  display: block;
  padding-top: 24px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: .2s all ease;
}

.menu a:hover, .menu a:focus, .menu a.active {
  background-color: rgba(227, 166, 23, 0.5);
  color: white;
}

.menu li:last-child {
  border-bottom: 0px solid #004358;
  border-top: 0px solid #004358;
}

.menu .submenu {
  max-width: 325px;
  background-color: rgba(0, 47, 62, 0.9);
  position: absolute;
  left: 100%;
  width: 260px;
  top: -1px;
  display: none !important;
}

.menu .submenu a:hover,
.menu .submenu a:focus,
.menu .submenu a.active {
  background-color: #f7b419;
  color: white;
}

.menu .submenu li:last-child {
  border-bottom: 1px solid #004358;
}

.menu_top_horizontal {
  position: relative;
}

@media (max-width: 768px) {
  .menu_top_horizontal {
    margin-top: 10px;
  }
}

.menu_top_horizontal .navbar-brand {
  max-width: 260px;
}

.menu_top_horizontal .navbar-toggler {
  border: none;
  padding: 0 5px 0;
}

@media (max-width: 1199px) {
  .menu_top_horizontal .navbar-collapse {
    position: relative;
    z-index: 0;
    padding: 10px 30px;
  }
}

.menu_top_horizontal .navbar-collapse.show .navbar-nav, .menu_top_horizontal .navbar-collapse.collapsing .navbar-nav {
  font-size: 1.375rem;
}

@media (max-width: 1310px) {
  .menu_top_horizontal .navbar-nav {
    font-size: 1.070rem;
  }
}

.menu_top_horizontal .navbar-nav .nav-link.active {
  position: relative;
  border-radius: 20px;
}

@media (max-width: 1199px) {
  .menu_top_horizontal .navbar-nav .nav-link.active {
    padding: 10px 20px;
  }
}

@media (max-width: 1199px) {
  header.sticky-top {
    position: relative;
  }
}

.notification-container [aria-live="polite"] [ng-show="showPendingNotifications"] {
  max-height: calc(100vh - 167px);
}

.overlay {
  position: fixed;
  top: 0;
  left: -999px;
  bottom: 0;
  width: 200px;
  display: block;
  z-index: 0;
  background-color: rgba(69, 50, 7, 0.6);
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 210px;
}

.overlay .overlay-inner {
  max-height: 100vh;
  height: 100vh;
}

.overlay.is-opening {
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
}

.overlay.is-open {
  left: 0;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-fics .overlay {
  background-image: none;
}

.sidebar-fics .overlay .logo-min {
  background-color: #f5f5f5;
}

.sidebar-fics .overlay .logo-min img {
  max-width: 170px;
  margin: 0 auto;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .overlay {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background-color: rgba(89, 65, 9, 0.5);
  }
}

.overlay-modules {
  padding: 0px;
  position: fixed;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s opacity ease;
  width: auto;
  opacity: 0;
  z-index: 3;
  background-color: transparent;
}

.overlay-modules.is-opened {
  z-index: 90;
  opacity: 1;
}

.overlay-modules .close_sidebar_module {
  position: absolute;
  color: #f7b419;
  background-color: #f7b419;
  z-index: 100;
  right: -10px;
  top: -13px;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
}

.overlay-modules .close_sidebar_module.active, .overlay-modules .close_sidebar_module:focus, .overlay-modules .close_sidebar_module:hover {
  color: #f7b419;
  background-color: rgba(207, 151, 21, 0.9);
  border: 3px solid #f5f5f5;
}

.overlay-modules .module {
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  transition: .2s opacity ease;
  background-color: transparent;
  border-radius: 10px;
  display: none;
  z-index: 999;
}

.overlay-modules .module.is-showed {
  opacity: 1;
  display: block;
}

.overlay-modules .modules_wrapper {
  position: relative;
  height: 100%;
}

.module.module-profil {
  width: 600px;
}

.module.module-agenda {
  width: 600px;
}

.module.module-favoris {
  width: 600px;
}

.module.module-contacts {
  width: 600px;
}

.module.module-live-tchat {
  width: 600px;
}

.module.module-aide {
  width: 600px;
}

.scrollable-zone {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  scrollbar-color: #001c25 #00080b;
  scrollbar-width: thin;
}

.scrollable-zone.scroll-x {
  overflow-x: auto;
}

.scrollable-zone.scroll-y {
  overflow-y: auto;
  max-height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0, 47, 62, 0.2);
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  cursor: pointer;
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
  background: rgba(247, 180, 25, 0.2);
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(247, 180, 25, 0.9);
}

/* Hide scrollbar for Chrome, Safari and Opera */
.notification-container .scrollable-zone.scroll-y::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.notification-container .scrollable-zone.scroll-y {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.sidebar.sidebar-absolute {
  position: absolute;
}

.sidebar.sidebar-fixed {
  position: fixed;
}

.sidebar.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sidebar.sidebar-top-right {
  top: 0;
  right: 0;
}

.sidebar.sidebar-top-left {
  top: 0;
  left: 0;
}

.sidebar.sidebar-top {
  top: 0;
}

.sidebar.sidebar-left {
  left: 0;
}

.sidebar.sidebar-right {
  right: 0;
}

.sidebar.sidebar-bottom {
  bottom: 0;
}

.sidebar.sidebar-bottom-right {
  bottom: 0;
  right: 0;
}

.sidebar.sidebar-bottom-left {
  bottom: 0;
  left: 0;
}

.sidebar.sidebar-centerize {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar.sidebar-absolute {
  position: absolute;
}

.sidebar.sidebar-fixed {
  position: fixed;
}

.sidebar.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.sidebar.sidebar-top-right {
  top: 0;
  right: 0;
}

.sidebar.sidebar-top-left {
  top: 0;
  left: 0;
}

.sidebar.sidebar-top {
  top: 0;
}

.sidebar.sidebar-left {
  left: 0;
}

.sidebar.sidebar-right {
  right: 0;
}

.sidebar.sidebar-bottom {
  bottom: 0;
}

.sidebar.sidebar-bottom-right {
  bottom: 0;
  right: 0;
}

.sidebar.sidebar-bottom-left {
  bottom: 0;
  left: 0;
}

.sidebar.sidebar-centerize {
  top: 50%;
  transform: translateY(-50%);
}

.sidebar.sidebar-left {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 1000;
}

.sidebar.sidebar-right {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1000;
}

/*
.logged_board {
   // background-color: map-get($custom_colors, 'card_bg_logged');
  //  background-color: transparentize(theme-color-level("primary", 8), .5);
   // -webkit-backdrop-filter: blur(8px);
  //  backdrop-filter: blur(8px);
  border-radius: 25px;
    padding: 10px 25px;
    a {
       // color: map-get($custom_colors, 'logged_board');
        &:hover, &:focus {
           // color: darken(map-get($custom_colors, 'logged_board'), 10%);
        }
    }
    .logout a {
        // color: map-get($custom_colors, 'logout');
        &:hover, &:focus {
            //color: darken(map-get($custom_colors, 'logout'), 10%);
        }
    }
}
*/
.live_tchat_component .card .row,
.logged .live_tchat_component .card .row {
  align-items: center;
}

.live_tchat_component,
.logged .live_tchat_component {
  padding: 0;
}

.live_tchat_component .modeless,
.logged .live_tchat_component .modeless {
  top: 10%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin-left: -300px;
}

.live_tchat_component .return-to-contacts,
.logged .live_tchat_component .return-to-contacts {
  background-color: #133d61;
  padding: 10px;
}

.live_tchat_component .return-to-contacts a,
.logged .live_tchat_component .return-to-contacts a {
  color: #f5f5f5;
  text-decoration: none;
}

.live_tchat_component .return-to-contacts a.active, .live_tchat_component .return-to-contacts a:focus, .live_tchat_component .return-to-contacts a:hover,
.logged .live_tchat_component .return-to-contacts a.active,
.logged .live_tchat_component .return-to-contacts a:focus,
.logged .live_tchat_component .return-to-contacts a:hover {
  color: #ededed;
}

.live_tchat_component .message-date,
.logged .live_tchat_component .message-date {
  color: #fff;
  float: right;
  font-size: 11px;
}

.live_tchat_component .card-tchat,
.logged .live_tchat_component .card-tchat {
  justify-content: space-between;
}

.live_tchat_component .outgoing-message .message-content,
.live_tchat_component .incoming-message .message-content,
.logged .live_tchat_component .outgoing-message .message-content,
.logged .live_tchat_component .incoming-message .message-content {
  font-size: 16px;
  line-height: 20px;
}

.live_tchat_component .outgoing-message,
.logged .live_tchat_component .outgoing-message {
  width: 80%;
  float: right;
}

.live_tchat_component .outgoing-message .message-content,
.logged .live_tchat_component .outgoing-message .message-content {
  float: right;
  background-color: #f7b419;
  color: #343a40;
  border-radius: 15px 0px 15px 15px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.live_tchat_component .ban-message,
.live_tchat_component .unban-message,
.logged .live_tchat_component .ban-message,
.logged .live_tchat_component .unban-message {
  display: inline-block;
  text-align: center;
  float: none;
  width: 100%;
}

.live_tchat_component .ban-message p,
.live_tchat_component .unban-message p,
.logged .live_tchat_component .ban-message p,
.logged .live_tchat_component .unban-message p {
  text-align: center;
  font-size: 14px;
}

.live_tchat_component .incoming-message,
.logged .live_tchat_component .incoming-message {
  width: 80%;
  float: left;
}

.live_tchat_component .incoming-message .message-date,
.logged .live_tchat_component .incoming-message .message-date {
  float: left;
}

.live_tchat_component .incoming-message .message-content,
.logged .live_tchat_component .incoming-message .message-content {
  float: left;
  background-color: #092337;
  color: #fff;
  border-radius: 0px 15px 15px 15px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.live_tchat_component .message-header-day,
.logged .live_tchat_component .message-header-day {
  clear: both;
  text-align: center;
  position: relative;
}

.live_tchat_component .message-header-day:before, .live_tchat_component .message-header-day:after,
.logged .live_tchat_component .message-header-day:before,
.logged .live_tchat_component .message-header-day:after {
  content: "";
  display: block;
}

.live_tchat_component .message-header-day:after,
.logged .live_tchat_component .message-header-day:after {
  clear: both;
}

.live_tchat_component .message-header-day,
.logged .live_tchat_component .message-header-day {
  *zoom: 1;
}

.live_tchat_component .message-header-day:after,
.logged .live_tchat_component .message-header-day:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
}

.live_tchat_component .message-header-day span,
.logged .live_tchat_component .message-header-day span {
  position: relative;
  z-index: 2;
  padding: 0px 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.live_tchat_component .video-message,
.logged .live_tchat_component .video-message {
  text-align: center;
  clear: both;
}

.live_tchat_component .video-message .message-date,
.logged .live_tchat_component .video-message .message-date {
  float: none;
}

.live_tchat_component .message,
.logged .live_tchat_component .message {
  margin: 15px 0;
  display: inline;
}

.live_tchat_component .col:nth-child(1).is-opened,
.logged .live_tchat_component .col:nth-child(1).is-opened {
  flex: 0 0 45%;
}

.live_tchat_component .col:nth-child(1).is-opened + .col,
.logged .live_tchat_component .col:nth-child(1).is-opened + .col {
  flex: 0 0 55%;
}

.live_tchat_component .col:nth-child(1),
.logged .live_tchat_component .col:nth-child(1) {
  flex: 0 0 100%;
}

.live_tchat_component .col-messages,
.logged .live_tchat_component .col-messages {
  flex: 0 0 100%;
}

.live_tchat_component .card-list-scrollable,
.logged .live_tchat_component .card-list-scrollable {
  max-height: 100%;
}

.live_tchat_component .badge-call,
.logged .live_tchat_component .badge-call {
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 0;
  opacity: .6;
  border-radius: 4px;
}

.live_tchat_component .card,
.logged .live_tchat_component .card {
  border-radius: 10px;
}

.live_tchat_component .card.card-tchat,
.logged .live_tchat_component .card.card-tchat {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.live_tchat_component .card.card-tchat .card-footer,
.logged .live_tchat_component .card.card-tchat .card-footer {
  background-color: transparent;
}

.live_tchat_component .card .contact_item,
.logged .live_tchat_component .card .contact_item {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  position: relative;
  font-size: 16px;
}

.live_tchat_component .card .contact_item .text-contact,
.logged .live_tchat_component .card .contact_item .text-contact {
  max-width: 130px;
}

.live_tchat_component .card .contact_item.clickable,
.logged .live_tchat_component .card .contact_item.clickable {
  cursor: pointer;
}

.live_tchat_component .card .contact_item .contact,
.logged .live_tchat_component .card .contact_item .contact {
  margin-bottom: 0;
  font-size: 14px;
  width: 100%;
}

.live_tchat_component .card .contact_item .message-content-firstline,
.logged .live_tchat_component .card .contact_item .message-content-firstline {
  max-width: 130px;
}

.live_tchat_component .card .contact_item .date,
.logged .live_tchat_component .card .contact_item .date {
  font-size: 10px;
  color: #f5f5f5;
}

.live_tchat_component .card .contact_item:last-child,
.logged .live_tchat_component .card .contact_item:last-child {
  border-color: transparent;
}

.live_tchat_component .search-form .form-control,
.logged .live_tchat_component .search-form .form-control {
  background-size: 20px;
  background-position: 97% center;
  background-repeat: no-repeat;
}

.live_tchat_component .send_message .form-control,
.logged .live_tchat_component .send_message .form-control {
  border-radius: 10px;
}

.live_tchat_component .send_message .btn svg,
.logged .live_tchat_component .send_message .btn svg {
  width: 15px;
}

.live_tchat_component .alert_removeMessages,
.logged .live_tchat_component .alert_removeMessages {
  position: absolute;
  background: rgba(29, 53, 71, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 9;
}

.live_tchat_component .list-group .list-group-item.active {
  background-color: #092337;
  border-color: #092337;
}

.module.module-contacts {
  padding: 0;
}

.usr-contact-component .search-form .bg_icon_search, .logged .usr-contact-component .search-form .bg_icon_search {
  background-position: 97% center;
}

.usr-contact-component .list-group .list-group-item, .logged .usr-contact-component .list-group .list-group-item {
  cursor: pointer;
  transition: .2s all ease;
}

.usr-contact-component .list-group .list-group-item:before, .usr-contact-component .list-group .list-group-item:after, .logged .usr-contact-component .list-group .list-group-item:before, .logged .usr-contact-component .list-group .list-group-item:after {
  content: "";
  display: block;
}

.usr-contact-component .list-group .list-group-item:after, .logged .usr-contact-component .list-group .list-group-item:after {
  clear: both;
}

.usr-contact-component .list-group .list-group-item, .logged .usr-contact-component .list-group .list-group-item {
  *zoom: 1;
}

.usr-contact-component .list-group .list-group-item:last-child, .logged .usr-contact-component .list-group .list-group-item:last-child {
  margin-bottom: 0;
}

.usr-contact-component .list-group .list-group-item .poste, .usr-contact-component .list-group .list-group-item .name-contact, .logged .usr-contact-component .list-group .list-group-item .poste, .logged .usr-contact-component .list-group .list-group-item .name-contact {
  width: 210px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.usr-contact-component .list-group .list-group-item:after, .logged .usr-contact-component .list-group .list-group-item:after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  width: 14px;
  height: 24px;
}

.btn-gridview {
  background-color: rgba(0, 46, 61, 0.8);
  border-color: rgba(0, 46, 61, 0.8);
  width: 46px;
  height: 40px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-left: auto;
}

.btn-gridview.active, .btn-gridview:hover, .btn-gridview:focus {
  background-color: rgba(0, 46, 61, 0.6);
  border-color: rgba(0, 46, 61, 0.6);
}

.card .card-content-img > div {
  height: 100%;
  background-size: cover;
}

.card .card-content-img .btn.position-absolute {
  top: 50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%) translateY(-50%);
}

/*mode Grid*/
.view-grid > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (max-width: 1100px) {
  .view-grid > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .view-grid > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.view-grid .card .card-content-img {
  height: 250px;
  overflow: hidden;
  margin: 15px 15px 0px;
  background-size: cover;
}

@media (max-width: 768px) {
  .view-grid .card .card-content-img {
    max-height: 350px;
    max-width: 100%;
  }
}

.view-grid .card .card-img-top {
  border-radius: 10px;
}

.view-grid .card .theme_current {
  position: absolute;
  right: 40px;
  top: 20px;
}

/*mode List*/
.view-list > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.view-list .card {
  flex-direction: initial;
}

.view-list .card .theme_current {
  display: none;
}

.view-list .card .card-content-img {
  height: 150px;
  overflow: hidden;
  max-width: 230px;
  min-width: 230px;
  margin: 20px;
  border-radius: 10px;
}

@media (max-width: 1030px) {
  .view-list .card .card-content-img {
    max-height: 350px;
    max-width: 100%;
  }
}

@media (max-width: 1030px) {
  .view-list .card .card-content-img img {
    width: 100%;
  }
}

.view-list .card .card-img-top {
  flex-shrink: inherit;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 1030px) {
  .view-list .card .card-img-top {
    width: 100%;
  }
}

@media (max-width: 1030px) {
  .view-list .card {
    flex-direction: column;
  }
}

.view-list .card .card-body {
  width: 70%;
}

@media (max-width: 1030px) {
  .view-list .card .card-body {
    width: 100%;
  }
}

.module.module-aide {
  padding: 0;
  border-radius: 10px;
}

.faq-component .faq_list .card, .logged .faq-component .faq_list .card {
  margin-bottom: 5px;
}

.faq-component .faq_list .card:last-child, .logged .faq-component .faq_list .card:last-child {
  margin-bottom: 0;
}

.faq-component .card-header, .logged .faq-component .card-header {
  padding: 10px 10px;
}

.faq-component .card-header > *, .logged .faq-component .card-header > * {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.faq-component .card-header .btn, .logged .faq-component .card-header .btn {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-transform: inherit;
  line-height: 1;
}

.faq-component .card-header .btn:before, .faq-component .card-header .btn:after, .logged .faq-component .card-header .btn:before, .logged .faq-component .card-header .btn:after {
  content: "";
  display: block;
}

.faq-component .card-header .btn:after, .logged .faq-component .card-header .btn:after {
  clear: both;
}

.faq-component .card-header .btn, .logged .faq-component .card-header .btn {
  *zoom: 1;
}

.faq-component .card-header .btn:first-letter, .logged .faq-component .card-header .btn:first-letter {
  text-transform: uppercase;
}

.faq-component .card-body, .logged .faq-component .card-body {
  padding: 5px 10px;
}

.faq-component .card-body a, .logged .faq-component .card-body a {
  color: inherit;
  text-decoration: underline;
}

.faq-component .form-faq button[type="submit"], .logged .faq-component .form-faq button[type="submit"] {
  border-color: transparent;
  background-color: transparent;
  font-weight: 500;
  text-transform: none;
  border-radius: 10px;
}

.favorites-component, .logged .favorites-component {
  border-radius: 10px;
}

.favorites-component .list-group-item, .logged .favorites-component .list-group-item {
  transition: .2s all ease;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  margin: 2px 5px;
}

.favorites-component .list-group-item:last-child .media-body, .logged .favorites-component .list-group-item:last-child .media-body {
  border-bottom: none;
}

.favorites-component .list-group-item:last-child .media-body:after, .logged .favorites-component .list-group-item:last-child .media-body:after {
  display: none;
}

.favorites-component .list-group-item.active, .favorites-component .list-group-item:hover, .favorites-component .list-group-item:focus, .logged .favorites-component .list-group-item.active, .logged .favorites-component .list-group-item:hover, .logged .favorites-component .list-group-item:focus {
  background-color: rgba(49, 49, 49, 0.2);
}

.favorites-component .nav-tabs .nav-link, .logged .favorites-component .nav-tabs .nav-link {
  background-color: transparent;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.favorites-component .nav-tabs .nav-link.active, .favorites-component .nav-tabs .nav-item.show .nav-link, .logged .favorites-component .nav-tabs .nav-link.active, .logged .favorites-component .nav-tabs .nav-item.show .nav-link {
  background-color: rgba(49, 49, 49, 0.2);
}

.favorites-component .tab-content > .active, .logged .favorites-component .tab-content > .active {
  background-color: rgba(49, 49, 49, 0.2);
}

.favorites-component .tab-content, .logged .favorites-component .tab-content {
  background-color: transparent;
  height: calc(100% - 40px);
}

.favorites-component .session-shortlist, .logged .favorites-component .session-shortlist {
  color: #004358;
}

.favorites-component .session-shortlist svg path, .logged .favorites-component .session-shortlist svg path {
  fill: #133d61;
}

.favorites-component .session-shortlist .session-type-event,
.favorites-component .session-shortlist .session-status_id, .logged .favorites-component .session-shortlist .session-type-event,
.logged .favorites-component .session-shortlist .session-status_id {
  font-size: 16px !important;
}

.favorites-component .session-shortlist .toggler_speaker, .logged .favorites-component .session-shortlist .toggler_speaker {
  display: none;
}

.favorites-component .session-shortlist .in-agenda, .favorites-component .session-shortlist .not-in-agenda, .logged .favorites-component .session-shortlist .in-agenda, .logged .favorites-component .session-shortlist .not-in-agenda {
  margin-right: 15px;
}

.favorites-component .session-shortlist .in-agenda .btn:not(.removefromagenda).active, .favorites-component .session-shortlist .in-agenda .btn:not(.removefromagenda):focus, .favorites-component .session-shortlist .in-agenda .btn:not(.removefromagenda):hover, .favorites-component .session-shortlist .not-in-agenda .btn:not(.removefromagenda).active, .favorites-component .session-shortlist .not-in-agenda .btn:not(.removefromagenda):focus, .favorites-component .session-shortlist .not-in-agenda .btn:not(.removefromagenda):hover, .logged .favorites-component .session-shortlist .in-agenda .btn:not(.removefromagenda).active, .logged .favorites-component .session-shortlist .in-agenda .btn:not(.removefromagenda):focus, .logged .favorites-component .session-shortlist .in-agenda .btn:not(.removefromagenda):hover, .logged .favorites-component .session-shortlist .not-in-agenda .btn:not(.removefromagenda).active, .logged .favorites-component .session-shortlist .not-in-agenda .btn:not(.removefromagenda):focus, .logged .favorites-component .session-shortlist .not-in-agenda .btn:not(.removefromagenda):hover {
  background-color: rgba(49, 36, 5, 0.2);
}

.favorites-component #fav-sessions .list-group-item, .logged .favorites-component #fav-sessions .list-group-item {
  border: none;
}

.favorites-component .ratio-home-project, .favorites-component .ratio-project, .logged .favorites-component .ratio-home-project, .logged .favorites-component .ratio-project {
  width: 130px;
  height: 75px;
  margin-right: 15px;
}

.favorites-component .media-body, .logged .favorites-component .media-body {
  position: relative;
}

.favorites-component .media-body:before, .favorites-component .media-body:after, .logged .favorites-component .media-body:before, .logged .favorites-component .media-body:after {
  content: "";
  display: block;
}

.favorites-component .media-body:after, .logged .favorites-component .media-body:after {
  clear: both;
}

.favorites-component .media-body, .logged .favorites-component .media-body {
  *zoom: 1;
}

.favorites-component .media-body .h5, .logged .favorites-component .media-body .h5 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #004358;
}

.favorites-component .media-body .h5 + div.d-flex p, .logged .favorites-component .media-body .h5 + div.d-flex p {
  color: white;
  font-size: 14px;
}

.favorites-component .media-body .h5 + div.d-flex p em, .logged .favorites-component .media-body .h5 + div.d-flex p em {
  color: white !important;
  font-style: 14px;
}

.rating-scope {
  width: 100%;
}

.rating-scope.max-10 {
  width: calc(100% - 10%);
}

.rating-scope.max-20 {
  width: calc(100% - 20%);
}

.rating-scope [type='range'] {
  -webkit-appearance: none;
  background: transparent;
  margin: 12px 0;
  width: 100%;
  overflow: hidden;
}

.rating-scope [type='range']::-moz-focus-outer {
  border: 0;
}

.rating-scope [type='range']:focus {
  outline: 0;
}

.rating-scope [type='range']:focus::-webkit-slider-runnable-track {
  background: #fbfbfc;
}

.rating-scope [type='range']:focus::-ms-fill-lower {
  background: #eceff1;
}

.rating-scope [type='range']:focus::-ms-fill-upper {
  background: #fbfbfc;
}

.rating-scope [type='range']::-webkit-slider-runnable-track {
  cursor: default;
  height: 8px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 5px;
}

.rating-scope [type='range']::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  -webkit-appearance: none;
  margin-top: -10px;
  z-index: 5;
  position: relative;
}

.rating-scope [type='range']::-moz-range-track {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 8px;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 5px;
  height: 4px;
  z-index: 5;
  position: relative;
}

.rating-scope [type='range']::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
}

.rating-scope [type='range']::-moz-range-track {
  background-color: #cfd8dc;
}

.rating-scope [type='range']::-ms-track {
  cursor: default;
  height: 8px;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}

.rating-scope [type='range']::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #dde3e6;
  border: 2px solid #cfd8dc;
  border-radius: 10px;
}

.rating-scope [type='range']::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border-radius: 10px;
}

.rating-scope [type='range']::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 24px;
  width: 24px;
  margin-top: 2px;
}

.rating-scope [type='range']:disabled::-webkit-slider-thumb, .rating-scope [type='range']:disabled::-moz-range-thumb, .rating-scope [type='range']:disabled::-ms-thumb, .rating-scope [type='range']:disabled::-webkit-slider-runnable-track, .rating-scope [type='range']:disabled::-ms-fill-lower, .rating-scope [type='range']:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.rating-scope .tracking-color {
  cursor: default;
  height: 8px;
  transition: all .2s ease;
  width: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 5px;
  width: 0%;
  background-color: #ffc107;
  z-index: 0;
  pointer-events: none;
}

.rating-scope .field_end,
.rating-scope .field_tracking {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.rating-scope .field_tracking {
  left: calc(0% - 2%);
}

.rating-scope .field_end {
  right: 15px;
  color: #092337 !important;
  font-weight: bold;
}

.progressbar-text {
  color: #092337 !important;
}

.rating-badge {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.call-popup {
  top: 50%;
  left: 50%;
  position: fixed;
  transform: translateY(-50%) translateX(-50%);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45);
}

@media (max-width: 600px) {
  .call-popup {
    width: 75%;
  }
}

.call-popup.open-visio {
  width: 70%;
  height: 80%;
}

@media (max-width: 768px) {
  .call-popup.open-visio {
    width: 100%;
    height: 100vh;
  }
}

.call-popup .card-header {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.call-popup.ui-resizable {
  position: fixed !important;
}

.profile-component .card-list-scrollable,
.logged .profile-component .card-list-scrollable {
  max-height: 80vh;
}

.profile-component .card.card-profile,
.logged .profile-component .card.card-profile {
  font-size: 16px;
}

.profile-component .card.card-profile .card-header,
.logged .profile-component .card.card-profile .card-header {
  min-height: 80px;
}

.profile-component .card.card-profile .card-body,
.logged .profile-component .card.card-profile .card-body {
  font-size: 16px;
}

.profile-component .card.card-profile .card-body > *,
.logged .profile-component .card.card-profile .card-body > * {
  margin-bottom: 14px;
}

.profile-component .card.card-profile .card-body > *:last-child,
.logged .profile-component .card.card-profile .card-body > *:last-child {
  margin-bottom: 0;
}

.profile-component .card.card-profile .bg_s a,
.logged .profile-component .card.card-profile .bg_s a {
  text-decoration: none;
}

.profile-component .card.card-profile .bg_s svg,
.logged .profile-component .card.card-profile .bg_s svg {
  width: 32px;
  height: 32px;
  fill: #004358;
  margin-right: 5px;
}

.profile-component .card.card-profile .img_contact,
.logged .profile-component .card.card-profile .img_contact {
  position: absolute;
  z-index: 90;
  width: 160px;
  padding-bottom: 150px;
  border-width: 5px;
  border-color: rgba(245, 245, 245, 0.9);
  left: -35px;
  top: -55px;
}

.profile-component .card.card-profile .contact_info .card-title:nth-child(2),
.logged .profile-component .card.card-profile .contact_info .card-title:nth-child(2) {
  margin-bottom: 0;
}

.profile-component .form-options-profile .custom-control-label,
.logged .profile-component .form-options-profile .custom-control-label {
  top: -3px;
}

.profile-component .form-options-profile .custom-control-label::before,
.logged .profile-component .form-options-profile .custom-control-label::before {
  border-color: rgba(8, 29, 46, 0.3);
  width: 60px;
  height: 24px;
  content: attr(data-no);
  font-size: 14px;
  border-radius: 50px;
  padding-left: 30px;
  color: #fff;
  background-color: rgba(8, 29, 46, 0.3);
}

.profile-component .form-options-profile .custom-control-label::after,
.logged .profile-component .form-options-profile .custom-control-label::after {
  background-color: #fff;
  top: 0;
  left: calc(-3.25rem + 0px);
  width: calc(1rem - -8px);
  height: calc(1rem - -8px);
  border-radius: 50%;
  cursor: pointer;
}

.profile-component .form-options-profile .custom-switch .custom-control-input:checked ~ .custom-control-label::before,
.logged .profile-component .form-options-profile .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  content: attr(data-yes);
  padding-left: 15px;
  top: 0;
  border-color: rgba(8, 29, 46, 0.8);
  background-color: rgba(8, 29, 46, 0.8);
}

.profile-component .form-options-profile .custom-switch .custom-control-input:checked ~ .custom-control-label::after,
.logged .profile-component .form-options-profile .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(22px);
  top: 0;
  left: calc(-2.25rem + 0px);
  background-color: #f7b419;
}

.module.module-agenda {
  padding: 0;
}

.agenda-component .table-bordered,
.logged .agenda-component .table-bordered {
  border-color: transparent;
}

.agenda-component .fc-timegrid-event .fc-event-title-container,
.logged .agenda-component .fc-timegrid-event .fc-event-title-container {
  overflow: hidden;
}

.agenda-component .fc-event .event-meeting,
.logged .agenda-component .fc-event .event-meeting {
  cursor: pointer;
}

.agenda-component .fc-direction-ltr .fc-list-day-text,
.agenda-component .fc-direction-rtl .fc-list-day-side-text,
.agenda-component .fc-direction-ltr .fc-list-day-side-text,
.logged .agenda-component .fc-direction-ltr .fc-list-day-text,
.logged .agenda-component .fc-direction-rtl .fc-list-day-side-text,
.logged .agenda-component .fc-direction-ltr .fc-list-day-side-text {
  color: #fff;
}

.agenda-component .agenda-topbar,
.logged .agenda-component .agenda-topbar {
  padding: 10px 15px;
}

.agenda-component #userCalendar,
.logged .agenda-component #userCalendar {
  height: 100% !important;
  background-color: rgba(6, 24, 37, 0.2);
  border-radius: 10px;
}

.agenda-component #userCalendar .table-bordered th,
.agenda-component #userCalendar .table-bordered td,
.logged .agenda-component #userCalendar .table-bordered th,
.logged .agenda-component #userCalendar .table-bordered td {
  border-color: rgba(206, 206, 206, 0.2);
  border-left: 0;
}

.agenda-component #userCalendar .fc-header-toolbar,
.logged .agenda-component #userCalendar .fc-header-toolbar {
  padding: 15px;
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  box-shadow: none;
  border-radius: 50px;
  margin-right: 5px;
  text-transform: lowercase;
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn::first-letter,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn::first-letter {
  text-transform: uppercase;
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn.active, .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn:focus, .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn:hover,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn.active,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn:focus,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn:hover {
  background-color: #f7b419;
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn:last-child,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(1) .btn-group > .btn:last-child {
  margin-right: 0;
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(2),
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(2) {
  margin-left: 130px;
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(2) .fc-toolbar-title,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(2) .fc-toolbar-title {
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: 600;
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn {
  box-shadow: none;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn,
  .logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn {
    -webkit-mask-size: 12px;
    width: 24px;
    height: 24px;
    -webkit-mask-position: center;
            mask-position: center;
    mask-size: 12px;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.42' height='28.21' viewBox='0 0 17.42 28.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23007498;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M24.9,0,14.105,10.767,3.315,0,0,3.315,14.105,17.42,28.21,3.315Z' transform='translate(0 28.21) rotate(-90)'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.42' height='28.21' viewBox='0 0 17.42 28.21'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23007498;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M24.9,0,14.105,10.767,3.315,0,0,3.315,14.105,17.42,28.21,3.315Z' transform='translate(0 28.21) rotate(-90)'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    padding: 0;
    text-indent: -999px;
  }
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-prev-button,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-prev-button {
  transform: rotate(-180deg);
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-prev-button, .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-next-button,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-prev-button,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-next-button {
  background-color: #f5f5f5;
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-prev-button:hover, .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-prev-button:focus, .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-next-button:hover, .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-next-button:focus,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-prev-button:hover,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-prev-button:focus,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-next-button:hover,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn.fc-next-button:focus {
  background-color: #dcdbdb;
}

.agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn .fa,
.logged .agenda-component #userCalendar .fc-toolbar-chunk:nth-child(3) .btn-group > .btn .fa {
  display: none;
}

.agenda-component #userCalendar.fc .fc-v-event.event-session .fc-event-main,
.logged .agenda-component #userCalendar.fc .fc-v-event.event-session .fc-event-main {
  color: #f5f5f5;
}

.agenda-component #userCalendar.fc .event-session,
.logged .agenda-component #userCalendar.fc .event-session {
  background-color: #28a745;
  border-color: #28a745;
  color: #f5f5f5;
}

.agenda-component #userCalendar.fc .fc-v-event.event-pitch .fc-event-main,
.logged .agenda-component #userCalendar.fc .fc-v-event.event-pitch .fc-event-main {
  color: #092337;
}

.agenda-component #userCalendar.fc .event-pitch,
.logged .agenda-component #userCalendar.fc .event-pitch {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #092337;
}

.agenda-component #userCalendar.fc .fc-v-event.event-meeting .fc-event-main,
.logged .agenda-component #userCalendar.fc .fc-v-event.event-meeting .fc-event-main {
  color: #092337;
}

.agenda-component #userCalendar.fc .event-meeting,
.logged .agenda-component #userCalendar.fc .event-meeting {
  background-color: #ccc;
  border-color: #ccc;
  color: #092337;
}

.agenda-component #userCalendar.fc .fc-col-header-cell-cushion,
.agenda-component #userCalendar.fc .fc-timegrid-slot-label-cushion,
.agenda-component #userCalendar.fc .fc-timegrid-axis-cushion,
.logged .agenda-component #userCalendar.fc .fc-col-header-cell-cushion,
.logged .agenda-component #userCalendar.fc .fc-timegrid-slot-label-cushion,
.logged .agenda-component #userCalendar.fc .fc-timegrid-axis-cushion {
  font-weight: 500;
}

.agenda-component #userCalendar.fc .fc-list-empty,
.logged .agenda-component #userCalendar.fc .fc-list-empty {
  background-color: transparent;
}

.agenda-component #userCalendar.fc .fc-timegrid-divider,
.logged .agenda-component #userCalendar.fc .fc-timegrid-divider {
  padding: 0;
}

.agenda-component #userCalendar.fc .fc-timegrid .fc-timegrid-slot:not(.fc-timegrid-slot-minor),
.logged .agenda-component #userCalendar.fc .fc-timegrid .fc-timegrid-slot:not(.fc-timegrid-slot-minor) {
  border-top: none;
}

.agenda-component #userCalendar.fc .fc-timegrid .fc-timegrid-slot-minor,
.logged .agenda-component #userCalendar.fc .fc-timegrid .fc-timegrid-slot-minor {
  border-width: 1px;
}

.agenda-component #userCalendar.fc .fc-timegrid .fc-timegrid-slot-label,
.logged .agenda-component #userCalendar.fc .fc-timegrid .fc-timegrid-slot-label {
  border-top: none;
  border-right: 0;
}

.agenda-component #userCalendar.fc .fc-timegrid .fc-timegrid-slot-label + .fc-timegrid-slot-minor,
.logged .agenda-component #userCalendar.fc .fc-timegrid .fc-timegrid-slot-label + .fc-timegrid-slot-minor {
  border-right: none;
}

.agenda-component #userCalendar.fc .fc-timegrid .fc-scrollgrid-section > td,
.logged .agenda-component #userCalendar.fc .fc-timegrid .fc-scrollgrid-section > td {
  border: none;
}

.agenda-component #userCalendar.fc .fc-timegrid .fc-timegrid-axis,
.logged .agenda-component #userCalendar.fc .fc-timegrid .fc-timegrid-axis {
  border-style: dotted;
  border-width: 1px;
}

.agenda-component #userCalendar.fc .fc-timegrid .fc-col-header-cell,
.logged .agenda-component #userCalendar.fc .fc-timegrid .fc-col-header-cell {
  border-bottom: 1px dotted rgba(206, 206, 206, 0.2);
}

.agenda-component .fc .fc-event .fc-list-event-dot,
.logged .agenda-component .fc .fc-event .fc-list-event-dot {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  width: 10px;
  height: 10px;
}

.agenda-component .fc .fc-event .fc-list-event-dot:before, .agenda-component .fc .fc-event .fc-list-event-dot:after,
.logged .agenda-component .fc .fc-event .fc-list-event-dot:before,
.logged .agenda-component .fc .fc-event .fc-list-event-dot:after {
  content: "";
  display: block;
}

.agenda-component .fc .fc-event .fc-list-event-dot:after,
.logged .agenda-component .fc .fc-event .fc-list-event-dot:after {
  clear: both;
}

.agenda-component .fc .fc-event .fc-list-event-dot,
.logged .agenda-component .fc .fc-event .fc-list-event-dot {
  *zoom: 1;
}

.agenda-component .fc .fc-event .fc-list-event-dot:before,
.logged .agenda-component .fc .fc-event .fc-list-event-dot:before {
  display: block;
  font-size: 20px;
  color: white;
}

.agenda-component .fc .fc-event.status--confirmed .fc-list-event-dot,
.logged .agenda-component .fc .fc-event.status--confirmed .fc-list-event-dot {
  border-color: white;
  border-width: 1px;
  margin-top: 5px;
  background: #28a745;
}

.agenda-component .fc .fc-event.status--confirmed .fc-list-event-dot:hover:before,
.logged .agenda-component .fc .fc-event.status--confirmed .fc-list-event-dot:hover:before {
  content: 'confirmed';
  position: absolute;
  position: absolute;
  background: #28a745;
  margin-top: -45px;
  border-radius: 50px;
  padding: 0px 10px;
  font-size: 12px;
}

.agenda-component .fc .fc-event.status--not-confirmed .fc-list-event-dot,
.logged .agenda-component .fc .fc-event.status--not-confirmed .fc-list-event-dot {
  border-color: white;
  background: #dc3545;
  border-width: 1px;
  margin-top: 5px;
}

.agenda-component .fc .fc-event.status--not-confirmed .fc-list-event-dot:hover:before,
.logged .agenda-component .fc .fc-event.status--not-confirmed .fc-list-event-dot:hover:before {
  content: 'not-confirmed';
  position: absolute;
  background: #dc3545;
  margin-top: -45px;
  border-radius: 50px;
  padding: 0px 10px;
  font-size: 12px;
}

.agenda-component .fc .fc-event.status--need-confirmed .fc-list-event-dot,
.logged .agenda-component .fc .fc-event.status--need-confirmed .fc-list-event-dot {
  border-color: white;
  border-width: 1px;
  margin-top: 5px;
  background: #ffc107;
}

.agenda-component .fc .fc-event.status--need-confirmed .fc-list-event-dot:hover:before,
.logged .agenda-component .fc .fc-event.status--need-confirmed .fc-list-event-dot:hover:before {
  content: 'need-confirmed';
  position: absolute;
  background: #ffc107;
  margin-top: -45px;
  border-radius: 50px;
  padding: 0px 10px;
  font-size: 12px;
}

.agenda-component .logged .agenda-component #userCalendar.fc .fc-timegrid .event-meeting.fc-event.status--not-confirmed,
.logged .agenda-component .logged .agenda-component #userCalendar.fc .fc-timegrid .event-meeting.fc-event.status--not-confirmed {
  display: none;
}

.agenda-component .logged .agenda-component #userCalendar.fc .fc-timegrid .event-meeting.fc-event.status--need-confirmed,
.logged .agenda-component .logged .agenda-component #userCalendar.fc .fc-timegrid .event-meeting.fc-event.status--need-confirmed {
  border-color: #ffc107;
}

.agenda-component .fc .fc-day,
.logged .agenda-component .fc .fc-day {
  background: transparent;
}

.agenda-component .modale-create-visio,
.logged .agenda-component .modale-create-visio {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.agenda-component .modale-create-visio .modal-dialog,
.logged .agenda-component .modale-create-visio .modal-dialog {
  max-width: 100%;
  min-height: 100%;
  margin: 0;
}

.agenda-component .modale-create-visio .modal-content,
.logged .agenda-component .modale-create-visio .modal-content {
  background-color: transparent;
}

.agenda-component .modale-create-visio .modal-header,
.logged .agenda-component .modale-create-visio .modal-header {
  padding: 10px 20px;
}

.agenda-component .modale-create-visio .modal-footer,
.logged .agenda-component .modale-create-visio .modal-footer {
  padding: 10px 20px;
}

.agenda-component .modale-create-visio .modal-title,
.logged .agenda-component .modale-create-visio .modal-title {
  margin-bottom: 0;
  text-transform: uppercase;
}

.agenda-component .modale-create-visio .modal-body,
.logged .agenda-component .modale-create-visio .modal-body {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.agenda-component .modale-create-visio .modal-body .row.no-gutters.h-100,
.logged .agenda-component .modale-create-visio .modal-body .row.no-gutters.h-100 {
  flex: 1 1 auto;
}

.agenda-component .modale-create-visio .col-contactselected,
.logged .agenda-component .modale-create-visio .col-contactselected {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.agenda-component .modale-create-visio .col-contactselected .list-group,
.logged .agenda-component .modale-create-visio .col-contactselected .list-group {
  height: auto !important;
}

.agenda-component .modale-create-visio .modal-body,
.logged .agenda-component .modale-create-visio .modal-body {
  padding: 0;
}

@media (max-width: 768px) {
  .agenda-component .modale-create-visio .modal-body,
  .logged .agenda-component .modale-create-visio .modal-body {
    overflow-y: auto;
  }
}

.agenda-component .modale-create-visio .modal-body .card-list-scrollable .card-body,
.logged .agenda-component .modale-create-visio .modal-body .card-list-scrollable .card-body {
  overflow-y: inherit;
}

.agenda-component .modale-create-visio .form-visio,
.logged .agenda-component .modale-create-visio .form-visio {
  color: #f5f5f5;
}

.agenda-component .modale-create-visio .form-visio label,
.logged .agenda-component .modale-create-visio .form-visio label {
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
}

.agenda-component .modale-create-visio .title,
.agenda-component .modale-create-visio .card .card-header .h6,
.logged .agenda-component .modale-create-visio .title,
.logged .agenda-component .modale-create-visio .card .card-header .h6 {
  color: #092337;
}

.agenda-component .modale-create-visio .col-contacts,
.logged .agenda-component .modale-create-visio .col-contacts {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.agenda-component .modale-create-visio .card.card-list-scrollable,
.logged .agenda-component .modale-create-visio .card.card-list-scrollable {
  max-height: none;
  min-height: 100%;
  height: auto !important;
}

.agenda-component .modale-create-visio .card .card-header,
.logged .agenda-component .modale-create-visio .card .card-header {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.agenda-component .modale-create-visio .list-group,
.logged .agenda-component .modale-create-visio .list-group {
  border-top: 1px solid rgba(206, 206, 206, 0.2);
  border-radius: 0;
}

.agenda-component .modale-create-visio .list-group .list-group-item,
.logged .agenda-component .modale-create-visio .list-group .list-group-item {
  border-color: 1px solid transparent;
  background-color: transparent;
  transition: .2s all ease;
  border-radius: 0;
}

.agenda-component .modale-create-visio .list-group .list-group-item.active, .agenda-component .modale-create-visio .list-group .list-group-item:hover, .agenda-component .modale-create-visio .list-group .list-group-item:focus,
.logged .agenda-component .modale-create-visio .list-group .list-group-item.active,
.logged .agenda-component .modale-create-visio .list-group .list-group-item:hover,
.logged .agenda-component .modale-create-visio .list-group .list-group-item:focus {
  background-color: rgba(249, 198, 80, 0.3);
  cursor: pointer;
}

.agenda-component .modale-create-visio .list-group .list-group-item.selected,
.logged .agenda-component .modale-create-visio .list-group .list-group-item.selected {
  background-color: rgba(128, 94, 13, 0.3);
  opacity: .6;
}

.agenda-component .modale-create-visio .list-group .list-group-item .contact,
.logged .agenda-component .modale-create-visio .list-group .list-group-item .contact {
  color: #092337;
  margin-bottom: 0;
}

.agenda-component .modale-create-visio .list-group .list-group-item .last-message,
.logged .agenda-component .modale-create-visio .list-group .list-group-item .last-message {
  font-size: 0.875rem;
  color: #092337;
}

.timeline {
  position: relative;
  padding: 10px;
  margin: 0 auto;
  overflow: hidden;
}

.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  border-right: 5px solid #f7b419;
  height: 100%;
  display: block;
}

.timeline .timeline-row {
  padding-left: 50%;
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}

.timeline .timeline-row .timeline-content {
  position: relative;
  transition: all 0.5s ease-in-out;
  background-color: #f5f5f5;
}

.timeline .timeline-row .timeline-content:hover {
  box-shadow: 0 17px 25px #ed553870;
  color: #133d61;
}

.timeline .timeline-row .timeline-content:after {
  content: "";
  position: absolute;
  top: 20px;
  height: 3px;
  width: 40px;
}

.timeline .timeline-row .timeline-content:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -56px;
  width: 27px;
  height: 27px;
  border-radius: 100px;
  z-index: 100;
  background: #f7b419;
  border: 5px solid #092337;
}

.timeline-row:nth-child(even) .timeline-content {
  margin-left: 40px;
  margin-top: -200px;
}

.timeline-row:nth-child(even) .timeline-content:after {
  left: -39px;
  border-right: 18px solid #f7b419;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.timeline-row:nth-child(even) .timeline-content:before {
  left: -53px;
  right: initial;
}

.timeline-row:nth-child(odd) {
  padding-left: 0;
  padding-right: 50%;
  z-index: 1;
}

.timeline-row:nth-child(odd) .timeline-content {
  margin-right: 40px;
  margin-left: 0;
}

.timeline-row:nth-child(odd) .timeline-content:after {
  right: -39px;
  border-left: 18px solid #f7b419;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
  .timeline {
    padding: 15px 10px;
  }
  .timeline:after {
    left: 28px;
  }
  .timeline .timeline-row {
    padding-left: 0;
    margin-bottom: 16px;
  }
  .timeline .timeline-row .timeline-content {
    margin-left: 56px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .timeline .timeline-row .timeline-content:after {
    right: auto;
    left: -39px;
    top: 20px;
  }
  .timeline-row:nth-child(even) .timeline-content {
    margin-top: 0px;
  }
  .timeline .timeline-row:nth-child(odd) {
    padding-right: 0;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-content {
    margin-right: 0;
    margin-left: 55px;
  }
  .timeline-row:nth-child(odd) .timeline-content:before {
    left: -53px;
    right: initial;
  }
  .timeline .timeline-row:nth-child(odd) .timeline-content:after {
    right: auto;
    left: -39px;
    top: 20px;
    border-right: 18px solid #f7b419;
    border-left: inherit;
  }
  .timeline.animated .timeline-row:nth-child(odd) .timeline-content {
    left: 20px;
  }
  .timeline.animated .timeline-row.active:nth-child(odd) .timeline-content {
    left: 0;
  }
}

.switchToMainTheme.card {
  background-color: transparent;
}

.switchToMainTheme.card .card-header, .switchToMainTheme.card .card-body {
  background-color: rgba(0, 47, 62, 0.8);
}

.switchToMainTheme.card .lighten {
  color: #6199A7;
}

.switchToMainTheme.card .card-footer {
  background-color: rgba(34, 84, 89, 0.8);
}

.switchToMainTheme .list-group-item {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  border-color: rgba(0, 47, 62, 0.8);
}

.switchToMainTheme .card-header {
  background-color: transparent;
}

.switchToMainTheme .btn-outline-primary {
  border-color: #86f1ff;
  color: #86f1ff;
}

.switchToMainTheme .btn-outline-primary.active, .switchToMainTheme .btn-outline-primary:focus, .switchToMainTheme .btn-outline-primary:hover {
  border-color: inherit !important;
  color: white !important;
  background-color: #133d61 !important;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .switchToMainTheme.card {
    background-color: transparent;
  }
  .switchToMainTheme.card .card-header, .switchToMainTheme.card .card-body {
    background-color: rgba(0, 56, 74, 0.6);
  }
  .switchToMainTheme.card .card-footer {
    background-color: rgba(34, 84, 89, 0.8);
  }
}

.title-color-ppf {
  color: #86f1ff !important;
}

.title-color-ppf .text-primary {
  color: #86f1ff !important;
}

/*! Angular Moment Picker - v0.10.2 - http://indrimuska.github.io/angular-moment-picker - (c) 2015 Indri Muska - MIT */
.moment-picker-input {
  cursor: pointer;
}

.moment-picker {
  position: absolute;
  z-index: 1060;
}

.moment-picker .moment-picker-container {
  color: #404040;
  min-width: 15em;
  background: #fff;
  padding: 4px;
  border: 1px solid #f0f3f4;
  border-radius: 4px;
  position: absolute;
  margin-top: 4px;
  margin-left: -0.5em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075);
}

.moment-picker .moment-picker-container:before,
.moment-picker .moment-picker-container:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: none;
  position: absolute;
  top: -9px;
  left: 15px;
}

.moment-picker .moment-picker-container:before {
  border-bottom-color: #f0f3f4;
  border-width: 9px;
}

.moment-picker .moment-picker-container:after {
  border-bottom-color: #fff;
  margin-top: 1px;
  margin-left: 1px;
}

.moment-picker.inline {
  display: block;
  position: relative;
}

.moment-picker.inline .moment-picker-container {
  position: relative;
  margin: 0;
}

.moment-picker.inline .moment-picker-container:before,
.moment-picker.inline .moment-picker-container:after {
  content: none;
}

.moment-picker.top .moment-picker-container {
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 4px;
}

.moment-picker.top .moment-picker-container:before,
.moment-picker.top .moment-picker-container:after {
  border: 8px solid transparent;
  border-bottom: none;
  top: auto;
  bottom: -9px;
}

.moment-picker.top .moment-picker-container:before {
  border-top-color: #f0f3f4;
  border-width: 9px;
}

.moment-picker.top .moment-picker-container:after {
  border-top-color: #fff;
  margin-top: auto;
  margin-bottom: 1px;
}

.moment-picker.right .moment-picker-container {
  right: 0;
  margin-left: auto;
  margin-right: -0.5em;
}

.moment-picker.right .moment-picker-container:before,
.moment-picker.right .moment-picker-container:after {
  left: auto;
  right: 15px;
}

.moment-picker.right .moment-picker-container:after {
  margin-left: auto;
  margin-right: 1px;
}

.moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}

.moment-picker th {
  font-weight: bold;
}

.moment-picker th:first-child,
.moment-picker th:last-child {
  width: 2em;
}

.moment-picker th,
.moment-picker td {
  padding: 0;
  text-align: center;
  min-width: 2em;
  height: 2em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  border-radius: 4px;
}

.moment-picker th:hover,
.moment-picker td:hover {
  background-color: #fafbfb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f3f4), to(#fafbfb));
  background-image: -o-linear-gradient(#f0f3f4, #fafbfb);
  background-image: linear-gradient(#f0f3f4, #fafbfb);
}

.moment-picker th.disabled,
.moment-picker td.disabled,
.moment-picker th.disabled:hover,
.moment-picker td.disabled:hover {
  color: #abbbc7;
  background: none;
  cursor: default;
}

.moment-picker td.today {
  background: #e4eef5;
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.moment-picker td.selected {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  border-color: #3ca0dd;
  background-color: #45b1e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#45b1e8), to(#3097de));
  background-image: -o-linear-gradient(#45b1e8, #3097de);
  background-image: linear-gradient(#45b1e8, #3097de);
}

.moment-picker td.highlighted {
  background-image: -o-radial-gradient(transparent, rgba(0, 0, 0, 0.15));
  background-image: radial-gradient(transparent, rgba(0, 0, 0, 0.15));
}

.moment-picker .decade-view td,
.moment-picker .year-view td {
  height: 3.4em;
}

.moment-picker .month-view .moment-picker-specific-views th {
  background: none;
  cursor: default;
}

.moment-picker .month-view td {
  width: 1.4285714286em;
}

.moment-picker .day-view td,
.moment-picker .hour-view td {
  height: 2.3333333333em;
}

.moment-picker .minute-view td {
  height: 1.8em;
}

.event_closed.FICS .switchToMainTheme {
  height: auto !important;
}

.event_closed.FICS .switchToMainTheme .card-header .card-title.lighten, .event_closed.FICS .switchToMainTheme .card-footer .card-title.lighten {
  display: none !important;
}

.event_closed.FICS .switchToMainTheme .list-group {
  display: none !important;
}

.event_closed.FICS .switchToMainTheme .card-footer {
  background-color: rgba(0, 56, 74, 0.8);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .event_closed.FICS .switchToMainTheme .card-footer {
    background-color: rgba(0, 56, 74, 0.6);
  }
}

.btn-actions-scrollable-cards {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.btn-actions-scrollable-cards:focus svg, .btn-actions-scrollable-cards:active svg {
  fill: #133d61;
}

.video-js .vjs-big-play-button {
  height: 2.5em !important;
  width: 2.5em !important;
  border-radius: 100% !important;
  line-height: 2.4em !important;
  border: 0.1em solid #f7b419 !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  color: #f7b419;
  font-size: 5em !important;
  border: none !important;
  margin: auto !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.btn-start {
  background-image: url(../img/lorealbst/btn_start.svg);
  background-size: cover;
  width: 123px !important;
  height: 35px;
  border: none;
  border-radius: 0px;
}

.btn-start:focus, .btn-start:hover {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  background-image: url(../img/lorealbst/btn_play.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 0;
  background-position: 50% 50%;
}

.pulse-wrapper {
  width: 135px;
  height: 135px;
  z-index: 1;
  border-radius: 50%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulse-wrapper:before, .pulse-wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 74px;
  background-color: rgba(247, 180, 25, 0.6);
  opacity: 0.15;
  z-index: -10;
}

.pulse-wrapper:before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
          animation: inner-ripple 2000ms linear infinite;
}

.pulse-wrapper:after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
          animation: outer-ripple 2000ms linear infinite;
}

.pulse-wrapper .btn-poke {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: none;
  background: rgba(248, 192, 62, 0.4);
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
  }
}

.poke-helper {
  background: rgba(247, 180, 25, 0.5);
  padding: 5px;
  width: 50%;
  border-radius: 10px;
  margin-bottom: 15px;
  margin-left: -20px;
}

.poke-helper:before, .poke-helper:after {
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -8px;
  left: 27%;
  margin-left: -8px;
  border-top: 8px solid rgba(247, 180, 25, 0.35);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.poke-sent {
  background: rgba(247, 180, 25, 0.7);
  padding: 13px;
  width: 55%;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: -20px;
}

.poke-sent:before, .poke-sent:after {
  content: "";
  display: block;
}

.poke-sent:after {
  clear: both;
}

.poke-sent {
  *zoom: 1;
}

.poke-sent:before {
  position: absolute;
  right: 60px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(247, 180, 25, 0.7) transparent transparent transparent;
}

.btn-primary-70 {
  color: #212529;
  background-color: rgba(247, 180, 25, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-primary-70:hover {
  color: #212529;
  background-color: #f7b419;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary-70:focus, .btn-primary-70.focus {
  color: #212529;
  background-color: #f7b419;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-primary-70.disabled, .btn-primary-70:disabled {
  color: #212529;
  background-color: rgba(247, 180, 25, 0.3);
  border-color: transparent;
}

.btn-primary-70:not(:disabled):not(.disabled):active, .btn-primary-70:not(:disabled):not(.disabled).active,
.show > .btn-primary-70.dropdown-toggle {
  color: #212529;
  background-color: rgba(214, 151, 7, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary-70:not(:disabled):not(.disabled):active:focus, .btn-primary-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-primary-flat-70 {
  color: #212529;
  background-color: rgba(247, 180, 25, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-primary-flat-70:hover {
  color: #fff;
  background-color: rgba(8, 75, 230, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary-flat-70:focus, .btn-primary-flat-70.focus {
  color: #fff;
  background-color: rgba(8, 75, 230, 0.3);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-primary-flat-70.disabled, .btn-primary-flat-70:disabled {
  color: #212529;
  background-color: rgba(247, 180, 25, 0.3);
  border-color: transparent;
}

.btn-primary-flat-70:not(:disabled):not(.disabled):active, .btn-primary-flat-70:not(:disabled):not(.disabled).active,
.show > .btn-primary-flat-70.dropdown-toggle {
  color: #212529;
  background-color: rgba(214, 151, 7, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary-flat-70:not(:disabled):not(.disabled):active:focus, .btn-primary-flat-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-flat-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-primary-flat-70.inherit-primary {
  color: #f7b419;
}

.btn-primary-flat-70.inherit-primary:focus, .btn-primary-flat-70.inherit-primary:hover {
  color: #f7b419 !important;
}

.btn-primary-90 {
  color: #212529;
  background-color: rgba(247, 180, 25, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-primary-90:hover {
  color: #212529;
  background-color: #f7b419;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary-90:focus, .btn-primary-90.focus {
  color: #212529;
  background-color: #f7b419;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-primary-90.disabled, .btn-primary-90:disabled {
  color: #212529;
  background-color: rgba(247, 180, 25, 0.1);
  border-color: transparent;
}

.btn-primary-90:not(:disabled):not(.disabled):active, .btn-primary-90:not(:disabled):not(.disabled).active,
.show > .btn-primary-90.dropdown-toggle {
  color: #212529;
  background-color: rgba(214, 151, 7, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary-90:not(:disabled):not(.disabled):active:focus, .btn-primary-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-primary-flat-90 {
  color: #212529;
  background-color: rgba(247, 180, 25, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-primary-flat-90:hover {
  color: #fff;
  background-color: rgba(8, 75, 230, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary-flat-90:focus, .btn-primary-flat-90.focus {
  color: #fff;
  background-color: rgba(8, 75, 230, 0.1);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-primary-flat-90.disabled, .btn-primary-flat-90:disabled {
  color: #212529;
  background-color: rgba(247, 180, 25, 0.1);
  border-color: transparent;
}

.btn-primary-flat-90:not(:disabled):not(.disabled):active, .btn-primary-flat-90:not(:disabled):not(.disabled).active,
.show > .btn-primary-flat-90.dropdown-toggle {
  color: #212529;
  background-color: rgba(214, 151, 7, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary-flat-90:not(:disabled):not(.disabled):active:focus, .btn-primary-flat-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary-flat-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-primary-flat-90.inherit-primary {
  color: #f7b419;
}

.btn-primary-flat-90.inherit-primary:focus, .btn-primary-flat-90.inherit-primary:hover {
  color: #f7b419 !important;
}

.btn-secondary-70 {
  color: #fff;
  background-color: rgba(19, 61, 97, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-secondary-70:hover {
  color: #fff;
  background-color: #133d61;
  border-color: rgba(0, 0, 0, 0);
}

.btn-secondary-70:focus, .btn-secondary-70.focus {
  color: #fff;
  background-color: #133d61;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary-70.disabled, .btn-secondary-70:disabled {
  color: #fff;
  background-color: rgba(19, 61, 97, 0.3);
  border-color: transparent;
}

.btn-secondary-70:not(:disabled):not(.disabled):active, .btn-secondary-70:not(:disabled):not(.disabled).active,
.show > .btn-secondary-70.dropdown-toggle {
  color: #fff;
  background-color: rgba(11, 34, 54, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-secondary-70:not(:disabled):not(.disabled):active:focus, .btn-secondary-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary-flat-70 {
  color: #fff;
  background-color: rgba(19, 61, 97, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-secondary-flat-70:hover {
  color: #212529;
  background-color: rgba(236, 194, 158, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-secondary-flat-70:focus, .btn-secondary-flat-70.focus {
  color: #212529;
  background-color: rgba(236, 194, 158, 0.3);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary-flat-70.disabled, .btn-secondary-flat-70:disabled {
  color: #fff;
  background-color: rgba(19, 61, 97, 0.3);
  border-color: transparent;
}

.btn-secondary-flat-70:not(:disabled):not(.disabled):active, .btn-secondary-flat-70:not(:disabled):not(.disabled).active,
.show > .btn-secondary-flat-70.dropdown-toggle {
  color: #fff;
  background-color: rgba(11, 34, 54, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-secondary-flat-70:not(:disabled):not(.disabled):active:focus, .btn-secondary-flat-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-flat-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary-flat-70.inherit-secondary {
  color: #133d61;
}

.btn-secondary-flat-70.inherit-secondary:focus, .btn-secondary-flat-70.inherit-secondary:hover {
  color: #133d61 !important;
}

.btn-secondary-90 {
  color: #fff;
  background-color: rgba(19, 61, 97, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-secondary-90:hover {
  color: #fff;
  background-color: #133d61;
  border-color: rgba(0, 0, 0, 0);
}

.btn-secondary-90:focus, .btn-secondary-90.focus {
  color: #fff;
  background-color: #133d61;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary-90.disabled, .btn-secondary-90:disabled {
  color: #fff;
  background-color: rgba(19, 61, 97, 0.1);
  border-color: transparent;
}

.btn-secondary-90:not(:disabled):not(.disabled):active, .btn-secondary-90:not(:disabled):not(.disabled).active,
.show > .btn-secondary-90.dropdown-toggle {
  color: #fff;
  background-color: rgba(11, 34, 54, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-secondary-90:not(:disabled):not(.disabled):active:focus, .btn-secondary-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary-flat-90 {
  color: #fff;
  background-color: rgba(19, 61, 97, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-secondary-flat-90:hover {
  color: #212529;
  background-color: rgba(236, 194, 158, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-secondary-flat-90:focus, .btn-secondary-flat-90.focus {
  color: #212529;
  background-color: rgba(236, 194, 158, 0.1);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary-flat-90.disabled, .btn-secondary-flat-90:disabled {
  color: #fff;
  background-color: rgba(19, 61, 97, 0.1);
  border-color: transparent;
}

.btn-secondary-flat-90:not(:disabled):not(.disabled):active, .btn-secondary-flat-90:not(:disabled):not(.disabled).active,
.show > .btn-secondary-flat-90.dropdown-toggle {
  color: #fff;
  background-color: rgba(11, 34, 54, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-secondary-flat-90:not(:disabled):not(.disabled):active:focus, .btn-secondary-flat-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary-flat-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-secondary-flat-90.inherit-secondary {
  color: #133d61;
}

.btn-secondary-flat-90.inherit-secondary:focus, .btn-secondary-flat-90.inherit-secondary:hover {
  color: #133d61 !important;
}

.btn-success-70 {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-success-70:hover {
  color: #fff;
  background-color: #28a745;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success-70:focus, .btn-success-70.focus {
  color: #fff;
  background-color: #28a745;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success-70.disabled, .btn-success-70:disabled {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.3);
  border-color: transparent;
}

.btn-success-70:not(:disabled):not(.disabled):active, .btn-success-70:not(:disabled):not(.disabled).active,
.show > .btn-success-70.dropdown-toggle {
  color: #fff;
  background-color: rgba(30, 126, 52, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-success-70:not(:disabled):not(.disabled):active:focus, .btn-success-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-success-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success-flat-70 {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-success-flat-70:hover {
  color: #fff;
  background-color: rgba(215, 88, 186, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-success-flat-70:focus, .btn-success-flat-70.focus {
  color: #fff;
  background-color: rgba(215, 88, 186, 0.3);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success-flat-70.disabled, .btn-success-flat-70:disabled {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.3);
  border-color: transparent;
}

.btn-success-flat-70:not(:disabled):not(.disabled):active, .btn-success-flat-70:not(:disabled):not(.disabled).active,
.show > .btn-success-flat-70.dropdown-toggle {
  color: #fff;
  background-color: rgba(30, 126, 52, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-success-flat-70:not(:disabled):not(.disabled):active:focus, .btn-success-flat-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-success-flat-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success-flat-70.inherit-success {
  color: #28a745;
}

.btn-success-flat-70.inherit-success:focus, .btn-success-flat-70.inherit-success:hover {
  color: #28a745 !important;
}

.btn-success-90 {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-success-90:hover {
  color: #fff;
  background-color: #28a745;
  border-color: rgba(0, 0, 0, 0);
}

.btn-success-90:focus, .btn-success-90.focus {
  color: #fff;
  background-color: #28a745;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success-90.disabled, .btn-success-90:disabled {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.1);
  border-color: transparent;
}

.btn-success-90:not(:disabled):not(.disabled):active, .btn-success-90:not(:disabled):not(.disabled).active,
.show > .btn-success-90.dropdown-toggle {
  color: #fff;
  background-color: rgba(30, 126, 52, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-success-90:not(:disabled):not(.disabled):active:focus, .btn-success-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-success-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success-flat-90 {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-success-flat-90:hover {
  color: #fff;
  background-color: rgba(215, 88, 186, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-success-flat-90:focus, .btn-success-flat-90.focus {
  color: #fff;
  background-color: rgba(215, 88, 186, 0.1);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success-flat-90.disabled, .btn-success-flat-90:disabled {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.1);
  border-color: transparent;
}

.btn-success-flat-90:not(:disabled):not(.disabled):active, .btn-success-flat-90:not(:disabled):not(.disabled).active,
.show > .btn-success-flat-90.dropdown-toggle {
  color: #fff;
  background-color: rgba(30, 126, 52, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-success-flat-90:not(:disabled):not(.disabled):active:focus, .btn-success-flat-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-success-flat-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-success-flat-90.inherit-success {
  color: #28a745;
}

.btn-success-flat-90.inherit-success:focus, .btn-success-flat-90.inherit-success:hover {
  color: #28a745 !important;
}

.btn-info-70 {
  color: #212529;
  background-color: rgba(204, 204, 204, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-info-70:hover {
  color: #212529;
  background-color: #ccc;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info-70:focus, .btn-info-70.focus {
  color: #212529;
  background-color: #ccc;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-info-70.disabled, .btn-info-70:disabled {
  color: #212529;
  background-color: rgba(204, 204, 204, 0.3);
  border-color: transparent;
}

.btn-info-70:not(:disabled):not(.disabled):active, .btn-info-70:not(:disabled):not(.disabled).active,
.show > .btn-info-70.dropdown-toggle {
  color: #212529;
  background-color: rgba(179, 178, 178, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-info-70:not(:disabled):not(.disabled):active:focus, .btn-info-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-info-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-info-flat-70 {
  color: #212529;
  background-color: rgba(204, 204, 204, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-info-flat-70:hover {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-info-flat-70:focus, .btn-info-flat-70.focus {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.3);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-info-flat-70.disabled, .btn-info-flat-70:disabled {
  color: #212529;
  background-color: rgba(204, 204, 204, 0.3);
  border-color: transparent;
}

.btn-info-flat-70:not(:disabled):not(.disabled):active, .btn-info-flat-70:not(:disabled):not(.disabled).active,
.show > .btn-info-flat-70.dropdown-toggle {
  color: #212529;
  background-color: rgba(179, 178, 178, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-info-flat-70:not(:disabled):not(.disabled):active:focus, .btn-info-flat-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-info-flat-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-info-flat-70.inherit-info {
  color: #ccc;
}

.btn-info-flat-70.inherit-info:focus, .btn-info-flat-70.inherit-info:hover {
  color: #ccc !important;
}

.btn-info-90 {
  color: #212529;
  background-color: rgba(204, 204, 204, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-info-90:hover {
  color: #212529;
  background-color: #ccc;
  border-color: rgba(0, 0, 0, 0);
}

.btn-info-90:focus, .btn-info-90.focus {
  color: #212529;
  background-color: #ccc;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-info-90.disabled, .btn-info-90:disabled {
  color: #212529;
  background-color: rgba(204, 204, 204, 0.1);
  border-color: transparent;
}

.btn-info-90:not(:disabled):not(.disabled):active, .btn-info-90:not(:disabled):not(.disabled).active,
.show > .btn-info-90.dropdown-toggle {
  color: #212529;
  background-color: rgba(179, 178, 178, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-info-90:not(:disabled):not(.disabled):active:focus, .btn-info-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-info-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-info-flat-90 {
  color: #212529;
  background-color: rgba(204, 204, 204, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-info-flat-90:hover {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-info-flat-90:focus, .btn-info-flat-90.focus {
  color: #fff;
  background-color: rgba(51, 51, 51, 0.1);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-info-flat-90.disabled, .btn-info-flat-90:disabled {
  color: #212529;
  background-color: rgba(204, 204, 204, 0.1);
  border-color: transparent;
}

.btn-info-flat-90:not(:disabled):not(.disabled):active, .btn-info-flat-90:not(:disabled):not(.disabled).active,
.show > .btn-info-flat-90.dropdown-toggle {
  color: #212529;
  background-color: rgba(179, 178, 178, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-info-flat-90:not(:disabled):not(.disabled):active:focus, .btn-info-flat-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-info-flat-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-info-flat-90.inherit-info {
  color: #ccc;
}

.btn-info-flat-90.inherit-info:focus, .btn-info-flat-90.inherit-info:hover {
  color: #ccc !important;
}

.btn-warning-70 {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-warning-70:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning-70:focus, .btn-warning-70.focus {
  color: #212529;
  background-color: #ffc107;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-warning-70.disabled, .btn-warning-70:disabled {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.3);
  border-color: transparent;
}

.btn-warning-70:not(:disabled):not(.disabled):active, .btn-warning-70:not(:disabled):not(.disabled).active,
.show > .btn-warning-70.dropdown-toggle {
  color: #212529;
  background-color: rgba(211, 158, 0, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning-70:not(:disabled):not(.disabled):active:focus, .btn-warning-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-warning-flat-70 {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-warning-flat-70:hover {
  color: #fff;
  background-color: rgba(0, 62, 248, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning-flat-70:focus, .btn-warning-flat-70.focus {
  color: #fff;
  background-color: rgba(0, 62, 248, 0.3);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-warning-flat-70.disabled, .btn-warning-flat-70:disabled {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.3);
  border-color: transparent;
}

.btn-warning-flat-70:not(:disabled):not(.disabled):active, .btn-warning-flat-70:not(:disabled):not(.disabled).active,
.show > .btn-warning-flat-70.dropdown-toggle {
  color: #212529;
  background-color: rgba(211, 158, 0, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning-flat-70:not(:disabled):not(.disabled):active:focus, .btn-warning-flat-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning-flat-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-warning-flat-70.inherit-warning {
  color: #ffc107;
}

.btn-warning-flat-70.inherit-warning:focus, .btn-warning-flat-70.inherit-warning:hover {
  color: #ffc107 !important;
}

.btn-warning-90 {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-warning-90:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning-90:focus, .btn-warning-90.focus {
  color: #212529;
  background-color: #ffc107;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-warning-90.disabled, .btn-warning-90:disabled {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.1);
  border-color: transparent;
}

.btn-warning-90:not(:disabled):not(.disabled):active, .btn-warning-90:not(:disabled):not(.disabled).active,
.show > .btn-warning-90.dropdown-toggle {
  color: #212529;
  background-color: rgba(211, 158, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning-90:not(:disabled):not(.disabled):active:focus, .btn-warning-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-warning-flat-90 {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-warning-flat-90:hover {
  color: #fff;
  background-color: rgba(0, 62, 248, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning-flat-90:focus, .btn-warning-flat-90.focus {
  color: #fff;
  background-color: rgba(0, 62, 248, 0.1);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-warning-flat-90.disabled, .btn-warning-flat-90:disabled {
  color: #212529;
  background-color: rgba(255, 193, 7, 0.1);
  border-color: transparent;
}

.btn-warning-flat-90:not(:disabled):not(.disabled):active, .btn-warning-flat-90:not(:disabled):not(.disabled).active,
.show > .btn-warning-flat-90.dropdown-toggle {
  color: #212529;
  background-color: rgba(211, 158, 0, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-warning-flat-90:not(:disabled):not(.disabled):active:focus, .btn-warning-flat-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning-flat-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-warning-flat-90.inherit-warning {
  color: #ffc107;
}

.btn-warning-flat-90.inherit-warning:focus, .btn-warning-flat-90.inherit-warning:hover {
  color: #ffc107 !important;
}

.btn-danger-70 {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-danger-70:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger-70:focus, .btn-danger-70.focus {
  color: #fff;
  background-color: #dc3545;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-danger-70.disabled, .btn-danger-70:disabled {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.3);
  border-color: transparent;
}

.btn-danger-70:not(:disabled):not(.disabled):active, .btn-danger-70:not(:disabled):not(.disabled).active,
.show > .btn-danger-70.dropdown-toggle {
  color: #fff;
  background-color: rgba(189, 33, 48, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger-70:not(:disabled):not(.disabled):active:focus, .btn-danger-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-danger-flat-70 {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-danger-flat-70:hover {
  color: #212529;
  background-color: rgba(35, 202, 186, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger-flat-70:focus, .btn-danger-flat-70.focus {
  color: #212529;
  background-color: rgba(35, 202, 186, 0.3);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-danger-flat-70.disabled, .btn-danger-flat-70:disabled {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.3);
  border-color: transparent;
}

.btn-danger-flat-70:not(:disabled):not(.disabled):active, .btn-danger-flat-70:not(:disabled):not(.disabled).active,
.show > .btn-danger-flat-70.dropdown-toggle {
  color: #fff;
  background-color: rgba(189, 33, 48, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger-flat-70:not(:disabled):not(.disabled):active:focus, .btn-danger-flat-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger-flat-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-danger-flat-70.inherit-danger {
  color: #dc3545;
}

.btn-danger-flat-70.inherit-danger:focus, .btn-danger-flat-70.inherit-danger:hover {
  color: #dc3545 !important;
}

.btn-danger-90 {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-danger-90:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger-90:focus, .btn-danger-90.focus {
  color: #fff;
  background-color: #dc3545;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-danger-90.disabled, .btn-danger-90:disabled {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.1);
  border-color: transparent;
}

.btn-danger-90:not(:disabled):not(.disabled):active, .btn-danger-90:not(:disabled):not(.disabled).active,
.show > .btn-danger-90.dropdown-toggle {
  color: #fff;
  background-color: rgba(189, 33, 48, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger-90:not(:disabled):not(.disabled):active:focus, .btn-danger-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-danger-flat-90 {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-danger-flat-90:hover {
  color: #212529;
  background-color: rgba(35, 202, 186, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger-flat-90:focus, .btn-danger-flat-90.focus {
  color: #212529;
  background-color: rgba(35, 202, 186, 0.1);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-danger-flat-90.disabled, .btn-danger-flat-90:disabled {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.1);
  border-color: transparent;
}

.btn-danger-flat-90:not(:disabled):not(.disabled):active, .btn-danger-flat-90:not(:disabled):not(.disabled).active,
.show > .btn-danger-flat-90.dropdown-toggle {
  color: #fff;
  background-color: rgba(189, 33, 48, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-danger-flat-90:not(:disabled):not(.disabled):active:focus, .btn-danger-flat-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger-flat-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-danger-flat-90.inherit-danger {
  color: #dc3545;
}

.btn-danger-flat-90.inherit-danger:focus, .btn-danger-flat-90.inherit-danger:hover {
  color: #dc3545 !important;
}

.btn-light-70 {
  color: #212529;
  background-color: rgba(245, 245, 245, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-light-70:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0);
}

.btn-light-70:focus, .btn-light-70.focus {
  color: #212529;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-light-70.disabled, .btn-light-70:disabled {
  color: #212529;
  background-color: rgba(245, 245, 245, 0.3);
  border-color: transparent;
}

.btn-light-70:not(:disabled):not(.disabled):active, .btn-light-70:not(:disabled):not(.disabled).active,
.show > .btn-light-70.dropdown-toggle {
  color: #212529;
  background-color: rgba(220, 219, 219, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-light-70:not(:disabled):not(.disabled):active:focus, .btn-light-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-light-flat-70 {
  color: #212529;
  background-color: rgba(245, 245, 245, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-light-flat-70:hover {
  color: #fff;
  background-color: rgba(10, 10, 10, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-light-flat-70:focus, .btn-light-flat-70.focus {
  color: #fff;
  background-color: rgba(10, 10, 10, 0.3);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-light-flat-70.disabled, .btn-light-flat-70:disabled {
  color: #212529;
  background-color: rgba(245, 245, 245, 0.3);
  border-color: transparent;
}

.btn-light-flat-70:not(:disabled):not(.disabled):active, .btn-light-flat-70:not(:disabled):not(.disabled).active,
.show > .btn-light-flat-70.dropdown-toggle {
  color: #212529;
  background-color: rgba(220, 219, 219, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-light-flat-70:not(:disabled):not(.disabled):active:focus, .btn-light-flat-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-flat-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-light-flat-70.inherit-light {
  color: #f5f5f5;
}

.btn-light-flat-70.inherit-light:focus, .btn-light-flat-70.inherit-light:hover {
  color: #f5f5f5 !important;
}

.btn-light-90 {
  color: #212529;
  background-color: rgba(245, 245, 245, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-light-90:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0);
}

.btn-light-90:focus, .btn-light-90.focus {
  color: #212529;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-light-90.disabled, .btn-light-90:disabled {
  color: #212529;
  background-color: rgba(245, 245, 245, 0.1);
  border-color: transparent;
}

.btn-light-90:not(:disabled):not(.disabled):active, .btn-light-90:not(:disabled):not(.disabled).active,
.show > .btn-light-90.dropdown-toggle {
  color: #212529;
  background-color: rgba(220, 219, 219, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-light-90:not(:disabled):not(.disabled):active:focus, .btn-light-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-light-flat-90 {
  color: #212529;
  background-color: rgba(245, 245, 245, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-light-flat-90:hover {
  color: #fff;
  background-color: rgba(10, 10, 10, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-light-flat-90:focus, .btn-light-flat-90.focus {
  color: #fff;
  background-color: rgba(10, 10, 10, 0.1);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-light-flat-90.disabled, .btn-light-flat-90:disabled {
  color: #212529;
  background-color: rgba(245, 245, 245, 0.1);
  border-color: transparent;
}

.btn-light-flat-90:not(:disabled):not(.disabled):active, .btn-light-flat-90:not(:disabled):not(.disabled).active,
.show > .btn-light-flat-90.dropdown-toggle {
  color: #212529;
  background-color: rgba(220, 219, 219, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-light-flat-90:not(:disabled):not(.disabled):active:focus, .btn-light-flat-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-light-flat-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.btn-light-flat-90.inherit-light {
  color: #f5f5f5;
}

.btn-light-flat-90.inherit-light:focus, .btn-light-flat-90.inherit-light:hover {
  color: #f5f5f5 !important;
}

.btn-dark-70 {
  color: #fff;
  background-color: rgba(9, 35, 55, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-dark-70:hover {
  color: #fff;
  background-color: #092337;
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark-70:focus, .btn-dark-70.focus {
  color: #fff;
  background-color: #092337;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark-70.disabled, .btn-dark-70:disabled {
  color: #fff;
  background-color: rgba(9, 35, 55, 0.3);
  border-color: transparent;
}

.btn-dark-70:not(:disabled):not(.disabled):active, .btn-dark-70:not(:disabled):not(.disabled).active,
.show > .btn-dark-70.dropdown-toggle {
  color: #fff;
  background-color: rgba(2, 7, 11, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark-70:not(:disabled):not(.disabled):active:focus, .btn-dark-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark-flat-70 {
  color: #fff;
  background-color: rgba(9, 35, 55, 0.3);
  border-color: transparent;
  box-shadow: none;
}

.btn-dark-flat-70:hover {
  color: #212529;
  background-color: rgba(246, 220, 200, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark-flat-70:focus, .btn-dark-flat-70.focus {
  color: #212529;
  background-color: rgba(246, 220, 200, 0.3);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark-flat-70.disabled, .btn-dark-flat-70:disabled {
  color: #fff;
  background-color: rgba(9, 35, 55, 0.3);
  border-color: transparent;
}

.btn-dark-flat-70:not(:disabled):not(.disabled):active, .btn-dark-flat-70:not(:disabled):not(.disabled).active,
.show > .btn-dark-flat-70.dropdown-toggle {
  color: #fff;
  background-color: rgba(2, 7, 11, 0.3);
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark-flat-70:not(:disabled):not(.disabled):active:focus, .btn-dark-flat-70:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-flat-70.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark-flat-70.inherit-dark {
  color: #092337;
}

.btn-dark-flat-70.inherit-dark:focus, .btn-dark-flat-70.inherit-dark:hover {
  color: #092337 !important;
}

.btn-dark-90 {
  color: #fff;
  background-color: rgba(9, 35, 55, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-dark-90:hover {
  color: #fff;
  background-color: #092337;
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark-90:focus, .btn-dark-90.focus {
  color: #fff;
  background-color: #092337;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark-90.disabled, .btn-dark-90:disabled {
  color: #fff;
  background-color: rgba(9, 35, 55, 0.1);
  border-color: transparent;
}

.btn-dark-90:not(:disabled):not(.disabled):active, .btn-dark-90:not(:disabled):not(.disabled).active,
.show > .btn-dark-90.dropdown-toggle {
  color: #fff;
  background-color: rgba(2, 7, 11, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark-90:not(:disabled):not(.disabled):active:focus, .btn-dark-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark-flat-90 {
  color: #fff;
  background-color: rgba(9, 35, 55, 0.1);
  border-color: transparent;
  box-shadow: none;
}

.btn-dark-flat-90:hover {
  color: #212529;
  background-color: rgba(246, 220, 200, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark-flat-90:focus, .btn-dark-flat-90.focus {
  color: #212529;
  background-color: rgba(246, 220, 200, 0.1);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark-flat-90.disabled, .btn-dark-flat-90:disabled {
  color: #fff;
  background-color: rgba(9, 35, 55, 0.1);
  border-color: transparent;
}

.btn-dark-flat-90:not(:disabled):not(.disabled):active, .btn-dark-flat-90:not(:disabled):not(.disabled).active,
.show > .btn-dark-flat-90.dropdown-toggle {
  color: #fff;
  background-color: rgba(2, 7, 11, 0.1);
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark-flat-90:not(:disabled):not(.disabled):active:focus, .btn-dark-flat-90:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark-flat-90.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark-flat-90.inherit-dark {
  color: #092337;
}

.btn-dark-flat-90.inherit-dark:focus, .btn-dark-flat-90.inherit-dark:hover {
  color: #092337 !important;
}

a[ng-click^="toggleFavorite"]:not(.btn-outline-primary):not(.btn-primary):hover, a[ng-click^="toggleFavorite"]:not(.btn-outline-primary):not(.btn-primary).active,
.btn[ng-click^="toggleFavorite"]:not(.btn-outline-primary):not(.btn-primary):hover,
.btn[ng-click^="toggleFavorite"]:not(.btn-outline-primary):not(.btn-primary).active {
  background-color: #f7b419 !important;
  color: #092337 !important;
}

button[ng-click^="initVideoCall"] {
  padding: 0;
  width: 51px;
  min-width: 51px;
  height: 51px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.btn-dark.btn-send-media {
  color: #fff;
  background-color: #242956;
  border-color: transparent;
  box-shadow: none;
}

.btn-dark.btn-send-media:hover {
  color: #fff;
  background-color: #242956;
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark.btn-send-media:focus, .btn-dark.btn-send-media.focus {
  color: #fff;
  background-color: #242956;
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dark.btn-send-media.disabled, .btn-dark.btn-send-media:disabled {
  color: #fff;
  background-color: #242956;
  border-color: transparent;
}

.btn-dark.btn-send-media:not(:disabled):not(.disabled):active, .btn-dark.btn-send-media:not(:disabled):not(.disabled).active,
.show > .btn-dark.btn-send-media.dropdown-toggle {
  color: #fff;
  background-color: #151832;
  border-color: rgba(0, 0, 0, 0);
}

.btn-dark.btn-send-media:not(:disabled):not(.disabled):active:focus, .btn-dark.btn-send-media:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.btn-send-media.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.card-vote .pulse-wrapper {
  width: 100px;
  height: 100px;
}

.card-vote .pulse-wrapper .btn-poke {
  width: 100px;
  height: 100px;
}

#ot-sdk-btn.ot-sdk-show-settings {
  border: none !important;
  padding: inherit !important;
  font-size: inherit !important;
}

#ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: transparent !important;
  cursor: pointer;
}

.border-light-10 {
  border-color: rgba(245, 245, 245, 0.1) !important;
}

.border-light-20 {
  border-color: rgba(245, 245, 245, 0.2) !important;
}

.border-light-30 {
  border-color: rgba(245, 245, 245, 0.3) !important;
}

.border-dark-10 {
  border-color: rgba(9, 35, 55, 0.1) !important;
}

.border-dark-20 {
  border-color: rgba(9, 35, 55, 0.2) !important;
}

.border-dark-30 {
  border-color: rgba(9, 35, 55, 0.3) !important;
}

.badge-border {
  border-width: 2px !important;
}

.badge-outline-tag {
  border: 1px solid #f7b419;
  color: #f7b419;
  background-color: transparent;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
}

.badge-admin {
  font-size: 16px;
  font-weight: 800;
  border-radius: 50%;
  border: 2px solid white;
}

.badge-icon-notifications {
  bottom: 3px;
  right: -4px;
  padding: 0px !important;
  width: 20px;
  height: 20px;
  font-size: 11px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-list-scrollable {
  max-height: 550px;
}

.card-list-scrollable .card-body {
  overflow-y: auto;
  scrollbar-color: #001c25 #00080b;
  scrollbar-width: thin;
}

.card .card-footer {
  background-color: rgb(255 255 255 / 3%);
}

.lighten {
  color: #6199A7;
}

#cardScenes .scene_wrapper {
  flex: 1 1 auto;
}

#cardScenes > .card-body {
  flex: 0 1 auto;
}

.clickable-fiche:before, .clickable-fiche:after {
  content: "";
  display: block;
}

.clickable-fiche:after {
  clear: both;
}

.clickable-fiche {
  *zoom: 1;
}

.clickable-fiche:before {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 7.922 14.083'%3E%3Cg transform='translate(-63.953 14.083) rotate(-90)'%3E%3Cpath class='a' d='M13.822,64.214a.845.845,0,0,0-.619-.261H.88a.846.846,0,0,0-.619.261.864.864,0,0,0,0,1.238l6.161,6.161a.863.863,0,0,0,1.238,0l6.161-6.161a.863.863,0,0,0,0-1.238Z' transform='translate(0 0)'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-right: 5px;
}

.card-partners .nav-tabs li:first-child .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.card-partners .nav-tabs li:last-child .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.card_same_theme .scrollable-zone {
  height: calc(100vh - 350px);
}

.card.have-interventions,
.logged .card.have-interventions {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card.have-interventions + .card,
.logged .card.have-interventions + .card {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.card.message.supervising {
  border-left: 5px solid #f7b419;
}

.card.message.supervising.visible {
  border-left: 10px solid #28a745 !important;
}

.card.message.supervising.pending {
  border-left: 10px solid #f7b419 !important;
}

.card.message.supervising.not_visible {
  border-left: 10px solid #ffc107;
}

.card.message.supervising.deleted {
  border-left: 10px solid #dc3545;
}

/* I get output to the CSS file */
.card-dark, .card-dark--blur {
  background-color: rgba(29, 53, 71, 0.85);
}

.card-light, .agenda-component .fc .fc-list-day-cushion,
.agenda-component .fc .fc-list-table th,
.agenda-component .fc .fc-list-event:hover td,
.logged .agenda-component .fc .fc-list-day-cushion,
.logged .agenda-component .fc .fc-list-table th,
.logged .agenda-component .fc .fc-list-event:hover td, .card-light--blur {
  background-color: rgba(39, 61, 79, 0.85);
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .card-dark, .card-dark--blur {
    background-color: rgba(29, 53, 71, 0.5);
  }
  .card-dark--blur {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .card-light, .agenda-component .fc .fc-list-day-cushion,
  .agenda-component .fc .fc-list-table th,
  .agenda-component .fc .fc-list-event:hover td,
  .logged .agenda-component .fc .fc-list-day-cushion,
  .logged .agenda-component .fc .fc-list-table th,
  .logged .agenda-component .fc .fc-list-event:hover td, .card-light--blur {
    background-color: rgba(48, 70, 87, 0.5);
  }
  .card-light--blur {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .card-blur {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
}

.nav-tabs .nav-link {
  color: white;
  opacity: .3;
}

.nav-tabs .nav-link .icon-arrow {
  transition: .2s all ease;
  transform: rotate(90deg);
  display: inline-block;
}

.nav-tabs .nav-link.active {
  opacity: 1;
  background-color: transparent;
}

.nav-tabs .nav-link.active .icon-arrow {
  transform: rotate(-90deg);
}

.toast {
  overflow: hidden;
}

.toast .toast-header {
  justify-content: center;
  position: relative;
}

.toast button.close {
  background-color: rgba(10, 32, 50, 0.9);
  color: #f5f5f5;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 50%;
  font-weight: 300;
  position: absolute;
  right: 10px;
  margin: 0 !important;
}

.toast button.close span {
  color: #f5f5f5;
  margin-top: -2px;
  margin-left: 0px;
}

.toast.toast_live.ok {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-color: transparent;
  box-shadow: none;
}

.toast.toast_live.ok:hover {
  color: #fff;
  background-color: rgba(33, 136, 56, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast.toast_live.ok:focus, .toast.toast_live.ok.focus {
  color: #fff;
  background-color: rgba(33, 136, 56, 0.9);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast.toast_live.ok.disabled, .toast.toast_live.ok:disabled {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-color: transparent;
}

.toast.toast_live.ok:not(:disabled):not(.disabled):active, .toast.toast_live.ok:not(:disabled):not(.disabled).active,
.show > .toast.toast_live.ok.dropdown-toggle {
  color: #fff;
  background-color: rgba(30, 126, 52, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast.toast_live.ok:not(:disabled):not(.disabled):active:focus, .toast.toast_live.ok:not(:disabled):not(.disabled).active:focus,
.show > .toast.toast_live.ok.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast.toast_live.rejected, .toast.toast_live.nok {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-color: transparent;
  box-shadow: none;
}

.toast.toast_live.rejected:hover, .toast.toast_live.nok:hover {
  color: #fff;
  background-color: rgba(200, 35, 51, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast.toast_live.rejected:focus, .toast.toast_live.rejected.focus, .toast.toast_live.nok:focus, .toast.toast_live.nok.focus {
  color: #fff;
  background-color: rgba(200, 35, 51, 0.9);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast.toast_live.rejected.disabled, .toast.toast_live.rejected:disabled, .toast.toast_live.nok.disabled, .toast.toast_live.nok:disabled {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-color: transparent;
}

.toast.toast_live.rejected:not(:disabled):not(.disabled):active, .toast.toast_live.rejected:not(:disabled):not(.disabled).active,
.show > .toast.toast_live.rejected.dropdown-toggle, .toast.toast_live.nok:not(:disabled):not(.disabled):active, .toast.toast_live.nok:not(:disabled):not(.disabled).active,
.show > .toast.toast_live.nok.dropdown-toggle {
  color: #fff;
  background-color: rgba(189, 33, 48, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast.toast_live.rejected:not(:disabled):not(.disabled):active:focus, .toast.toast_live.rejected:not(:disabled):not(.disabled).active:focus,
.show > .toast.toast_live.rejected.dropdown-toggle:focus, .toast.toast_live.nok:not(:disabled):not(.disabled):active:focus, .toast.toast_live.nok:not(:disabled):not(.disabled).active:focus,
.show > .toast.toast_live.nok.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast .img_contact {
  min-width: 45px;
  min-height: 45px;
  width: 45px;
  height: 45px;
}

.toast .img_contact:before, .toast .img_contact:after {
  display: none;
}

.toast .img_contact.rejected {
  border-color: #dc3545;
}

.toast .toast-footer {
  border-top: 1px solid rgba(5, 17, 27, 0.6);
}

.toast .toast-footer .btn {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-right-color: rgba(5, 17, 27, 0.6) !important;
  font-size: 16px;
  transition: .2s all ease;
}

.toast .toast-footer .btn:last-child {
  border-right-color: transparent !important;
}

.toast .toast-footer .btn.ok {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-color: transparent;
  box-shadow: none;
}

.toast .toast-footer .btn.ok:hover {
  color: #fff;
  background-color: rgba(33, 136, 56, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast .toast-footer .btn.ok:focus, .toast .toast-footer .btn.ok.focus {
  color: #fff;
  background-color: rgba(33, 136, 56, 0.9);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast .toast-footer .btn.ok.disabled, .toast .toast-footer .btn.ok:disabled {
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-color: transparent;
}

.toast .toast-footer .btn.ok:not(:disabled):not(.disabled):active, .toast .toast-footer .btn.ok:not(:disabled):not(.disabled).active,
.show > .toast .toast-footer .btn.ok.dropdown-toggle {
  color: #fff;
  background-color: rgba(30, 126, 52, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast .toast-footer .btn.ok:not(:disabled):not(.disabled):active:focus, .toast .toast-footer .btn.ok:not(:disabled):not(.disabled).active:focus,
.show > .toast .toast-footer .btn.ok.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast .toast-footer .btn.rejected {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-color: transparent;
  box-shadow: none;
}

.toast .toast-footer .btn.rejected:hover {
  color: #fff;
  background-color: rgba(200, 35, 51, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast .toast-footer .btn.rejected:focus, .toast .toast-footer .btn.rejected.focus {
  color: #fff;
  background-color: rgba(200, 35, 51, 0.9);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast .toast-footer .btn.rejected.disabled, .toast .toast-footer .btn.rejected:disabled {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-color: transparent;
}

.toast .toast-footer .btn.rejected:not(:disabled):not(.disabled):active, .toast .toast-footer .btn.rejected:not(:disabled):not(.disabled).active,
.show > .toast .toast-footer .btn.rejected.dropdown-toggle {
  color: #fff;
  background-color: rgba(189, 33, 48, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast .toast-footer .btn.rejected:not(:disabled):not(.disabled):active:focus, .toast .toast-footer .btn.rejected:not(:disabled):not(.disabled).active:focus,
.show > .toast .toast-footer .btn.rejected.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast .toast-footer .btn.nok {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-color: transparent;
  box-shadow: none;
}

.toast .toast-footer .btn.nok:hover {
  color: #fff;
  background-color: rgba(200, 35, 51, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast .toast-footer .btn.nok:focus, .toast .toast-footer .btn.nok.focus {
  color: #fff;
  background-color: rgba(200, 35, 51, 0.9);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast .toast-footer .btn.nok.disabled, .toast .toast-footer .btn.nok:disabled {
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-color: transparent;
}

.toast .toast-footer .btn.nok:not(:disabled):not(.disabled):active, .toast .toast-footer .btn.nok:not(:disabled):not(.disabled).active,
.show > .toast .toast-footer .btn.nok.dropdown-toggle {
  color: #fff;
  background-color: rgba(189, 33, 48, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast .toast-footer .btn.nok:not(:disabled):not(.disabled):active:focus, .toast .toast-footer .btn.nok:not(:disabled):not(.disabled).active:focus,
.show > .toast .toast-footer .btn.nok.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast .toast-footer .btn.show {
  color: #212529;
  background-color: rgba(247, 180, 25, 0.9);
  border-color: transparent;
  box-shadow: none;
}

.toast .toast-footer .btn.show:hover {
  color: #212529;
  background-color: rgba(226, 160, 8, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast .toast-footer .btn.show:focus, .toast .toast-footer .btn.show.focus {
  color: #212529;
  background-color: rgba(226, 160, 8, 0.9);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.toast .toast-footer .btn.show.disabled, .toast .toast-footer .btn.show:disabled {
  color: #212529;
  background-color: rgba(247, 180, 25, 0.9);
  border-color: transparent;
}

.toast .toast-footer .btn.show:not(:disabled):not(.disabled):active, .toast .toast-footer .btn.show:not(:disabled):not(.disabled).active,
.show > .toast .toast-footer .btn.show.dropdown-toggle {
  color: #212529;
  background-color: rgba(214, 151, 7, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast .toast-footer .btn.show:not(:disabled):not(.disabled):active:focus, .toast .toast-footer .btn.show:not(:disabled):not(.disabled).active:focus,
.show > .toast .toast-footer .btn.show.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.5);
}

.toast .toast-footer .btn.block {
  color: #fff;
  background-color: rgba(19, 61, 97, 0.9);
  border-color: transparent;
  box-shadow: none;
}

.toast .toast-footer .btn.block:hover {
  color: #fff;
  background-color: rgba(13, 41, 65, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast .toast-footer .btn.block:focus, .toast .toast-footer .btn.block.focus {
  color: #fff;
  background-color: rgba(13, 41, 65, 0.9);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.toast .toast-footer .btn.block.disabled, .toast .toast-footer .btn.block:disabled {
  color: #fff;
  background-color: rgba(19, 61, 97, 0.9);
  border-color: transparent;
}

.toast .toast-footer .btn.block:not(:disabled):not(.disabled):active, .toast .toast-footer .btn.block:not(:disabled):not(.disabled).active,
.show > .toast .toast-footer .btn.block.dropdown-toggle {
  color: #fff;
  background-color: rgba(11, 34, 54, 0.9);
  border-color: rgba(0, 0, 0, 0);
}

.toast .toast-footer .btn.block:not(:disabled):not(.disabled):active:focus, .toast .toast-footer .btn.block:not(:disabled):not(.disabled).active:focus,
.show > .toast .toast-footer .btn.block.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

#showImage .modal-dialog {
  width: 100%;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .line-clamp-10, .line-clamp-3 {
      position: relative;
      overflow: hidden;
      max-height: 250px;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(66.81%, rgba(255, 255, 255, 0.92)), color-stop(97.48%, rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(rgba(255, 255, 255, 0.92) 66.81%, rgba(255, 255, 255, 0) 97.48%);
      background: linear-gradient(rgba(255, 255, 255, 0.92) 66.81%, rgba(255, 255, 255, 0) 97.48%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .line-clamp-10:before, .line-clamp-10:after, .line-clamp-3:before, .line-clamp-3:after {
      content: "";
      display: block;
    }
    .line-clamp-10:after, .line-clamp-3:after {
      clear: both;
    }
    .line-clamp-10, .line-clamp-3 {
      *zoom: 1;
    }
    .line-clamp-3 {
      max-height: 90px;
    }
  }
}

@-moz-document url-prefix() {
  .line-clamp-10, .line-clamp-3 {
    background: linear-gradient(rgba(255, 255, 255, 0.92) 66.81%, rgba(255, 255, 255, 0) 97.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    overflow: hidden;
    max-height: 250px;
  }
  .line-clamp-3 {
    max-height: 90px;
  }
}

.f-14 {
  font-size: 14px !important;
}

.f-16 {
  font-size: 16px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-25 {
  font-size: 25px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-30 {
  font-size: 30px !important;
}

@media (max-height: 768px) {
  .overlay .menu a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .calltoactions-menu .btn.btn-secondary {
    padding: 5px;
  }
}

@media (min-height: 768px) and (max-height: 1020px) {
  .overlay .menu a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .calltoactions-menu .btn.btn-secondary {
    padding: 8px;
  }
}

@media (min-width: 992px) {
  .card-press-session .f-20 {
    font-size: 16px !important;
  }
  .calltoactions-menu .btn .img_contact {
    max-width: 85%;
    padding-bottom: 80%;
    margin: 0 auto;
    border-width: 2px;
    margin-bottom: 4px;
  }
}

@media (min-width: 768px) {
  .page-ctrl {
    transition: .2s all ease;
  }
  .page-ctrl.push {
    padding-left: 200px;
  }
  .is-sidebar-init .page-ctrl:not(.push) {
    padding-left: 50px;
  }
  .is-sidebar-init .sidebar.sidebar-left {
    top: 75px;
  }
  .notification-container.has-langs {
    right: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .cardListUser .submodule-network-contact {
    flex-direction: column;
  }
  .cardListUser .submodule-network-contact .bloc_gauche .inner > .d-flex {
    flex-direction: column !important;
    text-align: center;
  }
  .cardListUser .submodule-network-contact .name-contact {
    margin-top: 15px;
  }
  .cardListUser .submodule-network-contact .bloc_gauche .img_contact.img_contact_big {
    margin: 0 auto;
  }
  .cardListUser .submodule-network-contact .bloc_droite {
    margin-left: 0 !important;
    margin-top: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .social-button .display-4 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .bg-div, .bg-div--blur-light, .bg-div--blur-dark, .bg, .bg-div, .bg-div--blur-light, .bg-div--blur-dark {
    background-size: cover;
  }
}

/*@media (min-width:1200px) and (max-width:1350px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size:12px;
    }
}*/
@media (min-width: 992px) {
  .f-lg-30 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  .img_contact.is-busy:before {
    width: 9px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    right: 3px;
    background-color: #f3f3f3;
    z-index: 3;
  }
  .sidebar .calltoactions-menu .btn .img_contact {
    max-width: 35px;
    padding-bottom: 35px;
    margin: 0 auto;
  }
  .sidebar .calltoactions-menu .btn .img_contact:after {
    width: 15px;
    height: 15px;
    font-size: 15px;
  }
  .btn.replay:not(.ng-hide), .btn.btn-live:not(.ng-hide) {
    display: inline-block !important;
  }
  .in-agenda, .not-in-agenda {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .bg-footer {
    flex-direction: column;
    align-items: center;
  }
  .agenda-component .modale-create-visio .card.card-list-scrollable,
  .logged .agenda-component .modale-create-visio .card.card-list-scrollable {
    max-height: 600px;
    min-height: 400px;
  }
  .agenda-component .modale-create-visio .modale-body, .logged .agenda-component .modale-create-visio .modale-body {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .card.card-connexion {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 768px) {
  .card-check-steps {
    height: auto !important;
  }
  .sticky-top-tab {
    position: inherit;
  }
  .lang-chooser .active,
  .lang-chooser .btn-link {
    opacity: 1;
    color: white;
    background: #092337;
    border-radius: 100%;
  }
  .connexion .lang-chooser .btn-link {
    background: #092337;
    color: white;
    border-radius: 100%;
  }
  .card.card-connexion .logo {
    max-width: 200px;
  }
  .sidebar.sidebar-left .logo-min img {
    width: 100px;
  }
  .sidebar.sidebar-left .toggler.sidebar-opened {
    top: -50px;
  }
  .sidebar.sidebar-left .overlay-inner div:nth-child(2) {
    bottom: 60px;
    margin-right: 15px !important;
  }
  .sidebar.sidebar-left .overlay-inner div:nth-child(2) p {
    margin-bottom: 0;
  }
  .sidebar.sidebar-left .menu .submenu {
    padding-left: 15px;
  }
  .sidebar.sidebar-left .menu .submenu li:first-child {
    border-top: none;
  }
  .sidebar.sidebar-left .overlay {
    background-image: none;
  }
  .sidebar .calltoactions-menu .btn {
    border: 0;
    background-image: none;
  }
  .sidebar .calltoactions-menu.btn-group-vertical > .btn:not(:first-child), .sidebar .calltoactions-menu .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .menu .submenu {
    width: 100%;
  }
  .card-header-pitch .f-30 {
    font-size: 18px !important;
  }
  .card-header-pitch .svg_calendar_month {
    display: none;
  }
  .sidebar.sidebar-right {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .tags {
    flex-direction: row;
  }
  .tags .tag-item {
    width: 48%;
    margin-right: 2%;
    margin-top: 0px;
    margin-bottom: 2%;
  }
  .tags .tag-item:nth-child(2n) {
    margin-right: 0px;
  }
  .tags .tag-item .badge-outline-tag {
    display: block;
    white-space: normal;
  }
  .card-press-session .not-in-agenda,
  .card-press-session .in-agenda {
    margin-top: 15px;
  }
  .card-press-session .card-body {
    padding: 0px 20px;
    max-height: 100%;
  }
  .card-press-session .f-20 svg,
  .card-press-session .f-20.session-stage svg {
    margin-left: 0 !important;
  }
  .sidebar.sidebar-left {
    position: static;
  }
  .sidebar.sidebar-left > .logo-min img {
    width: 95px !important;
  }
  .card-program .card-body .d-inline-flex:not(.session-status_id):nth-child(1) > * {
    width: 50%;
  }
  .card-program .card-body .d-inline-flex:not(.session-status_id):nth-child(1) span {
    display: block;
    margin-left: 0 !important;
  }
  .calltoactions-menu {
    right: 0px;
    left: 0;
    bottom: 0;
    top: auto;
    transform: translateX(0%) translateY(0%);
    flex-direction: row;
    max-width: 100%;
    position: static;
    width: 100%;
  }
  .calltoactions-menu .btn.btn-secondary:nth-child(1),
  .calltoactions-menu .btn.btn-secondary:last-child {
    border-radius: 0;
  }
  .sidebar .calltoactions-menu .btn {
    height: 80px;
    font-size: 12px;
    margin: 0;
  }
  .sidebar .calltoactions-menu .btn.active, .sidebar .calltoactions-menu .btn:hover, .sidebar .calltoactions-menu .btn:focus {
    color: #092337;
  }
  .sidebar .calltoactions-menu .btn:nth-child(1) {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .sidebar .calltoactions-menu .btn:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .overlay-modules.is-opened .module .card {
    border-radius: 0px;
  }
  .overlay-modules {
    display: none;
  }
  .overlay-modules.is-opened {
    right: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    display: block;
  }
  .logged_board a,
  .logged_board .icon-time,
  .logged_board .icon-time + span {
    font-size: 12px;
  }
  .toggler_wrapper {
    background-color: rgba(69, 50, 7, 0.6);
    padding: 10px;
    border-radius: 4px;
    margin-top: 0;
    width: auto;
  }
  .toggler_wrapper .toggler .line {
    width: 32px;
    height: 3px;
  }
  .toggler_wrapper .toggler_text {
    font-size: 12px;
  }
  .hours {
    display: none;
  }
  .lang-chooser .active {
    display: none;
  }
  .title_event h1 {
    font-size: 18px;
  }
  .title_event h2 {
    font-size: 16px;
  }
  .logged_board {
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
  }
  .menu .submenu {
    width: 100%;
    position: static;
    max-width: 100%;
    left: auto;
    top: auto;
    display: block !important;
  }
  .logged_board .logout a,
  .lang-chooser .btn-link,
  .notification-container {
    font-size: 12px;
  }
  .lang-chooser .btn-link {
    font-size: 18px;
  }
  .overlay {
    max-width: none;
    width: 100%;
    z-index: 9998 !important;
    background-color: rgba(69, 50, 7, 0.7);
  }
  .sidebar-is-open .toggler {
    z-index: 9999 !important;
    left: auto !important;
    right: 10px !important;
  }
  .sidebar.sidebar-left {
    top: 60px;
    left: 10px;
    z-index: 2004;
  }
  .sidebar.sidebar-left .overlay-inner div:nth-child(2) {
    position: fixed;
    bottom: 5px !important;
    right: 5px;
    width: 40%;
    display: none;
  }
  .sidebar.sidebar-left .is-open .overlay-inner div:nth-child(2) {
    display: block;
  }
  .sidebar.sidebar-left .is-open .overlay-inner div:nth-child(2) p {
    word-break: break-word;
  }
  .site-footer.logged {
    padding-bottom: 80px;
  }
  .site-footer li {
    text-align: center;
  }
}

@media (min-width: 601px) {
  .return-to-contacts {
    display: none;
  }
}

@media (max-width: 600px) {
  .return-to-contacts {
    display: block;
  }
  .card-profile {
    height: 100%;
  }
  .agenda-component .modale-create-visio .card.card-list-scrollable,
  .logged .agenda-component .modale-create-visio .card.card-list-scrollable {
    max-height: 600px;
    min-height: 100%;
  }
  .agenda-component .modale-create-visio .modal-footer,
  .logged .agenda-component .modale-create-visio .modal-footer {
    padding: 5px 5px;
  }
  .overlay-modules .module {
    width: 100%;
    border-radius: 0;
    box-shadow: none !important;
    height: 100%;
  }
  .overlay-modules {
    width: 100%;
    position: static;
  }
  .sidebar.sidebar-right {
    z-index: 2003;
    flex-direction: column-reverse !important;
  }
  .calltoactions-menu {
    z-index: 999;
  }
  .sidebar-is-closed.sidebar-left {
    z-index: 2001;
  }
  .overlay-modules.is-opened {
    right: 0%;
    top: 0;
    transform: none;
    height: 100%;
  }
  .overlay-modules .modules_wrapper {
    height: 100%;
  }
  .profile-component .card.card-profile,
  .logged .profile-component .card.card-profile {
    border-radius: 0;
    box-shadow: none !important;
  }
  .profile-component .card.card-profile .card-header,
  .profile-component .card.card-profile .card-footer,
  .logged .profile-component .card.card-profile .card-header,
  .logged .profile-component .card.card-profile .card-footer {
    border-radius: 0;
  }
  .profile-component .card.card-profile .card-header,
  .logged .profile-component .card.card-profile .card-header {
    display: -ms-flexbox;
    display: flex;
  }
  .profile-component .card.card-profile .img_contact,
  .logged .profile-component .card.card-profile .img_contact {
    position: static;
    left: auto;
    top: auto;
    margin: 0 auto 10px;
  }
  .favorites-component .nav-tabs .nav-link, .logged .favorites-component .nav-tabs .nav-link {
    border-radius: 0;
  }
  .live_tchat_component .card,
  .logged .live_tchat_component .card {
    border-radius: 0;
  }
  .favorites-component, .logged .favorites-component {
    border-radius: 0;
  }
  .favorites-component .media,
  .logged .favorites-component .media {
    flex-direction: column;
  }
  .favorites-component .media-body .h5, .logged .favorites-component .media-body .h5 {
    font-size: 14px;
  }
  .favorites-component .media-body .h5 + .d-flex,
  .logged .favorites-component .media-body .h5 + .d-flex {
    flex-direction: column;
  }
  .favorites-component .list-group-item, .logged .favorites-component .list-group-item {
    overflow: visible;
  }
  .favorites-component .media-body, .logged .favorites-component .media-body {
    width: 100%;
  }
  .favorites-component .tab-content > .active, .logged .favorites-component .tab-content > .active {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .agenda-component .agenda-topbar,
  .logged .agenda-component .agenda-topbar {
    flex-direction: column !important;
  }
  .agenda-component .btn-create-visio,
  .logged .agenda-component .btn-create-visio,
  .agenda-component .agenda-legend .agenda-legend-item,
  .logged .agenda-component .agenda-legend .agenda-legend-item {
    font-size: 12px;
  }
  .agenda-legend {
    margin-bottom: 15px;
  }
  .fc-header-toolbar {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .fc-header-toolbar .fc-toolbar-chunk {
    margin-left: 0 !important;
  }
  .fc-header-toolbar .fc-toolbar-chunk:nth-child(1) {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .fc-header-toolbar .fc-toolbar-chunk:nth-child(2), .fc-header-toolbar .fc-toolbar-chunk:nth-child(3) {
    width: auto;
    flex-grow: 1;
  }
  .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
    flex-grow: 1;
    text-align: right;
  }
  .fc-header-toolbar .fc-toolbar-chunk:last-child {
    margin-bottom: 0px;
    padding-left: 24px;
  }
  .live_tchat_component .card.card-contact .card-header,
  .logged .live_tchat_component .card.card-contact .card-header {
    border-radius: 0;
  }
  .agenda-component .modale-create-visio .modale-footer,
  .logged .agenda-component .modale-create-visio .modale-footer {
    flex-direction: column;
  }
  .scene_wrapper .card-img-overlay,
  .logged .scene_wrapper .card-img-overlay {
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 0;
  }
  .scene_wrapper .card-img-overlay .row [class*='col-'],
  .logged .scene_wrapper .card-img-overlay .row [class*='col-'] {
    padding: 0;
  }
  .scene_wrapper .session-title,
  .logged .scene_wrapper .session-title {
    font-size: 18px;
  }
  .scene_wrapper .btn-live,
  .scene_wrapper .btn.replay,
  .logged .scene_wrapper .btn-live,
  .logged .scene_wrapper .btn.replay {
    width: auto;
  }
  .live_tchat_component .col:nth-child(1),
  .logged .live_tchat_component .col:nth-child(1) {
    width: 100%;
  }
  .module-live-tchat .card-light--blur.network-chat.rounded {
    border-radius: 0 !important;
  }
  .live_tchat_component .col-messages,
  .logged .live_tchat_component .col-messages {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 99;
    overflow-y: auto;
    background-color: rgba(19, 61, 97, 0.7);
  }
  .live_tchat_component .col-messages .card.card-tchat,
  .logged .live_tchat_component .col-messages .card.card-tchat {
    background-color: #103351;
    justify-content: start;
  }
  .live_tchat_component .col-messages .card.card-tchat .card-body,
  .logged .live_tchat_component .col-messages .card.card-tchat .card-body {
    background-color: #f5f5f5;
    color: #092337;
  }
  .live_tchat_component .col-messages .card.card-tchat .card-body .message-date,
  .logged .live_tchat_component .col-messages .card.card-tchat .card-body .message-date {
    color: #092337;
  }
  .live_tchat_component .col-messages .card.card-tchat .card-footer,
  .logged .live_tchat_component .col-messages .card.card-tchat .card-footer {
    background-color: #133d61;
  }
  .live_tchat_component .card,
  .logged .live_tchat_component .card,
  .live_tchat_component .card.card-tchat,
  .logged .live_tchat_component .card.card-tchat {
    border-radius: 0;
  }
  .live_tchat_component .card .card-header,
  .live_tchat_component .card .card-footer,
  .logged .live_tchat_component .card .card-header,
  .logged .live_tchat_component .card .card-footer,
  .live_tchat_component .card.card-tchat .card-header,
  .live_tchat_component .card.card-tchat .card-footer,
  .logged .live_tchat_component .card.card-tchat .card-header,
  .logged .live_tchat_component .card.card-tchat .card-footer {
    border-radius: 0;
  }
  .notification-container [aria-live="polite"] {
    width: 90% !important;
    position: fixed !important;
    width: 240px !important;
    right: 50% !important;
    transform: translateX(50%) !important;
  }
  .notification-container [aria-live="polite"] .toast .btn-group,
  .notification-container [aria-live="polite"] .toast .btn-group-vertical {
    flex-direction: column;
  }
  .notification-container [aria-live="polite"] .toast .btn-group .btn,
  .notification-container [aria-live="polite"] .toast .btn-group-vertical .btn {
    border-right-color: transparent;
  }
  .agenda-component .modale-create-visio .list-group,
  .logged .agenda-component .modale-create-visio .list-group {
    height: auto !important;
  }
  .overlay-modules .close_sidebar_module {
    right: 15px;
    top: 2px;
  }
  .calltoactions-menu .btn.btn-secondary {
    border-top-color: rgba(97, 153, 167, 0.85);
    border-bottom-color: rgba(97, 153, 167, 0.85);
    background-color: rgba(97, 153, 167, 0.85);
    background-image: none;
  }
  .calltoactions-menu .btn.btn-secondary.active, .calltoactions-menu .btn.btn-secondary:focus, .calltoactions-menu .btn.btn-secondary:hover {
    background-color: rgba(2, 42, 54, 0.4);
    background-image: none;
  }
  .calltoactions-menu .btn.btn-secondary.active svg, .calltoactions-menu .btn.btn-secondary:focus svg, .calltoactions-menu .btn.btn-secondary:hover svg {
    fill: #f7b419;
  }
}

@media (max-width: 460px) {
  .calltoactions-menu .btn.btn-secondary {
    font-size: 11px;
    white-space: nowrap;
  }
}
