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

/*






 */



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

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

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

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

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

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-f6d8c091e81dfb911fc0815e7c9952c90b361a3f685804be08a5fa2ee6d6198b.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-c23f23416a84a359723ffe28c6231f7e6edd10de024da40c190f9e0706c70276.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-24221a00d39ccfd2da654907e99b5af8d8dc60b91bfb414b4ca82779f7f9ffb6.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-0a3bb6e0c499ea585572cbda26b638d08b96a568bfb173f0dce2c9eee4a441b3.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-c7cf3a680d1476856186d49a361c0b3e09d13a2f4ba4ebd638595bbad9d21c2d.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-ea4f5d5317b31eaaaf01e3db3357884b418c8b3361019647559c835996ddaedb.png)/*{iconsDefault}*/;
}

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * 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 {
	-ms-touch-action: none;
	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;
	-ms-touch-action: none;
	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 {
	-ms-touch-action: none;
	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 {
	-ms-touch-action: none;
	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;
	-ms-touch-action: none;
	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/
 */
/*




















 */
/*!
 * 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/
 */
/*


 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0");
  src: url("/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0") format("woff2"), url("/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0") format("woff"), url("/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0") format("truetype"), url("/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-2x {
  font-size: 2em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-3x {
  font-size: 3em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-4x {
  font-size: 4em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-5x {
  font-size: 5em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ul > li {
  position: relative;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pull-left {
  float: left;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pull-right {
  float: right;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.pull-right {
  float: right;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.pull-left {
  float: left;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-inverse {
  color: #fff;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-music:before {
  content: "\f001";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-search:before {
  content: "\f002";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-star:before {
  content: "\f005";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-film:before {
  content: "\f008";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-home:before {
  content: "\f015";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-road:before {
  content: "\f018";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-download:before {
  content: "\f019";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-font:before {
  content: "\f031";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-random:before {
  content: "\f074";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-key:before {
  content: "\f084";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-code:before {
  content: "\f121";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-question:before {
  content: "\f128";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-info:before {
  content: "\f129";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-female:before {
  content: "\f182";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-male:before {
  content: "\f183";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-server:before {
  content: "\f233";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-train:before {
  content: "\f238";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-map:before {
  content: "\f279";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-eercast:before {
  content: "\f2da";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 4, vendor/assets/stylesheets/font-awesome/css/font-awesome.min.css.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@charset "UTF-8";
/*!
 * CoreUI Pro - Dashboard UI Kit
 * @version v2.1.8
 * @link https://coreui.io/pro/
 * Copyright (c) 2018 creativeLabs Łukasz Holeczek
 */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* barlow-regular - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: local("Barlow Regular"), local("Barlow-Regular"), url(/assets/barlow-v4-latin-regular-6f38eb9eac8a38ddf113d36bd1b35d664ed06e283996df19049e0a3663f281d4.woff2) format("woff2"), url(/assets/barlow-v4-latin-regular-44c041a52fd977104c512363e84c485fc2ad1ae2739110c20c1325659a7046cb.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-600 - latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: local("Barlow SemiBold"), local("Barlow-SemiBold"), url(/assets/barlow-v4-latin-600-e5888899d322f594b296847d5801f96d63f8d8bb4b30319e4bfaa5fb66c44ffe.woff2) format("woff2"), url(/assets/barlow-v4-latin-600-908a8b5fa531522cc99d9bb35a1a05d231a94c9311b9e409912a956afa6759ec.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/Barlow-Bold-c3561ddd61f1a86705ca11937edf6663b64f741d0d651383ad5ffecd486a1053.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/OpenSans-Regular-35d34b37388636cf134a11acc8f28f02ebd30ef461358f18d29e1bab555135e2.ttf) format("truetype");
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(/assets/OpenSans-SemiBold-ba8bb33c49a135f398c8facdc279f09d68e390cc344bd4a5b9153cbc56bd16e2.ttf) format("truetype");
}

/* line 54, app/assets/stylesheets/core_ui_default.scss */
:root {
  --blue: #20a8d8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f86c6b;
  --orange: #f8cb00;
  --yellow: #ffc107;
  --green: #4dbd74;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #73818f;
  --gray-dark: #2f353a;
  --light-blue: #63c2de;
  --primary: #20a8d8;
  --secondary: #c8ced3;
  --success: #4dbd74;
  --info: #63c2de;
  --warning: #ffc107;
  --danger: #f86c6b;
  --light: #f0f3f5;
  --dark: #2f353a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-family-header: 'Barlow', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-text: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* line 88, app/assets/stylesheets/core_ui_default.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 94, app/assets/stylesheets/core_ui_default.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 101, app/assets/stylesheets/core_ui_default.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 105, app/assets/stylesheets/core_ui_default.scss */
body {
  margin: 0;
  font-family: var(--font-family-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #505050;
  text-align: left;
  background-color: #faf7e1;
}

/* line 116, app/assets/stylesheets/core_ui_default.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 120, app/assets/stylesheets/core_ui_default.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 126, app/assets/stylesheets/core_ui_default.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 131, app/assets/stylesheets/core_ui_default.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, app/assets/stylesheets/core_ui_default.scss */
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;
}

/* line 147, app/assets/stylesheets/core_ui_default.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 153, app/assets/stylesheets/core_ui_default.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 160, app/assets/stylesheets/core_ui_default.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 167, app/assets/stylesheets/core_ui_default.scss */
dt {
  font-weight: 700;
}

/* line 171, app/assets/stylesheets/core_ui_default.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 176, app/assets/stylesheets/core_ui_default.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 180, app/assets/stylesheets/core_ui_default.scss */
b,
strong {
  font-weight: bolder;
}

/* line 185, app/assets/stylesheets/core_ui_default.scss */
small {
  font-size: 80%;
}

/* line 189, app/assets/stylesheets/core_ui_default.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 197, app/assets/stylesheets/core_ui_default.scss */
sub {
  bottom: -.25em;
}

/* line 201, app/assets/stylesheets/core_ui_default.scss */
sup {
  top: -.5em;
}

/* line 205, app/assets/stylesheets/core_ui_default.scss */
a {
  color: #00afff;
  text-decoration: none;
  background-color: transparent;
}

/* line 211, app/assets/stylesheets/core_ui_default.scss */
a:hover {
  color: #167495;
  text-decoration: underline;
}

/* line 216, app/assets/stylesheets/core_ui_default.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

/* line 221, app/assets/stylesheets/core_ui_default.scss */
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

/* line 226, app/assets/stylesheets/core_ui_default.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 230, app/assets/stylesheets/core_ui_default.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 238, app/assets/stylesheets/core_ui_default.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 244, app/assets/stylesheets/core_ui_default.scss */
figure {
  margin: 0 0 1rem;
}

/* line 248, app/assets/stylesheets/core_ui_default.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 253, app/assets/stylesheets/core_ui_default.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 258, app/assets/stylesheets/core_ui_default.scss */
table {
  border-collapse: collapse;
}

/* line 262, app/assets/stylesheets/core_ui_default.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #73818f;
  text-align: left;
  caption-side: bottom;
}

/* line 270, app/assets/stylesheets/core_ui_default.scss */
th {
  text-align: inherit;
}

/* line 274, app/assets/stylesheets/core_ui_default.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 279, app/assets/stylesheets/core_ui_default.scss */
button {
  border-radius: 0;
}

/* line 283, app/assets/stylesheets/core_ui_default.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 288, app/assets/stylesheets/core_ui_default.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 299, app/assets/stylesheets/core_ui_default.scss */
button,
input {
  overflow: visible;
}

/* line 304, app/assets/stylesheets/core_ui_default.scss */
button,
select {
  text-transform: none;
}

/* line 309, app/assets/stylesheets/core_ui_default.scss */
select {
  word-wrap: normal;
}

/* line 313, app/assets/stylesheets/core_ui_default.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 320, app/assets/stylesheets/core_ui_default.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 327, app/assets/stylesheets/core_ui_default.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 335, app/assets/stylesheets/core_ui_default.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 341, app/assets/stylesheets/core_ui_default.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 348, app/assets/stylesheets/core_ui_default.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 353, app/assets/stylesheets/core_ui_default.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 360, app/assets/stylesheets/core_ui_default.scss */
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;
}

/* line 372, app/assets/stylesheets/core_ui_default.scss */
progress {
  vertical-align: baseline;
}

/* line 376, app/assets/stylesheets/core_ui_default.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 381, app/assets/stylesheets/core_ui_default.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 386, app/assets/stylesheets/core_ui_default.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 390, app/assets/stylesheets/core_ui_default.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 395, app/assets/stylesheets/core_ui_default.scss */
output {
  display: inline-block;
}

/* line 399, app/assets/stylesheets/core_ui_default.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 404, app/assets/stylesheets/core_ui_default.scss */
template {
  display: none;
}

/* line 408, app/assets/stylesheets/core_ui_default.scss */
[hidden] {
  display: none !important;
}

/* line 412, app/assets/stylesheets/core_ui_default.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 419, app/assets/stylesheets/core_ui_default.scss */
h1, .h1 {
  font-size: 2.1875rem;
}

/* line 423, app/assets/stylesheets/core_ui_default.scss */
h2, .h2 {
  font-size: 1.75rem;
}

/* line 427, app/assets/stylesheets/core_ui_default.scss */
h3, .h3 {
  font-size: 1.53125rem;
}

/* line 431, app/assets/stylesheets/core_ui_default.scss */
h4, .h4 {
  font-size: 1.3125rem;
}

/* line 435, app/assets/stylesheets/core_ui_default.scss */
h5, .h5 {
  font-size: 1.09375rem;
}

/* line 439, app/assets/stylesheets/core_ui_default.scss */
h6, .h6 {
  font-size: 0.875rem;
}

/* line 443, app/assets/stylesheets/core_ui_default.scss */
.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

/* line 448, app/assets/stylesheets/core_ui_default.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 454, app/assets/stylesheets/core_ui_default.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 460, app/assets/stylesheets/core_ui_default.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 466, app/assets/stylesheets/core_ui_default.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 472, app/assets/stylesheets/core_ui_default.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 479, app/assets/stylesheets/core_ui_default.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 485, app/assets/stylesheets/core_ui_default.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 491, app/assets/stylesheets/core_ui_default.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 496, app/assets/stylesheets/core_ui_default.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 501, app/assets/stylesheets/core_ui_default.scss */
.list-inline-item {
  display: inline-block;
}

/* line 505, app/assets/stylesheets/core_ui_default.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 509, app/assets/stylesheets/core_ui_default.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 514, app/assets/stylesheets/core_ui_default.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

/* line 519, app/assets/stylesheets/core_ui_default.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #73818f;
}

/* line 525, app/assets/stylesheets/core_ui_default.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 529, app/assets/stylesheets/core_ui_default.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 534, app/assets/stylesheets/core_ui_default.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #e4e5e6;
  border: 1px solid #c8ced3;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 543, app/assets/stylesheets/core_ui_default.scss */
.figure {
  display: inline-block;
}

/* line 547, app/assets/stylesheets/core_ui_default.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 552, app/assets/stylesheets/core_ui_default.scss */
.figure-caption {
  font-size: 90%;
  color: #73818f;
}

/* line 557, app/assets/stylesheets/core_ui_default.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* line 563, app/assets/stylesheets/core_ui_default.scss */
a > code {
  color: inherit;
}

/* line 567, app/assets/stylesheets/core_ui_default.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #23282c;
  border-radius: 0.2rem;
}

/* line 575, app/assets/stylesheets/core_ui_default.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 581, app/assets/stylesheets/core_ui_default.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #23282c;
}

/* line 587, app/assets/stylesheets/core_ui_default.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 593, app/assets/stylesheets/core_ui_default.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 598, app/assets/stylesheets/core_ui_default.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 607, app/assets/stylesheets/core_ui_default.scss */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 613, app/assets/stylesheets/core_ui_default.scss */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 619, app/assets/stylesheets/core_ui_default.scss */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 625, app/assets/stylesheets/core_ui_default.scss */
  .container {
    max-width: 1140px;
  }
}

/* line 630, app/assets/stylesheets/core_ui_default.scss */
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 638, app/assets/stylesheets/core_ui_default.scss */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 647, app/assets/stylesheets/core_ui_default.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 652, app/assets/stylesheets/core_ui_default.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 658, app/assets/stylesheets/core_ui_default.scss */
.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: 15px;
  padding-left: 15px;
}

/* line 670, app/assets/stylesheets/core_ui_default.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 678, app/assets/stylesheets/core_ui_default.scss */
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 685, app/assets/stylesheets/core_ui_default.scss */
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 691, app/assets/stylesheets/core_ui_default.scss */
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 697, app/assets/stylesheets/core_ui_default.scss */
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 703, app/assets/stylesheets/core_ui_default.scss */
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 709, app/assets/stylesheets/core_ui_default.scss */
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 715, app/assets/stylesheets/core_ui_default.scss */
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 721, app/assets/stylesheets/core_ui_default.scss */
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 727, app/assets/stylesheets/core_ui_default.scss */
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 733, app/assets/stylesheets/core_ui_default.scss */
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 739, app/assets/stylesheets/core_ui_default.scss */
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 745, app/assets/stylesheets/core_ui_default.scss */
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 751, app/assets/stylesheets/core_ui_default.scss */
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 757, app/assets/stylesheets/core_ui_default.scss */
.order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 762, app/assets/stylesheets/core_ui_default.scss */
.order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 767, app/assets/stylesheets/core_ui_default.scss */
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 772, app/assets/stylesheets/core_ui_default.scss */
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 777, app/assets/stylesheets/core_ui_default.scss */
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 782, app/assets/stylesheets/core_ui_default.scss */
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 787, app/assets/stylesheets/core_ui_default.scss */
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 792, app/assets/stylesheets/core_ui_default.scss */
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 797, app/assets/stylesheets/core_ui_default.scss */
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 802, app/assets/stylesheets/core_ui_default.scss */
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 807, app/assets/stylesheets/core_ui_default.scss */
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 812, app/assets/stylesheets/core_ui_default.scss */
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 817, app/assets/stylesheets/core_ui_default.scss */
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 822, app/assets/stylesheets/core_ui_default.scss */
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 827, app/assets/stylesheets/core_ui_default.scss */
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 832, app/assets/stylesheets/core_ui_default.scss */
.offset-1 {
  margin-left: 8.333333%;
}

/* line 836, app/assets/stylesheets/core_ui_default.scss */
.offset-2 {
  margin-left: 16.666667%;
}

/* line 840, app/assets/stylesheets/core_ui_default.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 844, app/assets/stylesheets/core_ui_default.scss */
.offset-4 {
  margin-left: 33.333333%;
}

/* line 848, app/assets/stylesheets/core_ui_default.scss */
.offset-5 {
  margin-left: 41.666667%;
}

/* line 852, app/assets/stylesheets/core_ui_default.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 856, app/assets/stylesheets/core_ui_default.scss */
.offset-7 {
  margin-left: 58.333333%;
}

/* line 860, app/assets/stylesheets/core_ui_default.scss */
.offset-8 {
  margin-left: 66.666667%;
}

/* line 864, app/assets/stylesheets/core_ui_default.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 868, app/assets/stylesheets/core_ui_default.scss */
.offset-10 {
  margin-left: 83.333333%;
}

/* line 872, app/assets/stylesheets/core_ui_default.scss */
.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  /* line 877, app/assets/stylesheets/core_ui_default.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 884, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 890, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 895, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 900, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 905, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 910, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 915, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 920, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 925, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 930, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 935, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 940, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 945, app/assets/stylesheets/core_ui_default.scss */
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 950, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 954, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 958, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 962, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 966, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 970, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 974, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 978, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 982, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 986, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 990, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 994, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 998, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1002, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1006, app/assets/stylesheets/core_ui_default.scss */
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1010, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1013, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  /* line 1016, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  /* line 1019, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1022, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  /* line 1025, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  /* line 1028, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1031, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  /* line 1034, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  /* line 1037, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1040, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  /* line 1043, app/assets/stylesheets/core_ui_default.scss */
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  /* line 1049, app/assets/stylesheets/core_ui_default.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1056, app/assets/stylesheets/core_ui_default.scss */
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1062, app/assets/stylesheets/core_ui_default.scss */
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1067, app/assets/stylesheets/core_ui_default.scss */
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1072, app/assets/stylesheets/core_ui_default.scss */
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1077, app/assets/stylesheets/core_ui_default.scss */
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1082, app/assets/stylesheets/core_ui_default.scss */
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1087, app/assets/stylesheets/core_ui_default.scss */
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1092, app/assets/stylesheets/core_ui_default.scss */
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1097, app/assets/stylesheets/core_ui_default.scss */
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1102, app/assets/stylesheets/core_ui_default.scss */
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1107, app/assets/stylesheets/core_ui_default.scss */
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1112, app/assets/stylesheets/core_ui_default.scss */
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1117, app/assets/stylesheets/core_ui_default.scss */
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1122, app/assets/stylesheets/core_ui_default.scss */
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1126, app/assets/stylesheets/core_ui_default.scss */
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1130, app/assets/stylesheets/core_ui_default.scss */
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1134, app/assets/stylesheets/core_ui_default.scss */
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1138, app/assets/stylesheets/core_ui_default.scss */
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1142, app/assets/stylesheets/core_ui_default.scss */
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1146, app/assets/stylesheets/core_ui_default.scss */
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1150, app/assets/stylesheets/core_ui_default.scss */
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1154, app/assets/stylesheets/core_ui_default.scss */
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1158, app/assets/stylesheets/core_ui_default.scss */
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1162, app/assets/stylesheets/core_ui_default.scss */
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1166, app/assets/stylesheets/core_ui_default.scss */
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1170, app/assets/stylesheets/core_ui_default.scss */
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1174, app/assets/stylesheets/core_ui_default.scss */
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1178, app/assets/stylesheets/core_ui_default.scss */
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1182, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1185, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  /* line 1188, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  /* line 1191, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1194, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  /* line 1197, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  /* line 1200, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1203, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  /* line 1206, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  /* line 1209, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1212, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  /* line 1215, app/assets/stylesheets/core_ui_default.scss */
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  /* line 1221, app/assets/stylesheets/core_ui_default.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1228, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1234, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1239, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1244, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1249, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1254, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1259, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1264, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1269, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1274, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1279, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1284, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1289, app/assets/stylesheets/core_ui_default.scss */
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1294, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1298, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1302, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1306, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1310, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1314, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1318, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1322, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1326, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1330, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1334, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1338, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1342, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1346, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1350, app/assets/stylesheets/core_ui_default.scss */
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1354, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1357, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  /* line 1360, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  /* line 1363, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1366, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  /* line 1369, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  /* line 1372, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1375, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  /* line 1378, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  /* line 1381, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1384, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  /* line 1387, app/assets/stylesheets/core_ui_default.scss */
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  /* line 1393, app/assets/stylesheets/core_ui_default.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1400, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1406, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  /* line 1411, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  /* line 1416, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1421, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  /* line 1426, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  /* line 1431, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1436, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  /* line 1441, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  /* line 1446, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1451, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  /* line 1456, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  /* line 1461, app/assets/stylesheets/core_ui_default.scss */
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1466, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  /* line 1470, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  /* line 1474, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  /* line 1478, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 1482, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 1486, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  /* line 1490, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  /* line 1494, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  /* line 1498, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  /* line 1502, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  /* line 1506, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  /* line 1510, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  /* line 1514, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  /* line 1518, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  /* line 1522, app/assets/stylesheets/core_ui_default.scss */
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  /* line 1526, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1529, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  /* line 1532, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  /* line 1535, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1538, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  /* line 1541, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  /* line 1544, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1547, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  /* line 1550, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  /* line 1553, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1556, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  /* line 1559, app/assets/stylesheets/core_ui_default.scss */
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* line 1564, app/assets/stylesheets/core_ui_default.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000000;
}

/* line 1570, app/assets/stylesheets/core_ui_default.scss */
.table th,
.table td {
  padding: 16px 16px;
  line-height: 20px;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 1578, app/assets/stylesheets/core_ui_default.scss */
.table thead th {
  vertical-align: bottom;
  /*border-bottom: 2px solid #c8ced3;*/
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding: 19px 16px;
  font-family: var(--font-family-header);
}

/* line 1588, app/assets/stylesheets/core_ui_default.scss */
.table thead th a,
.table thead th a:hover {
  color: #000000;
  text-decoration: none;
}

/* line 1594, app/assets/stylesheets/core_ui_default.scss */
.table tbody + tbody {
  border-top: 2px solid #c8ced3;
}

/* line 1598, app/assets/stylesheets/core_ui_default.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1603, app/assets/stylesheets/core_ui_default.scss */
.table-bordered {
  border: 1px solid #c8ced3;
}

/* line 1607, app/assets/stylesheets/core_ui_default.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #c8ced3;
}

/* line 1612, app/assets/stylesheets/core_ui_default.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1617, app/assets/stylesheets/core_ui_default.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1624, app/assets/stylesheets/core_ui_default.scss */
.table-striped tbody tr:nth-of-type(odd) {
  /*background-color: rgba(0, 0, 0, 0.05);*/
}

/* line 1628, app/assets/stylesheets/core_ui_default.scss */
.table-hover tbody tr:hover {
  color: #23282c;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1633, app/assets/stylesheets/core_ui_default.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c1e7f4;
}

/* line 1639, app/assets/stylesheets/core_ui_default.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #8bd2eb;
}

/* line 1646, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-primary:hover {
  background-color: #abdff0;
}

/* line 1650, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #abdff0;
}

/* line 1655, app/assets/stylesheets/core_ui_default.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f0f1f3;
}

/* line 1661, app/assets/stylesheets/core_ui_default.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e2e6e8;
}

/* line 1668, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-secondary:hover {
  background-color: #e2e4e8;
}

/* line 1672, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #e2e4e8;
}

/* line 1677, app/assets/stylesheets/core_ui_default.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #cdedd8;
}

/* line 1683, app/assets/stylesheets/core_ui_default.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a2ddb7;
}

/* line 1690, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-success:hover {
  background-color: #bae6c9;
}

/* line 1694, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bae6c9;
}

/* line 1699, app/assets/stylesheets/core_ui_default.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d3eef6;
}

/* line 1705, app/assets/stylesheets/core_ui_default.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #aedfee;
}

/* line 1712, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-info:hover {
  background-color: #bee6f2;
}

/* line 1716, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bee6f2;
}

/* line 1721, app/assets/stylesheets/core_ui_default.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 1727, app/assets/stylesheets/core_ui_default.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 1734, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 1738, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 1743, app/assets/stylesheets/core_ui_default.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fdd6d6;
}

/* line 1749, app/assets/stylesheets/core_ui_default.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fbb3b2;
}

/* line 1756, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-danger:hover {
  background-color: #fcbebe;
}

/* line 1760, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fcbebe;
}

/* line 1765, app/assets/stylesheets/core_ui_default.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fbfcfc;
}

/* line 1771, app/assets/stylesheets/core_ui_default.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f7f9fa;
}

/* line 1778, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-light:hover {
  background-color: #ecf1f1;
}

/* line 1782, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ecf1f1;
}

/* line 1787, app/assets/stylesheets/core_ui_default.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c5c6c8;
}

/* line 1793, app/assets/stylesheets/core_ui_default.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #939699;
}

/* line 1800, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-dark:hover {
  background-color: #b8b9bc;
}

/* line 1804, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b8b9bc;
}

/* line 1809, app/assets/stylesheets/core_ui_default.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1815, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1819, app/assets/stylesheets/core_ui_default.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1824, app/assets/stylesheets/core_ui_default.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #2f353a;
  border-color: #40484f;
}

/* line 1830, app/assets/stylesheets/core_ui_default.scss */
.table .thead-light th {
  color: #5c6873;
  background-color: #e4e7ea;
  border-color: #c8ced3;
}

/* line 1836, app/assets/stylesheets/core_ui_default.scss */
.table-dark {
  color: #fff;
  background-color: #2f353a;
}

/* line 1841, app/assets/stylesheets/core_ui_default.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #40484f;
}

/* line 1847, app/assets/stylesheets/core_ui_default.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1851, app/assets/stylesheets/core_ui_default.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  /*background-color: rgba(255, 255, 255, 0.05);*/
}

/* line 1855, app/assets/stylesheets/core_ui_default.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1861, app/assets/stylesheets/core_ui_default.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1867, app/assets/stylesheets/core_ui_default.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1873, app/assets/stylesheets/core_ui_default.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1879, app/assets/stylesheets/core_ui_default.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1885, app/assets/stylesheets/core_ui_default.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1891, app/assets/stylesheets/core_ui_default.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1897, app/assets/stylesheets/core_ui_default.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1903, app/assets/stylesheets/core_ui_default.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1908, app/assets/stylesheets/core_ui_default.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1915, app/assets/stylesheets/core_ui_default.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1919, app/assets/stylesheets/core_ui_default.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 20px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #171D23;
  background-color: #faf7e1;
  background-clip: padding-box;
  border: 0;
  border-radius: 12px;
  outline: 3px solid transparent;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  max-width: 100%;
  /* Добавьте ограничение на максимальную ширину */
}

/* line 1936, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .form-control {
  padding: 24px 16px 14px;
  font-weight: bold;
}

/* line 1941, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label.search .form-control {
  padding: 2px 1px 1px;
  max-width: 700px;
  /* Ограничение для формы поиска */
}

/* line 1946, app/assets/stylesheets/core_ui_default.scss */
.form-control.date_range_picker {
  max-width: 900px;
  /* Ограничение для формы даты */
}

/* Уменьшаем форму поиска */
/* line 1951, app/assets/stylesheets/core_ui_default.scss */
.form-control.js-form-with-modal-input {
  width: 200px;
  /* Устанавливаем ширину формы поиска */
  max-width: 100%;
  /* Обеспечиваем адаптивность */
  padding: 10px 15px;
  /* Регулируем отступы */
}

/* Увеличиваем форму выбора даты */
/* line 1958, app/assets/stylesheets/core_ui_default.scss */
.form-control.date_range_picker {
  width: 500px;
  /* Устанавливаем ширину формы выбора даты */
  max-width: 100%;
  /* Обеспечиваем адаптивность */
  padding: 10px 15px;
  /* Регулируем отступы */
}

/* line 1964, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label label {
  position: absolute;
  top: 30px;
  left: 16px;
  transform: translateY(-50%);
  color: #636F7D;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  pointer-events: none;
  transition: 0.3s;
  margin: 0;
  z-index: 5;
}

/* line 1979, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label.search label {
  top: 27px;
}

/* line 1983, app/assets/stylesheets/core_ui_default.scss */
small.dynamic_label,
.form-group.upload_file_label small,
.form-group.dynamic_label small {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #99A1AB;
  padding: 4px 16px 0;
  width: 100%;
  display: block;
}

/* line 1995, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .padding_hack {
  background: transparent;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 29px;
  border-radius: 12px 12px 0 0;
  z-index: 1;
}

/* line 2006, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label textarea:focus ~ .padding_hack {
  background: #ffffff;
}

/* line 2010, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label input:focus ~ label,
.form-group.dynamic_label input:not([type="hidden"]):not(:placeholder-shown) ~ label,
.form-group.dynamic_label textarea:not(:placeholder-shown) ~ label,
.form-group.dynamic_label textarea:focus ~ label,
.form-group.dynamic_label select:not(.empty) ~ label,
.form-group.dynamic_label div:not(.empty) ~ label,
.form-group.dynamic_label .select2-container--focus ~ label,
.form-group.dynamic_label .field_with_errors label {
  top: 19px;
  left: 16px;
  font-size: 12px;
  line-height: 16px;
}

/* line 2024, app/assets/stylesheets/core_ui_default.scss */
.form-control:focus {
  color: #171D23;
  background-color: #faf7e1;
  border: 0;
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2032, app/assets/stylesheets/core_ui_default.scss */
  .form-control {
    transition: none;
  }
}

/* line 2037, app/assets/stylesheets/core_ui_default.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2042, app/assets/stylesheets/core_ui_default.scss */
.form-control:hover {
  outline: 3px solid #f0dc46;
}

/* line 2046, app/assets/stylesheets/core_ui_default.scss */
.form-control:focus {
  color: #171D23;
  background-color: #faf7e1;
  border: 0;
  box-shadow: none;
}

/* line 2053, app/assets/stylesheets/core_ui_default.scss */
.form-control::-webkit-input-placeholder {
  color: #73818f;
  opacity: 1;
}

/* line 2058, app/assets/stylesheets/core_ui_default.scss */
.form-control::-moz-placeholder {
  color: #73818f;
  opacity: 1;
}

/* line 2063, app/assets/stylesheets/core_ui_default.scss */
.form-control:-ms-input-placeholder {
  color: #73818f;
  opacity: 1;
}

/* line 2068, app/assets/stylesheets/core_ui_default.scss */
.form-control::-ms-input-placeholder {
  color: #73818f;
  opacity: 1;
}

/* line 2073, app/assets/stylesheets/core_ui_default.scss */
.form-control::placeholder {
  color: #73818f;
  opacity: 1;
}

/* line 2078, app/assets/stylesheets/core_ui_default.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  color: #B3BAC3;
  opacity: 1;
}

/* line 2084, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .form-control:disabled ~ label,
.form-group.dynamic_label .form-control[readonly] ~ label {
  color: #B3BAC3;
}

/* line 2089, app/assets/stylesheets/core_ui_default.scss */
select.form-control:focus::-ms-value {
  color: #5c6873;
  background-color: #fff;
}

/* line 2094, app/assets/stylesheets/core_ui_default.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 2100, app/assets/stylesheets/core_ui_default.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 2108, app/assets/stylesheets/core_ui_default.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

/* line 2115, app/assets/stylesheets/core_ui_default.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.765625rem;
  line-height: 1.5;
}

/* line 2122, app/assets/stylesheets/core_ui_default.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #23282c;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 2135, app/assets/stylesheets/core_ui_default.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2140, app/assets/stylesheets/core_ui_default.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 2148, app/assets/stylesheets/core_ui_default.scss */
.form-control-lg {
  height: 60px;
  padding: 20px 16px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 12px;
}

/* line 2156, app/assets/stylesheets/core_ui_default.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 2160, app/assets/stylesheets/core_ui_default.scss */
textarea.form-control {
  height: auto;
}

/* line 2164, app/assets/stylesheets/core_ui_default.scss */
.form-group {
  margin-bottom: 1rem;
  position: relative;
}

/* line 2169, app/assets/stylesheets/core_ui_default.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 2174, app/assets/stylesheets/core_ui_default.scss */
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 2183, app/assets/stylesheets/core_ui_default.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2189, app/assets/stylesheets/core_ui_default.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2195, app/assets/stylesheets/core_ui_default.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2201, app/assets/stylesheets/core_ui_default.scss */
.form-check-input:disabled ~ .form-check-label {
  color: #73818f;
}

/* line 2205, app/assets/stylesheets/core_ui_default.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 2209, app/assets/stylesheets/core_ui_default.scss */
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2218, app/assets/stylesheets/core_ui_default.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2225, app/assets/stylesheets/core_ui_default.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #4dbd74;
}

/* line 2233, app/assets/stylesheets/core_ui_default.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(77, 189, 116, 0.9);
  border-radius: 0.25rem;
}

/* line 2248, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #4dbd74;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dbd74' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2257, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #4dbd74;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

/* line 2262, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2268, app/assets/stylesheets/core_ui_default.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2273, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #4dbd74;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234dbd74' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2279, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #4dbd74;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

/* line 2284, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2290, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2296, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #4dbd74;
}

/* line 2300, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 2306, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #4dbd74;
}

/* line 2310, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #4dbd74;
}

/* line 2314, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2320, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #72cb91;
  background-color: #72cb91;
}

/* line 2325, app/assets/stylesheets/core_ui_default.scss */
.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(77, 189, 116, 0.25);
}

/* line 2329, app/assets/stylesheets/core_ui_default.scss */
.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: #4dbd74;
}

/* line 2333, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #4dbd74;
}

/* line 2337, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2343, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #4dbd74;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.25);
}

/* line 2348, app/assets/stylesheets/core_ui_default.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f86c6b;
}

/* line 2356, app/assets/stylesheets/core_ui_default.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(248, 108, 107, 0.9);
  border-radius: 0.25rem;
}

/* line 2371, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f86c6b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f86c6b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2380, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f86c6b;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

/* line 2385, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2391, app/assets/stylesheets/core_ui_default.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2396, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f86c6b;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f86c6b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f86c6b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2402, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f86c6b;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

/* line 2407, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2413, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2419, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f86c6b;
}

/* line 2423, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 2429, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f86c6b;
}

/* line 2433, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f86c6b;
}

/* line 2437, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2443, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fa9c9c;
  background-color: #fa9c9c;
}

/* line 2448, app/assets/stylesheets/core_ui_default.scss */
.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(248, 108, 107, 0.25);
}

/* line 2452, app/assets/stylesheets/core_ui_default.scss */
.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: #f86c6b;
}

/* line 2456, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f86c6b;
}

/* line 2460, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2466, app/assets/stylesheets/core_ui_default.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f86c6b;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.25);
}

/* line 2471, app/assets/stylesheets/core_ui_default.scss */
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 2480, app/assets/stylesheets/core_ui_default.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2485, app/assets/stylesheets/core_ui_default.scss */
  .pagination-wrapper {
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-top: -10px;
  }
  /* line 2492, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .custom-select-wrapper {
    position: relative;
    display: inline-block;
    margin-left: 20px;
  }
  /* line 2498, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding: 5px;
    background-color: #faf7e1;
    font-weight: bold;
    color: #000;
    height: 40px;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 35px;
    appearance: none;
    cursor: pointer;
  }
  /* line 2514, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .custom-select-wrapper::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #cccccc;
    pointer-events: none;
  }
  /* line 2526, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .custom-select-wrapper::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 7px 7px 0;
    border-style: solid;
    border-color: #505050 transparent transparent transparent;
    pointer-events: none;
    transition: transform 0.3s ease;
  }
  /* line 2539, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .custom-select-wrapper.open::before {
    transform: translateY(-50%) rotate(180deg);
  }
  /* line 2543, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2547, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2557, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2565, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 2571, app/assets/stylesheets/core_ui_default.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2576, app/assets/stylesheets/core_ui_default.scss */
.btn {
  display: inline-block;
  font-weight: 600;
  color: #23282c;
  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: 1px solid transparent;
  padding: 15px 32px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 12px;
  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;
  font-family: var(--font-family-text);
}

@media (prefers-reduced-motion: reduce) {
  /* line 2597, app/assets/stylesheets/core_ui_default.scss */
  .btn {
    transition: none;
  }
}

/* line 2602, app/assets/stylesheets/core_ui_default.scss */
.btn:hover {
  color: #23282c;
  text-decoration: none;
}

/* line 2607, app/assets/stylesheets/core_ui_default.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 2612, app/assets/stylesheets/core_ui_default.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2616, app/assets/stylesheets/core_ui_default.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2621, app/assets/stylesheets/core_ui_default.scss */
.btn-primary {
  color: #505050;
  background-color: #f0dc46;
  border-color: #eee56b;
}

/* line 2627, app/assets/stylesheets/core_ui_default.scss */
.btn-primary.inverse {
  color: #505050;
  background-color: #fff;
  border-width: 2px;
  font-family: var(--font-family-text);
  font-size: 11px;
  font-weight: 400;
  font-weight: bold;
  height: 30px;
  border-radius: 8px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 5px;
  margin-right: 6px;
}

/* line 2646, app/assets/stylesheets/core_ui_default.scss */
.btn-primary:hover {
  color: #313131;
  background-color: #f5e65a;
  border-color: #f5e65a;
}

/* line 2652, app/assets/stylesheets/core_ui_default.scss */
.btn-primary.inverse:hover {
  color: #505050;
  background-color: #faf0aa;
  border-width: 2px;
}

/* line 2658, app/assets/stylesheets/core_ui_default.scss */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem #ffffff;
}

/* line 2662, app/assets/stylesheets/core_ui_default.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #99A1AB;
  background-color: #F6F5F4;
  border-color: #F6F5F4;
}

/* line 2668, app/assets/stylesheets/core_ui_default.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f5e65a;
  border-color: #f5e65a;
}

/* line 2675, app/assets/stylesheets/core_ui_default.scss */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #f5e65a;
  border-color: #f5e65a;
  box-shadow: 0 0 0 0.2rem rgba(248, 224, 43, 0.5);
  color: #000000;
}

/* line 2684, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary {
  color: #505050;
  background-color: #f0dc46;
  border-color: #f0dc46;
}

/* line 2690, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary:hover {
  background-color: #f5e65a;
  border-color: #f5e65a;
}

/* line 2695, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 181, 186, 0.5);
}

/* line 2699, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #B3BAC3;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}

/* line 2705, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #23282c;
  background-color: #acb5bc;
  border-color: #a5aeb7;
}

/* line 2712, app/assets/stylesheets/core_ui_default.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(175, 181, 186, 0.5);
}

/* line 2717, app/assets/stylesheets/core_ui_default.scss */
.btn-success {
  color: #fff;
  background-color: #0DD149;
  border-color: #0DD149;
}

/* line 2723, app/assets/stylesheets/core_ui_default.scss */
.btn-success:hover {
  color: #fff;
  background-color: #0DD149;
  border-color: #0DD149;
}

/* line 2729, app/assets/stylesheets/core_ui_default.scss */
.btn-success:focus, .btn-success.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(104, 199, 137, 0.5);*/
}

/* line 2733, app/assets/stylesheets/core_ui_default.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 2739, app/assets/stylesheets/core_ui_default.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0DD149;
  border-color: #0DD149;
}

/* line 2746, app/assets/stylesheets/core_ui_default.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(104, 199, 137, 0.5);*/
}

/* line 2751, app/assets/stylesheets/core_ui_default.scss */
.btn-info {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 2757, app/assets/stylesheets/core_ui_default.scss */
.btn-info:hover {
  color: #23282c;
  background-color: #43b6d7;
  border-color: #39b2d5;
}

/* line 2763, app/assets/stylesheets/core_ui_default.scss */
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 171, 195, 0.5);
}

/* line 2767, app/assets/stylesheets/core_ui_default.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 2773, app/assets/stylesheets/core_ui_default.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b2d5;
  border-color: #2eadd3;
}

/* line 2780, app/assets/stylesheets/core_ui_default.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 171, 195, 0.5);
}

/* line 2785, app/assets/stylesheets/core_ui_default.scss */
.btn-warning {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2791, app/assets/stylesheets/core_ui_default.scss */
.btn-warning:hover {
  color: #23282c;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 2797, app/assets/stylesheets/core_ui_default.scss */
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 13, 0.5);
}

/* line 2801, app/assets/stylesheets/core_ui_default.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 2807, app/assets/stylesheets/core_ui_default.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #23282c;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 2814, app/assets/stylesheets/core_ui_default.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 13, 0.5);
}

/* line 2819, app/assets/stylesheets/core_ui_default.scss */
.btn-danger {
  color: #fff;
  background-color: #C11D1D;
  border-color: #C11D1D;
}

/* line 2825, app/assets/stylesheets/core_ui_default.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #C11D1D;
  border-color: #C11D1D;
}

/* line 2831, app/assets/stylesheets/core_ui_default.scss */
.btn-danger:focus, .btn-danger.focus {
  /*box-shadow: 0 0 0 0.2rem rgba(249, 130, 129, 0.5);*/
}

/* line 2835, app/assets/stylesheets/core_ui_default.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #C11D1D;
  border-color: #C11D1D;
}

/* line 2841, app/assets/stylesheets/core_ui_default.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f63c3a;
  border-color: #f5302e;
}

/* line 2848, app/assets/stylesheets/core_ui_default.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  /*box-shadow: 0 0 0 0.2rem rgba(249, 130, 129, 0.5);*/
}

/* line 2853, app/assets/stylesheets/core_ui_default.scss */
.btn-light {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 2859, app/assets/stylesheets/core_ui_default.scss */
.btn-light:hover {
  color: #23282c;
  background-color: #d9e1e6;
  border-color: #d1dbe1;
}

/* line 2865, app/assets/stylesheets/core_ui_default.scss */
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

/* line 2869, app/assets/stylesheets/core_ui_default.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 2875, app/assets/stylesheets/core_ui_default.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #23282c;
  background-color: #d1dbe1;
  border-color: #cad4dc;
}

/* line 2882, app/assets/stylesheets/core_ui_default.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 213, 215, 0.5);
}

/* line 2887, app/assets/stylesheets/core_ui_default.scss */
.btn-dark {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 2893, app/assets/stylesheets/core_ui_default.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1e2225;
  border-color: #181b1e;
}

/* line 2899, app/assets/stylesheets/core_ui_default.scss */
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 83, 88, 0.5);
}

/* line 2903, app/assets/stylesheets/core_ui_default.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 2909, app/assets/stylesheets/core_ui_default.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #181b1e;
  border-color: #121517;
}

/* line 2916, app/assets/stylesheets/core_ui_default.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 83, 88, 0.5);
}

/* line 2921, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary {
  color: #20a8d8;
  border-color: #20a8d8;
}

/* line 2926, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

/* line 2932, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

/* line 2936, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #20a8d8;
  background-color: transparent;
}

/* line 2941, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

/* line 2948, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

/* line 2953, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary {
  color: #c8ced3;
  border-color: #c8ced3;
}

/* line 2958, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary:hover {
  color: #23282c;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 2964, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

/* line 2968, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #c8ced3;
  background-color: transparent;
}

/* line 2973, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #23282c;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 2980, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

/* line 2985, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success {
  color: #4dbd74;
  border-color: #4dbd74;
}

/* line 2990, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 2996, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

/* line 3000, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #4dbd74;
  background-color: transparent;
}

/* line 3005, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 3012, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

/* line 3017, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info {
  color: #63c2de;
  border-color: #63c2de;
}

/* line 3022, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info:hover {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 3028, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

/* line 3032, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #63c2de;
  background-color: transparent;
}

/* line 3037, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 3044, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

/* line 3049, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 3054, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-warning:hover {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 3060, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 3064, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 3069, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 3076, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 3081, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger {
  color: #f86c6b;
  border-color: #f86c6b;
}

/* line 3086, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 3092, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

/* line 3096, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f86c6b;
  background-color: transparent;
}

/* line 3101, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 3108, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

/* line 3113, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light {
  color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 3118, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light:hover {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 3124, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

/* line 3128, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f0f3f5;
  background-color: transparent;
}

/* line 3133, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 3140, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

/* line 3145, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark {
  color: #2f353a;
  border-color: #2f353a;
}

/* line 3150, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 3156, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

/* line 3160, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #2f353a;
  background-color: transparent;
}

/* line 3165, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 3172, app/assets/stylesheets/core_ui_default.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

/* line 3177, app/assets/stylesheets/core_ui_default.scss */
.btn-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #00afff;
  text-decoration: none;
  padding: 0;
}

/* line 3186, app/assets/stylesheets/core_ui_default.scss */
.btn-link:hover {
  color: #00afff;
  text-decoration: underline;
}

/* line 3191, app/assets/stylesheets/core_ui_default.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

/* line 3196, app/assets/stylesheets/core_ui_default.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #73818f;
  pointer-events: none;
}

/* line 3201, app/assets/stylesheets/core_ui_default.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3208, app/assets/stylesheets/core_ui_default.scss */
.btn-sm, .btn-group-sm > .btn {
  border-radius: 8px;
  font-size: 14px;
  padding: 7px 12px;
}

/* line 3214, app/assets/stylesheets/core_ui_default.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3219, app/assets/stylesheets/core_ui_default.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 3223, app/assets/stylesheets/core_ui_default.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 3229, app/assets/stylesheets/core_ui_default.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3234, app/assets/stylesheets/core_ui_default.scss */
  .fade {
    transition: none;
  }
}

/* line 3239, app/assets/stylesheets/core_ui_default.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 3243, app/assets/stylesheets/core_ui_default.scss */
.modal.fade.in {
  background-color: #4e4f43cc;
  opacity: 1;
}

/* line 3246, app/assets/stylesheets/core_ui_default.scss */
.modal.fade.in .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 3252, app/assets/stylesheets/core_ui_default.scss */
.popover.fade.in {
  opacity: 1;
}

/* line 3256, app/assets/stylesheets/core_ui_default.scss */
.collapse:not(.show) {
  display: none;
}

/* line 3260, app/assets/stylesheets/core_ui_default.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3268, app/assets/stylesheets/core_ui_default.scss */
  .collapsing {
    transition: none;
  }
}

/* line 3273, app/assets/stylesheets/core_ui_default.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 3280, app/assets/stylesheets/core_ui_default.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3284, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3295, app/assets/stylesheets/core_ui_default.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3299, app/assets/stylesheets/core_ui_default.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #23282c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c8ced3;
  border-radius: 0.25rem;
}

/* line 3319, app/assets/stylesheets/core_ui_default.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3324, app/assets/stylesheets/core_ui_default.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3330, app/assets/stylesheets/core_ui_default.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 3334, app/assets/stylesheets/core_ui_default.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3341, app/assets/stylesheets/core_ui_default.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 3345, app/assets/stylesheets/core_ui_default.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3352, app/assets/stylesheets/core_ui_default.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 3356, app/assets/stylesheets/core_ui_default.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3363, app/assets/stylesheets/core_ui_default.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 3367, app/assets/stylesheets/core_ui_default.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 3373, app/assets/stylesheets/core_ui_default.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3380, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3391, app/assets/stylesheets/core_ui_default.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3395, app/assets/stylesheets/core_ui_default.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3403, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3414, app/assets/stylesheets/core_ui_default.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3418, app/assets/stylesheets/core_ui_default.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3422, app/assets/stylesheets/core_ui_default.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3430, app/assets/stylesheets/core_ui_default.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3437, app/assets/stylesheets/core_ui_default.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3441, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3451, app/assets/stylesheets/core_ui_default.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3455, app/assets/stylesheets/core_ui_default.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3459, app/assets/stylesheets/core_ui_default.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3464, app/assets/stylesheets/core_ui_default.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e4e7ea;
}

/* line 3471, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #23282c;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3484, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 3489, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 3494, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #181b1e;
  text-decoration: none;
  background-color: #f0f3f5;
}

/* line 3500, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #20a8d8;
}

/* line 3506, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #73818f;
  pointer-events: none;
  background-color: transparent;
}

/* line 3512, app/assets/stylesheets/core_ui_default.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3516, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header {
  display: block;
  padding: 0 1.5rem;
  margin-bottom: 0;
  font-size: 0.765625rem;
  color: #73818f;
  white-space: nowrap;
}

/* line 3525, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #23282c;
}

/* line 3531, app/assets/stylesheets/core_ui_default.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3539, app/assets/stylesheets/core_ui_default.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 3546, app/assets/stylesheets/core_ui_default.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3551, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3558, app/assets/stylesheets/core_ui_default.scss */
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 3567, app/assets/stylesheets/core_ui_default.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3571, app/assets/stylesheets/core_ui_default.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3576, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3582, app/assets/stylesheets/core_ui_default.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3588, app/assets/stylesheets/core_ui_default.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3593, app/assets/stylesheets/core_ui_default.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3599, app/assets/stylesheets/core_ui_default.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3603, app/assets/stylesheets/core_ui_default.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3608, app/assets/stylesheets/core_ui_default.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3613, app/assets/stylesheets/core_ui_default.scss */
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 3622, app/assets/stylesheets/core_ui_default.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3627, app/assets/stylesheets/core_ui_default.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3632, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3638, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3644, app/assets/stylesheets/core_ui_default.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3649, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3658, app/assets/stylesheets/core_ui_default.scss */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 3669, app/assets/stylesheets/core_ui_default.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

/* line 3680, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3695, app/assets/stylesheets/core_ui_default.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3701, app/assets/stylesheets/core_ui_default.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3705, app/assets/stylesheets/core_ui_default.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3711, app/assets/stylesheets/core_ui_default.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3717, app/assets/stylesheets/core_ui_default.scss */
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

/* line 3724, app/assets/stylesheets/core_ui_default.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3730, app/assets/stylesheets/core_ui_default.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3735, app/assets/stylesheets/core_ui_default.scss */
.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

/* line 3741, app/assets/stylesheets/core_ui_default.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3747, app/assets/stylesheets/core_ui_default.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3752, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3763, app/assets/stylesheets/core_ui_default.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3767, app/assets/stylesheets/core_ui_default.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3771, app/assets/stylesheets/core_ui_default.scss */
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  text-align: center;
  white-space: nowrap;
  background-color: #f0f3f5;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
}

/* line 3789, app/assets/stylesheets/core_ui_default.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3794, app/assets/stylesheets/core_ui_default.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 3799, app/assets/stylesheets/core_ui_default.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3811, app/assets/stylesheets/core_ui_default.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 3816, app/assets/stylesheets/core_ui_default.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3828, app/assets/stylesheets/core_ui_default.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3833, app/assets/stylesheets/core_ui_default.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3843, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 3853, app/assets/stylesheets/core_ui_default.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}

/* line 3860, app/assets/stylesheets/core_ui_default.scss */
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3866, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 3872, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #20a8d8;
  background-color: #20a8d8;
}

/* line 3878, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 3882, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8ad4ee;
}

/* line 3886, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b6e4f4;
  border-color: #b6e4f4;
}

/* line 3892, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:disabled ~ .custom-control-label {
  color: #73818f;
}

/* line 3896, app/assets/stylesheets/core_ui_default.scss */
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e4e7ea;
}

/* line 3900, app/assets/stylesheets/core_ui_default.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3906, app/assets/stylesheets/core_ui_default.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #8f9ba6 solid 1px;
}

/* line 3919, app/assets/stylesheets/core_ui_default.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

/* line 3930, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 3934, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* line 3938, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #20a8d8;
  background-color: #20a8d8;
}

/* line 3943, app/assets/stylesheets/core_ui_default.scss */
.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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3947, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

/* line 3951, app/assets/stylesheets/core_ui_default.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

/* line 3955, app/assets/stylesheets/core_ui_default.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3959, app/assets/stylesheets/core_ui_default.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 3963, app/assets/stylesheets/core_ui_default.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

/* line 3967, app/assets/stylesheets/core_ui_default.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3971, app/assets/stylesheets/core_ui_default.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 3978, app/assets/stylesheets/core_ui_default.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #8f9ba6;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3991, app/assets/stylesheets/core_ui_default.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3996, app/assets/stylesheets/core_ui_default.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

/* line 4002, app/assets/stylesheets/core_ui_default.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(32, 168, 216, 0.5);
}

/* line 4006, app/assets/stylesheets/core_ui_default.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%232f353a' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4025, app/assets/stylesheets/core_ui_default.scss */
.custom-select:focus {
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 4031, app/assets/stylesheets/core_ui_default.scss */
.custom-select:focus::-ms-value {
  color: #5c6873;
  background-color: #fff;
}

/* line 4036, app/assets/stylesheets/core_ui_default.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 4042, app/assets/stylesheets/core_ui_default.scss */
.custom-select:disabled {
  color: #73818f;
  background-color: #e4e7ea;
}

/* line 4047, app/assets/stylesheets/core_ui_default.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 4051, app/assets/stylesheets/core_ui_default.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.765625rem;
}

/* line 4059, app/assets/stylesheets/core_ui_default.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}

/* line 4067, app/assets/stylesheets/core_ui_default.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 4075, app/assets/stylesheets/core_ui_default.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

/* line 4084, app/assets/stylesheets/core_ui_default.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #8ad4ee;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 4089, app/assets/stylesheets/core_ui_default.scss */
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e4e7ea;
}

/* line 4093, app/assets/stylesheets/core_ui_default.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 4097, app/assets/stylesheets/core_ui_default.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 4101, app/assets/stylesheets/core_ui_default.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5c6873;
  background-color: #fff;
  border: 1px solid #e4e7ea;
  border-radius: 0.25rem;
}

/* line 4117, app/assets/stylesheets/core_ui_default.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #5c6873;
  content: "Browse";
  background-color: #f0f3f5;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 4134, app/assets/stylesheets/core_ui_default.scss */
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 4144, app/assets/stylesheets/core_ui_default.scss */
.custom-range:focus {
  outline: none;
}

/* line 4148, app/assets/stylesheets/core_ui_default.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 4152, app/assets/stylesheets/core_ui_default.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 4156, app/assets/stylesheets/core_ui_default.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #e4e5e6, 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 4160, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 4164, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #20a8d8;
  border: 0;
  border-radius: 1rem;
  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) {
  /* line 4177, app/assets/stylesheets/core_ui_default.scss */
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 4182, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b6e4f4;
}

/* line 4186, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c8ced3;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4196, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #20a8d8;
  border: 0;
  border-radius: 1rem;
  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) {
  /* line 4208, app/assets/stylesheets/core_ui_default.scss */
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 4213, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b6e4f4;
}

/* line 4217, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #c8ced3;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 4227, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #20a8d8;
  border: 0;
  border-radius: 1rem;
  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) {
  /* line 4241, app/assets/stylesheets/core_ui_default.scss */
  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 4246, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-ms-thumb:active {
  background-color: #b6e4f4;
}

/* line 4250, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 4260, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-ms-fill-lower {
  background-color: #c8ced3;
  border-radius: 1rem;
}

/* line 4265, app/assets/stylesheets/core_ui_default.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #c8ced3;
  border-radius: 1rem;
}

/* line 4271, app/assets/stylesheets/core_ui_default.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #8f9ba6;
}

/* line 4275, app/assets/stylesheets/core_ui_default.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 4279, app/assets/stylesheets/core_ui_default.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #8f9ba6;
}

/* line 4283, app/assets/stylesheets/core_ui_default.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 4287, app/assets/stylesheets/core_ui_default.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #8f9ba6;
}

/* line 4291, app/assets/stylesheets/core_ui_default.scss */
.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) {
  /* line 4298, app/assets/stylesheets/core_ui_default.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4305, app/assets/stylesheets/core_ui_default.scss */
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4315, app/assets/stylesheets/core_ui_default.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 4320, app/assets/stylesheets/core_ui_default.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 4324, app/assets/stylesheets/core_ui_default.scss */
.nav-link.disabled {
  color: #73818f;
  pointer-events: none;
  cursor: default;
}

/* line 4330, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs {
  border-bottom: 1px solid #c8ced3;
}

/* line 4334, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

/* line 4338, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4344, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #c8ced3 #c8ced3 #c8ced3;
}

/* line 4348, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link.disabled {
  color: #73818f;
  background-color: transparent;
  border-color: transparent;
}

/* line 4354, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #23282c;
  background-color: #fff;
  border-color: #c8ced3 #c8ced3 #fff;
}

/* line 4361, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4367, app/assets/stylesheets/core_ui_default.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}

/* line 4371, app/assets/stylesheets/core_ui_default.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #20a8d8;
}

/* line 4377, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 4383, app/assets/stylesheets/core_ui_default.scss */
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 4391, app/assets/stylesheets/core_ui_default.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4395, app/assets/stylesheets/core_ui_default.scss */
.tab-content > .active {
  display: block;
}

/* line 4399, app/assets/stylesheets/core_ui_default.scss */
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 4412, app/assets/stylesheets/core_ui_default.scss */
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 4424, app/assets/stylesheets/core_ui_default.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.335938rem;
  padding-bottom: 0.335938rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
  text-transform: capitalize;
}

/* line 4435, app/assets/stylesheets/core_ui_default.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4439, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4449, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4454, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4459, app/assets/stylesheets/core_ui_default.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4465, app/assets/stylesheets/core_ui_default.scss */
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

/* line 4474, app/assets/stylesheets/core_ui_default.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 4483, app/assets/stylesheets/core_ui_default.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4487, app/assets/stylesheets/core_ui_default.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  /* line 4498, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4506, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4512, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4516, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4519, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4523, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4528, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4534, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4540, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4548, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4554, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4558, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4561, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4565, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4570, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4576, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4582, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4590, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4596, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4600, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4603, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4607, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4612, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4618, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4624, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4632, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 4638, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 4642, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4645, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4649, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 4654, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 4660, app/assets/stylesheets/core_ui_default.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4665, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 4672, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

/* line 4678, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 4683, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4687, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4692, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 4698, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 4705, app/assets/stylesheets/core_ui_default.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4709, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4713, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4717, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4721, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4725, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4729, app/assets/stylesheets/core_ui_default.scss */
.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);
}

/* line 4736, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4741, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4745, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4749, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4753, app/assets/stylesheets/core_ui_default.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4757, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4761, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4765, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4769, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4773, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4777, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 4784, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4789, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4793, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4797, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4801, app/assets/stylesheets/core_ui_default.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4805, app/assets/stylesheets/core_ui_default.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FEFEFC;
  background-clip: border-box;
  border: 1px solid #FEFEFC;
  border-radius: 25px;
  margin-left: 18px;
  z-index: 1200;
  transition: margin-left 0.2s ease;
}

/* line 4822, app/assets/stylesheets/core_ui_default.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4827, app/assets/stylesheets/core_ui_default.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 4832, app/assets/stylesheets/core_ui_default.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 4837, app/assets/stylesheets/core_ui_default.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem 42px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}

/* line 4845, app/assets/stylesheets/core_ui_default.scss */
.table-responsive {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 700px;
  display: block;
}

/* line 4852, app/assets/stylesheets/core_ui_default.scss */
.table {
  width: 100%;
  white-space: nowrap;
}

/* line 4856, app/assets/stylesheets/core_ui_default.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4860, app/assets/stylesheets/core_ui_default.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4865, app/assets/stylesheets/core_ui_default.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4869, app/assets/stylesheets/core_ui_default.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4873, app/assets/stylesheets/core_ui_default.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4877, app/assets/stylesheets/core_ui_default.scss */
.card-header {
  background-color: transparent;
  border-bottom: 0;
  padding: 28px 42px 4px;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-variation-settings: "wght" 560;
  font-size: 32px;
  line-height: 40px;
}

/* line 4891, app/assets/stylesheets/core_ui_default.scss */
.card-header.sub {
  font-size: 28px;
  line-height: 32px;
  align-items: center;
}

/* line 4897, app/assets/stylesheets/core_ui_default.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 4901, app/assets/stylesheets/core_ui_default.scss */
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

/* line 4905, app/assets/stylesheets/core_ui_default.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f0f3f5;
  border-top: 1px solid #c8ced3;
}

/* line 4911, app/assets/stylesheets/core_ui_default.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 4915, app/assets/stylesheets/core_ui_default.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4922, app/assets/stylesheets/core_ui_default.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4927, app/assets/stylesheets/core_ui_default.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 4936, app/assets/stylesheets/core_ui_default.scss */
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

/* line 4941, app/assets/stylesheets/core_ui_default.scss */
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 4947, app/assets/stylesheets/core_ui_default.scss */
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 4953, app/assets/stylesheets/core_ui_default.scss */
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4960, app/assets/stylesheets/core_ui_default.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4965, app/assets/stylesheets/core_ui_default.scss */
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 4971, app/assets/stylesheets/core_ui_default.scss */
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 4984, app/assets/stylesheets/core_ui_default.scss */
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 4991, app/assets/stylesheets/core_ui_default.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 4996, app/assets/stylesheets/core_ui_default.scss */
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 5000, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 5005, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 5009, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 5013, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 5017, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 5021, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 5025, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 5029, app/assets/stylesheets/core_ui_default.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5035, app/assets/stylesheets/core_ui_default.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 5040, app/assets/stylesheets/core_ui_default.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 5050, app/assets/stylesheets/core_ui_default.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 5056, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 5060, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

/* line 5064, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

/* line 5069, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5075, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5080, app/assets/stylesheets/core_ui_default.scss */
.accordion > .card .card-header {
  margin-bottom: -1px;
}

/* line 5084, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1.5rem;
  list-style: none;
  background-color: #fff;
  border-radius: 0;
}

/* line 5096, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 5100, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #73818f;
  content: "/";
}

/* line 5107, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 5111, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 5115, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-item.active {
  color: #73818f;
}

/* line 5119, app/assets/stylesheets/core_ui_default.scss */
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 5127, app/assets/stylesheets/core_ui_default.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #20a8d8;
  background-color: #fff;
  border: 1px solid #c8ced3;
}

/* line 5138, app/assets/stylesheets/core_ui_default.scss */
.page-link:hover {
  z-index: 2;
  color: #167495;
  text-decoration: none;
  background-color: #e4e7ea;
  border-color: #c8ced3;
}

/* line 5146, app/assets/stylesheets/core_ui_default.scss */
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.25);
}

/* line 5152, app/assets/stylesheets/core_ui_default.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5158, app/assets/stylesheets/core_ui_default.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5163, app/assets/stylesheets/core_ui_default.scss */
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

/* line 5170, app/assets/stylesheets/core_ui_default.scss */
.page-item.disabled .page-link {
  color: #73818f;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 5178, app/assets/stylesheets/core_ui_default.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}

/* line 5184, app/assets/stylesheets/core_ui_default.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 5189, app/assets/stylesheets/core_ui_default.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5194, app/assets/stylesheets/core_ui_default.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  line-height: 1.5;
}

/* line 5200, app/assets/stylesheets/core_ui_default.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 5205, app/assets/stylesheets/core_ui_default.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 5210, app/assets/stylesheets/core_ui_default.scss */
.badge {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 12px;
  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;
  font-family: var(--font-family-text);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5225, app/assets/stylesheets/core_ui_default.scss */
  .badge {
    transition: none;
  }
}

/* line 5230, app/assets/stylesheets/core_ui_default.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 5234, app/assets/stylesheets/core_ui_default.scss */
.badge:empty {
  display: none;
}

/* line 5238, app/assets/stylesheets/core_ui_default.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5243, app/assets/stylesheets/core_ui_default.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 5249, app/assets/stylesheets/core_ui_default.scss */
.badge-primary {
  color: #505050;
  background-color: #f0dc46;
}

/* line 5254, app/assets/stylesheets/core_ui_default.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #505050;
  background-color: #faf0aa;
}

/* line 5259, app/assets/stylesheets/core_ui_default.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

/* line 5264, app/assets/stylesheets/core_ui_default.scss */
.badge-secondary {
  color: #23282c;
  background-color: #c8ced3;
}

/* line 5269, app/assets/stylesheets/core_ui_default.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #23282c;
  background-color: #acb5bc;
}

/* line 5274, app/assets/stylesheets/core_ui_default.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

/* line 5279, app/assets/stylesheets/core_ui_default.scss */
.badge-success {
  color: #fff;
  background-color: #4dbd74;
}

/* line 5284, app/assets/stylesheets/core_ui_default.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #3a9d5d;
}

/* line 5289, app/assets/stylesheets/core_ui_default.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

/* line 5294, app/assets/stylesheets/core_ui_default.scss */
.badge-info {
  color: #23282c;
  background-color: #63c2de;
}

/* line 5299, app/assets/stylesheets/core_ui_default.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #23282c;
  background-color: #39b2d5;
}

/* line 5304, app/assets/stylesheets/core_ui_default.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

/* line 5309, app/assets/stylesheets/core_ui_default.scss */
.badge-warning {
  color: #23282c;
  background-color: #ffc107;
}

/* line 5314, app/assets/stylesheets/core_ui_default.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #23282c;
  background-color: #d39e00;
}

/* line 5319, app/assets/stylesheets/core_ui_default.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 5324, app/assets/stylesheets/core_ui_default.scss */
.badge-danger {
  color: #fff;
  background-color: #f86c6b;
}

/* line 5329, app/assets/stylesheets/core_ui_default.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #f63c3a;
}

/* line 5334, app/assets/stylesheets/core_ui_default.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

/* line 5339, app/assets/stylesheets/core_ui_default.scss */
.badge-light {
  color: #23282c;
  background-color: #f0f3f5;
}

/* line 5344, app/assets/stylesheets/core_ui_default.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #23282c;
  background-color: #d1dbe1;
}

/* line 5349, app/assets/stylesheets/core_ui_default.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

/* line 5354, app/assets/stylesheets/core_ui_default.scss */
.badge-dark {
  color: #fff;
  background-color: #2f353a;
}

/* line 5359, app/assets/stylesheets/core_ui_default.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #181b1e;
}

/* line 5364, app/assets/stylesheets/core_ui_default.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

/* line 5369, app/assets/stylesheets/core_ui_default.scss */
.btn-sm {
  border-radius: 8px;
  font-size: 14px;
  padding: 7px 12px;
}

/* line 5375, app/assets/stylesheets/core_ui_default.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e4e7ea;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 5383, app/assets/stylesheets/core_ui_default.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 5388, app/assets/stylesheets/core_ui_default.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5394, app/assets/stylesheets/core_ui_default.scss */
.alert {
  position: relative;
  padding: 14px 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 12px;
}

/* line 5402, app/assets/stylesheets/core_ui_default.scss */
.alert-heading {
  color: inherit;
}

/* line 5406, app/assets/stylesheets/core_ui_default.scss */
.alert-link {
  font-weight: 700;
}

/* line 5410, app/assets/stylesheets/core_ui_default.scss */
.alert-dismissible {
  padding-right: 3.8125rem;
}

/* line 5414, app/assets/stylesheets/core_ui_default.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5422, app/assets/stylesheets/core_ui_default.scss */
.alert-primary {
  color: #115770;
  background-color: #d2eef7;
  border-color: #c1e7f4;
}

/* line 5428, app/assets/stylesheets/core_ui_default.scss */
.alert-primary hr {
  border-top-color: #abdff0;
}

/* line 5432, app/assets/stylesheets/core_ui_default.scss */
.alert-primary .alert-link {
  color: #0a3544;
}

/* line 5436, app/assets/stylesheets/core_ui_default.scss */
.alert-secondary {
  color: #686b6e;
  background-color: #f4f5f6;
  border-color: #f0f1f3;
}

/* line 5442, app/assets/stylesheets/core_ui_default.scss */
.alert-secondary hr {
  border-top-color: #e2e4e8;
}

/* line 5446, app/assets/stylesheets/core_ui_default.scss */
.alert-secondary .alert-link {
  color: #4f5254;
}

/* line 5450, app/assets/stylesheets/core_ui_default.scss */
.alert-success {
  color: #4d9a6a;
  background-color: #b3f3cc;
  border-color: #b3f3cc;
}

/* line 5456, app/assets/stylesheets/core_ui_default.scss */
.alert-success hr {
  border-top-color: #bae6c9;
}

/* line 5460, app/assets/stylesheets/core_ui_default.scss */
.alert-success .alert-link {
  color: #193e26;
}

/* line 5464, app/assets/stylesheets/core_ui_default.scss */
.alert-info {
  color: #ffffff;
  background-color: #171D23;
  border-color: #171D23;
}

/* line 5470, app/assets/stylesheets/core_ui_default.scss */
.alert-info hr {
  border-top-color: #bee6f2;
}

/* line 5474, app/assets/stylesheets/core_ui_default.scss */
.alert-info .alert-link {
  color: #234650;
}

/* line 5478, app/assets/stylesheets/core_ui_default.scss */
.alert-warning {
  color: #ffffff;
  background-color: #B97311;
  border-color: #B97311;
}

/* line 5484, app/assets/stylesheets/core_ui_default.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 5488, app/assets/stylesheets/core_ui_default.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 5492, app/assets/stylesheets/core_ui_default.scss */
.alert-danger {
  color: #964444;
  background-color: #f1caca;
  border-color: #f1caca;
}

/* line 5498, app/assets/stylesheets/core_ui_default.scss */
.alert-danger hr {
  border-top-color: #fcbebe;
}

/* line 5502, app/assets/stylesheets/core_ui_default.scss */
.alert-danger .alert-link {
  color: #5d2929;
}

/* line 5506, app/assets/stylesheets/core_ui_default.scss */
.alert-light {
  color: #7d7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}

/* line 5512, app/assets/stylesheets/core_ui_default.scss */
.alert-light hr {
  border-top-color: #ecf1f1;
}

/* line 5516, app/assets/stylesheets/core_ui_default.scss */
.alert-light .alert-link {
  color: #646565;
}

/* line 5520, app/assets/stylesheets/core_ui_default.scss */
.alert-dark {
  color: #181c1e;
  background-color: #d5d7d8;
  border-color: #c5c6c8;
}

/* line 5526, app/assets/stylesheets/core_ui_default.scss */
.alert-dark hr {
  border-top-color: #b8b9bc;
}

/* line 5530, app/assets/stylesheets/core_ui_default.scss */
.alert-dark .alert-link {
  color: #010202;
}

@-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;
  }
}

/* line 5552, app/assets/stylesheets/core_ui_default.scss */
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #f0f3f5;
  border-radius: 0.25rem;
}

/* line 5562, app/assets/stylesheets/core_ui_default.scss */
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #20a8d8;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5577, app/assets/stylesheets/core_ui_default.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 5582, app/assets/stylesheets/core_ui_default.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 5587, app/assets/stylesheets/core_ui_default.scss */
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5593, app/assets/stylesheets/core_ui_default.scss */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 5599, app/assets/stylesheets/core_ui_default.scss */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* line 5606, app/assets/stylesheets/core_ui_default.scss */
.media-body {
  -ms-flex: 1;
  flex: 1;
}

/* line 5611, app/assets/stylesheets/core_ui_default.scss */
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 5620, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-action {
  width: 100%;
  color: #5c6873;
  text-align: inherit;
}

/* line 5626, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #5c6873;
  text-decoration: none;
  background-color: #f0f3f5;
}

/* line 5633, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-action:active {
  color: #23282c;
  background-color: #e4e7ea;
}

/* line 5638, app/assets/stylesheets/core_ui_default.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5647, app/assets/stylesheets/core_ui_default.scss */
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 5652, app/assets/stylesheets/core_ui_default.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 5658, app/assets/stylesheets/core_ui_default.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #73818f;
  pointer-events: none;
  background-color: #fff;
}

/* line 5664, app/assets/stylesheets/core_ui_default.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

/* line 5671, app/assets/stylesheets/core_ui_default.scss */
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 5676, app/assets/stylesheets/core_ui_default.scss */
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 5681, app/assets/stylesheets/core_ui_default.scss */
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 5687, app/assets/stylesheets/core_ui_default.scss */
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  /* line 5695, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5699, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5703, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5708, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  /* line 5717, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5721, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5725, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5730, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  /* line 5739, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5743, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5747, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5752, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  /* line 5761, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 5765, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  /* line 5769, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 5774, app/assets/stylesheets/core_ui_default.scss */
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

/* line 5782, app/assets/stylesheets/core_ui_default.scss */
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 5788, app/assets/stylesheets/core_ui_default.scss */
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

/* line 5792, app/assets/stylesheets/core_ui_default.scss */
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

/* line 5796, app/assets/stylesheets/core_ui_default.scss */
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* line 5801, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-primary {
  color: #115770;
  background-color: #c1e7f4;
}

/* line 5806, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #115770;
  background-color: #abdff0;
}

/* line 5811, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #115770;
  border-color: #115770;
}

/* line 5817, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-secondary {
  color: #686b6e;
  background-color: #f0f1f3;
}

/* line 5822, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #686b6e;
  background-color: #e2e4e8;
}

/* line 5827, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #686b6e;
  border-color: #686b6e;
}

/* line 5833, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-success {
  color: #28623c;
  background-color: #cdedd8;
}

/* line 5838, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #28623c;
  background-color: #bae6c9;
}

/* line 5843, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #28623c;
  border-color: #28623c;
}

/* line 5849, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-info {
  color: #336573;
  background-color: #d3eef6;
}

/* line 5854, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #336573;
  background-color: #bee6f2;
}

/* line 5859, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #336573;
  border-color: #336573;
}

/* line 5865, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 5870, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 5875, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 5881, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-danger {
  color: #813838;
  background-color: #fdd6d6;
}

/* line 5886, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #813838;
  background-color: #fcbebe;
}

/* line 5891, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #813838;
  border-color: #813838;
}

/* line 5897, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-light {
  color: #7d7e7f;
  background-color: #fbfcfc;
}

/* line 5902, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7d7e7f;
  background-color: #ecf1f1;
}

/* line 5907, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7d7e7f;
  border-color: #7d7e7f;
}

/* line 5913, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-dark {
  color: #181c1e;
  background-color: #c5c6c8;
}

/* line 5918, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #181c1e;
  background-color: #b8b9bc;
}

/* line 5923, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #181c1e;
  border-color: #181c1e;
}

/* line 5929, app/assets/stylesheets/core_ui_default.scss */
.close {
  float: right;
  font-size: 30px;
  font-weight: 100;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

/* line 5938, app/assets/stylesheets/core_ui_default.scss */
.alert .close {
  color: #505050;
}

/* line 5942, app/assets/stylesheets/core_ui_default.scss */
.close:hover {
  color: #505050;
  text-decoration: none;
}

/* line 5946, app/assets/stylesheets/core_ui_default.scss */
.alert .close:hover {
  color: #505050;
}

/* line 5950, app/assets/stylesheets/core_ui_default.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 5954, app/assets/stylesheets/core_ui_default.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 5963, app/assets/stylesheets/core_ui_default.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 5967, app/assets/stylesheets/core_ui_default.scss */
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 5981, app/assets/stylesheets/core_ui_default.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 5985, app/assets/stylesheets/core_ui_default.scss */
.toast.showing {
  opacity: 1;
}

/* line 5989, app/assets/stylesheets/core_ui_default.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5994, app/assets/stylesheets/core_ui_default.scss */
.toast.hide {
  display: none;
}

/* line 5998, app/assets/stylesheets/core_ui_default.scss */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #73818f;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 6010, app/assets/stylesheets/core_ui_default.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 6014, app/assets/stylesheets/core_ui_default.scss */
.modal-open {
  overflow: hidden;
}

/* line 6018, app/assets/stylesheets/core_ui_default.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6023, app/assets/stylesheets/core_ui_default.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 6035, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 6042, app/assets/stylesheets/core_ui_default.scss */
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6051, app/assets/stylesheets/core_ui_default.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 6056, app/assets/stylesheets/core_ui_default.scss */
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

/* line 6061, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 6067, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 6072, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 6078, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 6082, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 6090, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

/* line 6096, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

/* line 6104, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 6108, app/assets/stylesheets/core_ui_default.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 6112, app/assets/stylesheets/core_ui_default.scss */
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  outline: 0;
}

/* line 6127, app/assets/stylesheets/core_ui_default.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6137, app/assets/stylesheets/core_ui_default.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6141, app/assets/stylesheets/core_ui_default.scss */
.modal-backdrop.in {
  opacity: 0.5;
  /*  z-index: 9999;*/
}

/* line 6146, app/assets/stylesheets/core_ui_default.scss */
.main .modal.in {
  z-index: 99999;
}

/* line 6150, app/assets/stylesheets/core_ui_default.scss */
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px 1rem;
  /*border-bottom: 1px solid #c8ced3;*/
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

/* line 6163, app/assets/stylesheets/core_ui_default.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 6168, app/assets/stylesheets/core_ui_default.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-family: 'Barlow', sans-serif;
  font-size: 28px;
  font-weight: 700;
}

/* line 6176, app/assets/stylesheets/core_ui_default.scss */
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 30px 30px;
}

/* line 6183, app/assets/stylesheets/core_ui_default.scss */
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #c8ced3;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 6196, app/assets/stylesheets/core_ui_default.scss */
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

/* line 6200, app/assets/stylesheets/core_ui_default.scss */
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

/* line 6204, app/assets/stylesheets/core_ui_default.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6213, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6217, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 6220, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 6223, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6226, app/assets/stylesheets/core_ui_default.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  /* line 6229, app/assets/stylesheets/core_ui_default.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6235, app/assets/stylesheets/core_ui_default.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6242, app/assets/stylesheets/core_ui_default.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6247, app/assets/stylesheets/core_ui_default.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-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.765625rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6271, app/assets/stylesheets/core_ui_default.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 6275, app/assets/stylesheets/core_ui_default.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 6282, app/assets/stylesheets/core_ui_default.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6289, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 6293, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 6297, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 6303, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 6307, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6313, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 6319, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 6323, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 6327, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 6333, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 6337, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 6343, app/assets/stylesheets/core_ui_default.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 6349, app/assets/stylesheets/core_ui_default.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 6358, app/assets/stylesheets/core_ui_default.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  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: 12px;
  word-wrap: break-word;
  background-color: #171D23;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 8px;
  color: #fff;
}

/* line 6389, app/assets/stylesheets/core_ui_default.scss */
.popover .arrow {
  /*position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;*/
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateX(-50%);
  background: #171D23;
  position: absolute;
  z-index: 998;
  margin-left: -1px;
}

/* line 6405, app/assets/stylesheets/core_ui_default.scss */
.popover.top .arrow {
  bottom: -5px;
}

/* line 6409, app/assets/stylesheets/core_ui_default.scss */
.popover.bottom {
  background-color: #FEFEFC;
  color: #000000;
}

/* line 6413, app/assets/stylesheets/core_ui_default.scss */
.popover.bottom .arrow {
  background-color: transparent;
  transform: translateX(-13px);
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
  top: calc((0.5rem + 1px) * -1);
}

/* line 6424, app/assets/stylesheets/core_ui_default.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6432, app/assets/stylesheets/core_ui_default.scss */
.popover.bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 6437, app/assets/stylesheets/core_ui_default.scss */
.popover.bottom .arrow::after {
  top: 1px;
  border-bottom-color: #FEFEFC;
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

/* line 6443, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6447, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

/* line 6451, app/assets/stylesheets/core_ui_default.scss */
.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);
}

/* line 6457, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 6463, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6467, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6474, app/assets/stylesheets/core_ui_default.scss */
.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);
}

/* line 6480, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 6486, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6490, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

/* line 6494, app/assets/stylesheets/core_ui_default.scss */
.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);
}

/* line 6500, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 6506, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 6517, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6521, app/assets/stylesheets/core_ui_default.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6528, app/assets/stylesheets/core_ui_default.scss */
.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);
}

/* line 6534, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 6540, app/assets/stylesheets/core_ui_default.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6550, app/assets/stylesheets/core_ui_default.scss */
.popover-header:empty {
  display: none;
}

/* line 6554, app/assets/stylesheets/core_ui_default.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #23282c;
}

/* line 6559, app/assets/stylesheets/core_ui_default.scss */
.carousel {
  position: relative;
}

/* line 6563, app/assets/stylesheets/core_ui_default.scss */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 6568, app/assets/stylesheets/core_ui_default.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6574, app/assets/stylesheets/core_ui_default.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6580, app/assets/stylesheets/core_ui_default.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6594, app/assets/stylesheets/core_ui_default.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 6599, app/assets/stylesheets/core_ui_default.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6605, app/assets/stylesheets/core_ui_default.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 6611, app/assets/stylesheets/core_ui_default.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 6617, app/assets/stylesheets/core_ui_default.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

/* line 6624, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 6631, app/assets/stylesheets/core_ui_default.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6639, app/assets/stylesheets/core_ui_default.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6645, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6665, app/assets/stylesheets/core_ui_default.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 6671, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 6680, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-prev {
  left: 0;
}

/* line 6684, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-next {
  right: 0;
}

/* line 6688, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

/* line 6696, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

/* line 6700, app/assets/stylesheets/core_ui_default.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6704, app/assets/stylesheets/core_ui_default.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6720, app/assets/stylesheets/core_ui_default.scss */
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #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) {
  /* line 6739, app/assets/stylesheets/core_ui_default.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6744, app/assets/stylesheets/core_ui_default.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6748, app/assets/stylesheets/core_ui_default.scss */
.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 {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

/* line 6774, app/assets/stylesheets/core_ui_default.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}

/* line 6786, app/assets/stylesheets/core_ui_default.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

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

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

/* line 6812, app/assets/stylesheets/core_ui_default.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

/* line 6824, app/assets/stylesheets/core_ui_default.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

/* line 6829, app/assets/stylesheets/core_ui_default.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6833, app/assets/stylesheets/core_ui_default.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6837, app/assets/stylesheets/core_ui_default.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6841, app/assets/stylesheets/core_ui_default.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6845, app/assets/stylesheets/core_ui_default.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6849, app/assets/stylesheets/core_ui_default.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6853, app/assets/stylesheets/core_ui_default.scss */
.bg-primary {
  background-color: #20a8d8 !important;
}

/* line 6857, app/assets/stylesheets/core_ui_default.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1985ac !important;
}

/* line 6863, app/assets/stylesheets/core_ui_default.scss */
.bg-secondary {
  background-color: #c8ced3 !important;
}

/* line 6867, app/assets/stylesheets/core_ui_default.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #acb5bc !important;
}

/* line 6873, app/assets/stylesheets/core_ui_default.scss */
.bg-success {
  background-color: #4dbd74 !important;
}

/* line 6877, app/assets/stylesheets/core_ui_default.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3a9d5d !important;
}

/* line 6883, app/assets/stylesheets/core_ui_default.scss */
.bg-info {
  background-color: #63c2de !important;
}

/* line 6887, app/assets/stylesheets/core_ui_default.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #39b2d5 !important;
}

/* line 6893, app/assets/stylesheets/core_ui_default.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6897, app/assets/stylesheets/core_ui_default.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6903, app/assets/stylesheets/core_ui_default.scss */
.bg-danger {
  background-color: #f86c6b !important;
}

/* line 6907, app/assets/stylesheets/core_ui_default.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #f63c3a !important;
}

/* line 6913, app/assets/stylesheets/core_ui_default.scss */
.bg-light {
  background-color: #f0f3f5 !important;
}

/* line 6917, app/assets/stylesheets/core_ui_default.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d1dbe1 !important;
}

/* line 6923, app/assets/stylesheets/core_ui_default.scss */
.bg-dark {
  background-color: #2f353a !important;
}

/* line 6927, app/assets/stylesheets/core_ui_default.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #181b1e !important;
}

/* line 6933, app/assets/stylesheets/core_ui_default.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6937, app/assets/stylesheets/core_ui_default.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6941, app/assets/stylesheets/core_ui_default.scss */
.border {
  border: 1px solid #c8ced3 !important;
}

/* line 6945, app/assets/stylesheets/core_ui_default.scss */
.border-top {
  border-top: 1px solid #c8ced3 !important;
}

/* line 6949, app/assets/stylesheets/core_ui_default.scss */
.border-right {
  border-right: 1px solid #c8ced3 !important;
}

/* line 6953, app/assets/stylesheets/core_ui_default.scss */
.border-bottom {
  border-bottom: 1px solid #c8ced3 !important;
}

/* line 6957, app/assets/stylesheets/core_ui_default.scss */
.border-left {
  border-left: 1px solid #c8ced3 !important;
}

/* line 6961, app/assets/stylesheets/core_ui_default.scss */
.border-0 {
  border: 0 !important;
}

/* line 6965, app/assets/stylesheets/core_ui_default.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6969, app/assets/stylesheets/core_ui_default.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6973, app/assets/stylesheets/core_ui_default.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6977, app/assets/stylesheets/core_ui_default.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6981, app/assets/stylesheets/core_ui_default.scss */
.border-primary {
  border-color: #20a8d8 !important;
}

/* line 6985, app/assets/stylesheets/core_ui_default.scss */
.border-secondary {
  border-color: #c8ced3 !important;
}

/* line 6989, app/assets/stylesheets/core_ui_default.scss */
.border-success {
  border-color: #4dbd74 !important;
}

/* line 6993, app/assets/stylesheets/core_ui_default.scss */
.border-info {
  border-color: #63c2de !important;
}

/* line 6997, app/assets/stylesheets/core_ui_default.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 7001, app/assets/stylesheets/core_ui_default.scss */
.border-danger {
  border-color: #f86c6b !important;
}

/* line 7005, app/assets/stylesheets/core_ui_default.scss */
.border-light {
  border-color: #f0f3f5 !important;
}

/* line 7009, app/assets/stylesheets/core_ui_default.scss */
.border-dark {
  border-color: #2f353a !important;
}

/* line 7013, app/assets/stylesheets/core_ui_default.scss */
.border-white {
  border-color: #fff !important;
}

/* line 7017, app/assets/stylesheets/core_ui_default.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 7021, app/assets/stylesheets/core_ui_default.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 7025, app/assets/stylesheets/core_ui_default.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 7030, app/assets/stylesheets/core_ui_default.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 7035, app/assets/stylesheets/core_ui_default.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 7040, app/assets/stylesheets/core_ui_default.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 7045, app/assets/stylesheets/core_ui_default.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 7049, app/assets/stylesheets/core_ui_default.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 7053, app/assets/stylesheets/core_ui_default.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 7057, app/assets/stylesheets/core_ui_default.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 7061, app/assets/stylesheets/core_ui_default.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 7067, app/assets/stylesheets/core_ui_default.scss */
.d-none.d-none {
  display: none !important;
}

/* line 7071, app/assets/stylesheets/core_ui_default.scss */
.d-inline {
  display: inline !important;
}

/* line 7075, app/assets/stylesheets/core_ui_default.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 7079, app/assets/stylesheets/core_ui_default.scss */
.d-block {
  display: block !important;
}

/* line 7083, app/assets/stylesheets/core_ui_default.scss */
.d-table {
  display: table !important;
}

/* line 7087, app/assets/stylesheets/core_ui_default.scss */
.d-table-row {
  display: table-row !important;
}

/* line 7091, app/assets/stylesheets/core_ui_default.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 7095, app/assets/stylesheets/core_ui_default.scss */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 7100, app/assets/stylesheets/core_ui_default.scss */
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 7106, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 7109, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 7112, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 7115, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 7118, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 7121, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 7124, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 7127, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7131, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 7138, app/assets/stylesheets/core_ui_default.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 7141, app/assets/stylesheets/core_ui_default.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 7144, app/assets/stylesheets/core_ui_default.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 7147, app/assets/stylesheets/core_ui_default.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 7150, app/assets/stylesheets/core_ui_default.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 7153, app/assets/stylesheets/core_ui_default.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 7156, app/assets/stylesheets/core_ui_default.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 7159, app/assets/stylesheets/core_ui_default.scss */
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7163, app/assets/stylesheets/core_ui_default.scss */
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 7170, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-none {
    display: block !important;
  }
  /* line 7173, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 7176, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 7179, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 7182, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 7185, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 7188, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 7191, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7195, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 7202, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 7205, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 7208, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 7211, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 7214, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 7217, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 7220, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 7223, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7227, app/assets/stylesheets/core_ui_default.scss */
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  /* line 7234, app/assets/stylesheets/core_ui_default.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 7237, app/assets/stylesheets/core_ui_default.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 7240, app/assets/stylesheets/core_ui_default.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 7243, app/assets/stylesheets/core_ui_default.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 7246, app/assets/stylesheets/core_ui_default.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 7249, app/assets/stylesheets/core_ui_default.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 7252, app/assets/stylesheets/core_ui_default.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 7255, app/assets/stylesheets/core_ui_default.scss */
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 7259, app/assets/stylesheets/core_ui_default.scss */
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/* line 7265, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 7273, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 7278, app/assets/stylesheets/core_ui_default.scss */
.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;
}

/* line 7292, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 7296, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7300, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 7304, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7308, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

/* line 7312, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 7316, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 7320, app/assets/stylesheets/core_ui_default.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 7324, app/assets/stylesheets/core_ui_default.scss */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 7329, app/assets/stylesheets/core_ui_default.scss */
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 7334, app/assets/stylesheets/core_ui_default.scss */
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 7339, app/assets/stylesheets/core_ui_default.scss */
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 7344, app/assets/stylesheets/core_ui_default.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 7349, app/assets/stylesheets/core_ui_default.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 7354, app/assets/stylesheets/core_ui_default.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 7359, app/assets/stylesheets/core_ui_default.scss */
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 7364, app/assets/stylesheets/core_ui_default.scss */
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 7369, app/assets/stylesheets/core_ui_default.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 7374, app/assets/stylesheets/core_ui_default.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 7379, app/assets/stylesheets/core_ui_default.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 7384, app/assets/stylesheets/core_ui_default.scss */
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 7389, app/assets/stylesheets/core_ui_default.scss */
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 7394, app/assets/stylesheets/core_ui_default.scss */
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 7399, app/assets/stylesheets/core_ui_default.scss */
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 7404, app/assets/stylesheets/core_ui_default.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 7409, app/assets/stylesheets/core_ui_default.scss */
.filter_input_wrapper > *:not(:last-child) {
  margin-right: 8px !important;
}

/* line 7413, app/assets/stylesheets/core_ui_default.scss */
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 7418, app/assets/stylesheets/core_ui_default.scss */
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 7423, app/assets/stylesheets/core_ui_default.scss */
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 7428, app/assets/stylesheets/core_ui_default.scss */
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 7433, app/assets/stylesheets/core_ui_default.scss */
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 7438, app/assets/stylesheets/core_ui_default.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 7443, app/assets/stylesheets/core_ui_default.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 7448, app/assets/stylesheets/core_ui_default.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 7453, app/assets/stylesheets/core_ui_default.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 7458, app/assets/stylesheets/core_ui_default.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 7463, app/assets/stylesheets/core_ui_default.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 7468, app/assets/stylesheets/core_ui_default.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 7473, app/assets/stylesheets/core_ui_default.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 7478, app/assets/stylesheets/core_ui_default.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 7483, app/assets/stylesheets/core_ui_default.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 7488, app/assets/stylesheets/core_ui_default.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 7493, app/assets/stylesheets/core_ui_default.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 7499, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7503, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7507, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7511, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7515, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7519, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7523, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7527, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7531, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7535, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7539, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7543, app/assets/stylesheets/core_ui_default.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7547, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7551, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7555, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7559, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7563, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7567, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7571, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7575, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7579, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7583, app/assets/stylesheets/core_ui_default.scss */
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7587, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7591, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7595, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7599, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7603, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7607, app/assets/stylesheets/core_ui_default.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7611, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7615, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7619, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7623, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7627, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7631, app/assets/stylesheets/core_ui_default.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7638, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7642, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7646, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7650, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7654, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7658, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7662, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7666, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7670, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7674, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7678, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7682, app/assets/stylesheets/core_ui_default.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7686, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7690, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7694, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7698, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7702, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7706, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7710, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7714, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7718, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7722, app/assets/stylesheets/core_ui_default.scss */
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7726, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7730, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7734, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7738, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7742, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7746, app/assets/stylesheets/core_ui_default.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7750, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7754, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7758, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7762, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7766, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7770, app/assets/stylesheets/core_ui_default.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7777, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7781, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7785, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7789, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7793, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7797, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7801, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7805, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7809, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7813, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7817, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7821, app/assets/stylesheets/core_ui_default.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7825, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7829, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7833, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7837, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7841, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7845, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7849, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7853, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7857, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 7861, app/assets/stylesheets/core_ui_default.scss */
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 7865, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 7869, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 7873, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 7877, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 7881, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 7885, app/assets/stylesheets/core_ui_default.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 7889, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 7893, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 7897, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 7901, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 7905, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 7909, app/assets/stylesheets/core_ui_default.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7916, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 7920, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 7924, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 7928, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 7932, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 7936, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 7940, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 7944, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 7948, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 7952, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 7956, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 7960, app/assets/stylesheets/core_ui_default.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 7964, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 7968, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 7972, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 7976, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 7980, app/assets/stylesheets/core_ui_default.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 7984, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 7988, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 7992, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 7996, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 8000, app/assets/stylesheets/core_ui_default.scss */
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 8004, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 8008, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 8012, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 8016, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 8020, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 8024, app/assets/stylesheets/core_ui_default.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 8028, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 8032, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 8036, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 8040, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 8044, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 8048, app/assets/stylesheets/core_ui_default.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/* line 8054, app/assets/stylesheets/core_ui_default.scss */
.float-left {
  float: left !important;
}

/* line 8058, app/assets/stylesheets/core_ui_default.scss */
.float-right {
  float: right !important;
}

/* line 8062, app/assets/stylesheets/core_ui_default.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 8067, app/assets/stylesheets/core_ui_default.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8070, app/assets/stylesheets/core_ui_default.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 8073, app/assets/stylesheets/core_ui_default.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 8079, app/assets/stylesheets/core_ui_default.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8082, app/assets/stylesheets/core_ui_default.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 8085, app/assets/stylesheets/core_ui_default.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 8091, app/assets/stylesheets/core_ui_default.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8094, app/assets/stylesheets/core_ui_default.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 8097, app/assets/stylesheets/core_ui_default.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 8103, app/assets/stylesheets/core_ui_default.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8106, app/assets/stylesheets/core_ui_default.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 8109, app/assets/stylesheets/core_ui_default.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 8114, app/assets/stylesheets/core_ui_default.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 8118, app/assets/stylesheets/core_ui_default.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 8122, app/assets/stylesheets/core_ui_default.scss */
.position-static {
  position: static !important;
}

/* line 8126, app/assets/stylesheets/core_ui_default.scss */
.position-relative {
  position: relative !important;
}

/* line 8130, app/assets/stylesheets/core_ui_default.scss */
.position-absolute {
  position: absolute !important;
}

/* line 8134, app/assets/stylesheets/core_ui_default.scss */
.position-fixed {
  position: fixed !important;
}

/* line 8138, app/assets/stylesheets/core_ui_default.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 8143, app/assets/stylesheets/core_ui_default.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 8151, app/assets/stylesheets/core_ui_default.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 8160, app/assets/stylesheets/core_ui_default.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 8168, app/assets/stylesheets/core_ui_default.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 8179, app/assets/stylesheets/core_ui_default.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 8188, app/assets/stylesheets/core_ui_default.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 8192, app/assets/stylesheets/core_ui_default.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 8196, app/assets/stylesheets/core_ui_default.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 8200, app/assets/stylesheets/core_ui_default.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 8204, app/assets/stylesheets/core_ui_default.scss */
.w-25 {
  width: 25% !important;
}

/* line 8208, app/assets/stylesheets/core_ui_default.scss */
.w-50 {
  width: 50% !important;
}

/* line 8212, app/assets/stylesheets/core_ui_default.scss */
.w-75 {
  width: 75% !important;
}

/* line 8216, app/assets/stylesheets/core_ui_default.scss */
.w-100 {
  width: 100% !important;
}

/* line 8220, app/assets/stylesheets/core_ui_default.scss */
.w-auto {
  width: auto !important;
}

/* line 8224, app/assets/stylesheets/core_ui_default.scss */
.h-25 {
  height: 25% !important;
}

/* line 8228, app/assets/stylesheets/core_ui_default.scss */
.h-50 {
  height: 50% !important;
}

/* line 8232, app/assets/stylesheets/core_ui_default.scss */
.h-75 {
  height: 75% !important;
}

/* line 8236, app/assets/stylesheets/core_ui_default.scss */
.h-100 {
  height: 100% !important;
}

/* line 8240, app/assets/stylesheets/core_ui_default.scss */
.h-auto {
  height: auto !important;
}

/* line 8244, app/assets/stylesheets/core_ui_default.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 8248, app/assets/stylesheets/core_ui_default.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 8252, app/assets/stylesheets/core_ui_default.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 8256, app/assets/stylesheets/core_ui_default.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 8260, app/assets/stylesheets/core_ui_default.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 8264, app/assets/stylesheets/core_ui_default.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 8268, app/assets/stylesheets/core_ui_default.scss */
.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);
}

/* line 8280, app/assets/stylesheets/core_ui_default.scss */
.m-0 {
  margin: 0 !important;
}

/* line 8284, app/assets/stylesheets/core_ui_default.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 8289, app/assets/stylesheets/core_ui_default.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 8294, app/assets/stylesheets/core_ui_default.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 8299, app/assets/stylesheets/core_ui_default.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 8304, app/assets/stylesheets/core_ui_default.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 8308, app/assets/stylesheets/core_ui_default.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 8313, app/assets/stylesheets/core_ui_default.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 8318, app/assets/stylesheets/core_ui_default.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 8323, app/assets/stylesheets/core_ui_default.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 8328, app/assets/stylesheets/core_ui_default.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 8332, app/assets/stylesheets/core_ui_default.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 8337, app/assets/stylesheets/core_ui_default.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 8342, app/assets/stylesheets/core_ui_default.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 8347, app/assets/stylesheets/core_ui_default.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 8352, app/assets/stylesheets/core_ui_default.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 8356, app/assets/stylesheets/core_ui_default.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 8361, app/assets/stylesheets/core_ui_default.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 8366, app/assets/stylesheets/core_ui_default.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 8371, app/assets/stylesheets/core_ui_default.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 8376, app/assets/stylesheets/core_ui_default.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 8380, app/assets/stylesheets/core_ui_default.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 8385, app/assets/stylesheets/core_ui_default.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 8390, app/assets/stylesheets/core_ui_default.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 8395, app/assets/stylesheets/core_ui_default.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 8400, app/assets/stylesheets/core_ui_default.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 8404, app/assets/stylesheets/core_ui_default.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 8409, app/assets/stylesheets/core_ui_default.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 8414, app/assets/stylesheets/core_ui_default.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 8419, app/assets/stylesheets/core_ui_default.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 8424, app/assets/stylesheets/core_ui_default.scss */
.p-0 {
  padding: 0 !important;
}

/* line 8428, app/assets/stylesheets/core_ui_default.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 8433, app/assets/stylesheets/core_ui_default.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 8438, app/assets/stylesheets/core_ui_default.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 8443, app/assets/stylesheets/core_ui_default.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 8448, app/assets/stylesheets/core_ui_default.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 8452, app/assets/stylesheets/core_ui_default.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 8457, app/assets/stylesheets/core_ui_default.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 8462, app/assets/stylesheets/core_ui_default.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 8467, app/assets/stylesheets/core_ui_default.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 8472, app/assets/stylesheets/core_ui_default.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 8476, app/assets/stylesheets/core_ui_default.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 8481, app/assets/stylesheets/core_ui_default.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 8486, app/assets/stylesheets/core_ui_default.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 8491, app/assets/stylesheets/core_ui_default.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 8496, app/assets/stylesheets/core_ui_default.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 8500, app/assets/stylesheets/core_ui_default.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 8505, app/assets/stylesheets/core_ui_default.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 8510, app/assets/stylesheets/core_ui_default.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 8515, app/assets/stylesheets/core_ui_default.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 8520, app/assets/stylesheets/core_ui_default.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 8524, app/assets/stylesheets/core_ui_default.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 8529, app/assets/stylesheets/core_ui_default.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 8534, app/assets/stylesheets/core_ui_default.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 8539, app/assets/stylesheets/core_ui_default.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 8544, app/assets/stylesheets/core_ui_default.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 8548, app/assets/stylesheets/core_ui_default.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 8553, app/assets/stylesheets/core_ui_default.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 8558, app/assets/stylesheets/core_ui_default.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 8563, app/assets/stylesheets/core_ui_default.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 8568, app/assets/stylesheets/core_ui_default.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 8572, app/assets/stylesheets/core_ui_default.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 8577, app/assets/stylesheets/core_ui_default.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 8582, app/assets/stylesheets/core_ui_default.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 8587, app/assets/stylesheets/core_ui_default.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 8592, app/assets/stylesheets/core_ui_default.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 8596, app/assets/stylesheets/core_ui_default.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 8601, app/assets/stylesheets/core_ui_default.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 8606, app/assets/stylesheets/core_ui_default.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 8611, app/assets/stylesheets/core_ui_default.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 8616, app/assets/stylesheets/core_ui_default.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 8620, app/assets/stylesheets/core_ui_default.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 8625, app/assets/stylesheets/core_ui_default.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8630, app/assets/stylesheets/core_ui_default.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8635, app/assets/stylesheets/core_ui_default.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8640, app/assets/stylesheets/core_ui_default.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8644, app/assets/stylesheets/core_ui_default.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8649, app/assets/stylesheets/core_ui_default.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8654, app/assets/stylesheets/core_ui_default.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8659, app/assets/stylesheets/core_ui_default.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8664, app/assets/stylesheets/core_ui_default.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 8668, app/assets/stylesheets/core_ui_default.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8673, app/assets/stylesheets/core_ui_default.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8678, app/assets/stylesheets/core_ui_default.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8683, app/assets/stylesheets/core_ui_default.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8688, app/assets/stylesheets/core_ui_default.scss */
.m-auto {
  margin: auto !important;
}

/* line 8692, app/assets/stylesheets/core_ui_default.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8697, app/assets/stylesheets/core_ui_default.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8702, app/assets/stylesheets/core_ui_default.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8707, app/assets/stylesheets/core_ui_default.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8713, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8716, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8720, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8724, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8728, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8732, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8735, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8739, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8743, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8747, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8751, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8754, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8758, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8762, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8766, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8770, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8773, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8777, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8781, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8785, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8789, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8792, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8796, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8800, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8804, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8808, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8811, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8815, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8819, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8823, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8827, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8830, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8834, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8838, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8842, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8846, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8849, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8853, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8857, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8861, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8865, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8868, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8872, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8876, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8880, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8884, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8887, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8891, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8895, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8899, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8903, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8906, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8910, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8914, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8918, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8922, app/assets/stylesheets/core_ui_default.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8925, app/assets/stylesheets/core_ui_default.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8929, app/assets/stylesheets/core_ui_default.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8933, app/assets/stylesheets/core_ui_default.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8937, app/assets/stylesheets/core_ui_default.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8941, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8944, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8948, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8952, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8956, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8960, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8963, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8967, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8971, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8975, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8979, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8982, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8986, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8990, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8994, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8998, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 9001, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9005, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9009, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9013, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9017, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 9020, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 9024, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 9028, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9032, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 9036, app/assets/stylesheets/core_ui_default.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 9039, app/assets/stylesheets/core_ui_default.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 9043, app/assets/stylesheets/core_ui_default.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 9047, app/assets/stylesheets/core_ui_default.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 9051, app/assets/stylesheets/core_ui_default.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 9058, app/assets/stylesheets/core_ui_default.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 9061, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 9065, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 9069, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 9073, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 9077, app/assets/stylesheets/core_ui_default.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 9080, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9084, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9088, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9092, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9096, app/assets/stylesheets/core_ui_default.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 9099, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9103, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9107, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9111, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9115, app/assets/stylesheets/core_ui_default.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 9118, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 9122, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 9126, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9130, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 9134, app/assets/stylesheets/core_ui_default.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 9137, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9141, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9145, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9149, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9153, app/assets/stylesheets/core_ui_default.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 9156, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 9160, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 9164, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9168, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 9172, app/assets/stylesheets/core_ui_default.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 9175, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 9179, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 9183, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 9187, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 9191, app/assets/stylesheets/core_ui_default.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 9194, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9198, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9202, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9206, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9210, app/assets/stylesheets/core_ui_default.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 9213, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9217, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9221, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9225, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9229, app/assets/stylesheets/core_ui_default.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 9232, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 9236, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 9240, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9244, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 9248, app/assets/stylesheets/core_ui_default.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 9251, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9255, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9259, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9263, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9267, app/assets/stylesheets/core_ui_default.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 9270, app/assets/stylesheets/core_ui_default.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 9274, app/assets/stylesheets/core_ui_default.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 9278, app/assets/stylesheets/core_ui_default.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9282, app/assets/stylesheets/core_ui_default.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 9286, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 9289, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9293, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9297, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9301, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9305, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 9308, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9312, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9316, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9320, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9324, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 9327, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 9331, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 9335, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9339, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 9343, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 9346, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9350, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9354, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9358, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9362, app/assets/stylesheets/core_ui_default.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 9365, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 9369, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 9373, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9377, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 9381, app/assets/stylesheets/core_ui_default.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 9384, app/assets/stylesheets/core_ui_default.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 9388, app/assets/stylesheets/core_ui_default.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 9392, app/assets/stylesheets/core_ui_default.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 9396, app/assets/stylesheets/core_ui_default.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 9403, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 9406, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 9410, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 9414, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 9418, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 9422, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 9425, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9429, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9433, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9437, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9441, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 9444, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9448, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9452, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9456, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9460, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 9463, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 9467, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 9471, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9475, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 9479, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 9482, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9486, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9490, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9494, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9498, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 9501, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 9505, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 9509, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9513, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 9517, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 9520, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 9524, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 9528, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 9532, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 9536, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 9539, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9543, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9547, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9551, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9555, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 9558, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9562, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9566, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9570, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9574, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 9577, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 9581, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 9585, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9589, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 9593, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 9596, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9600, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9604, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9608, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9612, app/assets/stylesheets/core_ui_default.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 9615, app/assets/stylesheets/core_ui_default.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 9619, app/assets/stylesheets/core_ui_default.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 9623, app/assets/stylesheets/core_ui_default.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9627, app/assets/stylesheets/core_ui_default.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9631, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9634, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9638, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9642, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9646, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9650, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9653, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9657, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9661, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9665, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9669, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9672, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9676, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9680, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9684, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 9688, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9691, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9695, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9699, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9703, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9707, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9710, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9714, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9718, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9722, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 9726, app/assets/stylesheets/core_ui_default.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9729, app/assets/stylesheets/core_ui_default.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9733, app/assets/stylesheets/core_ui_default.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9737, app/assets/stylesheets/core_ui_default.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9741, app/assets/stylesheets/core_ui_default.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9748, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9751, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9755, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9759, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9763, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9767, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 9770, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9774, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9778, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9782, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9786, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 9789, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9793, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9797, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9801, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9805, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 9808, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 9812, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 9816, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9820, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9824, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9827, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9831, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9835, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9839, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9843, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 9846, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 9850, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 9854, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9858, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9862, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9865, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9869, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9873, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9877, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9881, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9884, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9888, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9892, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9896, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9900, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9903, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9907, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9911, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9915, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9919, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9922, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 9926, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 9930, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9934, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 9938, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9941, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9945, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9949, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9953, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9957, app/assets/stylesheets/core_ui_default.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9960, app/assets/stylesheets/core_ui_default.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 9964, app/assets/stylesheets/core_ui_default.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 9968, app/assets/stylesheets/core_ui_default.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9972, app/assets/stylesheets/core_ui_default.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 9976, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 9979, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9983, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9987, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9991, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9995, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 9998, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 10002, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 10006, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 10010, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 10014, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 10017, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 10021, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 10025, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 10029, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 10033, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 10036, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 10040, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 10044, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 10048, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 10052, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 10055, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 10059, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 10063, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 10067, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 10071, app/assets/stylesheets/core_ui_default.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 10074, app/assets/stylesheets/core_ui_default.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 10078, app/assets/stylesheets/core_ui_default.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 10082, app/assets/stylesheets/core_ui_default.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 10086, app/assets/stylesheets/core_ui_default.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 10092, app/assets/stylesheets/core_ui_default.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 10096, app/assets/stylesheets/core_ui_default.scss */
.text-justify {
  text-align: justify !important;
}

/* line 10100, app/assets/stylesheets/core_ui_default.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 10104, app/assets/stylesheets/core_ui_default.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 10108, app/assets/stylesheets/core_ui_default.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 10114, app/assets/stylesheets/core_ui_default.scss */
.text-left {
  text-align: left !important;
}

/* line 10118, app/assets/stylesheets/core_ui_default.scss */
.text-right {
  text-align: right !important;
}

/* line 10122, app/assets/stylesheets/core_ui_default.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 10127, app/assets/stylesheets/core_ui_default.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 10130, app/assets/stylesheets/core_ui_default.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 10133, app/assets/stylesheets/core_ui_default.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 10139, app/assets/stylesheets/core_ui_default.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 10142, app/assets/stylesheets/core_ui_default.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 10145, app/assets/stylesheets/core_ui_default.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 10151, app/assets/stylesheets/core_ui_default.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 10154, app/assets/stylesheets/core_ui_default.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 10157, app/assets/stylesheets/core_ui_default.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 10163, app/assets/stylesheets/core_ui_default.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 10166, app/assets/stylesheets/core_ui_default.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 10169, app/assets/stylesheets/core_ui_default.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 10174, app/assets/stylesheets/core_ui_default.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 10178, app/assets/stylesheets/core_ui_default.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 10182, app/assets/stylesheets/core_ui_default.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 10186, app/assets/stylesheets/core_ui_default.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 10190, app/assets/stylesheets/core_ui_default.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 10194, app/assets/stylesheets/core_ui_default.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 10198, app/assets/stylesheets/core_ui_default.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 10202, app/assets/stylesheets/core_ui_default.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 10206, app/assets/stylesheets/core_ui_default.scss */
.font-italic {
  font-style: italic !important;
}

/* line 10210, app/assets/stylesheets/core_ui_default.scss */
.text-white {
  color: #fff !important;
}

/* line 10214, app/assets/stylesheets/core_ui_default.scss */
.text-primary {
  color: #20a8d8 !important;
}

/* line 10218, app/assets/stylesheets/core_ui_default.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #167495 !important;
}

/* line 10222, app/assets/stylesheets/core_ui_default.scss */
.text-secondary {
  color: #c8ced3 !important;
}

/* line 10226, app/assets/stylesheets/core_ui_default.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #9ea8b1 !important;
}

/* line 10230, app/assets/stylesheets/core_ui_default.scss */
.text-success {
  color: #4dbd74 !important;
}

/* line 10234, app/assets/stylesheets/core_ui_default.scss */
a.text-success:hover, a.text-success:focus {
  color: #338a52 !important;
}

/* line 10238, app/assets/stylesheets/core_ui_default.scss */
.text-info {
  color: #63c2de !important;
}

/* line 10242, app/assets/stylesheets/core_ui_default.scss */
a.text-info:hover, a.text-info:focus {
  color: #2ba6ca !important;
}

/* line 10246, app/assets/stylesheets/core_ui_default.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 10250, app/assets/stylesheets/core_ui_default.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 10254, app/assets/stylesheets/core_ui_default.scss */
.text-danger {
  color: #f86c6b !important;
}

/* line 10258, app/assets/stylesheets/core_ui_default.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #f52322 !important;
}

/* line 10262, app/assets/stylesheets/core_ui_default.scss */
.text-light {
  color: #f0f3f5 !important;
}

/* line 10266, app/assets/stylesheets/core_ui_default.scss */
a.text-light:hover, a.text-light:focus {
  color: #c2ced6 !important;
}

/* line 10270, app/assets/stylesheets/core_ui_default.scss */
.text-dark {
  color: #2f353a !important;
}

/* line 10274, app/assets/stylesheets/core_ui_default.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #0d0e10 !important;
}

/* line 10278, app/assets/stylesheets/core_ui_default.scss */
.text-body {
  color: #23282c !important;
}

/* line 10282, app/assets/stylesheets/core_ui_default.scss */
.text-muted {
  color: #73818f !important;
}

/* line 10286, app/assets/stylesheets/core_ui_default.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 10290, app/assets/stylesheets/core_ui_default.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 10294, app/assets/stylesheets/core_ui_default.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 10302, app/assets/stylesheets/core_ui_default.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 10306, app/assets/stylesheets/core_ui_default.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

/* line 10311, app/assets/stylesheets/core_ui_default.scss */
.text-reset {
  color: inherit !important;
}

/* line 10315, app/assets/stylesheets/core_ui_default.scss */
.visible {
  visibility: visible !important;
}

/* line 10319, app/assets/stylesheets/core_ui_default.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 10324, app/assets/stylesheets/core_ui_default.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 10330, app/assets/stylesheets/core_ui_default.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 10333, app/assets/stylesheets/core_ui_default.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 10336, app/assets/stylesheets/core_ui_default.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 10339, app/assets/stylesheets/core_ui_default.scss */
  pre,
blockquote {
    border: 1px solid #8f9ba6;
    page-break-inside: avoid;
  }
  /* line 10344, app/assets/stylesheets/core_ui_default.scss */
  thead {
    display: table-header-group;
  }
  /* line 10347, app/assets/stylesheets/core_ui_default.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 10351, app/assets/stylesheets/core_ui_default.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 10357, app/assets/stylesheets/core_ui_default.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 10364, app/assets/stylesheets/core_ui_default.scss */
  body {
    min-width: 992px !important;
  }
  /* line 10367, app/assets/stylesheets/core_ui_default.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 10370, app/assets/stylesheets/core_ui_default.scss */
  .navbar {
    display: none;
  }
  /* line 10373, app/assets/stylesheets/core_ui_default.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 10376, app/assets/stylesheets/core_ui_default.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 10379, app/assets/stylesheets/core_ui_default.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 10383, app/assets/stylesheets/core_ui_default.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #c8ced3 !important;
  }
  /* line 10387, app/assets/stylesheets/core_ui_default.scss */
  .table-dark {
    color: inherit;
  }
  /* line 10390, app/assets/stylesheets/core_ui_default.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #c8ced3;
  }
  /* line 10396, app/assets/stylesheets/core_ui_default.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #c8ced3;
  }
}

/* line 10402, app/assets/stylesheets/core_ui_default.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 10407, app/assets/stylesheets/core_ui_default.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 10412, app/assets/stylesheets/core_ui_default.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 10435, app/assets/stylesheets/core_ui_default.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* line 10440, app/assets/stylesheets/core_ui_default.scss */
.ps {
  overflow: hidden !important;
  -ms-touch-action: auto;
  touch-action: auto;
  -ms-overflow-style: none;
  overflow-anchor: none;
}

/* line 10448, app/assets/stylesheets/core_ui_default.scss */
.ps__rail-x {
  position: absolute;
  bottom: 0;
  display: none;
  height: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

/* line 10457, app/assets/stylesheets/core_ui_default.scss */
.ps__rail-y {
  position: absolute;
  right: 0;
  display: none;
  width: 15px;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
}

/* line 10466, app/assets/stylesheets/core_ui_default.scss */
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

/* line 10472, app/assets/stylesheets/core_ui_default.scss */
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: .6;
}

/* line 10481, app/assets/stylesheets/core_ui_default.scss */
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: .9;
}

/*
 * Scrollbar thumb styles
 */
/* line 10492, app/assets/stylesheets/core_ui_default.scss */
.ps__thumb-x {
  position: absolute;
  bottom: 2px;
  height: 6px;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
}

/* line 10501, app/assets/stylesheets/core_ui_default.scss */
.ps__thumb-y {
  position: absolute;
  right: 2px;
  width: 6px;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
}

/* line 10510, app/assets/stylesheets/core_ui_default.scss */
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  height: 11px;
  background-color: #999;
}

/* line 10516, app/assets/stylesheets/core_ui_default.scss */
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  width: 11px;
  background-color: #999;
}

@supports (-ms-overflow-style: none) {
  /* line 10523, app/assets/stylesheets/core_ui_default.scss */
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 10529, app/assets/stylesheets/core_ui_default.scss */
  .ps {
    overflow: auto !important;
  }
}

/* line 10534, app/assets/stylesheets/core_ui_default.scss */
.aside-menu {
  z-index: 1019;
  width: 250px;
  color: #2f353a;
  background: #fff;
  border-left: 1px solid #c8ced3;
}

/* line 10542, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .nav-tabs {
  border-color: #c8ced3;
}

/* line 10546, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .nav-tabs .nav-link {
  padding: 0.75rem 1rem;
  color: #23282c;
  border-top: 0;
  border-radius: 0;
}

/* line 10553, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .nav-tabs .nav-link.active {
  color: #20a8d8;
  border-right-color: #c8ced3;
  border-left-color: #c8ced3;
}

/* line 10559, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .nav-tabs .nav-item:first-child .nav-link {
  border-left: 0;
}

/* line 10563, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  border: 0;
  border-top: 1px solid #c8ced3;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 10572, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content::-webkit-scrollbar {
  width: 10px;
  margin-left: -10px;
  -webkit-appearance: none;
  appearance: none;
}

/* line 10579, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content::-webkit-scrollbar-track {
  background-color: white;
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

/* line 10585, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #e6e6e6;
  background-clip: content-box;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 2px;
}

/* line 10594, app/assets/stylesheets/core_ui_default.scss */
.aside-menu .tab-content .tab-pane {
  padding: 0;
}

/* line 10598, app/assets/stylesheets/core_ui_default.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
}

/* line 10605, app/assets/stylesheets/core_ui_default.scss */
.avatar .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50em;
}

/* line 10616, app/assets/stylesheets/core_ui_default.scss */
.avatar > img {
  vertical-align: initial;
}

/* line 10620, app/assets/stylesheets/core_ui_default.scss */
.avatar-lg {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
}

/* line 10627, app/assets/stylesheets/core_ui_default.scss */
.avatar-lg .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50em;
}

/* line 10638, app/assets/stylesheets/core_ui_default.scss */
.avatar-sm {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
}

/* line 10645, app/assets/stylesheets/core_ui_default.scss */
.avatar-sm .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

/* line 10656, app/assets/stylesheets/core_ui_default.scss */
.avatar-xs {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 10663, app/assets/stylesheets/core_ui_default.scss */
.avatar-xs .avatar-status {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50em;
}

/* line 10674, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar {
  margin-right: -18px;
  transition: margin-right 0.25s;
}

/* line 10679, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar:hover {
  margin-right: 0;
}

/* line 10683, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar-lg {
  margin-right: -36px;
}

/* line 10687, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar-sm {
  margin-right: -12px;
}

/* line 10691, app/assets/stylesheets/core_ui_default.scss */
.avatars-stack .avatar-xs {
  margin-right: -10px;
}

/* line 10695, app/assets/stylesheets/core_ui_default.scss */
.badge-pill {
  border-radius: 10rem;
}

/* line 10699, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu {
  margin-left: auto;
}

/* line 10703, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu::before {
  display: none;
}

/* line 10707, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .btn-group {
  vertical-align: top;
}

/* line 10711, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .btn {
  padding: 0 0.75rem;
  color: #73818f;
  vertical-align: top;
  border: 0;
}

/* line 10718, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .btn:hover, .breadcrumb-menu .btn.active {
  color: #23282c;
  background: transparent;
}

/* line 10723, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .open .btn {
  color: #23282c;
  background: transparent;
}

/* line 10728, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-menu .dropdown-menu {
  min-width: 180px;
  line-height: 1.5;
}

/* line 10733, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .breadcrumb-menu {
  margin-right: auto;
  margin-left: initial;
}

/* line 10738, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb {
  position: relative;
  border-radius: 0;
  border-bottom: 1px solid #c8ced3;
}

/* line 10744, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .breadcrumb-item::before {
  padding-right: 0;
  padding-left: 0.5rem;
}

/* line 10749, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}

/* line 10754, app/assets/stylesheets/core_ui_default.scss */
.brand-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  margin-bottom: 1.5rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #c8ced3;
  border-radius: 0.25rem;
}

/* line 10769, app/assets/stylesheets/core_ui_default.scss */
.brand-card-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 6rem;
  border-radius: 0.25rem 0.25rem 0 0;
}

/* line 10781, app/assets/stylesheets/core_ui_default.scss */
.brand-card-header i {
  font-size: 2rem;
  color: #fff;
}

/* line 10786, app/assets/stylesheets/core_ui_default.scss */
.brand-card-header .chart-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10794, app/assets/stylesheets/core_ui_default.scss */
.brand-card-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0.75rem 0;
  text-align: center;
}

/* line 10803, app/assets/stylesheets/core_ui_default.scss */
.brand-card-body > * {
  -ms-flex: 1;
  flex: 1;
  padding: 0.1875rem 0;
}

/* line 10809, app/assets/stylesheets/core_ui_default.scss */
.brand-card-body > *:not(:last-child) {
  border-right: 1px solid #c8ced3;
}

/* line 10813, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .brand-card-body > *:not(:last-child) {
  border-right: 0;
  border-left: 1px solid #c8ced3;
}

/* line 10818, app/assets/stylesheets/core_ui_default.scss */
.btn-brand {
  border: 0;
}

/* line 10822, app/assets/stylesheets/core_ui_default.scss */
.btn-brand i {
  display: inline-block;
  width: 2.0625rem;
  margin: -0.375rem -0.75rem;
  line-height: 2.0625rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
}

/* line 10832, app/assets/stylesheets/core_ui_default.scss */
.btn-brand i + span {
  margin-left: 1.5rem;
}

/* line 10836, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-lg i, .btn-group-lg > .btn-brand.btn i {
  width: 2.640625rem;
  margin: -0.5rem -1rem;
  line-height: 2.640625rem;
  border-radius: 0.3rem;
}

/* line 10843, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-lg i + span, .btn-group-lg > .btn-brand.btn i + span {
  margin-left: 2rem;
}

/* line 10847, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-sm i, .btn-group-sm > .btn-brand.btn i {
  width: 1.648438rem;
  margin: -0.25rem -0.5rem;
  line-height: 1.648438rem;
  border-radius: 0.2rem;
}

/* line 10854, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-sm i + span, .btn-group-sm > .btn-brand.btn i + span {
  margin-left: 1rem;
}

/* line 10858, app/assets/stylesheets/core_ui_default.scss */
.btn-brand.btn-square i {
  border-radius: 0;
}

/* line 10862, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 10868, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}

/* line 10874, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook:focus, .btn-facebook.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

/* line 10878, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}

/* line 10884, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook.active:not(:disabled):not(.disabled),
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}

/* line 10891, app/assets/stylesheets/core_ui_default.scss */
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook.active:not(:disabled):not(.disabled):focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

/* line 10896, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

/* line 10902, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter:hover {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
}

/* line 10908, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter:focus, .btn-twitter.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

/* line 10912, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}

/* line 10918, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter.active:not(:disabled):not(.disabled),
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #007ead;
}

/* line 10925, app/assets/stylesheets/core_ui_default.scss */
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter.active:not(:disabled):not(.disabled):focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 184, 240, 0.5);
}

/* line 10930, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

/* line 10936, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin:hover {
  color: #fff;
  background-color: #3d6399;
  border-color: #395d90;
}

/* line 10942, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin:focus, .btn-linkedin.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

/* line 10946, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}

/* line 10952, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin.active:not(:disabled):not(.disabled),
.show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #395d90;
  border-color: #365786;
}

/* line 10959, app/assets/stylesheets/core_ui_default.scss */
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin.active:not(:disabled):not(.disabled):focus,
.show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 138, 191, 0.5);
}

/* line 10964, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}

/* line 10970, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus:hover {
  color: #fff;
  background-color: #ba3929;
  border-color: #b03626;
}

/* line 10976, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus:focus, .btn-google-plus.focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 99, 84, 0.5);
}

/* line 10980, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}

/* line 10986, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus.active:not(:disabled):not(.disabled),
.show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #b03626;
  border-color: #a53324;
}

/* line 10993, app/assets/stylesheets/core_ui_default.scss */
.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus.active:not(:disabled):not(.disabled):focus,
.show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 99, 84, 0.5);
}

/* line 10998, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

/* line 11004, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr:hover {
  color: #fff;
  background-color: #d90070;
  border-color: #cc006a;
}

/* line 11010, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr:focus, .btn-flickr.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

/* line 11014, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr.disabled, .btn-flickr:disabled {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}

/* line 11020, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr.active:not(:disabled):not(.disabled),
.show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: #bf0063;
}

/* line 11027, app/assets/stylesheets/core_ui_default.scss */
.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr.active:not(:disabled):not(.disabled):focus,
.show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 150, 0.5);
}

/* line 11032, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

/* line 11038, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr:hover {
  color: #fff;
  background-color: #263d53;
  border-color: #22364a;
}

/* line 11044, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr:focus, .btn-tumblr.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

/* line 11048, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr.disabled, .btn-tumblr:disabled {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}

/* line 11054, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr.active:not(:disabled):not(.disabled),
.show > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #22364a;
  border-color: #1e3041;
}

/* line 11061, app/assets/stylesheets/core_ui_default.scss */
.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr.active:not(:disabled):not(.disabled):focus,
.show > .btn-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 106, 131, 0.5);
}

/* line 11066, app/assets/stylesheets/core_ui_default.scss */
.btn-xing {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

/* line 11072, app/assets/stylesheets/core_ui_default.scss */
.btn-xing:hover {
  color: #fff;
  background-color: #013f40;
  border-color: #013334;
}

/* line 11078, app/assets/stylesheets/core_ui_default.scss */
.btn-xing:focus, .btn-xing.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

/* line 11082, app/assets/stylesheets/core_ui_default.scss */
.btn-xing.disabled, .btn-xing:disabled {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}

/* line 11088, app/assets/stylesheets/core_ui_default.scss */
.btn-xing:not(:disabled):not(.disabled):active, .btn-xing.active:not(:disabled):not(.disabled),
.show > .btn-xing.dropdown-toggle {
  color: #fff;
  background-color: #013334;
  border-color: #012727;
}

/* line 11095, app/assets/stylesheets/core_ui_default.scss */
.btn-xing:not(:disabled):not(.disabled):active:focus, .btn-xing.active:not(:disabled):not(.disabled):focus,
.show > .btn-xing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 123, 125, 0.5);
}

/* line 11100, app/assets/stylesheets/core_ui_default.scss */
.btn-github {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

/* line 11106, app/assets/stylesheets/core_ui_default.scss */
.btn-github:hover {
  color: #fff;
  background-color: #3570aa;
  border-color: #3269a0;
}

/* line 11112, app/assets/stylesheets/core_ui_default.scss */
.btn-github:focus, .btn-github.focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

/* line 11116, app/assets/stylesheets/core_ui_default.scss */
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}

/* line 11122, app/assets/stylesheets/core_ui_default.scss */
.btn-github:not(:disabled):not(.disabled):active, .btn-github.active:not(:disabled):not(.disabled),
.show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #3269a0;
  border-color: #2f6397;
}

/* line 11129, app/assets/stylesheets/core_ui_default.scss */
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github.active:not(:disabled):not(.disabled):focus,
.show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 150, 205, 0.5);
}

/* line 11134, app/assets/stylesheets/core_ui_default.scss */
.btn-html5 {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}

/* line 11140, app/assets/stylesheets/core_ui_default.scss */
.btn-html5:hover {
  color: #fff;
  background-color: #c9401a;
  border-color: #be3c18;
}

/* line 11146, app/assets/stylesheets/core_ui_default.scss */
.btn-html5:focus, .btn-html5.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 105, 71, 0.5);
}

/* line 11150, app/assets/stylesheets/core_ui_default.scss */
.btn-html5.disabled, .btn-html5:disabled {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}

/* line 11156, app/assets/stylesheets/core_ui_default.scss */
.btn-html5:not(:disabled):not(.disabled):active, .btn-html5.active:not(:disabled):not(.disabled),
.show > .btn-html5.dropdown-toggle {
  color: #fff;
  background-color: #be3c18;
  border-color: #b23917;
}

/* line 11163, app/assets/stylesheets/core_ui_default.scss */
.btn-html5:not(:disabled):not(.disabled):active:focus, .btn-html5.active:not(:disabled):not(.disabled):focus,
.show > .btn-html5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 105, 71, 0.5);
}

/* line 11168, app/assets/stylesheets/core_ui_default.scss */
.btn-openid {
  color: #23282c;
  background-color: #f78c40;
  border-color: #f78c40;
}

/* line 11174, app/assets/stylesheets/core_ui_default.scss */
.btn-openid:hover {
  color: #fff;
  background-color: #f5761b;
  border-color: #f56f0f;
}

/* line 11180, app/assets/stylesheets/core_ui_default.scss */
.btn-openid:focus, .btn-openid.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 125, 61, 0.5);
}

/* line 11184, app/assets/stylesheets/core_ui_default.scss */
.btn-openid.disabled, .btn-openid:disabled {
  color: #23282c;
  background-color: #f78c40;
  border-color: #f78c40;
}

/* line 11190, app/assets/stylesheets/core_ui_default.scss */
.btn-openid:not(:disabled):not(.disabled):active, .btn-openid.active:not(:disabled):not(.disabled),
.show > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #f56f0f;
  border-color: #ed680a;
}

/* line 11197, app/assets/stylesheets/core_ui_default.scss */
.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid.active:not(:disabled):not(.disabled):focus,
.show > .btn-openid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 125, 61, 0.5);
}

/* line 11202, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

/* line 11208, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow:hover {
  color: #fff;
  background-color: #ec6701;
  border-color: #df6101;
}

/* line 11214, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow:focus, .btn-stack-overflow.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

/* line 11218, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow.disabled, .btn-stack-overflow:disabled {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}

/* line 11224, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow:not(:disabled):not(.disabled):active, .btn-stack-overflow.active:not(:disabled):not(.disabled),
.show > .btn-stack-overflow.dropdown-toggle {
  color: #fff;
  background-color: #df6101;
  border-color: #d25c01;
}

/* line 11231, app/assets/stylesheets/core_ui_default.scss */
.btn-stack-overflow:not(:disabled):not(.disabled):active:focus, .btn-stack-overflow.active:not(:disabled):not(.disabled):focus,
.show > .btn-stack-overflow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 142, 56, 0.5);
}

/* line 11236, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

/* line 11242, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube:hover {
  color: #fff;
  background-color: #950000;
  border-color: #880000;
}

/* line 11248, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube:focus, .btn-youtube.focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

/* line 11252, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}

/* line 11258, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube.active:not(:disabled):not(.disabled),
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #880000;
  border-color: #7b0000;
}

/* line 11265, app/assets/stylesheets/core_ui_default.scss */
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube.active:not(:disabled):not(.disabled):focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(197, 38, 38, 0.5);
}

/* line 11270, app/assets/stylesheets/core_ui_default.scss */
.btn-css3 {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}

/* line 11276, app/assets/stylesheets/core_ui_default.scss */
.btn-css3:hover {
  color: #fff;
  background-color: #015994;
  border-color: #015187;
}

/* line 11282, app/assets/stylesheets/core_ui_default.scss */
.btn-css3:focus, .btn-css3.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}

/* line 11286, app/assets/stylesheets/core_ui_default.scss */
.btn-css3.disabled, .btn-css3:disabled {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}

/* line 11292, app/assets/stylesheets/core_ui_default.scss */
.btn-css3:not(:disabled):not(.disabled):active, .btn-css3.active:not(:disabled):not(.disabled),
.show > .btn-css3.dropdown-toggle {
  color: #fff;
  background-color: #015187;
  border-color: #014a7b;
}

/* line 11299, app/assets/stylesheets/core_ui_default.scss */
.btn-css3:not(:disabled):not(.disabled):active:focus, .btn-css3.active:not(:disabled):not(.disabled):focus,
.show > .btn-css3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 133, 196, 0.5);
}

/* line 11304, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/* line 11310, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
}

/* line 11316, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble:focus, .btn-dribbble.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

/* line 11320, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

/* line 11326, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble.active:not(:disabled):not(.disabled),
.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}

/* line 11333, app/assets/stylesheets/core_ui_default.scss */
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble.active:not(:disabled):not(.disabled):focus,
.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

/* line 11338, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

/* line 11344, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram:hover {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
}

/* line 11350, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram:focus, .btn-instagram.focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

/* line 11354, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}

/* line 11360, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram.active:not(:disabled):not(.disabled),
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}

/* line 11367, app/assets/stylesheets/core_ui_default.scss */
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram.active:not(:disabled):not(.disabled):focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(107, 146, 178, 0.5);
}

/* line 11372, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

/* line 11378, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest:hover {
  color: #fff;
  background-color: #aa1b21;
  border-color: #9f191f;
}

/* line 11384, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest:focus, .btn-pinterest.focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

/* line 11388, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}

/* line 11394, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest.active:not(:disabled):not(.disabled),
.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: #94171c;
}

/* line 11401, app/assets/stylesheets/core_ui_default.scss */
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest.active:not(:disabled):not(.disabled):focus,
.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(211, 65, 71, 0.5);
}

/* line 11406, app/assets/stylesheets/core_ui_default.scss */
.btn-vk {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

/* line 11412, app/assets/stylesheets/core_ui_default.scss */
.btn-vk:hover {
  color: #fff;
  background-color: #385474;
  border-color: #344d6c;
}

/* line 11418, app/assets/stylesheets/core_ui_default.scss */
.btn-vk:focus, .btn-vk.focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

/* line 11422, app/assets/stylesheets/core_ui_default.scss */
.btn-vk.disabled, .btn-vk:disabled {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}

/* line 11428, app/assets/stylesheets/core_ui_default.scss */
.btn-vk:not(:disabled):not(.disabled):active, .btn-vk.active:not(:disabled):not(.disabled),
.show > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #344d6c;
  border-color: #304763;
}

/* line 11435, app/assets/stylesheets/core_ui_default.scss */
.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk.active:not(:disabled):not(.disabled):focus,
.show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 125, 159, 0.5);
}

/* line 11440, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

/* line 11446, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo:hover {
  color: #fff;
  background-color: #2f016b;
  border-color: #2a015e;
}

/* line 11452, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo:focus, .btn-yahoo.focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

/* line 11456, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo.disabled, .btn-yahoo:disabled {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}

/* line 11462, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo.active:not(:disabled):not(.disabled),
.show > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #2a015e;
  border-color: #240152;
}

/* line 11469, app/assets/stylesheets/core_ui_default.scss */
.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo.active:not(:disabled):not(.disabled):focus,
.show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 39, 162, 0.5);
}

/* line 11474, app/assets/stylesheets/core_ui_default.scss */
.btn-behance {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

/* line 11480, app/assets/stylesheets/core_ui_default.scss */
.btn-behance:hover {
  color: #fff;
  background-color: #0055f0;
  border-color: #0050e3;
}

/* line 11486, app/assets/stylesheets/core_ui_default.scss */
.btn-behance:focus, .btn-behance.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

/* line 11490, app/assets/stylesheets/core_ui_default.scss */
.btn-behance.disabled, .btn-behance:disabled {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}

/* line 11496, app/assets/stylesheets/core_ui_default.scss */
.btn-behance:not(:disabled):not(.disabled):active, .btn-behance.active:not(:disabled):not(.disabled),
.show > .btn-behance.dropdown-toggle {
  color: #fff;
  background-color: #0050e3;
  border-color: #004cd6;
}

/* line 11503, app/assets/stylesheets/core_ui_default.scss */
.btn-behance:not(:disabled):not(.disabled):active:focus, .btn-behance.active:not(:disabled):not(.disabled):focus,
.show > .btn-behance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 128, 255, 0.5);
}

/* line 11508, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}

/* line 11514, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox:hover {
  color: #fff;
  background-color: #0069bf;
  border-color: #0062b2;
}

/* line 11520, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox:focus, .btn-dropbox.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}

/* line 11524, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox.disabled, .btn-dropbox:disabled {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}

/* line 11530, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox.active:not(:disabled):not(.disabled),
.show > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0062b2;
  border-color: #005ba5;
}

/* line 11537, app/assets/stylesheets/core_ui_default.scss */
.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox.active:not(:disabled):not(.disabled):focus,
.show > .btn-dropbox.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 145, 233, 0.5);
}

/* line 11542, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

/* line 11548, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit:hover {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
}

/* line 11554, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit:focus, .btn-reddit.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

/* line 11558, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit.disabled, .btn-reddit:disabled {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}

/* line 11564, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit.active:not(:disabled):not(.disabled),
.show > .btn-reddit.dropdown-toggle {
  color: #fff;
  background-color: #cc3700;
  border-color: #bf3400;
}

/* line 11571, app/assets/stylesheets/core_ui_default.scss */
.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit.active:not(:disabled):not(.disabled):focus,
.show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 97, 38, 0.5);
}

/* line 11576, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}

/* line 11582, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify:hover {
  color: #fff;
  background-color: #619200;
  border-color: #588500;
}

/* line 11588, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify:focus, .btn-spotify.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 195, 38, 0.5);
}

/* line 11592, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify.disabled, .btn-spotify:disabled {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}

/* line 11598, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify:not(:disabled):not(.disabled):active, .btn-spotify.active:not(:disabled):not(.disabled),
.show > .btn-spotify.dropdown-toggle {
  color: #fff;
  background-color: #588500;
  border-color: #507800;
}

/* line 11605, app/assets/stylesheets/core_ui_default.scss */
.btn-spotify:not(:disabled):not(.disabled):active:focus, .btn-spotify.active:not(:disabled):not(.disabled):focus,
.show > .btn-spotify.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 195, 38, 0.5);
}

/* line 11610, app/assets/stylesheets/core_ui_default.scss */
.btn-vine {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}

/* line 11616, app/assets/stylesheets/core_ui_default.scss */
.btn-vine:hover {
  color: #fff;
  background-color: #009972;
  border-color: #008c69;
}

/* line 11622, app/assets/stylesheets/core_ui_default.scss */
.btn-vine:focus, .btn-vine.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 160, 0.5);
}

/* line 11626, app/assets/stylesheets/core_ui_default.scss */
.btn-vine.disabled, .btn-vine:disabled {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}

/* line 11632, app/assets/stylesheets/core_ui_default.scss */
.btn-vine:not(:disabled):not(.disabled):active, .btn-vine.active:not(:disabled):not(.disabled),
.show > .btn-vine.dropdown-toggle {
  color: #fff;
  background-color: #008c69;
  border-color: #007f5f;
}

/* line 11639, app/assets/stylesheets/core_ui_default.scss */
.btn-vine:not(:disabled):not(.disabled):active:focus, .btn-vine.active:not(:disabled):not(.disabled):focus,
.show > .btn-vine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 201, 160, 0.5);
}

/* line 11644, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}

/* line 11650, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare:hover {
  color: #fff;
  background-color: #0d5c8c;
  border-color: #0c5480;
}

/* line 11656, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare:focus, .btn-foursquare.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 136, 187, 0.5);
}

/* line 11660, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare.disabled, .btn-foursquare:disabled {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}

/* line 11666, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare.active:not(:disabled):not(.disabled),
.show > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #0c5480;
  border-color: #0b4d75;
}

/* line 11673, app/assets/stylesheets/core_ui_default.scss */
.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare.active:not(:disabled):not(.disabled):focus,
.show > .btn-foursquare.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 136, 187, 0.5);
}

/* line 11678, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo {
  color: #23282c;
  background-color: #aad450;
  border-color: #aad450;
}

/* line 11684, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo:hover {
  color: #23282c;
  background-color: #9bcc32;
  border-color: #93c130;
}

/* line 11690, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo:focus, .btn-vimeo.focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 186, 75, 0.5);
}

/* line 11694, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #23282c;
  background-color: #aad450;
  border-color: #aad450;
}

/* line 11700, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo.active:not(:disabled):not(.disabled),
.show > .btn-vimeo.dropdown-toggle {
  color: #23282c;
  background-color: #93c130;
  border-color: #8bb72d;
}

/* line 11707, app/assets/stylesheets/core_ui_default.scss */
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo.active:not(:disabled):not(.disabled):focus,
.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(150, 186, 75, 0.5);
}

/* line 11712, app/assets/stylesheets/core_ui_default.scss */
.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

/* line 11718, app/assets/stylesheets/core_ui_default.scss */
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 11725, app/assets/stylesheets/core_ui_default.scss */
.btn-pill {
  border-radius: 50em;
}

/* line 11729, app/assets/stylesheets/core_ui_default.scss */
.btn-square {
  border-radius: 0;
}

/* line 11733, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary {
  color: #20a8d8;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11740, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary:hover {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

/* line 11746, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary:focus, .btn-ghost-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

/* line 11750, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary.disabled, .btn-ghost-primary:disabled {
  color: #20a8d8;
  background-color: transparent;
  border-color: transparent;
}

/* line 11756, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary:not(:disabled):not(.disabled):active, .btn-ghost-primary.active:not(:disabled):not(.disabled),
.show > .btn-ghost-primary.dropdown-toggle {
  color: #fff;
  background-color: #20a8d8;
  border-color: #20a8d8;
}

/* line 11763, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-primary:not(:disabled):not(.disabled):active:focus, .btn-ghost-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, 0.5);
}

/* line 11768, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary {
  color: #c8ced3;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11775, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary:hover {
  color: #23282c;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 11781, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary:focus, .btn-ghost-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

/* line 11785, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary.disabled, .btn-ghost-secondary:disabled {
  color: #c8ced3;
  background-color: transparent;
  border-color: transparent;
}

/* line 11791, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary:not(:disabled):not(.disabled):active, .btn-ghost-secondary.active:not(:disabled):not(.disabled),
.show > .btn-ghost-secondary.dropdown-toggle {
  color: #23282c;
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 11798, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-secondary:not(:disabled):not(.disabled):active:focus, .btn-ghost-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 206, 211, 0.5);
}

/* line 11803, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success {
  color: #4dbd74;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11810, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success:hover {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 11816, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success:focus, .btn-ghost-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

/* line 11820, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success.disabled, .btn-ghost-success:disabled {
  color: #4dbd74;
  background-color: transparent;
  border-color: transparent;
}

/* line 11826, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success:not(:disabled):not(.disabled):active, .btn-ghost-success.active:not(:disabled):not(.disabled),
.show > .btn-ghost-success.dropdown-toggle {
  color: #fff;
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 11833, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-success:not(:disabled):not(.disabled):active:focus, .btn-ghost-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 189, 116, 0.5);
}

/* line 11838, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info {
  color: #63c2de;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11845, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info:hover {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 11851, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info:focus, .btn-ghost-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

/* line 11855, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info.disabled, .btn-ghost-info:disabled {
  color: #63c2de;
  background-color: transparent;
  border-color: transparent;
}

/* line 11861, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info:not(:disabled):not(.disabled):active, .btn-ghost-info.active:not(:disabled):not(.disabled),
.show > .btn-ghost-info.dropdown-toggle {
  color: #23282c;
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 11868, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-info:not(:disabled):not(.disabled):active:focus, .btn-ghost-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 194, 222, 0.5);
}

/* line 11873, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11880, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning:hover {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 11886, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning:focus, .btn-ghost-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 11890, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning.disabled, .btn-ghost-warning:disabled {
  color: #ffc107;
  background-color: transparent;
  border-color: transparent;
}

/* line 11896, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning:not(:disabled):not(.disabled):active, .btn-ghost-warning.active:not(:disabled):not(.disabled),
.show > .btn-ghost-warning.dropdown-toggle {
  color: #23282c;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 11903, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-warning:not(:disabled):not(.disabled):active:focus, .btn-ghost-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 11908, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger {
  color: #f86c6b;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11915, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger:hover {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 11921, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger:focus, .btn-ghost-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

/* line 11925, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger.disabled, .btn-ghost-danger:disabled {
  color: #f86c6b;
  background-color: transparent;
  border-color: transparent;
}

/* line 11931, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger:not(:disabled):not(.disabled):active, .btn-ghost-danger.active:not(:disabled):not(.disabled),
.show > .btn-ghost-danger.dropdown-toggle {
  color: #fff;
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 11938, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-danger:not(:disabled):not(.disabled):active:focus, .btn-ghost-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 108, 107, 0.5);
}

/* line 11943, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light {
  color: #f0f3f5;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11950, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light:hover {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 11956, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light:focus, .btn-ghost-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

/* line 11960, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light.disabled, .btn-ghost-light:disabled {
  color: #f0f3f5;
  background-color: transparent;
  border-color: transparent;
}

/* line 11966, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light:not(:disabled):not(.disabled):active, .btn-ghost-light.active:not(:disabled):not(.disabled),
.show > .btn-ghost-light.dropdown-toggle {
  color: #23282c;
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 11973, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-light:not(:disabled):not(.disabled):active:focus, .btn-ghost-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 243, 245, 0.5);
}

/* line 11978, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark {
  color: #2f353a;
  background-color: transparent;
  background-image: none;
  border-color: transparent;
}

/* line 11985, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark:hover {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 11991, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark:focus, .btn-ghost-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

/* line 11995, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark.disabled, .btn-ghost-dark:disabled {
  color: #2f353a;
  background-color: transparent;
  border-color: transparent;
}

/* line 12001, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark:not(:disabled):not(.disabled):active, .btn-ghost-dark.active:not(:disabled):not(.disabled),
.show > .btn-ghost-dark.dropdown-toggle {
  color: #fff;
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 12008, app/assets/stylesheets/core_ui_default.scss */
.btn-ghost-dark:not(:disabled):not(.disabled):active:focus, .btn-ghost-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-ghost-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(47, 53, 58, 0.5);
}

/* line 12013, app/assets/stylesheets/core_ui_default.scss */
.callout {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 0;
  border-left: 4px solid #c8ced3;
  border-radius: 0.25rem;
}

/* line 12021, app/assets/stylesheets/core_ui_default.scss */
.callout .chart-wrapper {
  position: absolute;
  top: 10px;
  left: 50%;
  float: right;
  width: 50%;
}

/* line 12029, app/assets/stylesheets/core_ui_default.scss */
.callout-bordered {
  border: 1px solid #c8ced3;
  border-left-width: 4px;
}

/* line 12034, app/assets/stylesheets/core_ui_default.scss */
.callout code {
  border-radius: 0.25rem;
}

/* line 12038, app/assets/stylesheets/core_ui_default.scss */
.callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}

/* line 12043, app/assets/stylesheets/core_ui_default.scss */
.callout p:last-child {
  margin-bottom: 0;
}

/* line 12047, app/assets/stylesheets/core_ui_default.scss */
.callout + .callout {
  margin-top: -0.25rem;
}

/* line 12051, app/assets/stylesheets/core_ui_default.scss */
.callout-primary {
  border-left-color: #20a8d8;
}

/* line 12055, app/assets/stylesheets/core_ui_default.scss */
.callout-primary h4 {
  color: #20a8d8;
}

/* line 12059, app/assets/stylesheets/core_ui_default.scss */
.callout-secondary {
  border-left-color: #c8ced3;
}

/* line 12063, app/assets/stylesheets/core_ui_default.scss */
.callout-secondary h4 {
  color: #c8ced3;
}

/* line 12067, app/assets/stylesheets/core_ui_default.scss */
.callout-success {
  border-left-color: #4dbd74;
}

/* line 12071, app/assets/stylesheets/core_ui_default.scss */
.callout-success h4 {
  color: #4dbd74;
}

/* line 12075, app/assets/stylesheets/core_ui_default.scss */
.callout-info {
  border-left-color: #63c2de;
}

/* line 12079, app/assets/stylesheets/core_ui_default.scss */
.callout-info h4 {
  color: #63c2de;
}

/* line 12083, app/assets/stylesheets/core_ui_default.scss */
.callout-warning {
  border-left-color: #ffc107;
}

/* line 12087, app/assets/stylesheets/core_ui_default.scss */
.callout-warning h4 {
  color: #ffc107;
}

/* line 12091, app/assets/stylesheets/core_ui_default.scss */
.callout-danger {
  border-left-color: #f86c6b;
}

/* line 12095, app/assets/stylesheets/core_ui_default.scss */
.callout-danger h4 {
  color: #f86c6b;
}

/* line 12099, app/assets/stylesheets/core_ui_default.scss */
.callout-light {
  border-left-color: #f0f3f5;
}

/* line 12103, app/assets/stylesheets/core_ui_default.scss */
.callout-light h4 {
  color: #f0f3f5;
}

/* line 12107, app/assets/stylesheets/core_ui_default.scss */
.callout-dark {
  border-left-color: #2f353a;
}

/* line 12111, app/assets/stylesheets/core_ui_default.scss */
.callout-dark h4 {
  color: #2f353a;
}

/* line 12115, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout {
  border-right: 4px solid #c8ced3;
  border-left: 0;
}

/* line 12120, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-primary {
  border-right-color: #20a8d8;
}

/* line 12124, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-secondary {
  border-right-color: #c8ced3;
}

/* line 12128, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-success {
  border-right-color: #4dbd74;
}

/* line 12132, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-info {
  border-right-color: #63c2de;
}

/* line 12136, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-warning {
  border-right-color: #ffc107;
}

/* line 12140, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-danger {
  border-right-color: #f86c6b;
}

/* line 12144, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-light {
  border-right-color: #f0f3f5;
}

/* line 12148, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout.callout-dark {
  border-right-color: #2f353a;
}

/* line 12152, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .callout .chart-wrapper {
  left: 0;
  float: left;
}

/* line 12157, app/assets/stylesheets/core_ui_default.scss */
.card {
  margin-bottom: 1.5rem;
}

/* line 12161, app/assets/stylesheets/core_ui_default.scss */
.card.bg-primary {
  border-color: #187da0;
}

/* line 12165, app/assets/stylesheets/core_ui_default.scss */
.card.bg-primary .card-header {
  background-color: #1e9ecb;
  border-color: #187da0;
}

/* line 12170, app/assets/stylesheets/core_ui_default.scss */
.card.bg-secondary {
  border-color: #a5aeb7;
}

/* line 12174, app/assets/stylesheets/core_ui_default.scss */
.card.bg-secondary .card-header {
  background-color: #c0c6cc;
  border-color: #a5aeb7;
}

/* line 12179, app/assets/stylesheets/core_ui_default.scss */
.card.bg-success {
  border-color: #379457;
}

/* line 12183, app/assets/stylesheets/core_ui_default.scss */
.card.bg-success .card-header {
  background-color: #44b76c;
  border-color: #379457;
}

/* line 12188, app/assets/stylesheets/core_ui_default.scss */
.card.bg-info {
  border-color: #2eadd3;
}

/* line 12192, app/assets/stylesheets/core_ui_default.scss */
.card.bg-info .card-header {
  background-color: #56bddb;
  border-color: #2eadd3;
}

/* line 12197, app/assets/stylesheets/core_ui_default.scss */
.card.bg-warning {
  border-color: #c69500;
}

/* line 12201, app/assets/stylesheets/core_ui_default.scss */
.card.bg-warning .card-header {
  background-color: #f7b900;
  border-color: #c69500;
}

/* line 12206, app/assets/stylesheets/core_ui_default.scss */
.card.bg-danger {
  border-color: #f5302e;
}

/* line 12210, app/assets/stylesheets/core_ui_default.scss */
.card.bg-danger .card-header {
  background-color: #f75d5c;
  border-color: #f5302e;
}

/* line 12215, app/assets/stylesheets/core_ui_default.scss */
.card.bg-light {
  border-color: #cad4dc;
}

/* line 12219, app/assets/stylesheets/core_ui_default.scss */
.card.bg-light .card-header {
  background-color: #e7ecef;
  border-color: #cad4dc;
}

/* line 12224, app/assets/stylesheets/core_ui_default.scss */
.card.bg-dark {
  border-color: #121517;
}

/* line 12228, app/assets/stylesheets/core_ui_default.scss */
.card.bg-dark .card-header {
  background-color: #282d32;
  border-color: #121517;
}

/* line 12233, app/assets/stylesheets/core_ui_default.scss */
.card.drag,
.card .drag {
  cursor: move;
}

/* line 12238, app/assets/stylesheets/core_ui_default.scss */
.card-placeholder {
  background: rgba(0, 0, 0, 0.025);
  border: 1px dashed #c8ced3;
}

/* line 12243, app/assets/stylesheets/core_ui_default.scss */
.card-header > i {
  margin-right: 0.5rem;
}

/* line 12247, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

/* line 12253, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs .nav-item {
  border-top: 0;
}

/* line 12257, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs .nav-link {
  padding: 0.75rem 0.625rem;
  color: #73818f;
  border-top: 0;
}

/* line 12263, app/assets/stylesheets/core_ui_default.scss */
.card-header .nav-tabs .nav-link.active {
  color: #23282c;
  background: #fff;
}

/* line 12268, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .card-header > i {
  margin-right: 0;
  margin-left: 0.5rem;
}

/* line 12273, app/assets/stylesheets/core_ui_default.scss */
.card-header-icon-bg {
  display: inline-block;
  width: 2.8125rem;
  padding: 0.75rem 0;
  margin: -0.75rem 1.25rem -0.75rem -1.25rem;
  line-height: inherit;
  color: #23282c;
  text-align: center;
  background: transparent;
  border-right: 1px solid #c8ced3;
}

/* line 12285, app/assets/stylesheets/core_ui_default.scss */
.card-header-actions {
  display: inline-block;
  float: right;
  margin-right: -0.25rem;
}

/* line 12291, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .card-header-actions {
  float: left;
  margin-right: auto;
  margin-left: -0.25rem;
}

/* line 12297, app/assets/stylesheets/core_ui_default.scss */
.card-header-action {
  padding: 0 0.25rem;
  color: #73818f;
}

/* line 12302, app/assets/stylesheets/core_ui_default.scss */
.card-header-action:hover {
  color: #23282c;
  text-decoration: none;
}

/* line 12307, app/assets/stylesheets/core_ui_default.scss */
.card-accent-primary {
  border-top-color: #20a8d8;
  border-top-width: 2px;
}

/* line 12312, app/assets/stylesheets/core_ui_default.scss */
.card-accent-secondary {
  border-top-color: #c8ced3;
  border-top-width: 2px;
}

/* line 12317, app/assets/stylesheets/core_ui_default.scss */
.card-accent-success {
  border-top-color: #4dbd74;
  border-top-width: 2px;
}

/* line 12322, app/assets/stylesheets/core_ui_default.scss */
.card-accent-info {
  border-top-color: #63c2de;
  border-top-width: 2px;
}

/* line 12327, app/assets/stylesheets/core_ui_default.scss */
.card-accent-warning {
  border-top-color: #ffc107;
  border-top-width: 2px;
}

/* line 12332, app/assets/stylesheets/core_ui_default.scss */
.card-accent-danger {
  border-top-color: #f86c6b;
  border-top-width: 2px;
}

/* line 12337, app/assets/stylesheets/core_ui_default.scss */
.card-accent-light {
  border-top-color: #f0f3f5;
  border-top-width: 2px;
}

/* line 12342, app/assets/stylesheets/core_ui_default.scss */
.card-accent-dark {
  border-top-color: #2f353a;
  border-top-width: 2px;
}

/* line 12347, app/assets/stylesheets/core_ui_default.scss */
.card-full {
  margin-top: -1rem;
  margin-right: -15px;
  margin-left: -15px;
  border: 0;
  border-bottom: 1px solid #c8ced3;
}

@media (min-width: 576px) {
  /* line 12356, app/assets/stylesheets/core_ui_default.scss */
  .card-columns.cols-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

/* line 12363, app/assets/stylesheets/core_ui_default.scss */
.chart-wrapper canvas {
  width: 100%;
}

/* line 12367, app/assets/stylesheets/core_ui_default.scss */
base-chart.chart {
  display: block;
}

/* line 12371, app/assets/stylesheets/core_ui_default.scss */
canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 12378, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip {
  position: absolute;
  z-index: 1021;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.25rem 0.5rem;
  color: #fff;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.25s ease;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0.25rem;
}

/* line 12396, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-header {
  margin-bottom: 0.5rem;
}

/* line 12400, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-header-item {
  font-size: 0.765625rem;
  font-weight: 700;
}

/* line 12405, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-body-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.765625rem;
  white-space: nowrap;
}

/* line 12414, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-body-item-color {
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.875rem;
}

/* line 12421, app/assets/stylesheets/core_ui_default.scss */
.chartjs-tooltip .tooltip-body-item-value {
  padding-left: 1rem;
  margin-left: auto;
  font-weight: 700;
}

/* line 12427, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item {
  position: relative;
  padding: 10px 20px;
  border-bottom: 1px solid #c8ced3;
}

/* line 12433, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item:last-child {
  border-bottom: 0;
}

/* line 12437, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item i {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
  margin-left: -10px;
  color: #73818f;
  text-align: center;
}

/* line 12446, app/assets/stylesheets/core_ui_default.scss */
.dropdown-item .badge {
  position: absolute;
  right: 10px;
  margin-top: 2px;
}

/* line 12452, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header {
  padding: 8px 20px;
  background: #e4e7ea;
  border-bottom: 1px solid #c8ced3;
}

/* line 12458, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header .btn {
  margin-top: -7px;
  color: #73818f;
}

/* line 12463, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header .btn:hover {
  color: #23282c;
}

/* line 12467, app/assets/stylesheets/core_ui_default.scss */
.dropdown-header .btn.pull-right {
  margin-right: -20px;
}

/* line 12471, app/assets/stylesheets/core_ui_default.scss */
.dropdown-menu-lg {
  width: 250px;
}

/* line 12475, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 12479, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 12484, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-nav .dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 12489, app/assets/stylesheets/core_ui_default.scss */
.app-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
  color: #23282c;
  background: #f0f3f5;
  border-top: 1px solid #c8ced3;
}

/* line 12502, app/assets/stylesheets/core_ui_default.scss */
.row.row-equal {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 12509, app/assets/stylesheets/core_ui_default.scss */
.row.row-equal [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

/* line 12514, app/assets/stylesheets/core_ui_default.scss */
.main .container-fluid {
  padding: 0 30px;
}

/* line 12518, app/assets/stylesheets/core_ui_default.scss */
.app-header {
  position: relative;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 55px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-bottom: 1px solid #c8ced3;
}

/* line 12529, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-brand {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 155px;
  height: 55px;
  padding: 0;
  margin-right: 0;
  background-color: transparent;
}

/* line 12543, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-brand .navbar-brand-minimized {
  display: none;
}

/* line 12547, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-toggler {
  min-width: 50px;
  padding: 0.25rem 0;
}

/* line 12552, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%232f353a' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 12556, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-toggler-icon {
  height: 23px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2373818f' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* line 12561, app/assets/stylesheets/core_ui_default.scss */
.app-header .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

/* line 12568, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item {
  position: relative;
  min-width: 50px;
  margin: 0;
  text-align: center;
}

/* line 12575, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item button {
  margin: 0 auto;
}

/* line 12579, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  background: 0;
  border: 0;
}

/* line 12586, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item .nav-link .badge {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: 0;
}

/* line 12594, app/assets/stylesheets/core_ui_default.scss */
.app-header .nav-item .nav-link > .img-avatar, .app-header .nav-item .avatar.nav-link > img {
  height: 35px;
  margin: 0 10px;
}

/* line 12599, app/assets/stylesheets/core_ui_default.scss */
.app-header .dropdown-menu {
  padding-bottom: 0;
  line-height: 1.5;
}

/* line 12604, app/assets/stylesheets/core_ui_default.scss */
.app-header .dropdown-item {
  min-width: 180px;
}

/* line 12608, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav .nav-link {
  color: #73818f;
}

/* line 12612, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #2f353a;
}

/* line 12616, app/assets/stylesheets/core_ui_default.scss */
.navbar-nav .open > .nav-link, .navbar-nav .open > .nav-link:hover, .navbar-nav .open > .nav-link:focus,
.navbar-nav .active > .nav-link,
.navbar-nav .active > .nav-link:hover,
.navbar-nav .active > .nav-link:focus,
.navbar-nav .nav-link.open,
.navbar-nav .nav-link.open:hover,
.navbar-nav .nav-link.open:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
  color: #2f353a;
}

/* line 12629, app/assets/stylesheets/core_ui_default.scss */
.navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

@media (min-width: 992px) {
  /* line 12634, app/assets/stylesheets/core_ui_default.scss */
  .brand-minimized .app-header .navbar-brand {
    width: 50px;
    background-color: transparent;
  }
  /* line 12638, app/assets/stylesheets/core_ui_default.scss */
  .brand-minimized .app-header .navbar-brand .navbar-brand-full {
    display: none;
  }
  /* line 12641, app/assets/stylesheets/core_ui_default.scss */
  .brand-minimized .app-header .navbar-brand .navbar-brand-minimized {
    display: block;
  }
}

/* line 12646, app/assets/stylesheets/core_ui_default.scss */
.input-group-prepend,
.input-group-append {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 12652, app/assets/stylesheets/core_ui_default.scss */
.img-avatar, .avatar > img,
.img-circle {
  max-width: 100%;
  height: auto;
  border-radius: 50em;
}

/* line 12659, app/assets/stylesheets/core_ui_default.scss */
.list-group-accent .list-group-item {
  margin-bottom: 1px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

/* line 12667, app/assets/stylesheets/core_ui_default.scss */
.list-group-accent .list-group-item.list-group-item-divider {
  position: relative;
}

/* line 12671, app/assets/stylesheets/core_ui_default.scss */
.list-group-accent .list-group-item.list-group-item-divider::before {
  position: absolute;
  bottom: -1px;
  left: 5%;
  width: 90%;
  height: 1px;
  content: "";
  background-color: #e4e7ea;
}

/* line 12681, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-primary {
  border-left: 4px solid #20a8d8;
}

/* line 12685, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-secondary {
  border-left: 4px solid #c8ced3;
}

/* line 12689, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-success {
  border-left: 4px solid #4dbd74;
}

/* line 12693, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-info {
  border-left: 4px solid #63c2de;
}

/* line 12697, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-warning {
  border-left: 4px solid #ffc107;
}

/* line 12701, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-danger {
  border-left: 4px solid #f86c6b;
}

/* line 12705, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-light {
  border-left: 4px solid #f0f3f5;
}

/* line 12709, app/assets/stylesheets/core_ui_default.scss */
.list-group-item-accent-dark {
  border-left: 4px solid #2f353a;
}

/* line 12713, app/assets/stylesheets/core_ui_default.scss */
.modal-primary .modal-content {
  border-color: #20a8d8;
}

/* line 12717, app/assets/stylesheets/core_ui_default.scss */
.modal-primary .modal-header {
  color: #fff;
  background-color: #20a8d8;
}

/* line 12722, app/assets/stylesheets/core_ui_default.scss */
.modal-secondary .modal-content {
  border-color: #c8ced3;
}

/* line 12726, app/assets/stylesheets/core_ui_default.scss */
.modal-secondary .modal-header {
  color: #fff;
  background-color: #c8ced3;
}

/* line 12731, app/assets/stylesheets/core_ui_default.scss */
.modal-success .modal-content {
  border-color: #4dbd74;
}

/* line 12735, app/assets/stylesheets/core_ui_default.scss */
.modal-success .modal-header {
  color: #fff;
  background-color: #4dbd74;
}

/* line 12740, app/assets/stylesheets/core_ui_default.scss */
.modal-info .modal-content {
  border-color: #63c2de;
}

/* line 12744, app/assets/stylesheets/core_ui_default.scss */
.modal-info .modal-header {
  color: #fff;
  background-color: #63c2de;
}

/* line 12749, app/assets/stylesheets/core_ui_default.scss */
.modal-warning .modal-content {
  border-color: #ffc107;
}

/* line 12753, app/assets/stylesheets/core_ui_default.scss */
.modal-warning .modal-header {
  color: #fff;
  background-color: #ffc107;
}

/* line 12758, app/assets/stylesheets/core_ui_default.scss */
.modal-danger .modal-content {
  border-color: #f86c6b;
}

/* line 12762, app/assets/stylesheets/core_ui_default.scss */
.modal-danger .modal-header {
  color: #fff;
  background-color: #f86c6b;
}

/* line 12767, app/assets/stylesheets/core_ui_default.scss */
.modal-light .modal-content {
  border-color: #f0f3f5;
}

/* line 12771, app/assets/stylesheets/core_ui_default.scss */
.modal-light .modal-header {
  color: #fff;
  background-color: #f0f3f5;
}

/* line 12776, app/assets/stylesheets/core_ui_default.scss */
.modal-dark .modal-content {
  border-color: #2f353a;
}

/* line 12780, app/assets/stylesheets/core_ui_default.scss */
.modal-dark .modal-header {
  color: #fff;
  background-color: #2f353a;
}

/* line 12785, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link {
  color: #73818f;
}

/* line 12789, app/assets/stylesheets/core_ui_default.scss */
.nav-tabs .nav-link:hover {
  cursor: pointer;
}

/* line 12793, app/assets/stylesheets/core_ui_default.scss */
.tab-content {
  margin-top: -1px;
  border: 0;
  border-radius: 0 0 0.25rem 0.25rem;
}

/* line 12799, app/assets/stylesheets/core_ui_default.scss */
.tab-content .tab-pane {
  padding: 1rem;
}

/* line 12803, app/assets/stylesheets/core_ui_default.scss */
.card-block .tab-content {
  margin-top: 0;
  border: 0;
}

/* line 12808, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-link {
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 12813, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-link + .nav-link {
  margin-left: -1px;
}

/* line 12817, app/assets/stylesheets/core_ui_default.scss */
.nav-fill .nav-link.active {
  margin-top: -1px;
  border-top: 2px solid #20a8d8;
}

/* line 12822, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .nav {
  padding-right: 0;
}

/* line 12826, app/assets/stylesheets/core_ui_default.scss */
.progress-xs {
  height: 4px;
}

/* line 12830, app/assets/stylesheets/core_ui_default.scss */
.progress-sm {
  height: 8px;
}

/* line 12834, app/assets/stylesheets/core_ui_default.scss */
.progress-white {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 12838, app/assets/stylesheets/core_ui_default.scss */
.progress-white .progress-bar {
  background-color: #fff;
}

/* line 12842, app/assets/stylesheets/core_ui_default.scss */
.progress-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}

/* line 12850, app/assets/stylesheets/core_ui_default.scss */
.progress-group-prepend {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 12857, app/assets/stylesheets/core_ui_default.scss */
.progress-group-icon {
  margin: 0 1rem 0 0.25rem;
  font-size: 1.09375rem;
}

/* line 12862, app/assets/stylesheets/core_ui_default.scss */
.progress-group-text {
  font-size: 0.765625rem;
  color: #73818f;
}

/* line 12867, app/assets/stylesheets/core_ui_default.scss */
.progress-group-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.25rem;
}

/* line 12877, app/assets/stylesheets/core_ui_default.scss */
.progress-group-bars {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 12884, app/assets/stylesheets/core_ui_default.scss */
.progress-group-bars .progress:not(:last-child) {
  margin-bottom: 2px;
}

/* line 12888, app/assets/stylesheets/core_ui_default.scss */
.progress-group-header + .progress-group-bars {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

/* line 12893, app/assets/stylesheets/core_ui_default.scss */
.sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  color: #525252;
  background: #faf7e1;
  margin-top: 50px;
}

/* line 12904, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-close {
  position: absolute;
  right: 0;
  display: none;
  padding: 0 1rem;
  font-size: 24px;
  font-weight: 800;
  line-height: 55px;
  color: #fff;
  background: 0;
  border: 0;
  opacity: .8;
}

/* line 12918, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-close:hover {
  opacity: 1;
}

/* line 12922, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

/* line 12930, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control {
  color: #fff;
  background: #181b1e;
  border: 0;
}

/* line 12936, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12940, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12944, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12948, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12952, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12956, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-nav {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  width: 290px;
  display: flex;
  flex-direction: column;
}

/* line 12967, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav {
  width: 236px;
  -ms-flex-direction: column;
  flex-direction: column;
  /*min-height: 100%;*/
  padding: 0;
}

/* line 12975, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-title {
  padding: 0.75rem 1rem;
  font-size: 80%;
  font-weight: 700;
  color: #e4e7ea;
  text-transform: uppercase;
}

/* line 12983, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-divider {
  height: 10px;
}

/* line 12987, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-item {
  position: relative;
  margin: 0 0 10px 0;
  transition: background .3s ease-in-out;
}

/* line 12993, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-items {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  transition: max-height .3s ease-in-out;
}

/* line 13001, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-items .nav-item {
  padding: 0;
  list-style: none;
}

/* line 13006, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link {
  display: block;
  padding: 17.5px 14px 17.5px 40px !important;
  color: #505050;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  border-radius: 0 8px 8px 0;
  font-family: var(--font-family-header);
}

/* line 13017, app/assets/stylesheets/core_ui_default.scss */
.sidebar #language-select {
  padding: 17.5px 14px 17.5px 54px;
  font-weight: 600;
  width: 130px;
}

/* line 13023, app/assets/stylesheets/core_ui_default.scss */
.sidebar #language-select .select-list {
  left: 40px;
  right: -10px;
  font-size: 16px;
}

/* line 13029, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link .nav-icon {
  display: inline-block;
  width: 18px;
  margin: 0 0.5rem 0 0;
  font-size: 0.875rem;
  color: #505050;
  text-align: left;
}

/* line 13038, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link .badge {
  background-color: #f5f5f5;
  border-radius: 50%;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  font-size: 0.875rem;
}

/* line 13046, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.active {
  color: #525252;
  background: #f5e65a;
}

/* line 13051, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.active .nav-icon {
  color: #000;
}

/* line 13055, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link:hover {
  color: #525252;
  background: #faf0aa;
}

/* line 13060, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link:hover .nav-icon {
  color: #000;
  margin-right: 0.5rem;
}

/* line 13064, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-dropdown-toggle:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

/* line 13068, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled {
  color: #b3b3b3;
  cursor: default;
  background: transparent;
}

/* line 13074, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled .nav-icon {
  color: #73818f;
}

/* line 13078, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled:hover {
  color: #b3b3b3;
}

/* line 13082, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled:hover .nav-icon {
  color: #73818f;
}

/* line 13086, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.disabled.nav-dropdown-toggle:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

/* line 13090, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary {
  background: #20a8d8;
}

/* line 13094, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13098, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary:hover {
  background: #1d97c2;
}

/* line 13102, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-primary:hover i {
  color: #fff;
}

/* line 13106, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary {
  background: #c8ced3;
}

/* line 13110, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13114, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary:hover {
  background: #bac1c8;
}

/* line 13118, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-secondary:hover i {
  color: #fff;
}

/* line 13122, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success {
  background: #4dbd74;
}

/* line 13126, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13130, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success:hover {
  background: #41af67;
}

/* line 13134, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-success:hover i {
  color: #fff;
}

/* line 13138, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info {
  background: #63c2de;
}

/* line 13142, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13146, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info:hover {
  background: #4ebada;
}

/* line 13150, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-info:hover i {
  color: #fff;
}

/* line 13154, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning {
  background: #ffc107;
}

/* line 13158, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13162, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning:hover {
  background: #edb100;
}

/* line 13166, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-warning:hover i {
  color: #fff;
}

/* line 13170, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger {
  background: #f86c6b;
}

/* line 13174, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13178, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger:hover {
  background: #f75453;
}

/* line 13182, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-danger:hover i {
  color: #fff;
}

/* line 13186, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light {
  background: #f0f3f5;
}

/* line 13190, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13194, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light:hover {
  background: #e1e7eb;
}

/* line 13198, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-light:hover i {
  color: #fff;
}

/* line 13202, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark {
  background: #2f353a;
}

/* line 13206, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark .nav-icon {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13210, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark:hover {
  background: #24282c;
}

/* line 13214, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-link.nav-link-dark:hover i {
  color: #fff;
}

/* line 13218, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-toggle {
  position: relative;
}

/* line 13222, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-toggle::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  margin-top: -4px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

/* line 13240, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown-toggle .badge {
  margin-right: 16px;
}

/* line 13244, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open {
  background: rgba(0, 0, 0, 0.2);
}

/* line 13248, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open > .nav-dropdown-items {
  max-height: 1500px;
}

/* line 13252, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link {
  color: #fff;
  border-left: 0;
}

/* line 13257, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link.disabled {
  color: #b3b3b3;
  background: transparent;
}

/* line 13262, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link.disabled:hover {
  color: #b3b3b3;
}

/* line 13266, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-link.disabled:hover .nav-icon {
  color: #73818f;
}

/* line 13270, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 13275, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-dropdown.open .nav-dropdown.open {
  border-left: 0;
}

/* line 13279, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-label {
  display: block;
  padding: 0.09375rem 1rem;
  color: #e4e7ea;
}

/* line 13285, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-label:hover {
  color: #fff;
  text-decoration: none;
}

/* line 13290, app/assets/stylesheets/core_ui_default.scss */
.sidebar .nav-label .nav-icon {
  width: 20px;
  margin: -3px 0.5rem 0 0;
  font-size: 10px;
  color: #73818f;
  text-align: center;
  vertical-align: middle;
}

/* line 13299, app/assets/stylesheets/core_ui_default.scss */
.sidebar .progress {
  background-color: #515c64 !important;
}

/* line 13303, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-footer {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.2);
}

/* line 13310, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer {
  position: relative;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  border: 0;
}

/* line 13319, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%2373818f' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.5px;
  transition: .3s;
}

/* line 13333, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer:focus, .sidebar .sidebar-minimizer.focus {
  outline: 0;
}

/* line 13337, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 13341, app/assets/stylesheets/core_ui_default.scss */
.sidebar .sidebar-minimizer:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 14'%3E%3Cpath fill='%23fff' d='M9.148 2.352l-4.148 4.148 4.148 4.148q0.148 0.148 0.148 0.352t-0.148 0.352l-1.297 1.297q-0.148 0.148-0.352 0.148t-0.352-0.148l-5.797-5.797q-0.148-0.148-0.148-0.352t0.148-0.352l5.797-5.797q0.148-0.148 0.352-0.148t0.352 0.148l1.297 1.297q0.148 0.148 0.148 0.352t-0.148 0.352z'/%3E%3C/svg%3E");
}

@media (min-width: 992px) {
  /* line 13346, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .sidebar-nav {
    width: 150px;
  }
  /* line 13349, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav {
    width: 150px;
  }
  /* line 13352, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .d-compact-none {
    display: none;
  }
  /* line 13355, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-title {
    text-align: center;
  }
  /* line 13358, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-item {
    width: 150px;
    border-left: 0;
  }
  /* line 13362, app/assets/stylesheets/core_ui_default.scss */
  .sidebar .nav-link {
    padding-left: 40px;
    margin-left: -1px;
  }
  /* line 13366, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link {
    text-align: center;
  }
  /* line 13369, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link .nav-icon {
    display: block;
    width: 100%;
    margin: 0.25rem 0;
    font-size: 24px;
  }
  /* line 13375, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link .badge {
    position: absolute;
    top: 18px;
    right: 10px;
  }
  /* line 13380, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar .nav-link.nav-dropdown-toggle::before {
    top: 30px;
  }
  /* line 13383, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar {
    z-index: 1019;
  }
  /* line 13386, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-nav {
    overflow: visible;
    width: 50px;
  }
  /* line 13390, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav {
    width: 50px;
  }
  /* line 13393, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .d-minimized-none,
.sidebar-minimized .sidebar .nav-divider,
.sidebar-minimized .sidebar .nav-label,
.sidebar-minimized .sidebar .nav-title,
.sidebar-minimized .sidebar .sidebar-footer,
.sidebar-minimized .sidebar .sidebar-form,
.sidebar-minimized .sidebar .sidebar-header {
    display: none;
  }
  /* line 13402, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-minimizer {
    position: fixed;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #24282c;
  }
  /* line 13409, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-nav {
    padding-bottom: 50px;
  }
  /* line 13412, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  /* line 13417, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item {
    width: 50px;
    overflow: hidden;
  }
  /* line 13421, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover {
    width: 250px;
    overflow: visible;
  }
  /* line 13425, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link {
    background: #20a8d8;
  }
  /* line 13428, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover > .nav-link .nav-icon {
    color: #fff;
  }
  /* line 13431, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover .nav-link.disabled,
.sidebar-minimized .sidebar .nav-item:hover .nav-link :disabled {
    background: #2f353a;
  }
  /* line 13435, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-item:hover .nav-link.disabled .nav-icon,
.sidebar-minimized .sidebar .nav-item:hover .nav-link :disabled .nav-icon {
    color: #73818f;
  }
  /* line 13439, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar section :not(.nav-dropdown-items) > .nav-item:last-child::after {
    display: block;
    margin-bottom: 50px;
    content: "";
  }
  /* line 13444, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link {
    position: relative;
    padding-left: 0;
    margin: 0;
    white-space: nowrap;
    border-left: 0;
  }
  /* line 13451, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link .nav-icon {
    display: block;
    float: left;
    width: 50px;
    font-size: 18px;
  }
  /* line 13457, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link .badge {
    position: absolute;
    right: 15px;
    display: none;
  }
  /* line 13462, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link:hover {
    width: 250px;
    background: #20a8d8;
  }
  /* line 13466, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link:hover .badge {
    display: inline;
  }
  /* line 13469, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-link.nav-dropdown-toggle::before {
    display: none;
  }
  /* line 13472, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item {
    width: 236px;
  }
  /* line 13475, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav-dropdown-items .nav-item .nav-link {
    width: 236px;
  }
  /* line 13478, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
    display: none;
    max-height: 1000px;
    background: #2f353a;
  }
  /* line 13483, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: #20a8d8;
  }
  /* line 13486, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    position: absolute;
    left: 50px;
    display: inline;
  }
  /* line 13491, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav {
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  }
  /* line 13494, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav .divider {
    height: 0;
  }
  /* line 13497, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .sidebar-minimizer::before {
    width: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* line 13502, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link {
    padding-right: 0;
  }
  /* line 13505, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link .nav-icon {
    float: right;
  }
  /* line 13508, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link .badge {
    right: auto;
    left: 15px;
  }
  /* line 13512, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav-link:hover .badge {
    display: inline;
  }
  /* line 13515, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
    display: none;
    max-height: 1000px;
    background: #2f353a;
  }
  /* line 13520, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover {
    background: #20a8d8;
  }
  /* line 13523, app/assets/stylesheets/core_ui_default.scss */
  *[dir="rtl"] .sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
    position: absolute;
    left: 0;
    display: inline;
  }
}

/* line 13530, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-dropdown-toggle::before {
  position: absolute;
  right: auto;
  left: 1rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 13538, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-dropdown.open > .nav-dropdown-toggle::before {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 13543, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-link .nav-icon {
  margin: 0 0 0 0.5rem;
}

/* line 13547, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-link .badge {
  float: left;
  margin-top: 2px;
}

/* line 13552, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .nav-link.nav-dropdown-toggle .badge {
  margin-right: auto;
  margin-left: 16px;
}

/* line 13557, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar .sidebar-minimizer::before {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 13564, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .sidebar-toggler {
  margin-right: 0 !important;
}

/* line 13568, app/assets/stylesheets/core_ui_default.scss */
.switch {
  display: inline-block;
  width: 40px;
  height: 26px;
}

/* line 13574, app/assets/stylesheets/core_ui_default.scss */
.switch-input {
  display: none;
}

/* line 13578, app/assets/stylesheets/core_ui_default.scss */
.switch-slider {
  position: relative;
  display: block;
  height: inherit;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c8ced3;
  transition: .15s ease-out;
  border-radius: 0.25rem;
}

/* line 13589, app/assets/stylesheets/core_ui_default.scss */
.switch-slider::before {
  position: absolute;
  top: 2px;
  left: 2px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  border: 1px solid #c8ced3;
  transition: .15s ease-out;
  border-radius: 0.125rem;
}

/* line 13603, app/assets/stylesheets/core_ui_default.scss */
.switch-input:checked ~ .switch-slider::before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

/* line 13608, app/assets/stylesheets/core_ui_default.scss */
.switch-input:disabled ~ .switch-slider {
  cursor: not-allowed;
  opacity: .5;
}

/* line 13613, app/assets/stylesheets/core_ui_default.scss */
.switch-lg {
  width: 48px;
  height: 30px;
}

/* line 13618, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-slider {
  font-size: 12px;
}

/* line 13622, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-slider::before {
  width: 24px;
  height: 24px;
}

/* line 13627, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-slider::after {
  font-size: 12px;
}

/* line 13631, app/assets/stylesheets/core_ui_default.scss */
.switch-lg .switch-input:checked ~ .switch-slider::before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

/* line 13636, app/assets/stylesheets/core_ui_default.scss */
.switch-sm {
  width: 32px;
  height: 22px;
}

/* line 13641, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-slider {
  font-size: 8px;
}

/* line 13645, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-slider::before {
  width: 16px;
  height: 16px;
}

/* line 13650, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-slider::after {
  font-size: 8px;
}

/* line 13654, app/assets/stylesheets/core_ui_default.scss */
.switch-sm .switch-input:checked ~ .switch-slider::before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* line 13659, app/assets/stylesheets/core_ui_default.scss */
.switch-label {
  width: 48px;
}

/* line 13663, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-slider::before {
  z-index: 2;
}

/* line 13667, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-slider::after {
  position: absolute;
  top: 50%;
  right: 1px;
  z-index: 1;
  width: 50%;
  margin-top: -.5em;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  color: #c8ced3;
  text-align: center;
  text-transform: uppercase;
  content: attr(data-unchecked);
  transition: inherit;
}

/* line 13684, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-input:checked ~ .switch-slider::before {
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}

/* line 13689, app/assets/stylesheets/core_ui_default.scss */
.switch-label .switch-input:checked ~ .switch-slider::after {
  left: 1px;
  color: #fff;
  content: attr(data-checked);
}

/* line 13695, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg {
  width: 56px;
  height: 30px;
}

/* line 13700, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-slider {
  font-size: 12px;
}

/* line 13704, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-slider::before {
  width: 24px;
  height: 24px;
}

/* line 13709, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-slider::after {
  font-size: 12px;
}

/* line 13713, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-lg .switch-input:checked ~ .switch-slider::before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

/* line 13718, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm {
  width: 40px;
  height: 22px;
}

/* line 13723, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-slider {
  font-size: 8px;
}

/* line 13727, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-slider::before {
  width: 16px;
  height: 16px;
}

/* line 13732, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-slider::after {
  font-size: 8px;
}

/* line 13736, app/assets/stylesheets/core_ui_default.scss */
.switch-label.switch-sm .switch-input:checked ~ .switch-slider::before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

/* line 13741, app/assets/stylesheets/core_ui_default.scss */
.switch-3d .switch-slider {
  background-color: #f0f3f5;
  border-radius: 50em;
}

/* line 13746, app/assets/stylesheets/core_ui_default.scss */
.switch-3d .switch-slider::before {
  top: -1px;
  left: -1px;
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: 50em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* line 13756, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-lg {
  width: 48px;
  height: 30px;
}

/* line 13761, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-lg .switch-slider::before {
  width: 30px;
  height: 30px;
}

/* line 13766, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-lg .switch-input:checked ~ .switch-slider::before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}

/* line 13771, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-sm {
  width: 32px;
  height: 22px;
}

/* line 13776, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-sm .switch-slider::before {
  width: 22px;
  height: 22px;
}

/* line 13781, app/assets/stylesheets/core_ui_default.scss */
.switch-3d.switch-sm .switch-input:checked ~ .switch-slider::before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* line 13786, app/assets/stylesheets/core_ui_default.scss */
.switch-primary .switch-input:checked + .switch-slider {
  background-color: #20a8d8;
  border-color: #1985ac;
}

/* line 13791, app/assets/stylesheets/core_ui_default.scss */
.switch-primary .switch-input:checked + .switch-slider::before {
  border-color: #1985ac;
}

/* line 13795, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #20a8d8;
}

/* line 13800, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary .switch-input:checked + .switch-slider::before {
  border-color: #20a8d8;
}

/* line 13804, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary .switch-input:checked + .switch-slider::after {
  color: #20a8d8;
}

/* line 13808, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #20a8d8;
}

/* line 13813, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary-alt .switch-input:checked + .switch-slider::before {
  background-color: #20a8d8;
  border-color: #20a8d8;
}

/* line 13818, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-primary-alt .switch-input:checked + .switch-slider::after {
  color: #20a8d8;
}

/* line 13822, app/assets/stylesheets/core_ui_default.scss */
.switch-secondary .switch-input:checked + .switch-slider {
  background-color: #c8ced3;
  border-color: #acb5bc;
}

/* line 13827, app/assets/stylesheets/core_ui_default.scss */
.switch-secondary .switch-input:checked + .switch-slider::before {
  border-color: #acb5bc;
}

/* line 13831, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 13836, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary .switch-input:checked + .switch-slider::before {
  border-color: #c8ced3;
}

/* line 13840, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary .switch-input:checked + .switch-slider::after {
  color: #c8ced3;
}

/* line 13844, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #c8ced3;
}

/* line 13849, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary-alt .switch-input:checked + .switch-slider::before {
  background-color: #c8ced3;
  border-color: #c8ced3;
}

/* line 13854, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-secondary-alt .switch-input:checked + .switch-slider::after {
  color: #c8ced3;
}

/* line 13858, app/assets/stylesheets/core_ui_default.scss */
.switch-success .switch-input:checked + .switch-slider {
  background-color: #4dbd74;
  border-color: #3a9d5d;
}

/* line 13863, app/assets/stylesheets/core_ui_default.scss */
.switch-success .switch-input:checked + .switch-slider::before {
  border-color: #3a9d5d;
}

/* line 13867, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4dbd74;
}

/* line 13872, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success .switch-input:checked + .switch-slider::before {
  border-color: #4dbd74;
}

/* line 13876, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success .switch-input:checked + .switch-slider::after {
  color: #4dbd74;
}

/* line 13880, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #4dbd74;
}

/* line 13885, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success-alt .switch-input:checked + .switch-slider::before {
  background-color: #4dbd74;
  border-color: #4dbd74;
}

/* line 13890, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-success-alt .switch-input:checked + .switch-slider::after {
  color: #4dbd74;
}

/* line 13894, app/assets/stylesheets/core_ui_default.scss */
.switch-info .switch-input:checked + .switch-slider {
  background-color: #63c2de;
  border-color: #39b2d5;
}

/* line 13899, app/assets/stylesheets/core_ui_default.scss */
.switch-info .switch-input:checked + .switch-slider::before {
  border-color: #39b2d5;
}

/* line 13903, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #63c2de;
}

/* line 13908, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info .switch-input:checked + .switch-slider::before {
  border-color: #63c2de;
}

/* line 13912, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info .switch-input:checked + .switch-slider::after {
  color: #63c2de;
}

/* line 13916, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #63c2de;
}

/* line 13921, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info-alt .switch-input:checked + .switch-slider::before {
  background-color: #63c2de;
  border-color: #63c2de;
}

/* line 13926, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-info-alt .switch-input:checked + .switch-slider::after {
  color: #63c2de;
}

/* line 13930, app/assets/stylesheets/core_ui_default.scss */
.switch-warning .switch-input:checked + .switch-slider {
  background-color: #ffc107;
  border-color: #d39e00;
}

/* line 13935, app/assets/stylesheets/core_ui_default.scss */
.switch-warning .switch-input:checked + .switch-slider::before {
  border-color: #d39e00;
}

/* line 13939, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #ffc107;
}

/* line 13944, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning .switch-input:checked + .switch-slider::before {
  border-color: #ffc107;
}

/* line 13948, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning .switch-input:checked + .switch-slider::after {
  color: #ffc107;
}

/* line 13952, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #ffc107;
}

/* line 13957, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning-alt .switch-input:checked + .switch-slider::before {
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13962, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-warning-alt .switch-input:checked + .switch-slider::after {
  color: #ffc107;
}

/* line 13966, app/assets/stylesheets/core_ui_default.scss */
.switch-danger .switch-input:checked + .switch-slider {
  background-color: #f86c6b;
  border-color: #f63c3a;
}

/* line 13971, app/assets/stylesheets/core_ui_default.scss */
.switch-danger .switch-input:checked + .switch-slider::before {
  border-color: #f63c3a;
}

/* line 13975, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f86c6b;
}

/* line 13980, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger .switch-input:checked + .switch-slider::before {
  border-color: #f86c6b;
}

/* line 13984, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger .switch-input:checked + .switch-slider::after {
  color: #f86c6b;
}

/* line 13988, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f86c6b;
}

/* line 13993, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger-alt .switch-input:checked + .switch-slider::before {
  background-color: #f86c6b;
  border-color: #f86c6b;
}

/* line 13998, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-danger-alt .switch-input:checked + .switch-slider::after {
  color: #f86c6b;
}

/* line 14002, app/assets/stylesheets/core_ui_default.scss */
.switch-light .switch-input:checked + .switch-slider {
  background-color: #f0f3f5;
  border-color: #d1dbe1;
}

/* line 14007, app/assets/stylesheets/core_ui_default.scss */
.switch-light .switch-input:checked + .switch-slider::before {
  border-color: #d1dbe1;
}

/* line 14011, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f0f3f5;
}

/* line 14016, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light .switch-input:checked + .switch-slider::before {
  border-color: #f0f3f5;
}

/* line 14020, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light .switch-input:checked + .switch-slider::after {
  color: #f0f3f5;
}

/* line 14024, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #f0f3f5;
}

/* line 14029, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light-alt .switch-input:checked + .switch-slider::before {
  background-color: #f0f3f5;
  border-color: #f0f3f5;
}

/* line 14034, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-light-alt .switch-input:checked + .switch-slider::after {
  color: #f0f3f5;
}

/* line 14038, app/assets/stylesheets/core_ui_default.scss */
.switch-dark .switch-input:checked + .switch-slider {
  background-color: #2f353a;
  border-color: #181b1e;
}

/* line 14043, app/assets/stylesheets/core_ui_default.scss */
.switch-dark .switch-input:checked + .switch-slider::before {
  border-color: #181b1e;
}

/* line 14047, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #2f353a;
}

/* line 14052, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark .switch-input:checked + .switch-slider::before {
  border-color: #2f353a;
}

/* line 14056, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark .switch-input:checked + .switch-slider::after {
  color: #2f353a;
}

/* line 14060, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark-alt .switch-input:checked + .switch-slider {
  background-color: #fff;
  border-color: #2f353a;
}

/* line 14065, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark-alt .switch-input:checked + .switch-slider::before {
  background-color: #2f353a;
  border-color: #2f353a;
}

/* line 14070, app/assets/stylesheets/core_ui_default.scss */
.switch-outline-dark-alt .switch-input:checked + .switch-slider::after {
  color: #2f353a;
}

/* line 14074, app/assets/stylesheets/core_ui_default.scss */
.switch-pill .switch-slider {
  border-radius: 50em;
}

/* line 14078, app/assets/stylesheets/core_ui_default.scss */
.switch-pill .switch-slider::before {
  border-radius: 50em;
}

/* line 14082, app/assets/stylesheets/core_ui_default.scss */
.table-outline {
  border: 1px solid #c8ced3;
}

/* line 14086, app/assets/stylesheets/core_ui_default.scss */
.table-outline td {
  vertical-align: middle;
}

/* line 14090, app/assets/stylesheets/core_ui_default.scss */
.table-align-middle td {
  vertical-align: middle;
}

/* line 14094, app/assets/stylesheets/core_ui_default.scss */
.table-clear td {
  border: 0;
}

@media all and (-ms-high-contrast: none) {
  /* line 14099, app/assets/stylesheets/core_ui_default.scss */
  html {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* line 14107, app/assets/stylesheets/core_ui_default.scss */
.app,
app-dashboard,
app-root {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

/* line 14117, app/assets/stylesheets/core_ui_default.scss */
.app-header {
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
}

/* line 14122, app/assets/stylesheets/core_ui_default.scss */
.app-footer {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

/* line 14127, app/assets/stylesheets/core_ui_default.scss */
.app-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: hidden;
}

/* line 14137, app/assets/stylesheets/core_ui_default.scss */
.app-body .main {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: flex;
}

/* line 14144, app/assets/stylesheets/core_ui_default.scss */
.app-body .main.open {
  margin-left: 3vh !important;
}

/* line 14148, app/assets/stylesheets/core_ui_default.scss */
.app-body .sidebar {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  -ms-flex-order: -1;
  order: -1;
}

/* line 14155, app/assets/stylesheets/core_ui_default.scss */
.app-body .aside-menu {
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
}

/* line 14160, app/assets/stylesheets/core_ui_default.scss */
html:not([dir="rtl"]) .sidebar {
  margin-left: -236px;
}

/* line 14164, app/assets/stylesheets/core_ui_default.scss */
html:not([dir="rtl"]) .aside-menu {
  right: 0;
  margin-right: -250px;
}

/* line 14169, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .sidebar {
  margin-right: -236px;
}

/* line 14173, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .aside-menu {
  left: 0;
  margin-left: -250px;
}

@media (min-width: 992px) {
  /* line 14179, app/assets/stylesheets/core_ui_default.scss */
  .header-fixed .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
  }
  /* line 14184, app/assets/stylesheets/core_ui_default.scss */
  .header-fixed .app-body {
    margin-top: 55px;
  }
  /* line 14187, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-fixed .sidebar {
    position: fixed;
    z-index: 1019;
    width: 236px;
    height: 100vh;
  }
  /* line 14193, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-fixed .app-header + .app-body .sidebar {
    height: calc(100vh - 55px);
  }
  /* line 14196, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
  /* line 14200, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact.sidebar-fixed .sidebar {
    width: 150px;
  }
  /* line 14203, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-compact .sidebar-minimizer {
    display: none;
  }
  /* line 14206, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized .sidebar {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
  }
  /* line 14210, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimized.sidebar-fixed .sidebar {
    width: 50px;
  }
  /* line 14213, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-off-canvas .sidebar {
    position: fixed;
    z-index: 1019;
    height: 100%;
  }
  /* line 14218, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-off-canvas .app-header + .app-body .sidebar {
    height: calc(100vh - 55px);
  }
  /* line 14221, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-compact .sidebar {
    margin-left: -150px;
  }
  /* line 14224, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-minimized .sidebar {
    margin-left: -50px;
  }
  /* line 14227, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-compact .sidebar {
    margin-right: -150px;
  }
  /* line 14230, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-minimized .sidebar {
    margin-right: -50px;
  }
  /* line 14233, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-fixed .aside-menu {
    position: fixed;
    height: 100%;
  }
  /* line 14237, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-fixed .aside-menu .tab-content {
    height: calc(100vh - 2.375rem - 55px);
  }
  /* line 14240, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-fixed .app-header + .app-body .aside-menu {
    height: calc(100vh - 55px);
  }
  /* line 14243, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-off-canvas .aside-menu {
    position: fixed;
    z-index: 1019;
    height: 100%;
  }
  /* line 14248, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu-off-canvas .app-header + .app-body .aside-menu {
    height: calc(100vh - 55px);
  }
  /* line 14251, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-fixed .aside-menu,
html:not([dir="rtl"]) .aside-menu-off-canvas .aside-menu {
    right: 0;
  }
  /* line 14255, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-fixed .aside-menu,
html[dir="rtl"] .aside-menu-off-canvas .aside-menu {
    left: 0;
  }
}

/* line 14261, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-fixed .main {
  padding-top: 3.875rem;
}

/* line 14265, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb-fixed .breadcrumb {
  position: fixed;
  top: 55px;
  right: 0;
  left: 0;
  z-index: 1017;
}

/* line 14273, app/assets/stylesheets/core_ui_default.scss */
html:not([dir="rtl"]) .sidebar-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
  margin-left: 0;
}

/* line 14278, app/assets/stylesheets/core_ui_default.scss */
html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-show .aside-menu {
  margin-right: 0;
}

/* line 14283, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .sidebar-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
  margin-right: 0;
}

/* line 14288, app/assets/stylesheets/core_ui_default.scss */
html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-show .aside-menu {
  margin-left: 0;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  /* line 14312, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-show .main,
.aside-menu-show .main {
    position: relative;
  }
  /* line 14316, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-show .main::before,
.aside-menu-show .main::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1018;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    -webkit-animation: opacity 0.25s;
    animation: opacity 0.25s;
  }
}

@media (min-width: 576px) {
  /* line 14332, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  /* line 14336, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 236px;
  }
  /* line 14342, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-compact .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
  /* line 14348, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 236px;
  }
  /* line 14354, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  /* line 14358, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  /* line 14362, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-sm-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  /* line 14366, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-sm-show .aside-menu {
    margin-right: 0;
  }
  /* line 14370, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
html:not([dir="rtl"]) .aside-menu-sm-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-sm-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  /* line 14376, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .aside-menu-sm-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  /* line 14380, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14384, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-sm-show.sidebar-fixed .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  /* line 14390, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-compact .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
  /* line 14396, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-sm-show.sidebar-fixed.sidebar-minimized .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 200px;
  }
  /* line 14402, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  /* line 14406, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  /* line 14410, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-sm-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  /* line 14414, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-sm-show .aside-menu {
    margin-left: 0;
  }
  /* line 14418, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
html[dir="rtl"] .aside-menu-sm-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-sm-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  /* line 14424, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .aside-menu-sm-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 768px) {
  /* line 14447, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  /* line 14451, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 236px;
  }
  /* line 14457, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-compact .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
  /* line 14463, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 236px;
  }
  /* line 14469, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  /* line 14473, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  /* line 14477, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-md-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  /* line 14481, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-md-show .aside-menu {
    margin-right: 0;
  }
  /* line 14485, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
html:not([dir="rtl"]) .aside-menu-md-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-md-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  /* line 14491, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .aside-menu-md-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  /* line 14495, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14499, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-md-show.sidebar-fixed .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  /* line 14505, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-compact .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
  /* line 14511, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-md-show.sidebar-fixed.sidebar-minimized .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 200px;
  }
  /* line 14517, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  /* line 14521, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  /* line 14525, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-md-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  /* line 14529, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-md-show .aside-menu {
    margin-left: 0;
  }
  /* line 14533, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
html[dir="rtl"] .aside-menu-md-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-md-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  /* line 14539, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .aside-menu-md-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 992px) {
  /* line 14562, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  /* line 14566, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 236px;
  }
  /* line 14572, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-compact .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
  /* line 14578, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px;
  }
  /* line 14584, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  /* line 14588, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  /* line 14592, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-lg-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  /* line 14596, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-lg-show .aside-menu {
    margin-right: 0;
  }
  /* line 14600, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
html:not([dir="rtl"]) .aside-menu-lg-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-lg-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  /* line 14606, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .aside-menu-lg-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  /* line 14610, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14614, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-lg-show.sidebar-fixed .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  /* line 14620, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-compact .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
  /* line 14626, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px;
  }
  /* line 14632, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  /* line 14636, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  /* line 14640, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-lg-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  /* line 14644, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-lg-show .aside-menu {
    margin-left: 0;
  }
  /* line 14648, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
html[dir="rtl"] .aside-menu-lg-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-lg-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  /* line 14654, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .aside-menu-lg-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

@media (min-width: 1200px) {
  /* line 14677, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show .sidebar,
html:not([dir="rtl"]) .sidebar-show .sidebar {
    margin-left: 0;
  }
  /* line 14681, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer {
    margin-left: 236px;
  }
  /* line 14687, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-compact .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-left: 150px;
  }
  /* line 14693, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-xl-show.sidebar-fixed.sidebar-minimized .app-footer,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html:not([dir="rtl"]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-left: 50px;
  }
  /* line 14699, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed .breadcrumb {
    left: 200px;
  }
  /* line 14703, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    left: 150px;
  }
  /* line 14707, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .sidebar-xl-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html:not([dir="rtl"]) .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    left: 50px;
  }
  /* line 14711, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show .aside-menu,
html:not([dir="rtl"]) .aside-menu-xl-show .aside-menu {
    margin-right: 0;
  }
  /* line 14715, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-show.aside-menu-fixed .app-footer,
html:not([dir="rtl"]) .aside-menu-xl-show.aside-menu-fixed .main,
html:not([dir="rtl"]) .aside-menu-xl-show.aside-menu-fixed .app-footer {
    margin-right: 250px;
  }
  /* line 14721, app/assets/stylesheets/core_ui_default.scss */
  html:not([dir="rtl"]) .aside-menu-show.breadcrumb-fixed .breadcrumb,
html:not([dir="rtl"]) .aside-menu-xl-show.breadcrumb-fixed .breadcrumb {
    right: 250px;
  }
  /* line 14725, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show .sidebar,
html[dir="rtl"] .sidebar-show .sidebar {
    margin-right: 0;
  }
  /* line 14729, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-xl-show.sidebar-fixed .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed .app-footer {
    margin-right: 200px;
  }
  /* line 14735, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-compact .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-compact .app-footer {
    margin-right: 150px;
  }
  /* line 14741, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-xl-show.sidebar-fixed.sidebar-minimized .app-footer,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .main,
html[dir="rtl"] .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer {
    margin-right: 50px;
  }
  /* line 14747, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed .breadcrumb {
    right: 200px;
  }
  /* line 14751, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.breadcrumb-fixed.sidebar-compact .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-compact .breadcrumb {
    right: 150px;
  }
  /* line 14755, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .sidebar-xl-show.breadcrumb-fixed.sidebar-minimized .breadcrumb,
html[dir="rtl"] .sidebar-show.breadcrumb-fixed.sidebar-minimized .breadcrumb {
    right: 50px;
  }
  /* line 14759, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show .aside-menu,
html[dir="rtl"] .aside-menu-xl-show .aside-menu {
    margin-left: 0;
  }
  /* line 14763, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-show.aside-menu-fixed .app-footer,
html[dir="rtl"] .aside-menu-xl-show.aside-menu-fixed .main,
html[dir="rtl"] .aside-menu-xl-show.aside-menu-fixed .app-footer {
    margin-left: 250px;
  }
  /* line 14769, app/assets/stylesheets/core_ui_default.scss */
  html[dir="rtl"] .aside-menu-show.breadcrumb-fixed .breadcrumb,
html[dir="rtl"] .aside-menu-xl-show.breadcrumb-fixed .breadcrumb {
    left: 250px;
  }
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}

/* line 14791, app/assets/stylesheets/core_ui_default.scss */
.footer-fixed .app-footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1020;
  height: 50px;
}

/* line 14800, app/assets/stylesheets/core_ui_default.scss */
.footer-fixed .app-body {
  margin-bottom: 50px;
}

/* line 14804, app/assets/stylesheets/core_ui_default.scss */
.app-header,
.app-footer,
.sidebar,
.main,
.aside-menu {
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s;
  transition: margin-left 0.25s, margin-right 0.25s, width 0.25s, flex 0.25s, -ms-flex 0.25s;
}

/* line 14813, app/assets/stylesheets/core_ui_default.scss */
.sidebar-nav {
  transition: width 0.25s;
}

/* line 14817, app/assets/stylesheets/core_ui_default.scss */
.breadcrumb {
  transition: left 0.25s, right 0.25s, width 0.25s;
}

@media (max-width: 991.98px) {
  /* line 14822, app/assets/stylesheets/core_ui_default.scss */
  .app-header {
    position: fixed;
    z-index: 1020;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
  /* line 14829, app/assets/stylesheets/core_ui_default.scss */
  .app-header .navbar-toggler {
    color: #fff;
  }
  /* line 14832, app/assets/stylesheets/core_ui_default.scss */
  .app-header .navbar-brand {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -77.5px;
  }
  /* line 14838, app/assets/stylesheets/core_ui_default.scss */
  .app-body {
    /*margin-top: 55px;*/
  }
  /* line 14841, app/assets/stylesheets/core_ui_default.scss */
  .sidebar {
    position: fixed;
    z-index: 1019;
    width: 236px;
    height: 100vh;
  }
  /* line 14847, app/assets/stylesheets/core_ui_default.scss */
  .sidebar-minimizer {
    display: none;
  }
  /* line 14850, app/assets/stylesheets/core_ui_default.scss */
  .aside-menu {
    position: fixed;
    height: 100%;
  }
}

/* line 14856, app/assets/stylesheets/core_ui_default.scss */
hr.transparent {
  border-top: 1px solid transparent;
}

/* line 14860, app/assets/stylesheets/core_ui_default.scss */
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-dark {
  color: #fff;
}

/* line 14869, app/assets/stylesheets/core_ui_default.scss */
.bg-facebook {
  background-color: #3b5998 !important;
}

/* line 14873, app/assets/stylesheets/core_ui_default.scss */
a.bg-facebook:hover, a.bg-facebook:focus,
button.bg-facebook:hover,
button.bg-facebook:focus {
  background-color: #2d4373 !important;
}

/* line 14879, app/assets/stylesheets/core_ui_default.scss */
.bg-twitter {
  background-color: #00aced !important;
}

/* line 14883, app/assets/stylesheets/core_ui_default.scss */
a.bg-twitter:hover, a.bg-twitter:focus,
button.bg-twitter:hover,
button.bg-twitter:focus {
  background-color: #0087ba !important;
}

/* line 14889, app/assets/stylesheets/core_ui_default.scss */
.bg-linkedin {
  background-color: #4875b4 !important;
}

/* line 14893, app/assets/stylesheets/core_ui_default.scss */
a.bg-linkedin:hover, a.bg-linkedin:focus,
button.bg-linkedin:hover,
button.bg-linkedin:focus {
  background-color: #395d90 !important;
}

/* line 14899, app/assets/stylesheets/core_ui_default.scss */
.bg-google-plus {
  background-color: #d34836 !important;
}

/* line 14903, app/assets/stylesheets/core_ui_default.scss */
a.bg-google-plus:hover, a.bg-google-plus:focus,
button.bg-google-plus:hover,
button.bg-google-plus:focus {
  background-color: #b03626 !important;
}

/* line 14909, app/assets/stylesheets/core_ui_default.scss */
.bg-flickr {
  background-color: #ff0084 !important;
}

/* line 14913, app/assets/stylesheets/core_ui_default.scss */
a.bg-flickr:hover, a.bg-flickr:focus,
button.bg-flickr:hover,
button.bg-flickr:focus {
  background-color: #cc006a !important;
}

/* line 14919, app/assets/stylesheets/core_ui_default.scss */
.bg-tumblr {
  background-color: #32506d !important;
}

/* line 14923, app/assets/stylesheets/core_ui_default.scss */
a.bg-tumblr:hover, a.bg-tumblr:focus,
button.bg-tumblr:hover,
button.bg-tumblr:focus {
  background-color: #22364a !important;
}

/* line 14929, app/assets/stylesheets/core_ui_default.scss */
.bg-xing {
  background-color: #026466 !important;
}

/* line 14933, app/assets/stylesheets/core_ui_default.scss */
a.bg-xing:hover, a.bg-xing:focus,
button.bg-xing:hover,
button.bg-xing:focus {
  background-color: #013334 !important;
}

/* line 14939, app/assets/stylesheets/core_ui_default.scss */
.bg-github {
  background-color: #4183c4 !important;
}

/* line 14943, app/assets/stylesheets/core_ui_default.scss */
a.bg-github:hover, a.bg-github:focus,
button.bg-github:hover,
button.bg-github:focus {
  background-color: #3269a0 !important;
}

/* line 14949, app/assets/stylesheets/core_ui_default.scss */
.bg-html5 {
  background-color: #e34f26 !important;
}

/* line 14953, app/assets/stylesheets/core_ui_default.scss */
a.bg-html5:hover, a.bg-html5:focus,
button.bg-html5:hover,
button.bg-html5:focus {
  background-color: #be3c18 !important;
}

/* line 14959, app/assets/stylesheets/core_ui_default.scss */
.bg-openid {
  background-color: #f78c40 !important;
}

/* line 14963, app/assets/stylesheets/core_ui_default.scss */
a.bg-openid:hover, a.bg-openid:focus,
button.bg-openid:hover,
button.bg-openid:focus {
  background-color: #f56f0f !important;
}

/* line 14969, app/assets/stylesheets/core_ui_default.scss */
.bg-stack-overflow {
  background-color: #fe7a15 !important;
}

/* line 14973, app/assets/stylesheets/core_ui_default.scss */
a.bg-stack-overflow:hover, a.bg-stack-overflow:focus,
button.bg-stack-overflow:hover,
button.bg-stack-overflow:focus {
  background-color: #df6101 !important;
}

/* line 14979, app/assets/stylesheets/core_ui_default.scss */
.bg-youtube {
  background-color: #b00 !important;
}

/* line 14983, app/assets/stylesheets/core_ui_default.scss */
a.bg-youtube:hover, a.bg-youtube:focus,
button.bg-youtube:hover,
button.bg-youtube:focus {
  background-color: #880000 !important;
}

/* line 14989, app/assets/stylesheets/core_ui_default.scss */
.bg-css3 {
  background-color: #0170ba !important;
}

/* line 14993, app/assets/stylesheets/core_ui_default.scss */
a.bg-css3:hover, a.bg-css3:focus,
button.bg-css3:hover,
button.bg-css3:focus {
  background-color: #015187 !important;
}

/* line 14999, app/assets/stylesheets/core_ui_default.scss */
.bg-dribbble {
  background-color: #ea4c89 !important;
}

/* line 15003, app/assets/stylesheets/core_ui_default.scss */
a.bg-dribbble:hover, a.bg-dribbble:focus,
button.bg-dribbble:hover,
button.bg-dribbble:focus {
  background-color: #e51e6b !important;
}

/* line 15009, app/assets/stylesheets/core_ui_default.scss */
.bg-instagram {
  background-color: #517fa4 !important;
}

/* line 15013, app/assets/stylesheets/core_ui_default.scss */
a.bg-instagram:hover, a.bg-instagram:focus,
button.bg-instagram:hover,
button.bg-instagram:focus {
  background-color: #406582 !important;
}

/* line 15019, app/assets/stylesheets/core_ui_default.scss */
.bg-pinterest {
  background-color: #cb2027 !important;
}

/* line 15023, app/assets/stylesheets/core_ui_default.scss */
a.bg-pinterest:hover, a.bg-pinterest:focus,
button.bg-pinterest:hover,
button.bg-pinterest:focus {
  background-color: #9f191f !important;
}

/* line 15029, app/assets/stylesheets/core_ui_default.scss */
.bg-vk {
  background-color: #45668e !important;
}

/* line 15033, app/assets/stylesheets/core_ui_default.scss */
a.bg-vk:hover, a.bg-vk:focus,
button.bg-vk:hover,
button.bg-vk:focus {
  background-color: #344d6c !important;
}

/* line 15039, app/assets/stylesheets/core_ui_default.scss */
.bg-yahoo {
  background-color: #400191 !important;
}

/* line 15043, app/assets/stylesheets/core_ui_default.scss */
a.bg-yahoo:hover, a.bg-yahoo:focus,
button.bg-yahoo:hover,
button.bg-yahoo:focus {
  background-color: #2a015e !important;
}

/* line 15049, app/assets/stylesheets/core_ui_default.scss */
.bg-behance {
  background-color: #1769ff !important;
}

/* line 15053, app/assets/stylesheets/core_ui_default.scss */
a.bg-behance:hover, a.bg-behance:focus,
button.bg-behance:hover,
button.bg-behance:focus {
  background-color: #0050e3 !important;
}

/* line 15059, app/assets/stylesheets/core_ui_default.scss */
.bg-dropbox {
  background-color: #007ee5 !important;
}

/* line 15063, app/assets/stylesheets/core_ui_default.scss */
a.bg-dropbox:hover, a.bg-dropbox:focus,
button.bg-dropbox:hover,
button.bg-dropbox:focus {
  background-color: #0062b2 !important;
}

/* line 15069, app/assets/stylesheets/core_ui_default.scss */
.bg-reddit {
  background-color: #ff4500 !important;
}

/* line 15073, app/assets/stylesheets/core_ui_default.scss */
a.bg-reddit:hover, a.bg-reddit:focus,
button.bg-reddit:hover,
button.bg-reddit:focus {
  background-color: #cc3700 !important;
}

/* line 15079, app/assets/stylesheets/core_ui_default.scss */
.bg-spotify {
  background-color: #7ab800 !important;
}

/* line 15083, app/assets/stylesheets/core_ui_default.scss */
a.bg-spotify:hover, a.bg-spotify:focus,
button.bg-spotify:hover,
button.bg-spotify:focus {
  background-color: #588500 !important;
}

/* line 15089, app/assets/stylesheets/core_ui_default.scss */
.bg-vine {
  background-color: #00bf8f !important;
}

/* line 15093, app/assets/stylesheets/core_ui_default.scss */
a.bg-vine:hover, a.bg-vine:focus,
button.bg-vine:hover,
button.bg-vine:focus {
  background-color: #008c69 !important;
}

/* line 15099, app/assets/stylesheets/core_ui_default.scss */
.bg-foursquare {
  background-color: #1073af !important;
}

/* line 15103, app/assets/stylesheets/core_ui_default.scss */
a.bg-foursquare:hover, a.bg-foursquare:focus,
button.bg-foursquare:hover,
button.bg-foursquare:focus {
  background-color: #0c5480 !important;
}

/* line 15109, app/assets/stylesheets/core_ui_default.scss */
.bg-vimeo {
  background-color: #aad450 !important;
}

/* line 15113, app/assets/stylesheets/core_ui_default.scss */
a.bg-vimeo:hover, a.bg-vimeo:focus,
button.bg-vimeo:hover,
button.bg-vimeo:focus {
  background-color: #93c130 !important;
}

/* line 15119, app/assets/stylesheets/core_ui_default.scss */
.bg-blue {
  background-color: #20a8d8 !important;
}

/* line 15123, app/assets/stylesheets/core_ui_default.scss */
a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #1985ac !important;
}

/* line 15129, app/assets/stylesheets/core_ui_default.scss */
.bg-indigo {
  background-color: #6610f2 !important;
}

/* line 15133, app/assets/stylesheets/core_ui_default.scss */
a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important;
}

/* line 15139, app/assets/stylesheets/core_ui_default.scss */
.bg-purple {
  background-color: #6f42c1 !important;
}

/* line 15143, app/assets/stylesheets/core_ui_default.scss */
a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #59339d !important;
}

/* line 15149, app/assets/stylesheets/core_ui_default.scss */
.bg-pink {
  background-color: #e83e8c !important;
}

/* line 15153, app/assets/stylesheets/core_ui_default.scss */
a.bg-pink:hover, a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #d91a72 !important;
}

/* line 15159, app/assets/stylesheets/core_ui_default.scss */
.bg-red {
  background-color: #f86c6b !important;
}

/* line 15163, app/assets/stylesheets/core_ui_default.scss */
a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #f63c3a !important;
}

/* line 15169, app/assets/stylesheets/core_ui_default.scss */
.bg-orange {
  background-color: #f8cb00 !important;
}

/* line 15173, app/assets/stylesheets/core_ui_default.scss */
a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #c5a100 !important;
}

/* line 15179, app/assets/stylesheets/core_ui_default.scss */
.bg-yellow {
  background-color: #ffc107 !important;
}

/* line 15183, app/assets/stylesheets/core_ui_default.scss */
a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #d39e00 !important;
}

/* line 15189, app/assets/stylesheets/core_ui_default.scss */
.bg-green {
  background-color: #4dbd74 !important;
}

/* line 15193, app/assets/stylesheets/core_ui_default.scss */
a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #3a9d5d !important;
}

/* line 15199, app/assets/stylesheets/core_ui_default.scss */
.bg-teal {
  background-color: #20c997 !important;
}

/* line 15203, app/assets/stylesheets/core_ui_default.scss */
a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #199d76 !important;
}

/* line 15209, app/assets/stylesheets/core_ui_default.scss */
.bg-cyan {
  background-color: #17a2b8 !important;
}

/* line 15213, app/assets/stylesheets/core_ui_default.scss */
a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #117a8b !important;
}

/* line 15219, app/assets/stylesheets/core_ui_default.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 15223, app/assets/stylesheets/core_ui_default.scss */
a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

/* line 15229, app/assets/stylesheets/core_ui_default.scss */
.bg-gray {
  background-color: #73818f !important;
}

/* line 15233, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #5c6873 !important;
}

/* line 15239, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-dark {
  background-color: #2f353a !important;
}

/* line 15243, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-dark:hover, a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #181b1e !important;
}

/* line 15249, app/assets/stylesheets/core_ui_default.scss */
.bg-light-blue {
  background-color: #63c2de !important;
}

/* line 15253, app/assets/stylesheets/core_ui_default.scss */
a.bg-light-blue:hover, a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: #39b2d5 !important;
}

/* line 15259, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-100 {
  background-color: #f0f3f5 !important;
}

/* line 15263, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: #d1dbe1 !important;
}

/* line 15269, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-200 {
  background-color: #e4e7ea !important;
}

/* line 15273, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #c7ced4 !important;
}

/* line 15279, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-300 {
  background-color: #c8ced3 !important;
}

/* line 15283, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #acb5bc !important;
}

/* line 15289, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-400 {
  background-color: #acb4bc !important;
}

/* line 15293, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #909ba5 !important;
}

/* line 15299, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-500 {
  background-color: #8f9ba6 !important;
}

/* line 15303, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #73828f !important;
}

/* line 15309, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-600 {
  background-color: #73818f !important;
}

/* line 15313, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-600:hover, a.bg-gray-600:focus,
button.bg-gray-600:hover,
button.bg-gray-600:focus {
  background-color: #5c6873 !important;
}

/* line 15319, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-700 {
  background-color: #5c6873 !important;
}

/* line 15323, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-700:hover, a.bg-gray-700:focus,
button.bg-gray-700:hover,
button.bg-gray-700:focus {
  background-color: #454e57 !important;
}

/* line 15329, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-800 {
  background-color: #2f353a !important;
}

/* line 15333, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-800:hover, a.bg-gray-800:focus,
button.bg-gray-800:hover,
button.bg-gray-800:focus {
  background-color: #181b1e !important;
}

/* line 15339, app/assets/stylesheets/core_ui_default.scss */
.bg-gray-900 {
  background-color: #23282c !important;
}

/* line 15343, app/assets/stylesheets/core_ui_default.scss */
a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #0c0e10 !important;
}

/* line 15349, app/assets/stylesheets/core_ui_default.scss */
.bg-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
}

/* line 15360, app/assets/stylesheets/core_ui_default.scss */
.b-a-0 {
  border: 0 !important;
}

/* line 15364, app/assets/stylesheets/core_ui_default.scss */
.b-t-0 {
  border-top: 0 !important;
}

/* line 15368, app/assets/stylesheets/core_ui_default.scss */
.b-r-0 {
  border-right: 0 !important;
}

/* line 15372, app/assets/stylesheets/core_ui_default.scss */
.b-b-0 {
  border-bottom: 0 !important;
}

/* line 15376, app/assets/stylesheets/core_ui_default.scss */
.b-l-0 {
  border-left: 0 !important;
}

/* line 15380, app/assets/stylesheets/core_ui_default.scss */
.b-a-1 {
  border: 1px solid #c8ced3;
}

/* line 15384, app/assets/stylesheets/core_ui_default.scss */
.b-t-1 {
  border-top: 1px solid #c8ced3;
}

/* line 15388, app/assets/stylesheets/core_ui_default.scss */
.b-r-1 {
  border-right: 1px solid #c8ced3;
}

/* line 15392, app/assets/stylesheets/core_ui_default.scss */
.b-b-1 {
  border-bottom: 1px solid #c8ced3;
}

/* line 15396, app/assets/stylesheets/core_ui_default.scss */
.b-l-1 {
  border-left: 1px solid #c8ced3;
}

/* line 15400, app/assets/stylesheets/core_ui_default.scss */
.b-a-2 {
  border: 2px solid #c8ced3;
}

/* line 15404, app/assets/stylesheets/core_ui_default.scss */
.b-t-2 {
  border-top: 2px solid #c8ced3;
}

/* line 15408, app/assets/stylesheets/core_ui_default.scss */
.b-r-2 {
  border-right: 2px solid #c8ced3;
}

/* line 15412, app/assets/stylesheets/core_ui_default.scss */
.b-b-2 {
  border-bottom: 2px solid #c8ced3;
}

/* line 15416, app/assets/stylesheets/core_ui_default.scss */
.b-l-2 {
  border-left: 2px solid #c8ced3;
}

@media (max-width: 575.98px) {
  /* line 15421, app/assets/stylesheets/core_ui_default.scss */
  .d-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  /* line 15427, app/assets/stylesheets/core_ui_default.scss */
  .d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  /* line 15433, app/assets/stylesheets/core_ui_default.scss */
  .d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 15439, app/assets/stylesheets/core_ui_default.scss */
  .d-lg-down-none {
    display: none !important;
  }
}

/* line 15444, app/assets/stylesheets/core_ui_default.scss */
.d-xl-down-none {
  display: none !important;
}

/* line 15448, app/assets/stylesheets/core_ui_default.scss */
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/* line 15453, app/assets/stylesheets/core_ui_default.scss */
.font-xs {
  font-size: .75rem !important;
}

/* line 15457, app/assets/stylesheets/core_ui_default.scss */
.font-sm {
  font-size: .85rem !important;
}

/* line 15461, app/assets/stylesheets/core_ui_default.scss */
.font-lg {
  font-size: 1rem !important;
}

/* line 15465, app/assets/stylesheets/core_ui_default.scss */
.font-xl {
  font-size: 1.25rem !important;
}

/* line 15469, app/assets/stylesheets/core_ui_default.scss */
.font-2xl {
  font-size: 1.5rem !important;
}

/* line 15473, app/assets/stylesheets/core_ui_default.scss */
.font-3xl {
  font-size: 1.75rem !important;
}

/* line 15477, app/assets/stylesheets/core_ui_default.scss */
.font-4xl {
  font-size: 2rem !important;
}

/* line 15481, app/assets/stylesheets/core_ui_default.scss */
.font-5xl {
  font-size: 2.5rem !important;
}

/* line 15485, app/assets/stylesheets/core_ui_default.scss */
.text-value {
  font-size: 1.3125rem;
  font-weight: 600;
}

/* line 15490, app/assets/stylesheets/core_ui_default.scss */
.text-value-sm {
  font-size: 1.09375rem;
  font-weight: 600;
}

/* line 15495, app/assets/stylesheets/core_ui_default.scss */
.text-value-lg {
  font-size: 1.53125rem;
  font-weight: 600;
}

/* line 15500, app/assets/stylesheets/core_ui_default.scss */
.text-white .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 15504, app/assets/stylesheets/core_ui_default.scss */
.email-app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  border: 1px solid #c8ced3;
}

/* line 15513, app/assets/stylesheets/core_ui_default.scss */
.email-app nav {
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  padding: 1rem;
  border-right: 1px solid #c8ced3;
}

/* line 15520, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .btn-block {
  margin-bottom: 15px;
}

/* line 15524, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav {
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 15529, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-item {
  position: relative;
}

/* line 15533, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-link {
  color: #23282c;
  border-bottom: 1px solid #c8ced3;
}

/* line 15538, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-link i {
  width: 20px;
  margin: 0 10px 0 0;
  font-size: 14px;
  text-align: center;
}

/* line 15545, app/assets/stylesheets/core_ui_default.scss */
.email-app nav .nav-link .badge {
  float: right;
  margin-top: 4px;
  margin-left: 10px;
}

/* line 15551, app/assets/stylesheets/core_ui_default.scss */
.email-app main {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 1rem;
}

/* line 15558, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .toolbar {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c8ced3;
}

/* line 15563, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .messages {
  padding: 0;
  list-style: none;
}

/* line 15568, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message {
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  cursor: pointer;
  border-bottom: 1px solid #c8ced3;
}

/* line 15575, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message:hover {
  background: #f0f3f5;
}

/* line 15579, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .actions {
  position: absolute;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 15588, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .actions .action {
  width: 2rem;
  margin-bottom: 0.5rem;
  color: #c8ced3;
  text-align: center;
}

/* line 15595, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message a {
  color: #000;
}

/* line 15599, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message a:hover {
  text-decoration: none;
}

/* line 15603, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message.unread .header,
.email-app .inbox .message.unread .title {
  font-weight: 700;
}

/* line 15608, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.5rem;
}

/* line 15616, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .header .date {
  margin-left: auto;
}

/* line 15620, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .title {
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 15627, app/assets/stylesheets/core_ui_default.scss */
.email-app .inbox .message .description {
  font-size: 12px;
}

/* line 15631, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .toolbar {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c8ced3;
}

/* line 15636, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .title {
  padding: 1rem 0;
  font-weight: 700;
}

/* line 15641, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  margin: 1rem 0;
  border-top: 1px solid #c8ced3;
  border-bottom: 1px solid #c8ced3;
}

/* line 15650, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .avatar {
  width: 40px;
  height: 40px;
  margin-right: 1rem;
}

/* line 15656, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .from {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 12px;
  color: #73818f;
}

/* line 15663, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .from span {
  display: block;
  font-weight: 700;
}

/* line 15668, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .header .date {
  margin-left: auto;
}

/* line 15672, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments {
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-top: 3px solid #f0f3f5;
  border-bottom: 3px solid #f0f3f5;
}

/* line 15679, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments .attachment {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0.5rem 0;
  font-size: 12px;
}

/* line 15688, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments .attachment .badge {
  margin: 0 0.5rem;
  line-height: inherit;
}

/* line 15693, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments .attachment .menu {
  margin-left: auto;
}

/* line 15697, app/assets/stylesheets/core_ui_default.scss */
.email-app .message .details .attachments .attachment .menu a {
  padding: 0 0.5rem;
  font-size: 14px;
  color: #c8ced3;
}

@media (max-width: 767.98px) {
  /* line 15704, app/assets/stylesheets/core_ui_default.scss */
  .email-app {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 15708, app/assets/stylesheets/core_ui_default.scss */
  .email-app nav {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 575.98px) {
  /* line 15715, app/assets/stylesheets/core_ui_default.scss */
  .email-app .message .header {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 15719, app/assets/stylesheets/core_ui_default.scss */
  .email-app .message .header .date {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

/* line 15725, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

/* line 15730, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] body {
  text-align: right;
}

/* line 15734, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .dropdown-item {
  text-align: right;
}

/* line 15738, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .dropdown-item i {
  margin-right: -10px;
  margin-left: 10px;
}

/* line 15743, app/assets/stylesheets/core_ui_default.scss */
*[dir="rtl"] .dropdown-item .badge {
  right: auto;
  left: 10px;
}

/* line 15748, app/assets/stylesheets/core_ui_default.scss */
.ie-custom-properties {
  blue: #20a8d8;
  indigo: #6610f2;
  purple: #6f42c1;
  pink: #e83e8c;
  red: #f86c6b;
  orange: #f8cb00;
  yellow: #ffc107;
  green: #4dbd74;
  teal: #20c997;
  cyan: #17a2b8;
  white: #fff;
  gray: #73818f;
  gray-dark: #2f353a;
  light-blue: #63c2de;
  primary: #20a8d8;
  secondary: #c8ced3;
  success: #4dbd74;
  info: #63c2de;
  warning: #ffc107;
  danger: #f86c6b;
  light: #f0f3f5;
  dark: #2f353a;
  breakpoint-xs: 0;
  breakpoint-sm: 576px;
  breakpoint-md: 768px;
  breakpoint-lg: 992px;
  breakpoint-xl: 1200px;
}

/* line 15778, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

/* line 15782, app/assets/stylesheets/core_ui_default.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
/* line 15792, app/assets/stylesheets/core_ui_default.scss */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #23282c;
  margin: 40px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
/* line 15840, app/assets/stylesheets/core_ui_default.scss */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

/* line 15847, app/assets/stylesheets/core_ui_default.scss */
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #23282c;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2.0s infinite ease-in-out;
  animation: sk-doubleBounce 2.0s infinite ease-in-out;
}

/* line 15860, app/assets/stylesheets/core_ui_default.scss */
.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
/* line 15899, app/assets/stylesheets/core_ui_default.scss */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

/* line 15907, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect {
  background-color: #23282c;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

/* line 15916, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

/* line 15921, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 15926, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 15931, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 15936, app/assets/stylesheets/core_ui_default.scss */
.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
/* line 15972, app/assets/stylesheets/core_ui_default.scss */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 15979, app/assets/stylesheets/core_ui_default.scss */
.sk-wandering-cubes .sk-cube {
  background-color: #23282c;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

/* line 15990, app/assets/stylesheets/core_ui_default.scss */
.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
/* line 16057, app/assets/stylesheets/core_ui_default.scss */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #23282c;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
/* line 16100, app/assets/stylesheets/core_ui_default.scss */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

/* line 16110, app/assets/stylesheets/core_ui_default.scss */
.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #23282c;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

/* line 16122, app/assets/stylesheets/core_ui_default.scss */
.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
/* line 16175, app/assets/stylesheets/core_ui_default.scss */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

/* line 16181, app/assets/stylesheets/core_ui_default.scss */
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #23282c;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

/* line 16191, app/assets/stylesheets/core_ui_default.scss */
.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 16196, app/assets/stylesheets/core_ui_default.scss */
.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
/* line 16242, app/assets/stylesheets/core_ui_default.scss */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 16249, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 16257, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #23282c;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

/* line 16269, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 16274, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 16279, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 16284, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 16289, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 16294, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 16299, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 16304, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 16309, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 16314, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 16319, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 16324, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 16329, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 16334, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 16339, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 16344, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 16349, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 16354, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 16359, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 16364, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 16369, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 16374, app/assets/stylesheets/core_ui_default.scss */
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
/* line 16417, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

/* line 16429, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #23282c;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

/* line 16438, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 16443, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 16448, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 16453, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 16458, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 16463, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 16468, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}

/* line 16473, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 16478, app/assets/stylesheets/core_ui_default.scss */
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
/* line 16524, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 16531, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 16539, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #23282c;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

/* line 16551, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 16556, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 16561, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 16566, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 16571, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 16576, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 16581, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 16586, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 16591, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 16596, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 16601, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 16606, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 16611, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 16616, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 16621, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 16626, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 16631, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 16636, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 16641, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 16646, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 16651, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 16656, app/assets/stylesheets/core_ui_default.scss */
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
/* line 16690, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

/* line 16699, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 16708, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #23282c;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 16722, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

/* line 16727, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

/* line 16732, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

/* line 16737, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 16742, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

/* line 16747, app/assets/stylesheets/core_ui_default.scss */
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* line 16788, app/assets/stylesheets/core_ui_default.scss */
.sidebar-button {
  position: absolute;
  top: 0px;
  right: -100px;
  padding: 27px;
  transform-origin: 0 0;
  transform: rotate(-90deg) translate(-100%, 0);
  border: none;
  background: #f2f0f987;
  font-size: 16px;
  outline: 0px !important;
}

/* line 16801, app/assets/stylesheets/core_ui_default.scss */
.nav.nav_bottom,
.nav.nav_bottom #language-select .select-head {
  font-size: 16px;
  font-family: var(--font-family-header);
}

/* line 16807, app/assets/stylesheets/core_ui_default.scss */
.nav.nav_bottom #language-select .select-head {
  color: #000000;
}

/* line 16811, app/assets/stylesheets/core_ui_default.scss */
.nav.nav_bottom .gray {
  color: #9E9CA7;
}

/* line 16815, app/assets/stylesheets/core_ui_default.scss */
.sidebar .logo {
  position: fixed;
  top: 50px;
  left: 40px;
  width: 140px;
  margin: 0;
  display: block;
  text-align: center;
}

/* line 16825, app/assets/stylesheets/core_ui_default.scss */
.sidebar-nav {
  margin-top: 180px;
}

/* line 16828, app/assets/stylesheets/core_ui_default.scss */
.app-body .main > .container-fluid {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* line 16833, app/assets/stylesheets/core_ui_default.scss */
#ui-view {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* line 16838, app/assets/stylesheets/core_ui_default.scss */
#ui-view > .card {
  flex: 1;
}

/* line 16841, app/assets/stylesheets/core_ui_default.scss */
.action-icon {
  width: 20px;
  margin-right: 8px;
}

/* line 16845, app/assets/stylesheets/core_ui_default.scss */
.description_wrapper {
  border: 1px solid #F7E5B5;
  /* Заменен на желтый */
  border-radius: 16px;
  padding: 24px;
  color: #636F7D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* line 16854, app/assets/stylesheets/core_ui_default.scss */
.description_title {
  font-weight: 600;
  margin-bottom: 12px;
}

/* line 16859, app/assets/stylesheets/core_ui_default.scss */
.primary-color {
  color: #f0dc46;
}

/* line 16863, app/assets/stylesheets/core_ui_default.scss */
.checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 16878, app/assets/stylesheets/core_ui_default.scss */
.checkbox [type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* line 16885, app/assets/stylesheets/core_ui_default.scss */
.checkbox label {
  margin: 0;
  cursor: pointer;
}

/* line 16890, app/assets/stylesheets/core_ui_default.scss */
.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #B3BAC3;
  border-radius: 6px;
}

/* line 16901, app/assets/stylesheets/core_ui_default.scss */
.checkbox input:checked ~ .checkmark {
  background-color: #f0dc46;
}

/* line 16905, app/assets/stylesheets/core_ui_default.scss */
.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 16911, app/assets/stylesheets/core_ui_default.scss */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* line 16915, app/assets/stylesheets/core_ui_default.scss */
.checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #505050;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 16927, app/assets/stylesheets/core_ui_default.scss */
.tfa_qr_code {
  border: 1px solid #BDCBD8;
  border-radius: 24px;
  margin-bottom: 10px;
}

/* line 16932, app/assets/stylesheets/core_ui_default.scss */
.tfa_code {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  width: 150px;
  color: #636F7D;
  margin: auto;
}

/* line 16941, app/assets/stylesheets/core_ui_default.scss */
.back_btn_wrapper {
  padding: 28px 42px 4px;
}

/* line 16945, app/assets/stylesheets/core_ui_default.scss */
.back_btn_wrapper a {
  color: #BDCBD8;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

/* line 16952, app/assets/stylesheets/core_ui_default.scss */
.modal_title {
  font-family: 'Barlow', sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

/* line 16958, app/assets/stylesheets/core_ui_default.scss */
.reactive_tabs {
  display: flex;
  gap: 24px;
}

/* line 16962, app/assets/stylesheets/core_ui_default.scss */
.reactive_tab {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #95A3B1;
  border-bottom: 2px solid transparent;
}

/* line 16969, app/assets/stylesheets/core_ui_default.scss */
.reactive_tab.active,
.reactive_tab:hover {
  border-bottom: 2px solid #f0dc46;
  color: #171D23;
  text-decoration: none;
}

/* line 16976, app/assets/stylesheets/core_ui_default.scss */
.table .form-control {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 0;
  height: 36px;
  width: auto;
  appearance: none;
}

/* line 16987, app/assets/stylesheets/core_ui_default.scss */
.mini_time {
  font-size: 10px;
  line-height: 16px;
  color: #636F7D;
}

/* line 16993, app/assets/stylesheets/core_ui_default.scss */
.table_exchange_label {
  font-size: 12px;
  line-height: 16px;
  color: #636F7D;
}

/* line 16999, app/assets/stylesheets/core_ui_default.scss */
.d-flex {
  display: flex;
}

/* line 17003, app/assets/stylesheets/core_ui_default.scss */
.align-items-center {
  align-items: center;
}

/* line 17007, app/assets/stylesheets/core_ui_default.scss */
.justify-content-between {
  justify-content: space-between;
}

/* line 17011, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* line 17018, app/assets/stylesheets/core_ui_default.scss */
.form-control.js-form-with-modal-input {
  flex-grow: 1;
  margin-right: 5px;
  justify-content: center;
}

/* line 17024, app/assets/stylesheets/core_ui_default.scss */
.search_button {
  background-color: #f0dc46;
  color: #505050;
  padding: 10px 16px;
  border: none;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  font-size: 15px;
  transform: translateY(-2px);
  right: 19px;
  top: 10px;
}

/* line 17041, app/assets/stylesheets/core_ui_default.scss */
.search_button:hover {
  background-color: #f5e65a;
  color: #505050;
}

/* line 17046, app/assets/stylesheets/core_ui_default.scss */
.search_button img {
  margin-left: 4px;
  height: 20px;
  width: 30px;
}

/* line 17052, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label.search input:focus ~ .search_button {
  background: #004cd6;
}

/* line 17056, app/assets/stylesheets/core_ui_default.scss */
.search_button svg {
  transform: scale(0.2);
  fill: #505050;
}

/* line 17061, app/assets/stylesheets/core_ui_default.scss */
.form_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #000;
  margin: 8px 0 16px;
  font-family: var(--font-family-header);
}

/* line 17070, app/assets/stylesheets/core_ui_default.scss */
.form_title-big {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}

/* line 17077, app/assets/stylesheets/core_ui_default.scss */
.new_row_label {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 20px;
  background: #8A6BEE;
  color: #fff;
  padding: 0 6px;
  position: absolute;
  transform: translate(calc(-100% - 5px), 2px);
}

/* line 17090, app/assets/stylesheets/core_ui_default.scss */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-top: auto !important;
  margin-bottom: 0;
  gap: 12px;
  padding: 20px 0;
}

/* line 17101, app/assets/stylesheets/core_ui_default.scss */
.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 30px;
  border-radius: 7px;
  border: 2px solid #f0dc46;
  color: #000;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

/* line 17114, app/assets/stylesheets/core_ui_default.scss */
.pagination li a {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* line 17123, app/assets/stylesheets/core_ui_default.scss */
.pagination li.active {
  border: none;
  color: #000;
  background-color: #faf0aa;
}

/* line 17129, app/assets/stylesheets/core_ui_default.scss */
.pagination li.active:hover {
  background-color: #f8e22e;
}

/* line 17133, app/assets/stylesheets/core_ui_default.scss */
.pagination li:hover {
  background-color: #faf0aa;
}

/* line 17137, app/assets/stylesheets/core_ui_default.scss */
.pagination li.disabled {
  display: none;
}

/* line 17141, app/assets/stylesheets/core_ui_default.scss */
.pagination li:first-child,
.pagination li:last-child {
  display: none;
}

/* line 17146, app/assets/stylesheets/core_ui_default.scss */
.lite_form_label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #636F7D;
}

/* line 17153, app/assets/stylesheets/core_ui_default.scss */
.merchant_token {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  font-family: var(--font-family-header);
}

/* line 17161, app/assets/stylesheets/core_ui_default.scss */
.merchant_data_list {
  padding: 0;
  margin: 32px 0 60px;
  list-style: none;
}

/* line 17167, app/assets/stylesheets/core_ui_default.scss */
.merchant_data_list li {
  display: flex;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 17176, app/assets/stylesheets/core_ui_default.scss */
.merchant_data_list li:last-child {
  border-bottom: 0;
}

/* line 17180, app/assets/stylesheets/core_ui_default.scss */
.switch_wrapper {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 17187, app/assets/stylesheets/core_ui_default.scss */
.switch_wrapper > span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #171D23;
}

/* line 17194, app/assets/stylesheets/core_ui_default.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 28px;
  margin: 0;
}

/* line 17202, app/assets/stylesheets/core_ui_default.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 17208, app/assets/stylesheets/core_ui_default.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F5F5;
  transition: .4s;
  border-radius: 34px;
}

/* line 17220, app/assets/stylesheets/core_ui_default.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 0px #1424381F;
}

/* line 17233, app/assets/stylesheets/core_ui_default.scss */
input:checked + .slider {
  background-color: #8A6BEE;
}

/* line 17237, app/assets/stylesheets/core_ui_default.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #8A6BEE;
}

/* line 17241, app/assets/stylesheets/core_ui_default.scss */
input:checked + .slider:before {
  transform: translateX(17px);
}

/* line 17245, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container {
  width: 100% !important;
}

/* line 17249, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container--default .select2-selection--multiple,
.form-group.dynamic_label .select2-container--default .select2-selection--single {
  background-color: #faf7e1;
  border: 0;
  border-radius: 12px;
}

/* line 17256, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container--focus .select2-selection--multiple,
.form-group.dynamic_label .select2-container--focus .select2-selection--single,
.form-group.dynamic_label .select2-container--open .select2-selection--multiple,
.form-group.dynamic_label .select2-container--open .select2-selection--single {
  color: #171D23;
  background-color: #ffffff;
  border: 0;
  outline: 1px solid #00AFFF;
  box-shadow: none;
}

/* line 17267, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container .select2-selection--single {
  height: auto;
  padding: 29px 16px 11px;
}

/* line 17272, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container .select2-selection--multiple {
  padding: 29px 16px 9px;
}

/* line 17276, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #171D23;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0;
}

/* line 17284, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

/* line 17291, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #171D23;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  border: 0;
  border-radius: 20px;
  background-color: #fff;
  margin: 0;
  float: none;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  padding: 1px 6px;
}

/* line 17307, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #171D23;
  margin: 0;
  font-size: 21px;
  line-height: 21px;
  font-weight: 100;
}

/* line 17315, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  top: 20px;
  right: 20px;
  width: 20px;
}

/* line 17322, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container .select2-search--inline .select2-search__field {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

/* line 17330, app/assets/stylesheets/core_ui_default.scss */
.row_count {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #636F7D;
  margin-left: 8px;
  font-family: var(--font-family-header);
  margin-top: 13px;
}

/* line 17340, app/assets/stylesheets/core_ui_default.scss */
.filter_input_wrapper {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

/* line 17346, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

/* line 17352, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input .form-control {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #DDE9F2;
  color: #000;
  width: auto;
  max-width: 180px;
}

/* line 17364, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #636F7D;
  margin: 0;
}

/* line 17371, app/assets/stylesheets/core_ui_default.scss */
.filter_input select {
  appearance: none;
  cursor: pointer;
  min-width: 160px;
}

/* line 17376, app/assets/stylesheets/core_ui_default.scss */
.filter_input-mini select {
  min-width: 90px;
}

/* line 17379, app/assets/stylesheets/core_ui_default.scss */
.filter_input_icon {
  position: absolute;
  right: 12px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, white 50%);
  padding-left: 30px;
}

/* line 17387, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker {
  border-radius: 16px;
  font-family: var(--font-family-text);
}

/* line 17391, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker .drp-selected {
  display: none;
}

/* line 17394, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker .calendar-table .next span, .app .daterangepicker .calendar-table .prev span {
  border-color: #00AFFF;
}

/* line 17397, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker .calendar-table .next:hover span, .app .daterangepicker .calendar-table .prev:hover span {
  border-color: #000000;
}

/* line 17400, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker .calendar-table th, .app .daterangepicker .calendar-table td {
  font-size: 14px;
  line-height: 17px;
  width: 43.43px;
  height: 40px;
}

/* line 17406, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker th.month {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

/* line 17411, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker td.active, .app .daterangepicker td.active:hover {
  background-color: #00afff;
}

/* line 17414, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker td.in-range {
  background-color: #00afff;
  color: #fff;
}

/* line 17418, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker td.end-date {
  border-radius: 0 16px 16px 0;
}

/* line 17421, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker td.start-date {
  border-radius: 16px 0 0 16px;
}

/* line 17424, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker .drp-buttons {
  border-top: 0;
}

/* line 17427, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker .drp-buttons {
  padding: 0px 20px 20px 20px;
}

/* line 17430, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker .drp-calendar.left {
  padding: 24px 0 16px 20px;
}

/* line 17433, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker .drp-calendar.right {
  padding: 24px 20px 16px 20px;
}

/* line 17436, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker .drp-buttons .btn {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 8px;
  margin-left: 24px;
}

/* line 17444, app/assets/stylesheets/core_ui_default.scss */
.app .daterangepicker td.available:hover, .app .daterangepicker th.available:hover {
  background-color: #00afff;
}

/* line 17447, app/assets/stylesheets/core_ui_default.scss */
.line {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin: 8px 0 24px;
}

/* line 17452, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field {
  position: relative;
  z-index: 100;
}

/* line 17457, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field .chevron {
  position: relative;
  transform: rotate(0);
  transition: transform 0.1s linear;
  margin-left: 1rem;
  pointer-events: none;
}

/* line 17465, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field-open .chevron {
  transform: rotate(-180deg);
}

/* line 17469, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field-large .chevron {
  margin-left: 6px;
}

/* line 17473, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field .field {
  display: flex;
  border-radius: 8px;
  padding: 8px 12px;
  border: 3px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  background: #faf7e1;
  cursor: pointer;
  user-select: none;
  position: relative;
  font-family: var(--font-family-text);
}

/* line 17490, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field-large .field {
  color: #7257CB;
  border: none;
  padding: 16px 24px;
  background: #F2F0F9;
  font-weight: bold;
}

/* line 17498, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field .field .count {
  position: absolute;
  top: -4px;
  right: -4px;
  border-radius: 16px;
  background: #CBC9F3;
  color: #171D23;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  padding: 0 7px;
}

/* line 17511, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field .dropdown {
  position: absolute;
  width: 184px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 1px #DDE9F2;
  top: 50px;
  left: 50%;
  transform-style: preserve-3d;
  transform: translateX(-50%);
  z-index: 30;
}

/* line 17525, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field-large .dropdown {
  top: 70px;
}

/* line 17529, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field .dropdown.hide {
  display: none;
}

/* line 17532, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field .dropdown:before {
  content: "";
  position: absolute;
  top: -7px;
  left: calc(50% - 8px);
  width: 12px;
  height: 12px;
  background: #fff;
  box-shadow: 0 0 0 1px #DDE9F2;
  transform: rotate(45deg) translateZ(-1px);
}

/* line 17543, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field .dropdown:after {
  content: "";
  position: absolute;
  top: -7px;
  left: calc(50% - 8px);
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
}

/* line 17553, app/assets/stylesheets/core_ui_default.scss */
.checkbox_selector_field .btn {
  font-size: 14px;
  padding: 8px;
  border-radius: 8px;
}

/* line 17558, app/assets/stylesheets/core_ui_default.scss */
.filter_selected_wrapper {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  flex-wrap: wrap;
}

/* line 17564, app/assets/stylesheets/core_ui_default.scss */
.filter_selected_item {
  background: #F5F5F5;
  border-radius: 32px;
  padding: 8px 12px;
  color: #171D23;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: flex;
  user-select: none;
}

/* line 17575, app/assets/stylesheets/core_ui_default.scss */
.filter_selected_item .remove_param {
  font-size: 21px;
  line-height: 21px;
  font-weight: 100;
  cursor: pointer;
}

/* line 17582, app/assets/stylesheets/core_ui_default.scss */
.status_label {
  border-radius: 20px;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  background: #00afff;
  min-width: 0 !important;
  text-align: center;
  display: inline-block;
  border-radius: 6px;
}

/* line 17597, app/assets/stylesheets/core_ui_default.scss */
.status_label.resolved,
.status_label.accepted,
.status_label.approved {
  background: #b3f3cc;
  color: #4d9a6a;
}

/* line 17603, app/assets/stylesheets/core_ui_default.scss */
.status_label.unresolved,
.status_label.locked,
.status_label.declined {
  background: #f1caca;
  color: #964444;
}

/* line 17609, app/assets/stylesheets/core_ui_default.scss */
.status_label.processing,
.status_label.created,
.status_label.hold {
  background: #f8d7c1;
  color: #ad6334;
}

/* line 17616, app/assets/stylesheets/core_ui_default.scss */
.status_label.status_label_office.resolved,
.status_label.status_label_office.accepted,
.status_label.status_label_office.approved {
  background: #d9f1ac;
  color: #77a427;
}

/* line 17622, app/assets/stylesheets/core_ui_default.scss */
.status_label.status_label_office.unresolved,
.status_label.status_label_office.locked,
.status_label.status_label_office.declined {
  background: #f1caca;
  color: #964444;
}

/* line 17628, app/assets/stylesheets/core_ui_default.scss */
.status_label.status_label_office.processing,
.status_label.status_label_office.created {
  background: #F5F5F5;
  color: #171D23;
}

/* line 17633, app/assets/stylesheets/core_ui_default.scss */
.status_label.status_label_office.hold {
  background: #B6E6FC;
  color: #171D23;
}

/* line 17637, app/assets/stylesheets/core_ui_default.scss */
.status_label.status_label_office.returned {
  background: #FFE1B8;
  color: #171D23;
}

/* line 17642, app/assets/stylesheets/core_ui_default.scss */
.sticky_column {
  position: sticky;
  background: #FEFEFC;
  z-index: 20;
}

/* line 17648, app/assets/stylesheets/core_ui_default.scss */
.sticky_column.table_shadow {
  transform-style: preserve-3d;
}

/* line 17651, app/assets/stylesheets/core_ui_default.scss */
.sticky_column.table_shadow:not(.not):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0px;
  width: 15px;
  height: 100%;
  transform: translateZ(-1px);
  box-shadow: -5px 1px 11px 0px #171D231F;
  pointer-events: none;
}

/* line 17662, app/assets/stylesheets/core_ui_default.scss */
.sticky_column.table_shadow:not(.not):before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  background: linear-gradient(90deg, transparent, #FEFEFC);
  pointer-events: none;
  transition: box-shadow 0.2s linear;
}

/* line 17675, app/assets/stylesheets/core_ui_default.scss */
.table-responsive-scrolled-right .sticky_column.shadow {
  box-shadow: -5px 1px 11px 0px transparent !important;
}

/* line 17679, app/assets/stylesheets/core_ui_default.scss */
.table-responsive-scrolled-right .sticky_column.shadow:before {
  box-shadow: -5px 1px 11px 0px transparent;
}

/* line 17683, app/assets/stylesheets/core_ui_default.scss */
.show_password_btn {
  position: absolute;
  top: 20px;
  right: 16px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00afff;
}

/* line 17696, app/assets/stylesheets/core_ui_default.scss */
.show_password_btn svg {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 17702, app/assets/stylesheets/core_ui_default.scss */
.icon-eye, .icon-eye-slash {
  display: none;
}

/* line 17706, app/assets/stylesheets/core_ui_default.scss */
.show_password_btn[data-state="hidden"] .icon-eye {
  display: block;
}

/* line 17710, app/assets/stylesheets/core_ui_default.scss */
.show_password_btn[data-state="visible"] .icon-eye-slash {
  display: block;
}

/* line 17714, app/assets/stylesheets/core_ui_default.scss */
.kyc_status {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

/* line 17719, app/assets/stylesheets/core_ui_default.scss */
.kyc_status.unverified {
  color: #C11D1D;
}

/* line 17723, app/assets/stylesheets/core_ui_default.scss */
tr.locked td {
  background: #FDF2F2;
  color: #95A3B1;
}

/* line 17728, app/assets/stylesheets/core_ui_default.scss */
.tab-content > .active.flex {
  display: flex;
}

/* line 17732, app/assets/stylesheets/core_ui_default.scss */
.kyc_image_document {
  background: #F5F5F5;
  padding: 9px 12px;
  border-radius: 12px;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #F5F5F5;
}

/* line 17742, app/assets/stylesheets/core_ui_default.scss */
.kyc_image_document:hover {
  text-decoration: none;
}

/* line 17745, app/assets/stylesheets/core_ui_default.scss */
.kyc_image_document .doc {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 12px;
}

/* line 17752, app/assets/stylesheets/core_ui_default.scss */
.kyc_image_document .title {
  color: #171D23;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  max-width: 165px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 25px;
}

/* line 17763, app/assets/stylesheets/core_ui_default.scss */
.kyc_image_document .icon {
  position: absolute;
  top: 20px;
  right: 12px;
}

/* line 17769, app/assets/stylesheets/core_ui_default.scss */
.kyc_image_document_office {
  width: calc(50% - 8px);
}

/* line 17773, app/assets/stylesheets/core_ui_default.scss */
.kyc_button_office {
  width: calc(100% - 8px);
}

/* line 17777, app/assets/stylesheets/core_ui_default.scss */
.bank_card_item {
  background: #F5F5F5;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 12px;
  position: relative;
  display: flex;
  align-items: center;
}

/* line 17786, app/assets/stylesheets/core_ui_default.scss */
.bank_card_item .number {
  color: #171D23;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  max-width: 165px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 25px;
}

/* line 17797, app/assets/stylesheets/core_ui_default.scss */
.bank_card_item .icon {
  position: absolute;
  top: 24px;
  right: 24px;
}

/* line 17803, app/assets/stylesheets/core_ui_default.scss */
.not_present {
  color: #95A3B1;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

/* line 17810, app/assets/stylesheets/core_ui_default.scss */
.form-group.upload_file_label {
  cursor: pointer;
}

/* line 17813, app/assets/stylesheets/core_ui_default.scss */
.form-group.upload_file_label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

/* line 17823, app/assets/stylesheets/core_ui_default.scss */
.form-group.upload_file_label label {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #BDCBD8;
  border-radius: 12px;
  cursor: pointer;
  opacity: 0.6;
}

/* line 17838, app/assets/stylesheets/core_ui_default.scss */
.form-group.upload_file_label_primary label {
  display: block;
  width: 204px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #505050;
  background-color: #f0dc46;
  border-radius: 12px;
  cursor: pointer;
  opacity: 1;
  text-align: center;
  border: none;
}

/* line 17854, app/assets/stylesheets/core_ui_default.scss */
.form-group.upload_file_label_primary-selected label {
  background-color: #fff;
  color: #171D23;
  width: 330px;
  text-align: left;
  border: none;
  height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQ0IiByeD0iMTIiIGZpbGw9IiNGNUY1RjUiLz4KPHBhdGggZD0iTTI3LjM0NDggMTcuMzQ1TDI0Ljk4ODEgMTQuOTg4M0MyNC42NzU2IDE0LjY3NTggMjQuMjUxNSAxNC41IDIzLjgwOTggMTQuNUgxNy44MzMyQzE2LjkxMjMgMTQuNSAxNi4xNjY1IDE1LjI0NTggMTYuMTY2NSAxNi4xNjY3VjI3LjgzMzNDMTYuMTY2NSAyOC43NTQyIDE2LjkxMjMgMjkuNSAxNy44MzMyIDI5LjVIMjYuMTY2NUMyNy4wODczIDI5LjUgMjcuODMzMSAyOC43NTQyIDI3LjgzMzEgMjcuODMzM1YxOC41MjMzQzI3LjgzMzEgMTguMDgxNyAyNy42NTczIDE3LjY1NzUgMjcuMzQ0OCAxNy4zNDVaIiBzdHJva2U9IiMxNzFEMjMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTI3LjgzMzEgMTguNjY2N0gyNC40OTk4QzI0LjAzOTggMTguNjY2NyAyMy42NjY1IDE4LjI5MzMgMjMuNjY2NSAxNy44MzMzVjE0LjUiIHN0cm9rZT0iIzE3MUQyMyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K") 12px 50% no-repeat #fff;
  padding-left: 68px;
  padding-top: 20px;
}

/* line 17869, app/assets/stylesheets/core_ui_default.scss */
.upload_file_label_primary-submit {
  display: none;
}

/* line 17873, app/assets/stylesheets/core_ui_default.scss */
.upload_file_label_primary-submit {
  height: 44px;
  font-size: 14px;
  width: 204px;
  padding-top: 10px;
  margin-bottom: 12px;
}

/* line 17881, app/assets/stylesheets/core_ui_default.scss */
.form-group.upload_file_label label svg {
  stroke: currentColor;
  fill: currentColor;
}

/* line 17886, app/assets/stylesheets/core_ui_default.scss */
.page_description {
  margin: 8px 0 24px;
  color: #636F7D;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

/* line 17894, app/assets/stylesheets/core_ui_default.scss */
.popover-content .btn-link {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 12px 16px;
  text-align: left;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* line 17905, app/assets/stylesheets/core_ui_default.scss */
.popover-content > div:last-child .btn-link {
  border-bottom: 0;
}

/* line 17909, app/assets/stylesheets/core_ui_default.scss */
.popover-content .btn-link:hover {
  text-decoration: none;
}

/* line 17913, app/assets/stylesheets/core_ui_default.scss */
[role=button] {
  cursor: pointer;
}

/* line 17917, app/assets/stylesheets/core_ui_default.scss */
.form_icon {
  height: 100%;
  width: 32px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  fill: #95A3B1;
  background: #faf7e1;
  stroke: #95A3B1;
  border-radius: 0 12px 12px 0;
  pointer-events: none;
}

/* line 17931, app/assets/stylesheets/core_ui_default.scss */
.dynamic_label .form_icon {
  width: 40px;
}

/* line 17934, app/assets/stylesheets/core_ui_default.scss */
.dynamic_label.search .form_icon {
  height: 56px;
}

/* line 17938, app/assets/stylesheets/core_ui_default.scss */
select:focus ~ .form_icon,
input:focus ~ .form_icon {
  fill: #00AFFF;
  stroke: #00AFFF;
  background: #ffffff;
}

/* line 17944, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label select {
  appearance: none;
}

/* line 17947, app/assets/stylesheets/core_ui_default.scss */
.wallet_info {
  display: flex;
  gap: 24px;
  padding: 25px 24px;
  background: #F2F0F9;
  border-radius: 12px;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--font-family-header);
}

/* line 17959, app/assets/stylesheets/core_ui_default.scss */
.wallet_info i {
  font-style: normal;
}

/* line 17962, app/assets/stylesheets/core_ui_default.scss */
.dispute_payments:empty,
.wallet_info:empty {
  display: none;
}

/* line 17966, app/assets/stylesheets/core_ui_default.scss */
.x_mirror {
  transform: scaleY(-1);
}

/* line 17970, app/assets/stylesheets/core_ui_default.scss */
#toast-container > div.toast {
  border-radius: 12px;
  padding: 14px 16px 14px 50px;
}

/* line 17974, app/assets/stylesheets/core_ui_default.scss */
#toast-container > div.toast .toast-message {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

/* line 17980, app/assets/stylesheets/core_ui_default.scss */
#toast-container > div.toast .toast-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}

/* line 17986, app/assets/stylesheets/core_ui_default.scss */
#toast-container > div.toast.toast-info {
  background-color: #171D23;
}

/* line 17989, app/assets/stylesheets/core_ui_default.scss */
#toast-container > div.toast.toast-error {
  background-color: #8D1F25;
}

/* line 17992, app/assets/stylesheets/core_ui_default.scss */
#toast-container > div.toast.toast-success {
  background-color: #0F9D44;
}

/* line 17995, app/assets/stylesheets/core_ui_default.scss */
#toast-container > div.toast.toast-warning {
  background-color: #B97311;
}

/* line 17999, app/assets/stylesheets/core_ui_default.scss */
.row {
  margin-right: -8px;
  margin-left: -8px;
}

/* line 18003, app/assets/stylesheets/core_ui_default.scss */
.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 {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 18019, app/assets/stylesheets/core_ui_default.scss */
.disabled_icon {
  fill: #B3BAC3;
  stroke: #B3BAC3;
}

/* line 18024, app/assets/stylesheets/core_ui_default.scss */
.table-responsive.draggable {
  cursor: grab;
}

/* line 18028, app/assets/stylesheets/core_ui_default.scss */
.table-responsive.draggable.active {
  cursor: grabbing;
}

/* line 18032, app/assets/stylesheets/core_ui_default.scss */
.field_with_errors {
  width: 100%;
}

/* line 18036, app/assets/stylesheets/core_ui_default.scss */
.field_with_errors + div {
  padding-top: 6px;
  color: red;
}

/* line 18041, app/assets/stylesheets/core_ui_default.scss */
.field_with_errors + div::first-letter {
  text-transform: capitalize;
}

/* line 18045, app/assets/stylesheets/core_ui_default.scss */
.copy_button {
  cursor: pointer;
}

/* line 18049, app/assets/stylesheets/core_ui_default.scss */
.date_range_picker {
  cursor: pointer;
}

/* line 18053, app/assets/stylesheets/core_ui_default.scss */
.label_per-page {
  font-size: 16px;
  font-weight: 400;
  color: #636F7D;
  margin-left: 8px;
}

/* line 18060, app/assets/stylesheets/core_ui_default.scss */
.btn-filter {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-family-text);
  color: #000;
  background: #fff;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  border: 1px solid #DDE9F2;
}

/* line 18072, app/assets/stylesheets/core_ui_default.scss */
.orders-subheader {
  font-family: var(--font-family-header);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}

/* line 18079, app/assets/stylesheets/core_ui_default.scss */
#toggle-sidebar {
  position: fixed;
  top: 110px;
  left: 260px;
  z-index: 900;
  background-color: #f0dc46;
  border: none;
  padding: 5px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(1deg);
  border-radius: 12px 0 0 12px;
  transition: left 0.4s ease;
  margin-top: 70px;
}

/* line 18099, app/assets/stylesheets/core_ui_default.scss */
#toggle-sidebar img {
  width: 16px;
}

/* line 18103, app/assets/stylesheets/core_ui_default.scss */
#toggle-sidebar:hover {
  cursor: pointer;
  transform: translateX(-5px);
}

/* line 18108, app/assets/stylesheets/core_ui_default.scss */
.sidebar-text-hidden #toggle-sidebar:hover {
  transform: rotate(180deg) translateX(5px);
  left: 80px;
}

/* line 18113, app/assets/stylesheets/core_ui_default.scss */
#toggle-sidebar svg {
  width: 10px;
  height: 10px;
}

/* line 18118, app/assets/stylesheets/core_ui_default.scss */
.sidebar-text-hidden .nav-text {
  display: none;
}

/* line 18122, app/assets/stylesheets/core_ui_default.scss */
.sidebar-text-hidden .sidebar-nav {
  width: 80px;
}

/* line 18126, app/assets/stylesheets/core_ui_default.scss */
.sidebar-text-hidden #toggle-sidebar {
  transform: rotate(180deg);
  left: 80px;
  top: 140px;
  border-radius: 0 12px 12px 0;
}

/* line 18133, app/assets/stylesheets/core_ui_default.scss */
.sidebar-hidden .card {
  grid-template-columns: 0px 1fr;
}

/* line 18137, app/assets/stylesheets/core_ui_default.scss */
.demo-company-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* line 18146, app/assets/stylesheets/core_ui_default.scss */
.demo-company-select .custom-select-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 0,5px;
}

/* line 18152, app/assets/stylesheets/core_ui_default.scss */
.demo-company-select .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 5px 35px 5px 15px;
  background-color: #faf7e1;
  font-weight: bold;
  color: #000;
  height: 50px;
  border-radius: 12px;
  padding-left: 15px;
  padding-right: 35px;
  appearance: none;
  cursor: pointer;
  width: 200px;
  margin-top: -4px;
}

/* line 18170, app/assets/stylesheets/core_ui_default.scss */
.demo-company-select .custom-select-wrapper::after {
  content: '';
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background-color: #cccccc;
  pointer-events: none;
}

/* line 18182, app/assets/stylesheets/core_ui_default.scss */
.demo-company-select .custom-select-wrapper::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #505050 transparent transparent transparent;
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* line 18195, app/assets/stylesheets/core_ui_default.scss */
.demo-company-select .custom-select-wrapper.open::before {
  transform: translateY(-50%) rotate(180deg);
}

/* Стили для формы */
/* line 18203, app/assets/stylesheets/core_ui_default.scss */
.payouts-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F7F8FC;
  padding: 15px;
  border-radius: 10px;
}

/* line 18212, app/assets/stylesheets/core_ui_default.scss */
.payouts-form input[type="text"] {
  flex-grow: 1;
  margin-right: 10px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #D1D5DB;
}

/* line 18220, app/assets/stylesheets/core_ui_default.scss */
.payouts-form button {
  padding: 10px 20px;
  background-color: #FDD835;
  border: none;
  border-radius: 5px;
  margin-left: 10px;
  cursor: pointer;
}

/* line 18229, app/assets/stylesheets/core_ui_default.scss */
.payouts-form .date-filter {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

/* line 18235, app/assets/stylesheets/core_ui_default.scss */
.payouts-form .date-filter input[type="date"] {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #D1D5DB;
}

/* line 18241, app/assets/stylesheets/core_ui_default.scss */
.payouts-form .filters select {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #D1D5DB;
}

/* Стили для таблицы */
/* line 18248, app/assets/stylesheets/core_ui_default.scss */
.table-container {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
}

/* line 18254, app/assets/stylesheets/core_ui_default.scss */
.table-container table {
  width: 100%;
  border-collapse: collapse;
}

/* line 18259, app/assets/stylesheets/core_ui_default.scss */
.table-container table th,
.table-container table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #E5E7EB;
}

/* line 18266, app/assets/stylesheets/core_ui_default.scss */
.table-container table th {
  background-color: #F7F8FC;
}

/* line 18270, app/assets/stylesheets/core_ui_default.scss */
.table-container table tr:nth-child(even) {
  background-color: #F9FAFB;
}

/* line 18274, app/assets/stylesheets/core_ui_default.scss */
.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #505050;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid #f0dc46;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 12px;
  height: 40px;
  min-width: 130px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  font-family: var(--font-family-text);
}

/* line 18295, app/assets/stylesheets/core_ui_default.scss */
.btn-custom:hover {
  background-color: #faf0aa;
  border-color: #f5e65a;
  color: #505050;
}

/* line 18301, app/assets/stylesheets/core_ui_default.scss */
.btn-custom:focus {
  outline: none;
  box-shadow: none;
}

/* line 18306, app/assets/stylesheets/core_ui_default.scss */
.btn-custom.btn-action {
  padding: 2px 14px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: fit-content;
  min-height: fit-content;
  height: fit-content;
  border-radius: 8px;
  margin-right: 6px;
}

/* line 18318, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input.custom-select-wrapper .btn {
  display: inline-block;
  width: 180px;
  vertical-align: middle;
  padding: 2px 137px 5px 13px;
  background-color: #faf7e1;
  font-weight: bold;
  color: #000;
  height: 40px;
  border-radius: 12px;
  appearance: none;
  cursor: pointer;
  margin-top: -4px;
  border: 3px solid transparent;
  transition: border-color 0.3s ease, padding 0.3s ease;
  text-align: left;
  line-height: 1.1;
}

/* line 18337, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input.custom-select-wrapper .dropdown-label {
  font-size: 9px;
  color: #a9a9a9;
  text-transform: uppercase;
  margin-bottom: 2px;
}

/* line 18344, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input.custom-select-wrapper .dropdown-selection {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  line-height: 1.1;
}

/* line 18351, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input.custom-select-wrapper .btn:hover {
  border-color: #f0dc46;
  padding: 2px 140px 5px 15px;
}

/* line 18356, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input.custom-select-wrapper .btn:active,
.form-group.filter_input.custom-select-wrapper .btn:focus {
  box-shadow: none;
  border-color: transparent;
  color: #000;
}

/* line 18363, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input.custom-select-wrapper::after {
  content: '';
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #cccccc;
  pointer-events: none;
}

/* line 18375, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input.custom-select-wrapper::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 7px 7px 0;
  border-style: solid;
  border-color: #505050 transparent transparent transparent;
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* line 18388, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input.custom-select-wrapper .btn.dropdown-toggle::after {
  content: none;
}

/* line 18392, app/assets/stylesheets/core_ui_default.scss */
.form-group.filter_input.custom-select-wrapper.open::before {
  transform: translateY(-50%) rotate(180deg);
}

/* line 18395, app/assets/stylesheets/core_ui_default.scss */
.pagination-wrapper {
  margin-top: 12px;
  margin-left: 0px;
}

/* line 18399, app/assets/stylesheets/core_ui_default.scss */
.custom-select-wrapper.pagination_per_page {
  margin-left: 0px;
  margin-right: 20px;
}

/* line 18404, app/assets/stylesheets/core_ui_default.scss */
h4.card-header span {
  margin-right: 6px;
}

/* line 18408, app/assets/stylesheets/core_ui_default.scss */
select:focus ~ .form_icon, input:focus ~ .form_icon {
  background: transparent !important;
}

/* line 18412, app/assets/stylesheets/core_ui_default.scss */
.popover.bottom, .select2-container {
  z-index: 99999;
}

/* line 18416, app/assets/stylesheets/core_ui_default.scss */
.form-group.dynamic_label .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f0dc46;
  padding: 4px 14px;
}

/* line 18421, app/assets/stylesheets/core_ui_default.scss */
.ui-autocomplete {
  z-index: 9999;
}

/* line 1, app/assets/stylesheets/components/box.scss */
.box {
  padding: 24px;
  box-sizing: border-box;
  background: #F2F0F9;
  border-radius: 12px;
  margin-bottom: 32px;
  flex: 0 0 auto;
  display: inline-block;
}

/* line 11, app/assets/stylesheets/components/box.scss */
.box-title {
  color: #636F7D;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}

/* line 18, app/assets/stylesheets/components/box.scss */
.box-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}

/* line 24, app/assets/stylesheets/components/box.scss */
.box-item {
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
}

/* line 1, app/assets/stylesheets/components/info-table.scss */
.info-table {
  margin-bottom: 36px;
}

/* line 5, app/assets/stylesheets/components/info-table.scss */
.info-table td {
  padding: 12px 0;
  color: #636F7D;
  font-family: Open Sans;
  font-size: 14px;
}

/* line 13, app/assets/stylesheets/components/info-table.scss */
.info-table td span {
  text-overflow: ellipsis;
}

/* line 17, app/assets/stylesheets/components/info-table.scss */
.info-table td:last-child {
  text-align: right;
  color: #000;
  max-width: 180px;
  overflow: auto;
}

/* line 24, app/assets/stylesheets/components/info-table.scss */
.info-table-title {
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 4px;
}

/* line 32, app/assets/stylesheets/components/info-table.scss */
.info-table-row-copy {
  width: 20px;
  margin-left: 8px;
}

@media (max-width: 1199px) {
  /* line 38, app/assets/stylesheets/components/info-table.scss */
  .info-table-row-copy {
    width: 20px;
    position: relative;
    margin-left: 12px;
  }
}

/* line 1, app/assets/stylesheets/components/header.scss */
.card-header-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 7, app/assets/stylesheets/components/header.scss */
.card-header-actions-btn {
  min-width: 132px;
  box-sizing: border-box;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  border-radius: 12px;
  text-transform: uppercase;
}

/* line 29, app/assets/stylesheets/components/header.scss */
.card-header-actions-btn img {
  height: 16px;
  margin-right: 8px;
}

/* line 1, app/assets/stylesheets/components/table.scss */
.table.table-half {
  width: 50%;
}

@media (max-width: 1199px) {
  /* line 6, app/assets/stylesheets/components/table.scss */
  .table.table-half {
    width: 100%;
  }
}

/* line 11, app/assets/stylesheets/components/table.scss */
.table-action-select.table-action-select {
  height: 36px;
  appearance: auto;
  width: auto;
  max-width: 250px;
}

/* line 18, app/assets/stylesheets/components/table.scss */
.table-action-button {
  min-width: 96px;
}

/* line 22, app/assets/stylesheets/components/table.scss */
.table-action-button-secondary {
  background: #95A3B1;
  color: #fff;
}

/* line 27, app/assets/stylesheets/components/table.scss */
.table-action-button-secondary:hover {
  color: #fff;
}

/* line 31, app/assets/stylesheets/components/table.scss */
.table-subheading.table-subheading {
  font-size: 16px;
  font-weight: 700;
  border-bottom: none;
}

/* line 37, app/assets/stylesheets/components/table.scss */
.table-subheading.table-subheading:first-of-type {
  padding-top: 50px;
}

/* line 1, app/assets/stylesheets/components/block-swap.scss */
.block-swap-target {
  text-wrap: nowrap;
}

/* line 5, app/assets/stylesheets/components/block-swap.scss */
.block-swap-target-buttons-wrapper {
  position: relative;
}

/* line 9, app/assets/stylesheets/components/block-swap.scss */
.block-swap-target-buttons {
  position: absolute;
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  /* line 15, app/assets/stylesheets/components/block-swap.scss */
  .block-swap-target {
    text-wrap: wrap;
  }
  /* line 19, app/assets/stylesheets/components/block-swap.scss */
  .block-swap-target-buttons {
    position: relative;
    transform: translateY(0%);
  }
}

/* line 1, app/assets/stylesheets/components/dropdown-selector-field.scss */
.dropdown_selector_field {
  position: relative;
  z-index: 100;
}

/* line 6, app/assets/stylesheets/components/dropdown-selector-field.scss */
.dropdown_selector_field .chevron {
  position: relative;
  transform: rotate(0);
  transition: transform 0.1s linear;
  margin-left: 1rem;
  pointer-events: none;
}

/* line 14, app/assets/stylesheets/components/dropdown-selector-field.scss */
.dropdown_selector_field-open .chevron {
  transform: rotate(-180deg);
}

/* line 18, app/assets/stylesheets/components/dropdown-selector-field.scss */
.dropdown_selector_field-large .chevron {
  margin-left: 6px;
}

/* line 22, app/assets/stylesheets/components/dropdown-selector-field.scss */
.dropdown_selector_field-dropdown {
  appearance: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 32, app/assets/stylesheets/components/dropdown-selector-field.scss */
.dropdown_selector_field .field {
  display: flex;
  border-radius: 8px;
  padding: 8px 12px;
  border: 1px solid #dde9f2;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  background: #fff;
  cursor: pointer;
  user-select: none;
  position: relative;
  font-family: var(--font-family-text);
}

/* line 48, app/assets/stylesheets/components/dropdown-selector-field.scss */
.dropdown_selector_field-large .field {
  color: #7257cb;
  border: none;
  height: 44px;
  background: #f2f0f9;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
}

/* line 1, app/assets/stylesheets/components/well.scss */
.well {
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
  background: #F5F5F5;
  margin-bottom: 28px;
}

/* line 9, app/assets/stylesheets/components/well.scss */
.well-heading {
  font-family: var(--font-family-header);
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
#loading-bar,#loading-bar-spinner{-webkit-pointer-events:none;pointer-events:none;transition:350ms linear all}#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active,#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active{opacity:0}#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave,#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave{opacity:1}#loading-bar .bar{position:fixed;top:0;left:0;z-index:20002;width:100%;height:2px;background:#20a8d8;border-top-right-radius:1px;border-bottom-right-radius:1px;transition:width 350ms}#loading-bar .peg{position:absolute;top:0;right:0;width:70px;height:2px;border-radius:100%;-ms-box-shadow:#29d 1px 0 6px 1px;box-shadow:#29d 1px 0 6px 1px;opacity:.45}#loading-bar-spinner{position:fixed;top:10px;left:10px;z-index:10002;display:block}#loading-bar-spinner .spinner-icon{width:14px;height:14px;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:loading-bar-spinner 400ms linear infinite;animation:loading-bar-spinner 400ms linear infinite}@-webkit-keyframes loading-bar-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loading-bar-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);transform:rotate(360deg)}}.pace{-webkit-pointer-events:none;pointer-events:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{position:fixed;top:0;right:100%;z-index:2000;width:100%;height:2px;background:#20a8d8}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/* line 7, app/assets/stylesheets/manage_panel/disputes.scss */
.shade {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

/* line 15, app/assets/stylesheets/manage_panel/disputes.scss */
.add_dispute_payment {
  width: 500px;
}

/* line 18, app/assets/stylesheets/manage_panel/disputes.scss */
.add_dispute_payment label {
  float: left;
}

/* line 21, app/assets/stylesheets/manage_panel/disputes.scss */
.add_dispute_payment div {
  width: 300px;
  float: left;
}
/* line 1, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.image_area {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.95;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
}

/* line 12, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.image_area .images {
  overflow: auto;
}

/* line 17, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.kyc_operation {
  max-width: 100px;
  padding: 5px;
}

/* line 23, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.kyc_verification img {
  max-height: 500px;
  max-width: 500px;
}

/* line 29, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.verified {
  color: green;
}

/* line 33, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.unverified {
  color: green;
}

/* line 37, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.locked {
  min-width: 180px;
}

/* line 41, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.badge-kyc-status-0 {
  background-color: #20a8d8;
}

/* line 42, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.badge-kyc-status-1 {
  background-color: #4dbd74;
}

/* line 43, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.badge-kyc-status-2 {
  background-color: #f86c6b;
}

/* line 48, app/assets/stylesheets/manage_panel/kyc_verifications.scss */
.inner-title {
  width: 50px;
}

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

/* line 6, app/assets/stylesheets/language_select.css.scss */
#language-select .select-head {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(66, 67, 72, 0.8);
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/language_select.css.scss */
#language-select .select-list {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 205px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #424348;
  scrollbar-color: dark;
  scrollbar-width: thin;
  overscroll-behavior: contain;
}

/* line 40, app/assets/stylesheets/language_select.css.scss */
#language-select .select-list::-webkit-scrollbar {
  width: 7px;
  background-color: #F8F9FA;
  padding: 5px;
}

/* line 46, app/assets/stylesheets/language_select.css.scss */
#language-select .select-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D9D9D9;
}

/* line 51, app/assets/stylesheets/language_select.css.scss */
#language-select .select-list li {
  position: relative;
  border-top: 1px solid rgba(224, 229, 231, 0.5);
  padding: 10px 15px;
  cursor: pointer;
  list-style-type: none;
}

/* line 59, app/assets/stylesheets/language_select.css.scss */
#language-select .select-list li:hover {
  background-color: rgba(224, 229, 231, 0.5);
}
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
/*

// require @coreui/icons/css/coreui-icons.min
// require simple-line-icons/css/simple-line-icons









*/
/* line 1, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 7, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}

/* line 13, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon:before {
  content: '\00a0';
}

/* line 16, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad {
  background-image: url(/assets/flags/4x3/ad-04b4b65e6a104b102172258b3894a9a4e29890aa63e8edc4812033dd7387b77e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ad-847534ad5665b0bb24f766110a56922d9115cbd4c35746597e1fc5edb381b41a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae {
  background-image: url(/assets/flags/4x3/ae-f6dd88c6cb3940f07ad1ee2635ec0f081d53885efea97c2f363f61c4f06129e8.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ae-c5992978bbf00ada1971a746b819936eb2f73aefac7f10518995545c2ccf2c10.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af {
  background-image: url(/assets/flags/4x3/af-745ad7e8ea956edf06641d01bf5a0374cfae6902846e62a30ed56ad80f889906.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af.flag-icon-squared {
  background-image: url(/assets/flags/1x1/af-50e587ac98a5af98e21994909aa1f9898add6842954e2ad6a709d857b39a8b55.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag {
  background-image: url(/assets/flags/4x3/ag-ec678db01740bd72757a7883a1dbea0c163e2b0a7a692cc8a0749c6f50428abb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ag-35c11ca3ad0581842f9c1eddc462690e6166f94a8dbb15e248398df93a276004.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai {
  background-image: url(/assets/flags/4x3/ai-d688814fa60d2294b79b6ffe3d2a64e55a0bc013718cbf028b5d5720e3041794.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ai-850f5995f9b55ac8f30b35157cb1881d149e8257c168f39dbc8e51cae25c222d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al {
  background-image: url(/assets/flags/4x3/al-5631be891ba0ccdb1f2a9b3a934031ed681aaeb139acc9e3b414e2561a608495.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al.flag-icon-squared {
  background-image: url(/assets/flags/1x1/al-96787887d75cd3bd02e8eff8a75ba0856873167743205a5cbfc5439197e3070d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am {
  background-image: url(/assets/flags/4x3/am-fd6eb7b12b2bbd15d4e5db6949b57255849f5fecc62d9a48d848bab767f1123e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am.flag-icon-squared {
  background-image: url(/assets/flags/1x1/am-85e618fb93d8a64fc145ce0ebfb0397e5468816476df4c43ff0419dfea72d53b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao {
  background-image: url(/assets/flags/4x3/ao-09b6b18d13202b859e9e94b9a88e59701b7b2d00d88d8a749f7f0d3bb71c745c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ao-dd2f7930f4f4214707f7a311f16cae422471094601319a5b69abeb48d384855c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq {
  background-image: url(/assets/flags/4x3/aq-2adcc4b28a1da2ac271675b5377a39f226fe06b135d287215c153957b2176da2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aq-8809bb8b30a063b921c866da0a83236d7dd8a17148ef4c0db3c53ccd0dc15e6f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar {
  background-image: url(/assets/flags/4x3/ar-8208e0546b8e666d806ee3fc3061504a62bf6cdea5fa4385d54c3ba131e3135c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ar-2d821fddef311e29c74ce2b19bbc651a2d613aebbd88f59ad8fc6c3a81544d1b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as {
  background-image: url(/assets/flags/4x3/as-a7ce0712972b05287e9ddf7da0e19630d4b440f0ce59b3a50397bc29d162192e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as.flag-icon-squared {
  background-image: url(/assets/flags/1x1/as-06505370c9bcfcad7b057757c3e892d12930db56565c0fd0bc86f4af5af5686f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at {
  background-image: url(/assets/flags/4x3/at-644b0cc2d91fe69f18d9992488a748efa0df7eb6ddc83ac79351ba9226956d25.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at.flag-icon-squared {
  background-image: url(/assets/flags/1x1/at-b36d3570a5102400e028dfa0b5204e9c2cd8d72b398e94bab5c51edd0954ce40.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au {
  background-image: url(/assets/flags/4x3/au-887bb0cc0e77e15153e4c9006e785d5f68c77ca0ab9eb7f538e371a0e4f218af.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au.flag-icon-squared {
  background-image: url(/assets/flags/1x1/au-ba82260247c564d9f4735fa2eeca092ac9b5d4e32c6a6a8db1d4177b746516a5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw {
  background-image: url(/assets/flags/4x3/aw-ea7eeaeec20598c43c59a2536b150a7fb5e7f6443a5bfb7e1bd72aa7186be8e1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aw-c39c9c3d5de9ece42a7e717ac3670886532dd75d50a34e1b3ae10e39487679fb.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax {
  background-image: url(/assets/flags/4x3/ax-4825f85b2d4669c70f360bd63f1e36215d16bace4700dffc61992911de53198a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ax-ce68def4e721fcb48feb3b2aee81ad4ba7e75642ace96f24c059ee82b906c35b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az {
  background-image: url(/assets/flags/4x3/az-9e3354b743219dbaf19cc54a63e1a8ed41d1f41485455330775b3b5c6dd6c9fe.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az.flag-icon-squared {
  background-image: url(/assets/flags/1x1/az-4e93f9eef0ef96515e8c152c87d4a278d725ecb20108257105c9ccd48a156ddb.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba {
  background-image: url(/assets/flags/4x3/ba-7e420cae1feb7be337a34f25fb8fd6421295cde2e03273efa7e880d7d5d9281e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ba-2e20ab2d7c91e67460cc9a910016a7706b0d7e5865895cce6b835b4f557cc861.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb {
  background-image: url(/assets/flags/4x3/bb-35373b19bd542d0382d79bbd162be7583932adbb180c8b6223614a52c31fb1a0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bb-f5d71a0072d6dbc25a4264c4ab0d997b785550f8e6581230c22bb30fec7c9841.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd {
  background-image: url(/assets/flags/4x3/bd-0531b5c730836d8ecfb4b9b79aad2e560dfc53a30e65f2a4030d2f275827f5ae.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bd-c35883811cce9a21ef91202da7fc4648cc62b9ffee53a5ad0a88b179494e95fc.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be {
  background-image: url(/assets/flags/4x3/be-ac7f9445060d07698cf4c4b5126b13397e12949102326caa3179eb98d4a90974.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be.flag-icon-squared {
  background-image: url(/assets/flags/1x1/be-61e1bb398ed6bf0253a21f9e32feb26395cf5aec5dc05640235d4accf43c2ee1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf {
  background-image: url(/assets/flags/4x3/bf-4f19b8dfd521393da6d1f2ca95cc79d22d558c34c3d74b2718417d9df29726f3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bf-7b037b76d1915df2f978852ebc0b88e6fa9abf8d579ed85e360d081b8f95e09c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg {
  background-image: url(/assets/flags/4x3/bg-1433c1cd05916af99e2db72a9e2c6d7532013a619770b66b51595fcd349cbaa6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bg-d631585f0e0981298746582b913765429bbcdd2349cc6062b8e9e790be5f31f0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh {
  background-image: url(/assets/flags/4x3/bh-d677a52979c37517212e9b9b6697541a366b0104e09808d396a6d02411a983f5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bh-d408321e7282b8ee67413917d3063536197d8ceeb23abc05677d748ebb8a6378.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi {
  background-image: url(/assets/flags/4x3/bi-6323bc95384cf7a6ea6c91332c3054e55152b391e8f823828df3d05a3e40854a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bi-e79238de5c139c78aeb157e1b7d5646a79dc5e154f35ad49aeae21321c0a8d78.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj {
  background-image: url(/assets/flags/4x3/bj-951d79103aea5585768fa178923f6127f918fc01d02556174dff9f8506cf90ea.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bj-7f5cc7510ece68a729788fcfbebd91dd941e0014ba3187b66bcd3da245c78460.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl {
  background-image: url(/assets/flags/4x3/bl-cc250a31e29ac0fe10c9e79a35920b280f6ec2731b9d5f701b2313bee631e114.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bl-cfb5dd954f586d0662e09cdcbd338da8e225d481896414688262e2bd14c38c8a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm {
  background-image: url(/assets/flags/4x3/bm-1e95c5f49d3f1f4a7049a82cdcd6ae326e4c37effd2249df9f7df423942b7396.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bm-e0b05c8af03f5fe3728e191b24bedb2ac2429b86abfba4fa14b7d48960883d9c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn {
  background-image: url(/assets/flags/4x3/bn-2e92465bcaef939fcf20029aedac6af2262eb4ee25e36d64bcf98d03976bbbe9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bn-6a56361917ec344da75ebb87a3713a2eaaf4605d84b1f1e3db1a8df6685bfb3f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo {
  background-image: url(/assets/flags/4x3/bo-4c581c015880880d328153d007fc2517a7e0b53126c1a3a676e4abbb19e4c7fb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bo-ec135db8db19ecafc614799d5e9e459cc5d8e9d91308f7d4511f3b95f8ee1054.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq {
  background-image: url(/assets/flags/4x3/bq-973b8d977bde843039e96a9229d803fcbb1c29ba92272b8bc3223b28b8ccc803.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bq-78c259288833d36f4d2209a4a95ca18cd3c18820f79f49b278bf7960cf5b34e7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br {
  background-image: url(/assets/flags/4x3/br-68ee8e029f99c31821e646aec1c8e9e8f8b1aaf26d72909ac75ff38c1f8e9201.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br.flag-icon-squared {
  background-image: url(/assets/flags/1x1/br-746af5283e4e792a1a7f94d934cac1e45c94470c4ffd37df5d1ab10bec2fd4db.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs {
  background-image: url(/assets/flags/4x3/bs-7b507794ee3f8d7e6b0c5739552e37cd2ab0596fab63a03f20fde4249cbf18d2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bs-277f44ad225c320c1a44610721f5b3a457d7e3d649593b598d59e2ce5164f727.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt {
  background-image: url(/assets/flags/4x3/bt-2f99024e1cec950a6bce184bc2d8a27629efdab8178a28bad798881ac3167710.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bt-77d4f8b9a2c3dadacce904304c524b507e2a0d4109cf6506aa8cc1c131c359ad.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv {
  background-image: url(/assets/flags/4x3/bv-de8bb212ed5afdf6d557928d784ed98d2e2baa7aaaf2ced7abc5cf13fa540423.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bv-4e4ae03e0878a6e689a0a2ebfe2b1b10fe58329a86acd73ee41f1a9c569f2cb3.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw {
  background-image: url(/assets/flags/4x3/bw-76559252bbe0a305e9228103c5c34c39271a9d0b69f8f2b0dfbea5e18d7b37de.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bw-3797276ece0055f7c569dc013b59174f613e956c714b5674c90e911615f61318.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by {
  background-image: url(/assets/flags/4x3/by-7865b19bb46d15f8004699022907d7c8d07193121dac101a3724b7ca578ee3ba.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by.flag-icon-squared {
  background-image: url(/assets/flags/1x1/by-7bd37ee878e4225470de8cc284d66cf70785a0329da88b43e5f93e25c047b738.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz {
  background-image: url(/assets/flags/4x3/bz-c8dfd550816ef86ff0fb82f9b31ca2467fcf50a7ba53e6163fe2bb01cccab0d5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bz-07baa0c080ae0dec236c42810db344f5b6e4209fe16bc9644cf998108b56b85c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca {
  background-image: url(/assets/flags/4x3/ca-f9229a913dece446e34e6de7245dfd3adbea059934b5beaed45654cef2f1cb1d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ca-47f58efb8689efb510291bb7b7a354c3e434e983914f0cc382e763ecccfa7a6e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc {
  background-image: url(/assets/flags/4x3/cc-acf43807923322e2e43deef84443007b75d0d21ebb8a85d0d4e2837e998798c8.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cc-827355b0b5c0a98cd0b479c7914c62d1de7712c643978941a97741c13ee69891.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd {
  background-image: url(/assets/flags/4x3/cd-594addda580762e53242cc9e5a3885cc200d6b92c9453b65242c0038e4e22959.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cd-6f390c3dac0d0d278ea6593bb615e3e23a94f7e84cc40b917e47bdce520a3a2b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf {
  background-image: url(/assets/flags/4x3/cf-31a4f1c7e55d90551235336b339544920b01a8a4fb27efd5b18d0a68ea908f0e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cf-820b63e306c3eec593028576d9ea830f24526b8e4c8a51cec04f4a1851f1f781.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg {
  background-image: url(/assets/flags/4x3/cg-cb3b4a7be309eae587becb687690e332624b75d8a40481abd13a4d8a3c685a87.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cg-3b7d163f2951bc21e895dbead028c79b8f97dc4a95f9d9ca76d78b398025a20b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch {
  background-image: url(/assets/flags/4x3/ch-d32cf51d10ea8174a3e8725e620c5bd13511a6a6c676d3c807e6ad82017f6178.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ch-ff30c29ed89a29db4cae89e8f4915e573c75dd7ad377e5ac7987c956fb68a141.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci {
  background-image: url(/assets/flags/4x3/ci-70e248e97c577c3ab3a85a8a76e5f20ef0bfd2c2a3c190746e625fa37edbbec9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ci-fb50e5c5558e915f5cd4060bd75d63e43ed4a2af1cf77caf1d184d8e5b3c888b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck {
  background-image: url(/assets/flags/4x3/ck-a86d1e54e265e2de5155595e838ec7c3db3ca23f563336885d7c5d17888c4709.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ck-a0d6f5ca82965ef1838549666bef9735b619c40bcf791850f092486b1fa3831d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl {
  background-image: url(/assets/flags/4x3/cl-0bec6c3cc4d36bbf245a3be22c10b8ff9c25996bb372a916e365e3274e62ccfb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cl-8dc4289cd2cba6ac3f07519957f3cbd582f59e1153d655871a507bc0559fc93f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm {
  background-image: url(/assets/flags/4x3/cm-8832f17145686399c412437f6762b4de6afb48fcc409590b7b09e593fe3b08d5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cm-4ba39a0a5fe36564e132e7a4d0f881ca10e95b0824157253a9180b2fe0089553.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn {
  background-image: url(/assets/flags/4x3/cn-865ae68cc9042422bae55dba123af75dfab352069aa15121385a739c57caf1aa.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cn-cdf756a16521136b99d38c241ee5df601912f290c6bafd45f7a5f73f916ed8ed.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co {
  background-image: url(/assets/flags/4x3/co-48603194a139754c8c7908f4d0c8181ca6729a221de897e8e5d26c9a3f211b1d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co.flag-icon-squared {
  background-image: url(/assets/flags/1x1/co-0be1e3cef708f4f0f979a3c36bdcb4046a45693846dc9b9e5be2ea5f1c536667.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr {
  background-image: url(/assets/flags/4x3/cr-127b7f2e0f6ebe8c62885fd78f6a3dc167624e8e7b5fac79d4b8f3054b798a92.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cr-80711b24354b0eedd247bbd77352db3bc9ad586c31d0a8727a4400368e56b2c4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu {
  background-image: url(/assets/flags/4x3/cu-c72751747322de6b51b1dd462d04d0b533fa1e1c68f51b3c90d19ec683c2af3a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cu-ec5f9adfe3639f609ebf60d933d6500a0a9a5d77f9c8d5ec6a2f0d0ec2efd5a4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv {
  background-image: url(/assets/flags/4x3/cv-029b4bd4d5c58ee3479b9a5fd3700923efa4881282225ac47690a3955472b7f1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cv-750969622373a36a416fc64118f1cb5407764d508f99b7db720f2ab474b93ebf.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw {
  background-image: url(/assets/flags/4x3/cw-f3c7dc011a64c13ebab21e47baaea3e0fea8d83f83fd8cc1845630a5f78ce087.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cw-48a78eb5e8abd98b90ae7b373746bbd58851c76eb305ca0e7d8081df9180f248.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx {
  background-image: url(/assets/flags/4x3/cx-9033ee142f06aac6b700968943103e6dba8ce3171b17f7f7d54f26c35387c022.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cx-f8356811ad67ac25c4a8c22bba7468615f8a0bcb09e4d8da09ad3806febc7d1b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy {
  background-image: url(/assets/flags/4x3/cy-86c9999efa3399db043be615d16558ec0e40feafe9325fe1b6422ff0e089a60c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cy-67835af18d83749f0ac63e160db340d7a83b2e189e5e5b715b49c4b922fbb4ff.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz {
  background-image: url(/assets/flags/4x3/cz-e8f891c91f0889f53815958ed9c0d0472c03ecf58c5b8d3d87a864ede0e57ce0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cz-de11cacecaee1ed952a170fa43d318b01507ae9c8b0ab16b96f53848676326c7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de {
  background-image: url(/assets/flags/4x3/de-dcf5931120e541ce9e83e97c37cf95eeac9a152cd5e5ed9e0bf58116943d7250.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de.flag-icon-squared {
  background-image: url(/assets/flags/1x1/de-3479e75f866450220db28ef3ebb1ba0c345c059ed67de62c4176a09572da8f32.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj {
  background-image: url(/assets/flags/4x3/dj-e69892f8499ec8d780cdd20b051f936d5471eb92efd519b93be9d10f31382c77.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dj-49721ea1deeb6e17f32ee2b3617d27961ad256505849243843f0fd5697332b18.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk {
  background-image: url(/assets/flags/4x3/dk-d50cdf2f88be249eb116da08c38cf119d44246ab4f5d62a94feefd37da149019.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dk-24ccaa605d1f01e33802197d416654b64fac3f3d28ba90b5f6094c17dfe95344.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm {
  background-image: url(/assets/flags/4x3/dm-24faadaf18d5651beccc45688ef3421d2d083b5f2e92cab50c414e487a899095.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dm-4f6888ba822d1592b9751c198ae6aafd1c14630be57d7e3b4372e3df8eb4f201.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do {
  background-image: url(/assets/flags/4x3/do-43538ca280e65a4eb8b38992290cda974a7f631ae18f3e6864dc6f61397ab514.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do.flag-icon-squared {
  background-image: url(/assets/flags/1x1/do-1164fc19d2a5f2299e84d59627b780ff9dcba335acaa19a4acacd4781d916b78.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz {
  background-image: url(/assets/flags/4x3/dz-1b56086fc67c067d339838fc63e8f98faea641560b14839260546c895bdf4768.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dz-b9527d30bdb9d67fba87351df4d4340fcc1c0dce368f0371359e5fcf7d445f3b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec {
  background-image: url(/assets/flags/4x3/ec-d6df0532653f0a2a3ccdee80854ad75c4a4fe4a360fc5d5c73865253ebfc6b7f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ec-a1a0b637c3d12b488cd180746ea10e42e659907c99c0b3d9eec65415494b5321.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee {
  background-image: url(/assets/flags/4x3/ee-2e52e01e34f175e856e120e57184ce61eccb5bff94633d3f2effcfed765f610b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ee-1058c4a95d48696c8c99608a104e756d4ac5c431a7a1f60e179769416c443420.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg {
  background-image: url(/assets/flags/4x3/eg-2b5a88cf9ab7a59447e6a3e3cc12d350c573719d2a90810d50ed7695a1591d30.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eg-ded55c3561ee2003ede5cc35af88959adb2398badc3c63dcc40e320d5bdb6c97.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh {
  background-image: url(/assets/flags/4x3/eh-250c6f7e1db483fb08f682d4917c06741614edb0a093aa80c0fe57f9bff03eba.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eh-ae52d9c4377873ea1db474ef820d87e956753992097bbce93118c836f27c5598.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er {
  background-image: url(/assets/flags/4x3/er-13b1d5072a285b78863f33088676ff459fc9049e403c4427d0bf149ab8a65eac.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er.flag-icon-squared {
  background-image: url(/assets/flags/1x1/er-516d763b5c3ddf087968e8e2ce10eb9f6a162e98b1c586ae90f7ebc2a9e877e6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es {
  background-image: url(/assets/flags/4x3/es-85290c103c538de1b8629c7a609319f01fc5a63a24655946e6003740d30f1534.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-582d90241cc77269d8eeaa709ee9345c4e3935b7c20f9d3f04d707800c554896.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et {
  background-image: url(/assets/flags/4x3/et-818e867ed44592f1c476d5abd8d9e5b60bb1e485f01076a633f5304fee7990d4.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et.flag-icon-squared {
  background-image: url(/assets/flags/1x1/et-7e2476975a4837f67af86aa6556d382dfd6769922a47ee9a49ef81a540c0f3b7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi {
  background-image: url(/assets/flags/4x3/fi-262396615a680200f7709a9a998a1f346db6de48844bb0a76d8c41d0d8dfb466.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fi-cdfc9cc3908d4f0d534fb34853fda8db5981195204ab6219bad3aa3cf90ecfa6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj {
  background-image: url(/assets/flags/4x3/fj-fd0cc7fe3c27f0c999ce61d40b0143ca536d9d39875c524bb20afe5ccd55e40c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fj-930160f9247a73774021c9d019dfedc21ed09934db523690ca76f0a7e1a2d9d1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk {
  background-image: url(/assets/flags/4x3/fk-5d5fdf224c1455f03c84d85f587463d8c511ff86dd5592f216a7470989175e42.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fk-b614bdecd7ba844a5885a5acfb6b658bf649dd72d095844abdd4cf14860685c4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm {
  background-image: url(/assets/flags/4x3/fm-6e665d3e05ae726fee0ced73ae84ce1d0596e80cb3dafce78d0c56dbc3018584.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fm-c59efd1b95788946440a90610eac4f3222be5fbfb5748c076eabd0d4b6b8613e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo {
  background-image: url(/assets/flags/4x3/fo-e2bcddb90777676679c7d680f18bcace56143f3a6bb0618ce59e4bf863b9e58e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fo-c9e403639ac04f28b0c86fc370ac5a106213f2ecf2ffc291cb9cd0ec2c000d8b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr {
  background-image: url(/assets/flags/4x3/fr-14bbb212b68a54751cbf4354dc9ca16bf4fd671fba4bfd0e77fb855fc55ce884.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fr-8b9d16b144204ecd34289bf1f0e06e57ad03a889a3813463de8e1a25005da5ec.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga {
  background-image: url(/assets/flags/4x3/ga-ae7daae3629bfa925e336323a198a018ae2007a1ea2ab9ba32d4b110e0abc7d4.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ga-1a903d6903087e08d16b56a27741cd1ea2c0685fbd325e9c4cef45d7fb00ccc3.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb {
  background-image: url(/assets/flags/4x3/gb-14e43b4df91315b33ed5f8ad46d9e84f43f84be11c65148bca043808832cab95.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-81ec47f82b87b9398d17f1db841ea31695a24fa3e05c60fa4d59b21ae4d5bed2.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd {
  background-image: url(/assets/flags/4x3/gd-9a09ce17c1792c8860223020288f72ed168afebcafdc9fa8c46a7b7b1513c28a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gd-1678beac8104635c4360593bbba3e3e4b84467d8997ed538137b5a68740ba1b9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge {
  background-image: url(/assets/flags/4x3/ge-0ed0a003c1e169ed60bdd889c8c841b0a7931aa3e809ca4d8e5da522385f35c9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ge-d90251ffc959309587136e12331f57a2db6b284a892ba1fee03927383208a760.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf {
  background-image: url(/assets/flags/4x3/gf-d4b632e9a932eff7d4e32338d13724f58332eeb445cfa9351a052b77cd688d3d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gf-be726fca00f77b50eec1525f3889ebf6de7f8f46e28cb63f0cbbe026cdaf564b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg {
  background-image: url(/assets/flags/4x3/gg-ea89231f0fa42d543d008b4f2fe8a94fc253a1808b8b8f6ab49f4bd9553c498e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gg-ebfebaf3102bbdfecee844b24f59ef79c78d3b573203d8058e363847b33531a0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh {
  background-image: url(/assets/flags/4x3/gh-90efce1b22e18fbd77cb6f13e9f72ecea1338e3fd090b3817171eb3e24ba2516.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gh-e9286720b91098135c65f7ad83d9a796efed89e27a052aac78af57e82d003859.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi {
  background-image: url(/assets/flags/4x3/gi-03f50f9d9b262fdf822d325c5325b374661821d6fae41e20de42bc761e56df52.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gi-94700c7efeae285ce37ad883ca906c4ee65a99ede614b40eacb88d64873abb96.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl {
  background-image: url(/assets/flags/4x3/gl-3b1f2b9c26c35f87fcb4b417fff6ad3d2aada484d734382440c338d4c7dcbd00.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gl-e468d30f57d5159f92aa487c8d16f9395671e64e4dcd74ec71b40bfa96259df4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm {
  background-image: url(/assets/flags/4x3/gm-8a5011e0a99457e6dfeb53b55a90875f2d9a802fe8fec13f570de6f2a27b8639.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gm-4200b76a4dbfbd9de052de9de778ae19d659a1d75d669757885580ef286497ec.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn {
  background-image: url(/assets/flags/4x3/gn-e990df30eba87d7036bbf6a47b64d0a6360d82fba6b5bba812e148648e56ea47.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gn-4f9823b9e177c0604f8cbc1b2412ac9c39b4ffc3eda66311e787a6d9a640ebf7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp {
  background-image: url(/assets/flags/4x3/gp-024ddd0e63a5e22c9d9f73a84b8306f2176083081825a065d99646ee123dc242.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gp-00fab4fc916f5f267afd8e100a52098ba4aa6761cba1ecde56d506e85bd12025.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq {
  background-image: url(/assets/flags/4x3/gq-4e5c5e90e99f9dd14a43b597b6d370c8691ee73e8c75a8184e4a8390ff3e2bb0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gq-0e6d55dbcfe1e727dbe9c00ac2988407c196e5c0a20a0f71f752788649ec83c0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr {
  background-image: url(/assets/flags/4x3/gr-db2138fa7bb0c95282ec0ecae3b5bd6ff2b3a06e2f27c1434b5b2285d422a6e0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gr-40c78a60595b2a3f485040d93505c0128de81b60f44e18e35ce0ca9d5a95f184.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs {
  background-image: url(/assets/flags/4x3/gs-bf3e078414a68dcd77d82694f5411f67c1eb5a1503f427c8dbcace16238e359a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gs-0130b60737c3873dd1868c70f7c3018fc276d152a398c2ce727edddb46f32513.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt {
  background-image: url(/assets/flags/4x3/gt-1b63340464e9dd3363a631f74db87defe40bfc520ba41002bf094f154b579934.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gt-7cd5c99c47d16d4fc914979ffd7b95d87247d4c6652e07562a71a323f7145d58.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu {
  background-image: url(/assets/flags/4x3/gu-4018f5c92a9dd473d226f09136e956de2570729e80d704e8cc4e8f3ca2bdc871.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gu-bb95d4d48c1e20be2b15258d9b895f38e9df1c54b65d4ed4aab1b323576f3899.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw {
  background-image: url(/assets/flags/4x3/gw-0ea266c02a02d578e96bb5335244c83c2815f28ebd34ff7ab8408b16416dd88e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gw-bd83c376f118c350751de000e2a48f97772438555dc1a70a7beb15cc4caee5c7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy {
  background-image: url(/assets/flags/4x3/gy-441a978efab1565daf964e822a75b8658f5879af41371b0b52e468e00eb6b095.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gy-d84ae82776b7142e4d9d51b1bdce601560275833b8d249e8e3d74bd3752b5aaa.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk {
  background-image: url(/assets/flags/4x3/hk-e5350bb4c4d63e98d802b3190247b2ce459d2695756ec62d64a995c43c4edd1e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hk-082835aaf3d1d61e1dd0e3b2b86231ef11b20150f98898af2e352b87c910f7da.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm {
  background-image: url(/assets/flags/4x3/hm-1048d79fd546482c290e1a0e4c2f9ce053aa3821f17bf12487a4f3e0ac7477d4.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hm-af2df9fe67b48ead95d7ebe32d0a28a16c0d2fb03af909ca99e3b7d3cbe1a4a3.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn {
  background-image: url(/assets/flags/4x3/hn-d0e2cededb00e5dc79c75ab95e8f93d1851844c0924e49b59a8b78f6b35a7cfb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hn-45eebaaac195fd50e374926f9876eb5456a8cbcc2fb30e6a19229c409c51520b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr {
  background-image: url(/assets/flags/4x3/hr-e10c8456ac0fc1946d1cb1f15e73484d03e4442368d78b230b050cadb7730b04.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hr-8a4ca8ec8de4fc911306e198e66086fbbbf33891c8fa3e860af482f8ac2ddb44.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht {
  background-image: url(/assets/flags/4x3/ht-f862a9bb3b96630fc26a6fd2200b77c985b90a87ff9c52c42c3d7f42a0198b04.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ht-1a12f16c45567e7b4fc2737b630345f7c7d0ac79ff31c41bc23920d0effd9adb.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu {
  background-image: url(/assets/flags/4x3/hu-a555e216b05645110da533dd2a5225021f70d7438e456877e77dc4522c261e41.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hu-70b6438afdbc91f98b5ebfd0cafa40b6d5b0266f8d0df56cf3bcc7f777bd54c4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id {
  background-image: url(/assets/flags/4x3/id-3b48b1012b8beab850a28e27d785e92afee830444749c814a32419b8fce5dec1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id.flag-icon-squared {
  background-image: url(/assets/flags/1x1/id-7d8348730949413fc7ff2587be342ff90c9ee1734d2ccdbca637a55839a894af.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie {
  background-image: url(/assets/flags/4x3/ie-8758528ee7852e7ded3f03fb7bc96ef9c502b1321c3011e9aade28702c68e235.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ie-1cf70c38a49b5ec8c5ec6aace1dd0f1e1ac1663b8a5339ca3a98dc7bc4978702.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il {
  background-image: url(/assets/flags/4x3/il-028f767bebb716e7a2e7198bfd03e698a7f19cad00385b30014a27680c101710.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il.flag-icon-squared {
  background-image: url(/assets/flags/1x1/il-395ee62ffbff4ab2ae456281a90f441e1148c0143a237f8a0e540e31d55518d5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im {
  background-image: url(/assets/flags/4x3/im-7dbb2dd66eda428c32edbbf2275f709df06cb1270dd69c65e214874966c30d69.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im.flag-icon-squared {
  background-image: url(/assets/flags/1x1/im-ed578fcc5e398ffdbc7a62d31b568a76b91e14ffa0afb794f3587aee8d248d67.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in {
  background-image: url(/assets/flags/4x3/in-63b359940156312c6ed31c2b61f005c2bc386823401773aac9aaa328d994f7bc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in.flag-icon-squared {
  background-image: url(/assets/flags/1x1/in-3fd1bedfc697bfe677a9774d7a6f51d04115cce400b4d7a892ecf1f69526790f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io {
  background-image: url(/assets/flags/4x3/io-67be58cb5bf7afe6099ec339235ec7ba0da153a50c651e28d4c32b2e6aa64cbc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io.flag-icon-squared {
  background-image: url(/assets/flags/1x1/io-aa0702e0280d98693b3fb6350b45a7903ca25782082d3f1cee75f33f1a4d739d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq {
  background-image: url(/assets/flags/4x3/iq-51acd0adc48bf1cb7256aba82069573f84db0baaf49b968f7f06afe140555f7a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/iq-0ec8238d4e53fd7ec06ceda47e1378ee68042666f1f7f1a91753595a2167366e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir {
  background-image: url(/assets/flags/4x3/ir-0d6f2bd5403ac2c3f7dfd49e3c5124817575c00b5167ef4c03cbfb63cfc10a26.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ir-123d34118d6933f90a6b1191e2605c8344850c39f72644b9d91e15bfa640b623.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is {
  background-image: url(/assets/flags/4x3/is-21543ffd547f651c7628bfe97d3c3626ea5e6999848de64efddee4656c27177b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is.flag-icon-squared {
  background-image: url(/assets/flags/1x1/is-d73fc857d6844a1cdab62f81ba30a1ea895557d8d8fa4eecf7fa4b9127bc0123.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it {
  background-image: url(/assets/flags/4x3/it-8b46e4a9676eb92cd507acef1d7c62115e6acc4b85e58a0806a0721ac34735f6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it.flag-icon-squared {
  background-image: url(/assets/flags/1x1/it-2767e5c7250ec17539972ef710a8cebde73971bf0b9b3186d5baffb02f66974e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je {
  background-image: url(/assets/flags/4x3/je-35111082a6e24dccbd512743a37ebec13094ffbed5fef2b0793037433821a7ce.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je.flag-icon-squared {
  background-image: url(/assets/flags/1x1/je-87c6120456d517be72bdf28fd125176a743006be1cbe47ff5f59d54d1bf1253e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm {
  background-image: url(/assets/flags/4x3/jm-eb05254eb1abb6d7fcd764284581224857c980d7bad9d7e9afff3dfff49d1e73.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jm-0af380d25aef6a7de4c545a85ea3f76d3b08e56c000980c08a681ada232ba49d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo {
  background-image: url(/assets/flags/4x3/jo-193203037e596abc063a9c30d0dd3aaa9c908557a1b57bcbcb94e1a1e8bb2402.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jo-2b9c3f54d7e98c848cc0bd764bcd5ac2320d4f13aee8a84a207e7d0490c03516.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp {
  background-image: url(/assets/flags/4x3/jp-169d02f898d54cacbecd7b0197d32045a46c4424c10a67e78bbf488f7b44541e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jp-20835e83e8d43872df1ef8a2b3a26379b5f6bcff854dab3c7a24dcad4a42e02d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke {
  background-image: url(/assets/flags/4x3/ke-58146180a02774a36ff2e4caf23b75c441a92dc69ffe3b9d4e9ded31e16748b5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ke-b3b9722930c4ecc82ed67d7c47eb751eefba3a59b24b68927c45d43a06b450a8.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg {
  background-image: url(/assets/flags/4x3/kg-7c23eb9471af5dc5ee4391e4ec08fec7889c2d83f2712ce59310a0eb81d663f0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kg-83e2a04c6199e69a1604a12610591fda15c8cf60e9fe7f682916815c5f1840bf.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh {
  background-image: url(/assets/flags/4x3/kh-4f121b97388966312c5691244a72214a3306f87ec517c658adcaf39a131a1d8c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kh-9b9ebdb74308e4975fef2e9737cad7fe44538bf97f5c1b7b6239fc2f065d4cea.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki {
  background-image: url(/assets/flags/4x3/ki-0e1a57754e3271771a154b525dfb57e20d584083b47b1ac2708b843abf11948a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ki-64df628a3c2bacf16209af95403dd7ae5402f705b2776da20ea741646e047b12.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km {
  background-image: url(/assets/flags/4x3/km-2301fd16e41810016f9a58d75b8a361ffe9885ecfc89a0b3e9108bda7f5501d9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km.flag-icon-squared {
  background-image: url(/assets/flags/1x1/km-6f9716ac74c8ef80557e682ae6d951a6ca6993eabd049f8de81a742f77a84452.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn {
  background-image: url(/assets/flags/4x3/kn-8e866a33f9952f8b29e45e8576133345446925907a2c4bcd429a34ae377bc74e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kn-46b0fcf2a59d3f923fc5ae6c914d9ee2d886fb4ee6f9c1108133244f4093d481.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp {
  background-image: url(/assets/flags/4x3/kp-ab0a3c4310474b324bbb39f77579ac3b421c531397d31e8f38de35a681d79bc9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kp-3a2ce32e4b76931fd6383f9833a4764528cc89c92f23672cc8eaff26c7a31ee1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr {
  background-image: url(/assets/flags/4x3/kr-854d1521a9cb2b22c90f96d5d62277a9e1382818eefdc294d481c397c92f97c0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kr-343a5d08f9d0ff8c4268c77111cff9d2296c3f875b8d776c95dea1ae246d9bda.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw {
  background-image: url(/assets/flags/4x3/kw-75be6f04a24e7ddaaec57c95420ece390603961fa238245b776386890ab5627b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kw-cdbf39e8dc62ffc15b7bc3c373151070377db56c0508dadf80bdd3c971d8a094.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky {
  background-image: url(/assets/flags/4x3/ky-f75f33396887f6234e7ee4fd483e57c8e35ac52d504a4a6e12fad25d855bf061.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ky-8ed8729ad8553aa468c0d9ea196f38048770b15a1bb632fb7c3bd56fbfd5b643.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz {
  background-image: url(/assets/flags/4x3/kz-51f42e580c605b6580aa4288d88d9c88bc6fd86af2388b0e4313bce969628743.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kz-38ef143eed3d03cebe2e4924d520a0d90d5e59e97a39b13cb3085415267af6f3.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la {
  background-image: url(/assets/flags/4x3/la-0a762fcc7ef73f1fedb4765b718e2e96c819d4b26d5375acfa48d245fb97fcec.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la.flag-icon-squared {
  background-image: url(/assets/flags/1x1/la-59d7d7dd1443e9bc557631254afa4333d1b83db314c9eb8bc170ce26f34f5dd8.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb {
  background-image: url(/assets/flags/4x3/lb-26ea2add2ac68a8040b027b510f29080d8407b961243c77b33b46c8957768b66.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lb-eb8049cb746a3913ac814f4d6e0e850d0e4b9a60b78dec5e9acd95b299bf95e4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc {
  background-image: url(/assets/flags/4x3/lc-444f9f77d0b09bd84fe2a5fd7194eae81341d8b7b4823070fc3e74cab481a122.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lc-13a572e5fcbada8bf66eb77413f04f862b0cf95d4b85c5292b3d6348ec4d8c99.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li {
  background-image: url(/assets/flags/4x3/li-b2d0ccbceb7e6129a6529c98721d92fcee379ed6c225a18e1eff3c6fa092eec7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li.flag-icon-squared {
  background-image: url(/assets/flags/1x1/li-97814472256460b19df380ad90e5380202001a8a7ad6b4140cd2a0b92db909ac.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk {
  background-image: url(/assets/flags/4x3/lk-d910bd0d9ddb013c5668824d6600a842496c0a17c74f772a801f833b9eb044f8.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lk-c7fb3c2b64782519d94f0a9fd21c057e5e32b856c428b68abb11667191235270.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr {
  background-image: url(/assets/flags/4x3/lr-42e8d3bdacafc05835fcd52026cb3e1717573965ce9d4f49635dbb390021a4b4.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lr-169945e579afdf35dd158694a1679380886f8541278cbd225c7e750add25e60e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls {
  background-image: url(/assets/flags/4x3/ls-a4db42569c4760bffd695cbdb030c90bc203f40f75fb357cbdbef961d29cf5dd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ls-1dd02208fc24c668e18430bb0500fa14c995f64cab8cde080b4256bd1b42b23f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt {
  background-image: url(/assets/flags/4x3/lt-a57e003a5cbe538a4bfc2d29fd3523a87948bc8e29f731096dff9095096178c9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lt-e386ebe0482bdf999b151c3ae8c5e5e40a58037eab35b29f37682aa849edd3f0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu {
  background-image: url(/assets/flags/4x3/lu-2746295f8b0a1540d43e0c2548d4ec1341fafcffe48b919fb135a6c82535b657.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lu-9695b187733f52bae07c65e78aae8956e25360ad773c1f4703855997571a764d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv {
  background-image: url(/assets/flags/4x3/lv-b51d475acf37be9accc82ddf5f60773861cf58b0e9b599460852589da88501ef.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lv-dbf5d3fb294b518bc6373c4fc22b028fc462647fbd5032cf57513556896577bc.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly {
  background-image: url(/assets/flags/4x3/ly-7409a315d2f9aab4676558d7e97f4316ea87fc7afd93a493def4adf0b5773ca6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ly-6457e38177d82f6c52e3f3c38328f1ac66bb5a5c7a9026229d4e3aafe3b592af.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma {
  background-image: url(/assets/flags/4x3/ma-0628f236b2067d66c841c1190a3e8e3e9c37fbf2f3521fdb5ecba3eda75e805e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ma-5c96636ed7496b25e989cb74f202e377ec4c59b056b9d0c425ded77199b0d659.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc {
  background-image: url(/assets/flags/4x3/mc-10a533ce437c40973f8684439f7e24da1ea624c5e5535fa4738d62ede0650242.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mc-6a9a8fe216f75ecdb8bddf6e6c816c1c9771ebffe3c09e83975a434ec1fb4950.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md {
  background-image: url(/assets/flags/4x3/md-6641e05826ea580544c1890fe3698eb2e8e3af463518fc37eea7c41eb8cbb6c0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md.flag-icon-squared {
  background-image: url(/assets/flags/1x1/md-e51dd640155b523a207eb1dc9dc909c38d9e88de04729e250e0cccd1e9d1b0b7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me {
  background-image: url(/assets/flags/4x3/me-c841acf1209c546dd77c18b718141ce4e21dba95a120cc3092988edaaf08f432.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me.flag-icon-squared {
  background-image: url(/assets/flags/1x1/me-c290031be15a14ebd1fd278774142e29f7dfe3d0fb3aba79c0d6932cb0feeb4b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf {
  background-image: url(/assets/flags/4x3/mf-41a6043e2495b346fd700b17352150a8e43ca342a515fcb5159c39f809663ec6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mf-a3f24457b393082243eb00ea514057c09b1cf4985f6fa17d7902500fbb716317.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg {
  background-image: url(/assets/flags/4x3/mg-1baa2b12c3e79d592538d5d8e4d5a2c0e1373d3871c9d829f57b212daaf42129.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mg-7e78efcc81f02f0616a11aec87bfd8dfaed1a328496301902f53375eee8f72ee.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh {
  background-image: url(/assets/flags/4x3/mh-1236a730a9819f0b58ac8cd642d17482b3945a894c63663b4accf10ac8ce5ecc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mh-3ecae469e3987c59cc4b19833eb8ccfe49a9477f70aa2aa2be5e9a4a131a48d0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk {
  background-image: url(/assets/flags/4x3/mk-2a7bfeeba74701ceba752795d02eac7a97a6139471e5bdd529f2a858f4fd1d0e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mk-fe5c84d0e9bd4b7ceeed81f9564a970d7b5b39659e42f819c50950e191443720.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml {
  background-image: url(/assets/flags/4x3/ml-086660fe4272a22e220c94854fe4f80dd61afadd5c0c81cc075aea91bbcaa691.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ml-9ef37a44932a3af38990145042c85352b1c5c4e791221d1fd91b5a9f7a412efb.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm {
  background-image: url(/assets/flags/4x3/mm-60ae7680502d9af8796fe3b3d57bbf6105a406e2e66840e9aa1f6e2470466058.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mm-ea5bef04548342d984d8c8707333a31203a5abf015db093553f26c3a9febb251.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn {
  background-image: url(/assets/flags/4x3/mn-1309f63a0b6bfc594a1721a8af76381a1389fda64d840b256d353eb1341cb794.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mn-86ecb7d9fcefe13783f165d44a93c9c2b1add55481bc69a70f9bd3652c27ae74.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo {
  background-image: url(/assets/flags/4x3/mo-6c69662b2581d90527965dd2c444784ab366f0080c93f2014ca37f2f7541b898.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mo-ef906f7a8fdaccb7532359de1e5ce664ec0342975052b55a2e389f1b6338cba8.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp {
  background-image: url(/assets/flags/4x3/mp-dd2fa1cf9846007f88c88143047430f3f666099875407cf36648b271b6e1400a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mp-cd1d342862684bdb7caacb093e37d7e3b094cf49cfa5aa579d6b8201ffb4dd93.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq {
  background-image: url(/assets/flags/4x3/mq-be00a7c77b6aec1f86cd16bcafc7fe27b7b8c967b03632f8230cd83794833ba8.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mq-bfaccc4a61b2d7067b44d54a75ce5bb5757292bdabff5e104b547aa2435a2e5d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr {
  background-image: url(/assets/flags/4x3/mr-2293d4180eff3670e1c484d52a206efb562e8d96b9cb8c5a43aa65e1e2b1289c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mr-a3eb1a496e2c5dc86245856e18a91d71046b44d74d88274014e2d4fab41c3453.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms {
  background-image: url(/assets/flags/4x3/ms-913b24dbffa69bc3a57e997a806cdca5026cc5f87f83eefeef36a1aa8f5c2789.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ms-8be40421854193032b83670c6a91aa1f5c818578eafb85ee90dce959eb54c6db.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt {
  background-image: url(/assets/flags/4x3/mt-517b4f67a94fff5be6346cae3731f5a17290b4c56732129967c15f482199365e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mt-371c5673e14380308182c7ae324f54792652bf4d0cf64de30b1d1fefea8c9b5d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu {
  background-image: url(/assets/flags/4x3/mu-0a0d71ecace32a2948ac3eacc94927fb0ba7306236bf2a18ab5ae85bb2351664.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mu-e0d4ee6c8f915eb54307ff51f57734c0bffa843060d953b9bd27f365b4a11b36.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv {
  background-image: url(/assets/flags/4x3/mv-421f31e8be8d80695f9f4811435214e8a8ac8729e145f9d491b888d91d0ca999.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mv-c0056befcc1b506b4b498bf37dfa30642839a1beb6373f682e1214850b51cf6d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw {
  background-image: url(/assets/flags/4x3/mw-644750e23780e66258d7b56777be8ef47ce3ca2d9d5735eac5abbb22fae33056.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mw-70a282f17250f7fb49f8fbeb357dc492b742dd2a9c58e13281f0e900a8c63e94.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx {
  background-image: url(/assets/flags/4x3/mx-246482013102c12a6f83dcdfe0fa40c350560ae64505f9b4d3113ea5356e2f71.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mx-27887b671ab9de501b6693ab60380e809962ac12222ddb580c9426e79e1360e3.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my {
  background-image: url(/assets/flags/4x3/my-00a98291486af1c01c11fe46a203dd07bee31d6b5ffb5f60d04ad337a3499775.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my.flag-icon-squared {
  background-image: url(/assets/flags/1x1/my-a60a1ae968ed1ebbb60626370bd0494112b562a358c1381e6bb162268a110d8f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz {
  background-image: url(/assets/flags/4x3/mz-8281fb68c18d27bf1588de7684e67f14aeabbf8e66117eb4e640faac9762dbb4.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mz-dc805944726edfe3a8900cecd82ef15037381b81b6fab0d96d2cf93ba0d7a3ec.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na {
  background-image: url(/assets/flags/4x3/na-d798d2db5bccea439f545e5e6dfa5aad6a166966cb5e223f7f2aa4d4dc73abd7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na.flag-icon-squared {
  background-image: url(/assets/flags/1x1/na-0fceb3e900c021df14c00cab058c84cd834cb2f494a1db2fa58728a7f9445762.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc {
  background-image: url(/assets/flags/4x3/nc-2861e50f3a0a1b1c368d913df4f4092c65bb3faa2d01e4d084fa33ed041e537a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nc-1d65d86f9caaec75cc886c8abca3cc39b8de23c48e67b55936be3649ae67d716.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne {
  background-image: url(/assets/flags/4x3/ne-90b12ff4abee66e42d27b6c55dd602af3cc249f3492c8a449ec84a35a74ee6ed.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ne-ecd9bd0f027c05147c336ef396ffce7c16cf011f051860ae082ea99be34554e0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf {
  background-image: url(/assets/flags/4x3/nf-3323e2cb59cb8f9282e45155b6830e4c06876bc0c24ee28e5dd4dcff28d2dc70.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nf-3da2a0db99d85998154510ac50674728e4768079a57443529b18b1ed87e5c077.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng {
  background-image: url(/assets/flags/4x3/ng-387e036e728aa4c36d93fad3c90e76e3beab727783ec11da7fbce30ff52c805e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ng-c4c24f43d15d5690390ea6d5a4b41911aa7cf0807167d69e95748c4439211dcb.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni {
  background-image: url(/assets/flags/4x3/ni-b83cccf0a65d0abf0398b905936ca6b6d5b1b64db8a34223225e3e4eb4f0311d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ni-35731438cffa30b56cc403c5e9a59e85e661566a0d72c5310865aaf282731e0f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl {
  background-image: url(/assets/flags/4x3/nl-a71cd17ec0d083d39373108c1f5e994e71491e1f7ac34119e60c859142a2d34d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nl-6bfba1aa0f31f33e126e51832eddba06a92106d569f3e01dc4989a3425f45eac.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no {
  background-image: url(/assets/flags/4x3/no-d4ae9765d2dd03faef1007008bf1ccde064e36c765faef79a270e7e8fa97c23a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no.flag-icon-squared {
  background-image: url(/assets/flags/1x1/no-7b3a522b5101f7bcc5c9ac05adbfbfa3dacde4fc4420d2997b1ab38af7e50dbc.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np {
  background-image: url(/assets/flags/4x3/np-043dff0f7f1cd254f2c2d82367557e5f4a15579af81242e2979523700adaeaf1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np.flag-icon-squared {
  background-image: url(/assets/flags/1x1/np-976aa23f62798e1c0974a78649ff295334fc0d39f63eb19e990d2a13efe9fbe2.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr {
  background-image: url(/assets/flags/4x3/nr-f977239dc4f2dbb4185bcb741dc0aae4b46dd2d647444150f317e8dfb3062fd3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nr-1899ab289aa424dfa1bb1a787a5dae3d9081b212433441fe9a7c95c1c377fc01.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu {
  background-image: url(/assets/flags/4x3/nu-84b56f2711a6b958b9072dff3912f225c034d246341cc29c4eba6c34c70fe6f0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nu-60cdb57b27737dddc21980f6630e7476471ce8c1bc34b3a2632819bef23a26a5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz {
  background-image: url(/assets/flags/4x3/nz-9cca5c871f70cdd784a33836d5a07ada7f6eaa720811c70dc2306a2a5056648d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nz-e5c8b6660d172e25e80f1d9530fb3e8b05fba1c4c02b95679fbcd5a0c50169f9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om {
  background-image: url(/assets/flags/4x3/om-fbef9222761223ced04e2946ec71432c761618ad58b8a3a5af5627a1d75b48e9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om.flag-icon-squared {
  background-image: url(/assets/flags/1x1/om-07148a6924f8ce843e33be4f3d9d5dd40040da366e667925985e7b247073d08e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa {
  background-image: url(/assets/flags/4x3/pa-50535df4995256b70ce0a7971ba95922046d445c06a567fd951d7f5a79cbe547.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pa-e4d955c65827104b4f898beb392af5ffed5f62a09035f42801512b5b3d7767d1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe {
  background-image: url(/assets/flags/4x3/pe-b518a86545125ff3c3fde029c2992233df876b663d8ec723bd4d67f90f72cb62.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pe-8e395c37a87d3ea212ceaf0768869f2ae38ad507761ef6b10b2077f01274d6b0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf {
  background-image: url(/assets/flags/4x3/pf-d1537625ade03a7fae7a5bdcfc5fe9f6449977613a38ddd258c8572f3630185b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pf-c78c72a0ad139c9da31592af7c443cfef4e1e1baf208e44088ca667298324c9e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg {
  background-image: url(/assets/flags/4x3/pg-3190ab67d73878026d59e98e14b0cf98812c5c086d35956383c9986f7e0433a3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pg-fe2bbe3c6599a4bf895b9f748d5a15650a7d29c854252e3b074c780a77cd51b9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph {
  background-image: url(/assets/flags/4x3/ph-ec483bd752a5a0d1f063397a2c206bdd9b23451d2c262eceba6411b2769ed3b1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ph-0d61f012185140030d9879f180b8279ab7798a9d7d062e141937ba83b51ab20e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk {
  background-image: url(/assets/flags/4x3/pk-776714f751e4347341656ce5e88c6fa13316e2e36205cd8d09c73779794c2a56.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pk-50284d5da424696f41ac4861f8eff6e5bc23a6e1812df7b444967c6e58ec6f81.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl {
  background-image: url(/assets/flags/4x3/pl-9bb56d1ec91d8c843ec53b018dc861772e466bad1582a9ba42148524347adf6d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pl-acc73e013a67a13fde68d812b22889be9150cce57d029deab6ba5b0ba4e7b69a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm {
  background-image: url(/assets/flags/4x3/pm-5d990f5bc74366f734851ceb35046baaae3555ccff57e6cf95c7143f9b245532.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pm-781f551a82a88b0a5e238b078310bc843950c844092d8ce1e52587feca285606.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn {
  background-image: url(/assets/flags/4x3/pn-1e347803c27d86312324a6a6712dee0bf5590971f027fffe082681dccce6c4c1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pn-b9762ab4fd752edc4506fd05f2810094e8de8b3cf6fffd00bafb89b6ed95359c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr {
  background-image: url(/assets/flags/4x3/pr-4c0359aa4277d04c3c3af8ff89d0bbea462b480334cd6974beb6c5739c42903a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pr-dc838368c71fe79aea88491ec3e419ff01c26a5af460b05a79cb6cc6fa02b6b2.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps {
  background-image: url(/assets/flags/4x3/ps-39b00800524af9e8d270c479274be2dd5459c13d67a6f308139a69adbae4997f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ps-9102a922196261028bd07e60d1b2ef435e123aae8bba6d49a5918123f8be18f6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt {
  background-image: url(/assets/flags/4x3/pt-f76294ca6203778375158111051358fb535eaebb06d50951eb5326f9ede31536.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pt-09b4548e5764d2a6c56bf9c33e8652911f91b16ab6bfa3041630506480281047.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw {
  background-image: url(/assets/flags/4x3/pw-029fb7bb87eec12c79cbe662fe3614698c7638186958fb6032e59a17705777cb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pw-39f82e7a0e390333a2d0f4a1396a8f710af7ec3002c5542d7d6c76d634a67e82.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py {
  background-image: url(/assets/flags/4x3/py-6f18a4e716e9fbe7d0caf99651fee56e44ffd2a13ce77f50a8374a7fe6b0879d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py.flag-icon-squared {
  background-image: url(/assets/flags/1x1/py-0325fb333b5ea2adb996345bf2bf5df0c460c87ca97cb3c8f6e65a7f33aa1722.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa {
  background-image: url(/assets/flags/4x3/qa-55eb7d6716998d68fe6e3345807dc410e5c5e8511bb2c78f0d08d51da707a131.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/qa-cfff93f4c31946f7646a855521a7db667c78cb89a7c2ac339c64c14f06be0f7a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re {
  background-image: url(/assets/flags/4x3/re-8b3124b78a7752ee288a401ae16c3cf5dafc1296e443ba941de8b338b16c2723.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re.flag-icon-squared {
  background-image: url(/assets/flags/1x1/re-c7173d64ef4a62237f83c7af8cb144fba8c38bd7ac8e7125eda78320931215ca.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro {
  background-image: url(/assets/flags/4x3/ro-a10768f5227b028969ceb2bce6e3fc2ecbea0c5e40d1946c47d913d2745a8b21.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ro-a4cfc4bce72dc7b034f2b84e932ba3d47f7a9404b94b1450af48263c576b62c8.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs {
  background-image: url(/assets/flags/4x3/rs-9792f9ae9694c0dfa1a213ec6ceb29d7b41819a508bedc4bf89dc4c285e48712.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rs-cd44c0b89c5e2c2d0afe1902a263d60648dd18e97636256eb1ffc3148e336cd7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru {
  background-image: url(/assets/flags/4x3/ru-ce34e72a9d955c6c6860a5e552cd3902d236bbff5a714a49a1b8f8dbbce3c410.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ru-aa0d5e4855f92f211efad3979493956dfe01ad4a0b552814cad05fa67694de03.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw {
  background-image: url(/assets/flags/4x3/rw-0f08a5e527db8287642f1aafeb397fd49ac3add8e86dbb0d9a8be7d2c43b0153.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rw-297915f2fa836eba2dc1d795a4f5b1c51f8d9abdc6704b13e63cd81c81476f09.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa {
  background-image: url(/assets/flags/4x3/sa-70281c72fb6008faf5d36c401593c7c8f0c8870332e23fa3b1b53cd0f88e9ad5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sa-463ab66153968c569b854793714e414ea77185758a8236364019d4e7e40582fc.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb {
  background-image: url(/assets/flags/4x3/sb-5de262c7e2fda747ea4ac98c2ca9ce045f07de995330b1fc3bbbf39e25ae42f6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sb-638ead7b9c9a42fe2318daf753a8f0ce9cea4792114d8d7475d5a5abcf697cb6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc {
  background-image: url(/assets/flags/4x3/sc-46736983ebac2719d3e3aca36e3dbb896f612db71b72e9e5d6f3da36ae59c0ac.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sc-1dc9321cdeeecad7c6485b2bc3aef87a1a1ca116c18908286b5f79bdb5ee8313.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd {
  background-image: url(/assets/flags/4x3/sd-3b49e891fcda945b02ee18ce8cee078f251d8e822201ba0f8953eb3efb0b2860.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sd-993e4821f73f36e6dd12332ed727047a97c7d31b1c8f0b3312e924c5f437eb34.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se {
  background-image: url(/assets/flags/4x3/se-8e13876ab89aedc66156f36f55fefe66068c43657a803ba6b98843c171fb06c7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se.flag-icon-squared {
  background-image: url(/assets/flags/1x1/se-8af88180b9c1ca0b24dbf5e04039a523c6f0ce975094c7fb6b38a4901b2e5c5d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg {
  background-image: url(/assets/flags/4x3/sg-da88143d134efe0c37b67471ceb24a9ced62ae9ade25530232c92435e6f46b65.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sg-80e8f95951096bba14b6d6ebea036b0717617668d96f32b5a8172a06be1feb22.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh {
  background-image: url(/assets/flags/4x3/sh-3b36e972618f594e95974a9c551d3ba9ead3e9b175d8dac0bc30fd1910f82561.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sh-f25afcdb45a6c2d58e3984d40188a03342271f2f6312b868236b2a1c02a2e60e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si {
  background-image: url(/assets/flags/4x3/si-a9715a0c1db87762010c25b6d3bb90f73de3c893aa3bbc7412d57dfa14f28dd5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si.flag-icon-squared {
  background-image: url(/assets/flags/1x1/si-daa3e030c059585d235a78f228c89a32bc50df223da8efa32f85a13978524365.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj {
  background-image: url(/assets/flags/4x3/sj-a2fa34115702482c2af9c7632eaeec77a26a1de129ce825bc38e27b6523e19ba.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sj-55f27b8e6aa75b9db244543edd19b891f3c07d59106cf08ff5c47781c480d272.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk {
  background-image: url(/assets/flags/4x3/sk-b285dd82884088b14db516eac76a39b29752279ac9f0f3e7c84b624edea66aa8.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sk-cf28c14c8d736a45cbb0a31c0743373b6414974d561729d322cb7204e6a2f25b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl {
  background-image: url(/assets/flags/4x3/sl-571df59f51a68477e49c8bbbe397e505d30d27ed1611b37485c94198b6401a9a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sl-038ea846f3362ef266345b5a7f9f0c7e94334edf697c24c5faeda27bc0396927.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm {
  background-image: url(/assets/flags/4x3/sm-a15cef2d34582deb77e611ac2df3580749a7faafa1bc7c5c661c906ccbdad64d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sm-b9bb79651c85755c984570a106213c32d87c7fbe5737b9b6a6e5512a05d98429.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn {
  background-image: url(/assets/flags/4x3/sn-d8a7143973e5ea3d4b58e707ac2b791b45b5c7a7e65cea521fa82e9e5920926d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sn-2432d592221bbdd387548cfa5069c62f75245597749ffa6e2dc8d029b76e88ae.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so {
  background-image: url(/assets/flags/4x3/so-c82eddc49e0c223a307286bed233a03794954ad83efd12d8e2499a728bb78f22.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so.flag-icon-squared {
  background-image: url(/assets/flags/1x1/so-52cb6599bb12bafd9e49b2661297961fe585068009eb1b1c1153023514a342a7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr {
  background-image: url(/assets/flags/4x3/sr-cda17a0b4748b11b3e116d4f034adf47def0faaae1e71a5bb5d5c61645be9795.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sr-fb0ff6fc7108d1b993a838bb0e9db479af4e2af4cda72c80e7456c0777cdea28.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss {
  background-image: url(/assets/flags/4x3/ss-744839019f2833ed8059e53d0d6e1cde2471c6a61d51f9e09814bda42bdc1f12.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ss-d77200a3fe67f1533ea642a6013667ce15bb0c8068b09db151c960593b37549a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st {
  background-image: url(/assets/flags/4x3/st-b0a9259277e38c0c8e0efec1d10b40d3e9c80a9eef21c174246aad28511e976d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st.flag-icon-squared {
  background-image: url(/assets/flags/1x1/st-02eb52348f8547d028ba692f909483c32474105aae7940731d9264027493e479.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv {
  background-image: url(/assets/flags/4x3/sv-b524450c407002e1cf8e85444bb4225849cae409f54f5dc87d14d65faeeb833a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sv-e16fe96bd7f32dadd74091ee73b723c2b8dd92e791f337c54ee5bb18693ef1d2.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx {
  background-image: url(/assets/flags/4x3/sx-076f4363898d1374f985352dddbfe2a618bf4e7fedd80e43956be6614ca27ec0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sx-689aabb209fec5e8fc325bbaff80aa0bf11a2d6c819fa821b82069a2e5f12911.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy {
  background-image: url(/assets/flags/4x3/sy-d99ddced9cf98e95f7086a70703cd234cc8e21e744c37a6f90820c37ebc755d2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sy-c7f1e1422a9d941be9abd5e0f51b4c4ebdd08efd31c4ba3e378c155911cbe844.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz {
  background-image: url(/assets/flags/4x3/sz-b8760e27e50f7f31f0b38c2cdbcfa0121317bad064561cbcfeb8413ee8764e6d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sz-6c0e7ae75aa0fa71821d7b6230dff63e34b65221c0dc08f50226299d37716652.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc {
  background-image: url(/assets/flags/4x3/tc-abf0740c371bb155066651fca91c9e27e12b3cc9c05c14494e53dac851cc78bb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tc-13c94ed220ff9c70284c379e33fc85891de95dce60ec053787549485bca40a36.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td {
  background-image: url(/assets/flags/4x3/td-354d8d74597706ece28b45f28030c948596f91c04392d07307b800cb0fc6e4cd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td.flag-icon-squared {
  background-image: url(/assets/flags/1x1/td-fb3c31a792ab9fffe28bfe959cacdac54daebe9f795c30515830d93773805c3e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf {
  background-image: url(/assets/flags/4x3/tf-f4edacabdba5b4d4d898a4edd7f07976f6a01ceee97c03fdf3561f2ba369b4f3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tf-fa00833e3ac96967c55c7f495a580ad5beb1fd912d32d0c9751b93c3c89be893.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg {
  background-image: url(/assets/flags/4x3/tg-32688daf8870e048421dcbfa2777d9b5f146e588f5f604433d17143fe702dac7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tg-0e62ff3b4c2106e7c5fe27a6f32fb3c10f69f9cfd5dad9aeb7a8b54af7cab786.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th {
  background-image: url(/assets/flags/4x3/th-da4f1fda6eda5971dd52bad365bfc4aae176f0eedebf5c8bd9af25789c03993d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th.flag-icon-squared {
  background-image: url(/assets/flags/1x1/th-95ac5f4463da0b9164f2fbed65ca12046370fcb1e250c6170975b77d1509b3e5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj {
  background-image: url(/assets/flags/4x3/tj-d072d6cd4136ae97533d32ac74d20350ac794f8a79eaecd1c55142e76b93b3d9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tj-2cefbad6aee66d30fd757ea564fdbbde86aebde70720e9c961799caa6bdc8b84.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk {
  background-image: url(/assets/flags/4x3/tk-da715012efe8731020fe54063a76bffb256ea6696da290ccbb599ab36990edfe.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tk-4055f5153398c294b2344880102e23847e952df1d04ad8734218fb0f6b43bf42.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl {
  background-image: url(/assets/flags/4x3/tl-388fac3c65fbbc18779b88f7fcdea523ba440860923a7e1602ca1138bcd5c40b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tl-9fea1b22d992cd15cafd1e5824d65f1f0f84b7c89a0f5a460b82429e2f9a8e95.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm {
  background-image: url(/assets/flags/4x3/tm-f5d7cce194b88ed026465717ee593c35c03f76f3483d77bee2a3e05827628679.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tm-a3f255f0a6874a326140c9a4cad876cd386c30ac7b9e974905699ada62811042.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn {
  background-image: url(/assets/flags/4x3/tn-ba48fb29a4c8511d1145b87abc10cb75e8dc9ac4e704dc9efc113cf920d4b640.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tn-d9b89cb7ab0b22d5a4709eb4681d77b8f6877d572a1d2f6424f6ce2fbed2dede.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to {
  background-image: url(/assets/flags/4x3/to-9f1079a109d27abe53f17281320474ecfa6edc571502831f167471edd470773e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to.flag-icon-squared {
  background-image: url(/assets/flags/1x1/to-a543262eaac18a114c5c70153895192a3e58981d4a00084473cd479bbca5783b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr {
  background-image: url(/assets/flags/4x3/tr-04941a0f055d2ee2466b8e19532f58a2a0c4e3a83d986a601220fda2b6a3b090.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tr-0df7b630a61ad40f32017487e6fef02258e8b2c8709c6fc8c1d3de1e9b36b09c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt {
  background-image: url(/assets/flags/4x3/tt-9ca06051696b194f98d36ab4adb6aa7eb75275333cc0b48c9c9e1c34601013aa.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tt-b05ee6c590e5c757190226182ac72648604086a272479f91d73dc24d90162eef.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv {
  background-image: url(/assets/flags/4x3/tv-5875f68681a06f613b3f84cd6959eb9dba70524bf14b0c8aa4a823a833dd6a98.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tv-d8be186cccd6335a8f85c89085ef08b19c247df4081ed61698604972fdb8fa43.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw {
  background-image: url(/assets/flags/4x3/tw-29e639da18e668c62eb04ed3f3a02e11b0809890a2a0c82b529e50d53076e4e2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tw-2a2531772efdfcc74f70cc88f6fc15df7dc42dc344d9ed94b08e1847557976c4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz {
  background-image: url(/assets/flags/4x3/tz-69ae0bf011f019428148ba9c3d793b4104be88621741beb216dfc9f43d125d6c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tz-581f05e20eeb5d8d77f807f2d6edaf786da8226284726841f33d9288ee84d6b7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua {
  background-image: url(/assets/flags/4x3/ua-ddfa2a9985ed8342421c8df6fe852ec92e15d584c2565c525347bcd5f524c9da.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ua-86260ecf3aa1da110f92b58861d7918e3e574a79cfb4334f9c82b1a750a8a875.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug {
  background-image: url(/assets/flags/4x3/ug-b748460c255e064ba8a2d89bb78c48fd29bdf496a7ca3c3af0ed0d83e49995cb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ug-8a8552bd983c6e2136f9eba9b4917d0e158415a24d9945f663ed56239299b44b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um {
  background-image: url(/assets/flags/4x3/um-d3a2b6a726a36d08db81fe4a5f0decd0afe5aa4ad8515304db4c3ace8f27e415.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um.flag-icon-squared {
  background-image: url(/assets/flags/1x1/um-0bcb31652ebcfa8c6727911e3df341b30425c3c699e6c4bf9f47c739ab9f442d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us {
  background-image: url(/assets/flags/4x3/us-c10177f8d2a93643101b39e419273bdd2f43a58ff9beff88a90431b0a4aa6a00.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us.flag-icon-squared {
  background-image: url(/assets/flags/1x1/us-a46068d8032a1e3364325da9675a41ba85a40c5401981c403fb7297aea254906.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy {
  background-image: url(/assets/flags/4x3/uy-ab18ad511d2822414e3b4f32e3309dca27b5b559cabd89cba2b4b4072387f440.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uy-d94f5244cbd79f9348a048b7ec8861d37a237806dc1a6427fc9e743b86f43097.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz {
  background-image: url(/assets/flags/4x3/uz-78ae3b6ad90b0bb256102b6db50b8f9a7700fb6275e80d0c5b755e0defdcf8e5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uz-eff129a2e58e047e1daa2883f9ab0ef410bc11c42d652b9c4635bce5ab045b4f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va {
  background-image: url(/assets/flags/4x3/va-20117c2869d005de2cc54801f2d264b2823c214276f5559de1e48108f572fc79.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va.flag-icon-squared {
  background-image: url(/assets/flags/1x1/va-3206ffbb26fff2b3cd06959ba7f9d713efa9d133932d94ea1f1f6e3dd42687a3.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc {
  background-image: url(/assets/flags/4x3/vc-dccc1c2e4dc2d36ff71f8b04ebda868a7c4ce753b9fe5ccf0bed00edd7d41abb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vc-08a544ff242da12cc3fbad36579499a0b125c4b7ee7aa0af4eff0a261ea27a13.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve {
  background-image: url(/assets/flags/4x3/ve-d62ba31ca157e54409e09617a264e0dd18a2c597b1ad611c34da7fe7962e05dc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ve-f465be9b82185e94a0f84a3d8b2f536e026b8893fecfc324997ca711b9fe0097.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg {
  background-image: url(/assets/flags/4x3/vg-d6c3f0ef53e605acc97f33a4e0a61711b6a8207c6a2cff55b9427870053da583.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vg-8a2a8af88748ff501bc90aceb327488cce5f323948d59f62c960ccfb58ca7510.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi {
  background-image: url(/assets/flags/4x3/vi-882e3005bf905201f3ccb79736ff058aad41d99046ef58fefb2e5f7df30d4ef4.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vi-8f89c34e92ffdc8d17724234254fadad1bbb4b2828cb5e041b4d6a21ec5c3caa.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn {
  background-image: url(/assets/flags/4x3/vn-53c52e450c6e603d8b08c0170dd3bd15aaa0d4e9d250657bea188945c1252138.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vn-7267ad3b33fb6d304ff414c998a2c69c6b46abc2528c2e955ff4367959cae8e1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu {
  background-image: url(/assets/flags/4x3/vu-2dd468b3a9c89ef0bcbb155422cb38bb19e6255d2871ec2b7012055d31d13e2a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vu-477e1ac8d2d514517a8a6b84f917f9c43d0145d52f4b89e7205277ee3bbea422.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf {
  background-image: url(/assets/flags/4x3/wf-d2b9db8f6fa2a78507a5b4751f95e92c334673ecddd68eb33844ea91fc62d771.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/wf-095484363036fafbb44da7fbbdb6bb371c92c002163fb610c29912c6027a3cb7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws {
  background-image: url(/assets/flags/4x3/ws-6a3fef801ba087404d3718c0b5b8741261d790cb2bf8b7581fea317e9689bcc7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ws-a312f6f7ddd2d5694c70b935f000ccc7716aae0b207e98ca4ad6ee252d272f49.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye {
  background-image: url(/assets/flags/4x3/ye-38ca92e79aeba152eee33f0d5dac55430af032a31b39d56d49c4287b0639fe72.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ye-2d43095605cb09aeebaa7d9ec1147717dfffb26cd6a7ab66adfbf550a3bc8962.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt {
  background-image: url(/assets/flags/4x3/yt-2b54852c423d68df342c5bec300477510632be3f1046a2d9d9715a9617bc90ae.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/yt-3ea3c372eb1f7e269abafc08882bdb99d94c18ea363b905f8422f2733a550db8.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za {
  background-image: url(/assets/flags/4x3/za-c57ff71cb91d156461c64ada7fb86779c009a9c0a53df0b6de2e87044eeefb74.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za.flag-icon-squared {
  background-image: url(/assets/flags/1x1/za-571b8b7da7f17cd9a4ce08e5696468e86efce9be83bb776c7586184fa75e99a9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm {
  background-image: url(/assets/flags/4x3/zm-8a6d8f87b53dd7256d461f64cf66e2cd90df833aca8833849fbfe7445caeeae2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zm-d68871c839973048d37ad325312abfc1b22b525e3f48faefedcebea29e3e9175.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw {
  background-image: url(/assets/flags/4x3/zw-506cb345575e94583b442c3a23ded41e36cf454e797b3b2e03b4445a37395666.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zw-f7716b45f4f267a661f85af47e95447adc282a4b9fc18bc88316cd970f8d947d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca {
  background-image: url(/assets/flags/4x3/es-ca-884e8f11877dc43b5c29bbc00c6980cc57ee8e671b710b9f9d59e29927cd25d4.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ca.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-ca-2f61e283eeea7f76c15207644f2a8538e05a4eae39dbc8186509209773701cd9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu {
  background-image: url(/assets/flags/4x3/eu-dfa7f5c90f5fe9eb16c8c865e73cf7e3e8fea328bf6cfc1b07f6bc28eefd43f5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eu-c3a400ee8dc3ee4dcc2d0f2868698ce781d403a9ea249d972115c8455cfcaa9b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng {
  background-image: url(/assets/flags/4x3/gb-eng-65a380032580f7144bddfd4ab353bb478d523232c4303edb0095e34e98c7dcb9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-eng-6fe299a85ef920693f193828362f306fbd23020d2bfc61dcf9143d85a6a5001b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir {
  background-image: url(/assets/flags/4x3/gb-nir-7cdb174057442ee76cc8a3fef9df4650460b3a3a9c0634c2417c42e7383efe3f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-nir-ea58e209ad11b7e21e357799a5a0d4c7cfd13b2f7407cb09933a2dc485da41ff.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct {
  background-image: url(/assets/flags/4x3/gb-sct-f7b13851e9b9de7532ef86afefb7fe2efe6149fee8ea50505771b4f7d112cf7b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-sct-76e5e39a38915cf5f6020d6f58d0385f1fc0d502dbecddabf00a18cd50c88995.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls {
  background-image: url(/assets/flags/4x3/gb-wls-c6e549d37113c25f679d5ea75020ea514971a1038b3c92d6a71c316a56b542da.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-wls-99a7a03c4ef2a0789d35aa1ab8b746ec72c1c8de58426afc7fa096d5a00802a7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un {
  background-image: url(/assets/flags/4x3/un-3760dc125288de6c2143060b283497dfed4de7430943f5be86a67d7668ede7a3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un.flag-icon-squared {
  background-image: url(/assets/flags/1x1/un-aac693764e62f5d0bccf80bc53f68bb6cde75b18c3b3829a89b79555df538c71.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk {
  background-image: url(/assets/flags/4x3/xk-c40be9a1d1844391b275542b4a4ef7a9eecac72a93b08e7f4f2f4ebb17c7538c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.4.6.1/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-xk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/xk-c5498f241b2608496ac30b7c8570d9dcd8f88432ea739ac0ca1abd7fd8beae99.svg);
}

/* line 18, app/assets/stylesheets/manage.css.scss */
.horizontal-table {
  display: block;
  overflow: auto;
}

/* line 23, app/assets/stylesheets/manage.css.scss */
.no-margin {
  margin: 0 !important;
}

/* line 27, app/assets/stylesheets/manage.css.scss */
#copy-payment {
  margin-left: 30px;
}

/* line 31, app/assets/stylesheets/manage.css.scss */
.merchant-currency .form-group.dynamic_label .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
}

/* line 35, app/assets/stylesheets/manage.css.scss */
.merchant-currency .form-group.dynamic_label .select2-container .select2-selection {
  padding-top: 11px;
}
